diff --git a/docs/data/documentation/ouds.json b/docs/data/documentation/ouds.json index d7f9b8221..d50ae20c3 100644 --- a/docs/data/documentation/ouds.json +++ b/docs/data/documentation/ouds.json @@ -1 +1 @@ -{"abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"text":", the new design system unified and cohesive across all platforms to build Orange mobile applications.","type":"text"}],"metadata":{"externalID":"OUDS","role":"collection","roleHeading":"Framework","modules":[{"name":"OUDS"}],"title":"OUDS","symbolKind":"module"},"sections":[],"primaryContentSections":[{"content":[{"level":2,"anchor":"Overview","text":"Overview","type":"heading"},{"inlineContent":[{"type":"text","text":"Orange is providing a full design system to build Orange mobile aplications. The objective of "},{"inlineContent":[{"type":"text","text":"Orange Unified Design System"}],"type":"emphasis"},{"type":"text","text":" (OUDS) is to propose a set of guidelines about how to apply the Orange brand on mobile applications. "},{"type":"emphasis","inlineContent":[{"text":"Orange Unified Design System","type":"text"}]},{"type":"text","text":" also provides series of components and modules that show in details how to use this in the Orange apps."}],"type":"paragraph"},{"inlineContent":[{"type":"emphasis","inlineContent":[{"text":"Orange Unified Design System","type":"text"}]},{"text":" has been implemented in a code library exposed as a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift Package"}]},{"type":"text","text":" that provides:"}],"type":"paragraph"},{"items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"a SwiftUI code library"}]}]},{"content":[{"type":"paragraph","inlineContent":[{"text":"a showcase application that can be launched to show the guidelines, components and modules","type":"text"}]}]}],"type":"unorderedList"},{"type":"paragraph","inlineContent":[{"type":"text","text":"This demo app also shows how to use the library or to style existing components."},{"type":"text","text":" "},{"type":"text","text":"Using these resources will allow you to create Orange branded applications faster and will inherit all the work that was done to make sure that all presented codes are fully tested regarding the brand, the ecodesign, the open source and the accessibility compliances."}]},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"text","text":"Orange Unified Design System"}],"type":"emphasis"},{"text":" framework supports iOS 15 and later.","type":"text"}]}],"kind":"content"}],"hierarchy":{"paths":[[]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds"],"traits":[{"interfaceLanguage":"swift"}]}],"topicSections":[{"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"]},{"title":"Classes","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]},{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"],"title":"Structures"},{"title":"Extended Modules","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/Tokens":{"type":"topic","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}],"title":"Tokens","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","kind":"article","url":"\/documentation\/ouds\/tokens"},"doc://OUDS/documentation/OUDS/GettingStarted":{"abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"type":"topic","title":"Getting Started with OUDS","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","kind":"article","url":"\/documentation\/ouds\/gettingstarted"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/Components":{"type":"topic","abstract":[{"type":"emphasis","inlineContent":[{"text":"Components","type":"text"}]},{"text":" are defined in the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"title":"Components","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components","kind":"article","url":"\/documentation\/ouds\/components"},"doc://OUDS/documentation/OUDS/Themes":{"role":"article","url":"\/documentation\/ouds\/themes","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes","abstract":[{"type":"emphasis","inlineContent":[{"text":"Themes","type":"text"}]},{"text":" are applications of specific values for ","type":"text"},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"text":" using in the end ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"type":"text","text":" and "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" which can be used for components rendering."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"text":" has also ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":", written with ","type":"text"},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":"."}],"kind":"article","type":"topic","title":"Themes"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/SwiftUI":{"type":"topic","abstract":[],"title":"SwiftUI","role":"collection","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","kind":"symbol","url":"\/documentation\/ouds\/swiftui"},"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"titleInlineContent":[{"type":"text","text":"OUDSComponents"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","type":"link","title":"OUDSComponents"},"doc://OUDS/documentation/OUDS/Modules":{"abstract":[{"type":"text","text":"A "},{"inlineContent":[{"type":"text","text":"module"}],"type":"emphasis"},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"There is not module yet."}],"type":"topic","title":"Modules","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules","kind":"article","url":"\/documentation\/ouds\/modules"}}} \ No newline at end of file +{"metadata":{"symbolKind":"module","title":"OUDS","modules":[{"name":"OUDS"}],"externalID":"OUDS","roleHeading":"Framework","role":"collection"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS","interfaceLanguage":"swift"},"hierarchy":{"paths":[[]]},"kind":"symbol","primaryContentSections":[{"content":[{"text":"Overview","anchor":"Overview","type":"heading","level":2},{"type":"paragraph","inlineContent":[{"type":"text","text":"Orange is providing a full design system to build Orange mobile aplications. The objective of "},{"type":"emphasis","inlineContent":[{"text":"Orange Unified Design System","type":"text"}]},{"text":" (OUDS) is to propose a set of guidelines about how to apply the Orange brand on mobile applications. ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Orange Unified Design System","type":"text"}]},{"type":"text","text":" also provides series of components and modules that show in details how to use this in the Orange apps."}]},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"text","text":"Orange Unified Design System"}],"type":"emphasis"},{"type":"text","text":" has been implemented in a code library exposed as a "},{"type":"emphasis","inlineContent":[{"text":"Swift Package","type":"text"}]},{"type":"text","text":" that provides:"}]},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"text":"a SwiftUI code library","type":"text"}]}]},{"content":[{"inlineContent":[{"type":"text","text":"a showcase application that can be launched to show the guidelines, components and modules"}],"type":"paragraph"}]}]},{"inlineContent":[{"type":"text","text":"This demo app also shows how to use the library or to style existing components."},{"text":" ","type":"text"},{"type":"text","text":"Using these resources will allow you to create Orange branded applications faster and will inherit all the work that was done to make sure that all presented codes are fully tested regarding the brand, the ecodesign, the open source and the accessibility compliances."}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"text","text":"Orange Unified Design System"}],"type":"emphasis"},{"type":"text","text":" framework supports iOS 15 and later."}]}],"kind":"content"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds"]}],"abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"topicSections":[{"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"]},{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"],"title":"Classes"},{"title":"Structures","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"]},{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI"],"title":"Extended Modules"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/Tokens":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","url":"\/documentation\/ouds\/tokens","kind":"article","role":"article","type":"topic","title":"Tokens","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}]},"doc://OUDS/documentation/OUDS/Components":{"role":"article","type":"topic","url":"\/documentation\/ouds\/components","kind":"article","title":"Components","abstract":[{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"type":"text","text":" are defined in the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components"},"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"title":"OUDSComponents","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","titleInlineContent":[{"text":"OUDSComponents","type":"text"}],"type":"link"},"doc://OUDS/documentation/OUDS/GettingStarted":{"role":"article","type":"topic","url":"\/documentation\/ouds\/gettingstarted","kind":"article","abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"title":"Getting Started with OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted"},"doc://OUDS/documentation/OUDS/Modules":{"role":"article","type":"topic","url":"\/documentation\/ouds\/modules","kind":"article","abstract":[{"text":"A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"module","type":"text"}]},{"type":"text","text":" can be seen as a set of features and components to fill a need."},{"text":" ","type":"text"},{"text":"There is not module yet.","type":"text"}],"title":"Modules","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules"},"doc://OUDS/documentation/OUDS/SwiftUI":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","type":"topic","role":"collection","kind":"symbol","title":"SwiftUI","url":"\/documentation\/ouds\/swiftui","abstract":[]},"doc://OUDS/documentation/OUDS/Themes":{"title":"Themes","role":"article","kind":"article","abstract":[{"inlineContent":[{"text":"Themes","type":"text"}],"type":"emphasis"},{"type":"text","text":" are applications of specific values for "},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"text":" and ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" using in the end ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" which can be used for components rendering.","type":"text"},{"type":"text","text":" "},{"text":"A ","type":"text"},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"type":"text","text":" has also "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":", written with "},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"type":"text","text":" can add for itself any new "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":"."}],"url":"\/documentation\/ouds\/themes","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/components.json b/docs/data/documentation/ouds/components.json index bb355c57c..99f269aea 100644 --- a/docs/data/documentation/ouds/components.json +++ b/docs/data/documentation/ouds/components.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"seeAlsoSections":[{"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Modules"],"generated":true}],"primaryContentSections":[{"kind":"content","content":[{"text":"Overview","anchor":"overview","type":"heading","level":2},{"inlineContent":[{"text":"❗**More details coming soon.**❗","type":"text"}],"type":"paragraph"},{"type":"heading","anchor":"How-to-use-components","level":2,"text":"How to use components"},{"inlineContent":[{"type":"text","text":"Import the target of components, and use the component you want:"}],"type":"paragraph"},{"code":["import OUDSComponents \/\/ To get the components","","struct YourView: View {",""," @State private var writtenText: String = \"\"",""," var body: some View {"," OUDSFormsTextInput(placeholder: \"Some placeholder to display\", value: $writtenText)"," }","}"],"syntax":"swift","type":"codeListing"},{"inlineContent":[{"text":"Of course you must use in your root view the ","type":"text"},{"type":"reference","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","isActive":true},{"type":"text","text":" with the suitable theme:"}],"type":"paragraph"},{"code":[" \/\/ The theme can be OrangeTheme or your own"," OUDSThemeableView(theme: theTheme) {"," "," }"],"type":"codeListing","syntax":"swift"}]}],"metadata":{"title":"Components","role":"article","roleHeading":"Article","modules":[{"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/components"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/Components","interfaceLanguage":"swift"},"kind":"article","abstract":[{"type":"emphasis","inlineContent":[{"text":"Components","type":"text"}]},{"type":"text","text":" are defined in the "},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/"},{"type":"text","text":" target and can be integrated in applications."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/Themes":{"role":"article","url":"\/documentation\/ouds\/themes","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes","abstract":[{"type":"emphasis","inlineContent":[{"text":"Themes","type":"text"}]},{"text":" are applications of specific values for ","type":"text"},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"text":" using in the end ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"type":"text","text":" and "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" which can be used for components rendering."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"text":" has also ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":", written with ","type":"text"},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":"."}],"kind":"article","type":"topic","title":"Themes"},"doc://OUDS/documentation/OUDS/GettingStarted":{"abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"type":"topic","title":"Getting Started with OUDS","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","kind":"article","url":"\/documentation\/ouds\/gettingstarted"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/Modules":{"abstract":[{"type":"text","text":"A "},{"inlineContent":[{"type":"text","text":"module"}],"type":"emphasis"},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"There is not module yet."}],"type":"topic","title":"Modules","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules","kind":"article","url":"\/documentation\/ouds\/modules"},"doc://OUDS/documentation/OUDS/Tokens":{"type":"topic","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}],"title":"Tokens","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","kind":"article","url":"\/documentation\/ouds\/tokens"}}} \ No newline at end of file +{"kind":"article","metadata":{"roleHeading":"Article","role":"article","modules":[{"name":"OUDS"}],"title":"Components"},"abstract":[{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"text":" are defined in the ","type":"text"},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true,"type":"reference"},{"type":"text","text":" target and can be integrated in applications."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/components"]}],"seeAlsoSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Modules"],"title":"Essentials","generated":true}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"content":[{"level":2,"anchor":"overview","type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"❗**More details coming soon.**❗"}]},{"level":2,"type":"heading","text":"How to use components","anchor":"How-to-use-components"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Import the target of components, and use the component you want:"}]},{"type":"codeListing","syntax":"swift","code":["import OUDSComponents \/\/ To get the components","","struct YourView: View {",""," @State private var writtenText: String = \"\"",""," var body: some View {"," OUDSFormsTextInput(placeholder: \"Some placeholder to display\", value: $writtenText)"," }","}"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Of course you must use in your root view the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"},{"type":"text","text":" with the suitable theme:"}]},{"type":"codeListing","code":[" \/\/ The theme can be OrangeTheme or your own"," OUDSThemeableView(theme: theTheme) {"," "," }"],"syntax":"swift"}],"kind":"content"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/Components","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/Modules":{"role":"article","type":"topic","url":"\/documentation\/ouds\/modules","kind":"article","abstract":[{"text":"A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"module","type":"text"}]},{"type":"text","text":" can be seen as a set of features and components to fill a need."},{"text":" ","type":"text"},{"text":"There is not module yet.","type":"text"}],"title":"Modules","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/Tokens":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","url":"\/documentation\/ouds\/tokens","kind":"article","role":"article","type":"topic","title":"Tokens","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}]},"doc://OUDS/documentation/OUDS/GettingStarted":{"role":"article","type":"topic","url":"\/documentation\/ouds\/gettingstarted","kind":"article","abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"title":"Getting Started with OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted"},"doc://OUDS/documentation/OUDS/Themes":{"title":"Themes","role":"article","kind":"article","abstract":[{"inlineContent":[{"text":"Themes","type":"text"}],"type":"emphasis"},{"type":"text","text":" are applications of specific values for "},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"text":" and ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" using in the end ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" which can be used for components rendering.","type":"text"},{"type":"text","text":" "},{"text":"A ","type":"text"},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"type":"text","text":" has also "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":", written with "},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"type":"text","text":" can add for itself any new "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":"."}],"url":"\/documentation\/ouds\/themes","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/gettingstarted.json b/docs/data/documentation/ouds/gettingstarted.json index 004af6f2f..3fea04992 100644 --- a/docs/data/documentation/ouds/gettingstarted.json +++ b/docs/data/documentation/ouds/gettingstarted.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted"},"abstract":[{"type":"text","text":"How to add the package as dependency, and import libraries"}],"variants":[{"paths":["\/documentation\/ouds\/gettingstarted"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"article","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"],"title":"Essentials"}],"primaryContentSections":[{"content":[{"type":"heading","text":"Overview","level":2,"anchor":"overview"},{"inlineContent":[{"type":"text","text":"❗**More details coming soon.**❗"}],"type":"paragraph"},{"type":"heading","anchor":"Integrate-OUDS","level":2,"text":"Integrate OUDS"},{"type":"heading","anchor":"Use-Swift-Package-Manager","level":3,"text":"Use Swift Package Manager"},{"type":"paragraph","inlineContent":[{"text":"If you want to add the iOS library of ","type":"text"},{"inlineContent":[{"type":"text","text":"Orange Unified Design System"}],"type":"strong"},{"type":"text","text":", you need to add our "},{"inlineContent":[{"text":"Swift Package","type":"text"}],"type":"emphasis"},{"type":"text","text":" into your project."},{"text":" ","type":"text"},{"text":"To do that, add a new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"package dependency","type":"text"}]},{"type":"text","text":" to your "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Xcode"}]},{"type":"text","text":" project by refering to it with "},{"code":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios","type":"codeVoice"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"You are free to choose wether or not you want a branch or a specific tag, pick the solution you want.","type":"text"}]},{"anchor":"Import-the-library-you-need","type":"heading","level":3,"text":"Import the library you need"},{"type":"paragraph","inlineContent":[{"type":"text","text":"You should use one (or several) of the following imports for your needs, which are basically "},{"inlineContent":[{"type":"text","text":"Swift Package"}],"type":"emphasis"},{"type":"text","text":" products."}]},{"code":["import OUDS \/\/ If you want to define your theme or use OUDSThemeableView","import OUDSModules \/\/ To use modules","import OUDSComponents \/\/ To use components","import OUDSThemesOrange \/\/ To use the default theme","import OUDSTokensComponent \/\/ If you need to override or use directly components tokens","import OUDSTokenSemantic \/\/ If you need to override or use directly semantic tokens","import OUDSTokensRaw \/\/ If you need to override or use directly raw tokens"],"type":"codeListing","syntax":"swift"}],"kind":"content"}],"metadata":{"role":"article","title":"Getting Started with OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Article"},"references":{"doc://OUDS/documentation/OUDS/Modules":{"abstract":[{"type":"text","text":"A "},{"inlineContent":[{"type":"text","text":"module"}],"type":"emphasis"},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"There is not module yet."}],"type":"topic","title":"Modules","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules","kind":"article","url":"\/documentation\/ouds\/modules"},"doc://OUDS/documentation/OUDS/Themes":{"role":"article","url":"\/documentation\/ouds\/themes","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes","abstract":[{"type":"emphasis","inlineContent":[{"text":"Themes","type":"text"}]},{"text":" are applications of specific values for ","type":"text"},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"text":" using in the end ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"type":"text","text":" and "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" which can be used for components rendering."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"text":" has also ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":", written with ","type":"text"},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":"."}],"kind":"article","type":"topic","title":"Themes"},"doc://OUDS/documentation/OUDS/Tokens":{"type":"topic","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}],"title":"Tokens","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","kind":"article","url":"\/documentation\/ouds\/tokens"},"doc://OUDS/documentation/OUDS/Components":{"type":"topic","abstract":[{"type":"emphasis","inlineContent":[{"text":"Components","type":"text"}]},{"text":" are defined in the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"title":"Components","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components","kind":"article","url":"\/documentation\/ouds\/components"},"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","type":"link","titleInlineContent":[{"type":"text","text":"OUDSComponents"}],"title":"OUDSComponents"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"How to add the package as dependency, and import libraries"}],"kind":"article","seeAlsoSections":[{"generated":true,"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"]}],"primaryContentSections":[{"kind":"content","content":[{"level":2,"text":"Overview","anchor":"overview","type":"heading"},{"inlineContent":[{"text":"❗**More details coming soon.**❗","type":"text"}],"type":"paragraph"},{"type":"heading","anchor":"Integrate-OUDS","level":2,"text":"Integrate OUDS"},{"anchor":"Use-Swift-Package-Manager","type":"heading","level":3,"text":"Use Swift Package Manager"},{"type":"paragraph","inlineContent":[{"text":"If you want to add the iOS library of ","type":"text"},{"inlineContent":[{"type":"text","text":"Orange Unified Design System"}],"type":"strong"},{"type":"text","text":", you need to add our "},{"type":"emphasis","inlineContent":[{"text":"Swift Package","type":"text"}]},{"text":" into your project.","type":"text"},{"type":"text","text":" "},{"text":"To do that, add a new ","type":"text"},{"inlineContent":[{"type":"text","text":"package dependency"}],"type":"emphasis"},{"type":"text","text":" to your "},{"inlineContent":[{"text":"Xcode","type":"text"}],"type":"emphasis"},{"type":"text","text":" project by refering to it with "},{"type":"codeVoice","code":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"You are free to choose wether or not you want a branch or a specific tag, pick the solution you want."}]},{"type":"heading","text":"Import the library you need","anchor":"Import-the-library-you-need","level":3},{"inlineContent":[{"type":"text","text":"You should use one (or several) of the following imports for your needs, which are basically "},{"inlineContent":[{"type":"text","text":"Swift Package"}],"type":"emphasis"},{"text":" products.","type":"text"}],"type":"paragraph"},{"code":["import OUDS \/\/ If you want to define your theme or use OUDSThemeableView","import OUDSModules \/\/ To use modules","import OUDSComponents \/\/ To use components","import OUDSThemesOrange \/\/ To use the default theme","import OUDSTokensComponent \/\/ If you need to override or use directly components tokens","import OUDSTokenSemantic \/\/ If you need to override or use directly semantic tokens","import OUDSTokensRaw \/\/ If you need to override or use directly raw tokens"],"type":"codeListing","syntax":"swift"}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/gettingstarted"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"metadata":{"title":"Getting Started with OUDS","role":"article","modules":[{"name":"OUDS"}],"roleHeading":"Article"},"sections":[],"references":{"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"type":"link","title":"OUDSComponents","titleInlineContent":[{"type":"text","text":"OUDSComponents"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/Components":{"role":"article","type":"topic","url":"\/documentation\/ouds\/components","kind":"article","title":"Components","abstract":[{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"type":"text","text":" are defined in the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components"},"doc://OUDS/documentation/OUDS/Themes":{"title":"Themes","role":"article","kind":"article","abstract":[{"inlineContent":[{"text":"Themes","type":"text"}],"type":"emphasis"},{"type":"text","text":" are applications of specific values for "},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"text":" and ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" using in the end ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" which can be used for components rendering.","type":"text"},{"type":"text","text":" "},{"text":"A ","type":"text"},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"type":"text","text":" has also "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":", written with "},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"type":"text","text":" can add for itself any new "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":"."}],"url":"\/documentation\/ouds\/themes","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes"},"doc://OUDS/documentation/OUDS/Modules":{"role":"article","type":"topic","url":"\/documentation\/ouds\/modules","kind":"article","abstract":[{"text":"A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"module","type":"text"}]},{"type":"text","text":" can be seen as a set of features and components to fill a need."},{"text":" ","type":"text"},{"text":"There is not module yet.","type":"text"}],"title":"Modules","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules"},"doc://OUDS/documentation/OUDS/Tokens":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","url":"\/documentation\/ouds\/tokens","kind":"article","role":"article","type":"topic","title":"Tokens","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/modules.json b/docs/data/documentation/ouds/modules.json index 9c65ed54e..18ebde582 100644 --- a/docs/data/documentation/ouds/modules.json +++ b/docs/data/documentation/ouds/modules.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/Modules","interfaceLanguage":"swift"},"kind":"article","sections":[],"abstract":[{"text":"A ","type":"text"},{"inlineContent":[{"type":"text","text":"module"}],"type":"emphasis"},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"text":"There is not module yet.","type":"text"}],"seeAlsoSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components"],"title":"Essentials","generated":true}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/modules"]}],"primaryContentSections":[{"content":[{"type":"heading","level":2,"anchor":"overview","text":"Overview"},{"inlineContent":[{"type":"text","text":"❗**More details coming soon.**❗"}],"type":"paragraph"}],"kind":"content"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"title":"Modules","roleHeading":"Article","role":"article"},"references":{"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","type":"link","titleInlineContent":[{"type":"text","text":"OUDSComponents"}],"title":"OUDSComponents","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/GettingStarted":{"abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"type":"topic","title":"Getting Started with OUDS","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","kind":"article","url":"\/documentation\/ouds\/gettingstarted"},"doc://OUDS/documentation/OUDS/Themes":{"role":"article","url":"\/documentation\/ouds\/themes","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes","abstract":[{"type":"emphasis","inlineContent":[{"text":"Themes","type":"text"}]},{"text":" are applications of specific values for ","type":"text"},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"text":" using in the end ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"type":"text","text":" and "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" which can be used for components rendering."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"text":" has also ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":", written with ","type":"text"},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":"."}],"kind":"article","type":"topic","title":"Themes"},"doc://OUDS/documentation/OUDS/Tokens":{"type":"topic","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}],"title":"Tokens","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","kind":"article","url":"\/documentation\/ouds\/tokens"},"doc://OUDS/documentation/OUDS/Components":{"type":"topic","abstract":[{"type":"emphasis","inlineContent":[{"text":"Components","type":"text"}]},{"text":" are defined in the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"title":"Components","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components","kind":"article","url":"\/documentation\/ouds\/components"}}} \ No newline at end of file +{"abstract":[{"text":"A ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"module"}]},{"type":"text","text":" can be seen as a set of features and components to fill a need."},{"type":"text","text":" "},{"type":"text","text":"There is not module yet."}],"kind":"article","seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components"],"title":"Essentials"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"metadata":{"role":"article","roleHeading":"Article","modules":[{"name":"OUDS"}],"title":"Modules"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/Modules"},"primaryContentSections":[{"kind":"content","content":[{"type":"heading","level":2,"anchor":"overview","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"❗**More details coming soon.**❗"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/modules"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","title":"OUDSComponents","titleInlineContent":[{"text":"OUDSComponents","type":"text"}],"type":"link"},"doc://OUDS/documentation/OUDS/Tokens":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","url":"\/documentation\/ouds\/tokens","kind":"article","role":"article","type":"topic","title":"Tokens","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}]},"doc://OUDS/documentation/OUDS/Components":{"role":"article","type":"topic","url":"\/documentation\/ouds\/components","kind":"article","title":"Components","abstract":[{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"type":"text","text":" are defined in the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components"},"doc://OUDS/documentation/OUDS/GettingStarted":{"role":"article","type":"topic","url":"\/documentation\/ouds\/gettingstarted","kind":"article","abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"title":"Getting Started with OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/Themes":{"title":"Themes","role":"article","kind":"article","abstract":[{"inlineContent":[{"text":"Themes","type":"text"}],"type":"emphasis"},{"type":"text","text":" are applications of specific values for "},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"text":" and ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" using in the end ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" which can be used for components rendering.","type":"text"},{"type":"text","text":" "},{"text":"A ","type":"text"},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"type":"text","text":" has also "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":", written with "},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"type":"text","text":" can add for itself any new "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":"."}],"url":"\/documentation\/ouds\/themes","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme.json b/docs/data/documentation/ouds/oudstheme.json index ccabf36df..65ab0eead 100644 --- a/docs/data/documentation/ouds/oudstheme.json +++ b/docs/data/documentation/ouds/oudstheme.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"metadata":{"role":"symbol","roleHeading":"Class","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC","title":"OUDSTheme","navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"symbolKind":"class"},"abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"text":"to implement all tokens.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()"]},{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse"]},{"title":"Default Implementations","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"],"generated":true}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"},"relationshipsSections":[{"kind":"relationships","title":"Conforms To","type":"conformsTo","identifiers":["doc:\/\/OUDS\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDS\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic010TypographyB6TokensP"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSTheme","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"level":2,"anchor":"overview","type":"heading","text":"Overview"},{"inlineContent":[{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" can be seen as a kind of “abstract class” in "},{"inlineContent":[{"type":"text","text":"object oriented paradigm"}],"type":"emphasis"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: You are not supposed to use this abstract default theme directly. Please prefer "},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" instead"}]}],"type":"paragraph"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedInverse":{"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedinverse","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse","kind":"symbol","title":"colorBackgroundStatusPositiveMutedInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedInverse","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveInverse":{"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositiveinverse","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse","kind":"symbol","title":"colorContentStatusPositiveInverse","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveInverse","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/18OUDSTokensSemantic07OpacityB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic07OpacityB6TokensP","title":"OUDSTokensSemantic.OpacitySemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme/init()":{"url":"\/documentation\/ouds\/oudstheme\/init()","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()","fragments":[{"text":"init","kind":"identifier"},{"text":"()","kind":"text"}],"title":"init()","type":"topic"},"doc://OUDS/18OUDSTokensSemantic09ElevationB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic09ElevationB6TokensP","title":"OUDSTokensSemantic.ElevationSemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/18OUDSTokensSemantic05ColorB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic05ColorB6TokensP","title":"OUDSTokensSemantic.ColorSemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme/DimensionSemanticTokens-Implementations":{"title":"DimensionSemanticTokens Implementations","kind":"article","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/dimensionsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/18OUDSTokensSemantic06SizingB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic06SizingB6TokensP","title":"OUDSTokensSemantic.SizingSemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/18OUDSTokensSemantic06BorderB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic06BorderB6TokensP","title":"OUDSTokensSemantic.BorderSemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/18OUDSTokensSemantic04GridB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic04GridB6TokensP","title":"OUDSTokensSemantic.GridSemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/18OUDSTokensSemantic09DimensionB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic09DimensionB6TokensP","title":"OUDSTokensSemantic.DimensionSemanticTokens","type":"unresolvable"},"doc://OUDS/19OUDSTokensComponent014FormsTextInputB5TokenP":{"identifier":"doc:\/\/OUDS\/19OUDSTokensComponent014FormsTextInputB5TokenP","title":"OUDSTokensComponent.FormsTextInputComponentToken","type":"unresolvable"},"doc://OUDS/18OUDSTokensSemantic010TypographyB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic010TypographyB6TokensP","title":"OUDSTokensSemantic.TypographySemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"type":"topic","role":"collectionGroup","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","kind":"article","title":"OpacitySemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"},"doc://OUDS/18OUDSTokensSemantic07SpacingB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic07SpacingB6TokensP","title":"OUDSTokensSemantic.SpacingSemanticTokens","type":"unresolvable"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"relationshipsSections":[{"kind":"relationships","type":"conformsTo","title":"Conforms To","identifiers":["doc:\/\/OUDS\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDS\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDS\/18OUDSTokensSemantic010TypographyB6TokensP"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"OUDSTheme","kind":"identifier"}],"languages":["swift"]}]},{"kind":"content","content":[{"type":"heading","text":"Overview","anchor":"overview","level":2},{"type":"paragraph","inlineContent":[{"code":"OUDSTheme","type":"codeVoice"},{"text":" can be seen as a kind of “abstract class” in ","type":"text"},{"inlineContent":[{"type":"text","text":"object oriented paradigm"}],"type":"emphasis"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: You are not supposed to use this abstract default theme directly. Please prefer "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" instead"}]}]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC","symbolKind":"class","role":"symbol","title":"OUDSTheme","modules":[{"name":"OUDS"}],"roleHeading":"Class","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}]},"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()"],"title":"Initializers"},{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse"]},{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"],"generated":true,"title":"Default Implementations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers","type":"text"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"text":"Any properties of an overridable theme should be defined so as to provide defaults values.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/19OUDSTokensComponent014FormsTextInputB5TokenP":{"identifier":"doc:\/\/OUDS\/19OUDSTokensComponent014FormsTextInputB5TokenP","title":"OUDSTokensComponent.FormsTextInputComponentToken","type":"unresolvable"},"doc://OUDS/18OUDSTokensSemantic07SpacingB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic07SpacingB6TokensP","title":"OUDSTokensSemantic.SpacingSemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme/init()":{"url":"\/documentation\/ouds\/oudstheme\/init()","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()","fragments":[{"kind":"identifier","text":"init"},{"text":"()","kind":"text"}],"title":"init()"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveInverse":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveInverse"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusPositiveInverse","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositiveinverse","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","role":"collectionGroup","kind":"article","title":"OpacitySemanticTokens Implementations","abstract":[]},"doc://OUDS/18OUDSTokensSemantic06BorderB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic06BorderB6TokensP","title":"OUDSTokensSemantic.BorderSemanticTokens","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSTheme/DimensionSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/dimensionsemantictokens-implementations","role":"collectionGroup","abstract":[],"title":"DimensionSemanticTokens Implementations","type":"topic","kind":"article"},"doc://OUDS/18OUDSTokensSemantic06SizingB6TokensP":{"title":"OUDSTokensSemantic.SizingSemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic06SizingB6TokensP"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/18OUDSTokensSemantic09DimensionB6TokensP":{"title":"OUDSTokensSemantic.DimensionSemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic09DimensionB6TokensP"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/18OUDSTokensSemantic07OpacityB6TokensP":{"title":"OUDSTokensSemantic.OpacitySemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic07OpacityB6TokensP"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/18OUDSTokensSemantic010TypographyB6TokensP":{"title":"OUDSTokensSemantic.TypographySemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic010TypographyB6TokensP"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/18OUDSTokensSemantic04GridB6TokensP":{"title":"OUDSTokensSemantic.GridSemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic04GridB6TokensP"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedInverse":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse","abstract":[],"title":"colorBackgroundStatusPositiveMutedInverse","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedinverse","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedInverse","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/18OUDSTokensSemantic09ElevationB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic09ElevationB6TokensP","title":"OUDSTokensSemantic.ElevationSemanticTokens","type":"unresolvable"},"doc://OUDS/18OUDSTokensSemantic05ColorB6TokensP":{"identifier":"doc:\/\/OUDS\/18OUDSTokensSemantic05ColorB6TokensP","title":"OUDSTokensSemantic.ColorSemanticTokens","type":"unresolvable"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderradiusdefault.json b/docs/data/documentation/ouds/oudstheme/borderradiusdefault.json index 76ad01d00..65203b3df 100644 --- a/docs/data/documentation/ouds/oudstheme/borderradiusdefault.json +++ b/docs/data/documentation/ouds/oudstheme/borderradiusdefault.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderRadiusDefault","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC19borderRadiusDefaultSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadiusDefault","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiusdefault"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusDefault":{"kind":"symbol","title":"borderRadiusDefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiusdefault","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiusdefault"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderRadiusDefault"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"title":"borderRadiusDefault","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusDefault"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC19borderRadiusDefaultSdvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusDefault":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiusdefault","type":"topic","title":"borderRadiusDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderradiusmedium.json b/docs/data/documentation/ouds/oudstheme/borderradiusmedium.json index 6a1c6b3ed..c10c9afd2 100644 --- a/docs/data/documentation/ouds/oudstheme/borderradiusmedium.json +++ b/docs/data/documentation/ouds/oudstheme/borderradiusmedium.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC18borderRadiusMediumSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadiusMedium","symbolKind":"property","modules":[{"name":"OUDS"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiusmedium"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusMedium"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"BorderSemanticTokens.borderRadiusMedium"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusMedium":{"abstract":[],"kind":"symbol","title":"borderRadiusMedium","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiusmedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiusmedium"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderRadiusMedium"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC18borderRadiusMediumSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"borderRadiusMedium","symbolKind":"property"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusMedium":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiusmedium","type":"topic","title":"borderRadiusMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderradiusnone.json b/docs/data/documentation/ouds/oudstheme/borderradiusnone.json index f5952ed9d..17bb1955d 100644 --- a/docs/data/documentation/ouds/oudstheme/borderradiusnone.json +++ b/docs/data/documentation/ouds/oudstheme/borderradiusnone.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderRadiusNone","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"title":"borderRadiusNone","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC16borderRadiusNoneSdvp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiusnone"]}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusNone":{"kind":"symbol","title":"borderRadiusNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiusnone","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiusnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"BorderSemanticTokens.borderRadiusNone","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"title":"borderRadiusNone","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC16borderRadiusNoneSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusNone":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","role":"symbol","title":"borderRadiusNone","url":"\/documentation\/ouds\/oudstheme\/borderradiusnone","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderradiuspill.json b/docs/data/documentation/ouds/oudstheme/borderradiuspill.json index 570ac3ad7..35ffb7654 100644 --- a/docs/data/documentation/ouds/oudstheme/borderradiuspill.json +++ b/docs/data/documentation/ouds/oudstheme/borderradiuspill.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderRadiusPill","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusPill","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusPill","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusSemanticToken"}],"title":"borderRadiusPill","externalID":"s:4OUDS9OUDSThemeC16borderRadiusPillSdvp","symbolKind":"property","extendedModule":"OUDS"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderradiuspill"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusPill":{"kind":"symbol","title":"borderRadiusPill","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusPill","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderradiuspill","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill","type":"topic","role":"symbol","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusPill"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"BorderSemanticTokens.borderRadiusPill"},{"text":".","type":"text"}],"metadata":{"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"borderRadiusPill","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC16borderRadiusPillSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusPill"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiuspill"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusPill":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiuspill","type":"topic","title":"borderRadiusPill","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusPill"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderradiusshort.json b/docs/data/documentation/ouds/oudstheme/borderradiusshort.json index 5ad3cbaf3..ce04fc795 100644 --- a/docs/data/documentation/ouds/oudstheme/borderradiusshort.json +++ b/docs/data/documentation/ouds/oudstheme/borderradiusshort.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderradiusshort"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderRadiusShort"},{"text":".","type":"text"}],"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC17borderRadiusShortSdvp","extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"borderRadiusShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusShort":{"kind":"symbol","title":"borderRadiusShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderradiusshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiusshort"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"BorderSemanticTokens.borderRadiusShort","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"borderRadiusShort","externalID":"s:4OUDS9OUDSThemeC17borderRadiusShortSdvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusShort"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusShort":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiusshort","type":"topic","title":"borderRadiusShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusShort"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderradiustall.json b/docs/data/documentation/ouds/oudstheme/borderradiustall.json index 26bf91b42..6289abeda 100644 --- a/docs/data/documentation/ouds/oudstheme/borderradiustall.json +++ b/docs/data/documentation/ouds/oudstheme/borderradiustall.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall"},"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC16borderRadiusTallSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"borderRadiusTall","role":"symbol","symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiustall"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderRadiusTall","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusTall":{"kind":"symbol","title":"borderRadiusTall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiustall","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"externalID":"s:4OUDS9OUDSThemeC16borderRadiusTallSdvp","title":"borderRadiusTall","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusSemanticToken"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"BorderSemanticTokens.borderRadiusTall"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderradiustall"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusTall":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiustall","type":"topic","title":"borderRadiusTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/bordersemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/bordersemantictokens-implementations.json index 3695915d3..5211fc81d 100644 --- a/docs/data/documentation/ouds/oudstheme/bordersemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/bordersemantictokens-implementations.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations"]}],"sections":[],"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin"],"title":"Instance Properties","generated":true}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","interfaceLanguage":"swift"},"metadata":{"title":"BorderSemanticTokens Implementations","modules":[{"name":"OUDS"}],"roleHeading":"API Collection","role":"collectionGroup"},"kind":"article","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDefault":{"kind":"symbol","title":"borderStyleDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderstyledefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThin":{"kind":"symbol","title":"borderWidthThin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthThin","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidththin","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDrag":{"kind":"symbol","title":"borderStyleDrag","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderstyledrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusTall":{"kind":"symbol","title":"borderRadiusTall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiustall","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthInterfactivePrimaryFocus":{"kind":"symbol","title":"borderWidthInterfactivePrimaryFocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderwidthinterfactiveprimaryfocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusDefault":{"kind":"symbol","title":"borderRadiusDefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiusdefault","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusPill":{"kind":"symbol","title":"borderRadiusPill","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusPill","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderradiuspill","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthNone":{"kind":"symbol","title":"borderWidthNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidthnone","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusMedium":{"abstract":[],"kind":"symbol","title":"borderRadiusMedium","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiusmedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThicker":{"kind":"symbol","title":"borderWidthThicker","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThicker","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderwidththicker","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthDefault":{"kind":"symbol","title":"borderWidthDefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidthdefault","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusShort":{"kind":"symbol","title":"borderRadiusShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderradiusshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThickest":{"kind":"symbol","title":"borderWidthThickest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthThickest","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidththickest","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThick":{"kind":"symbol","title":"borderWidthThick","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThick","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderwidththick","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusNone":{"kind":"symbol","title":"borderRadiusNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderradiusnone","role":"symbol","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations"]}],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"API Collection","title":"BorderSemanticTokens Implementations","role":"collectionGroup"},"topicSections":[{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin"]}],"sections":[],"kind":"article","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusTall":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiustall","type":"topic","title":"borderRadiusTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusTall"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusShort":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiusshort","type":"topic","title":"borderRadiusShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusShort"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusShort","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusNone":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusNone","role":"symbol","title":"borderRadiusNone","url":"\/documentation\/ouds\/oudstheme\/borderradiusnone","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusDefault":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiusdefault","type":"topic","title":"borderRadiusDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThickest":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththickest","type":"topic","title":"borderWidthThickest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThickest"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusPill":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiuspill","type":"topic","title":"borderRadiusPill","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusPill"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusPill"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthInterfactivePrimaryFocus":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/borderwidthinterfactiveprimaryfocus","type":"topic","title":"borderWidthInterfactivePrimaryFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDefault":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderstyledefault","type":"topic","title":"borderStyleDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDefault"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderRadiusMedium":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderradiusmedium","type":"topic","title":"borderRadiusMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderRadiusMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDrag":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderstyledrag","type":"topic","title":"borderStyleDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthDefault":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidthdefault","type":"topic","title":"borderWidthDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThicker":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththicker","type":"topic","title":"borderWidthThicker","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThicker","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThick":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththick","type":"topic","title":"borderWidthThick","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThick","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThin":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththin","type":"topic","title":"borderWidthThin","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThin"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthNone":{"abstract":[],"role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"title":"borderWidthNone","url":"\/documentation\/ouds\/oudstheme\/borderwidthnone"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderstyledefault.json b/docs/data/documentation/ouds/oudstheme/borderstyledefault.json index 27c221c9e..8310b965d 100644 --- a/docs/data/documentation/ouds/oudstheme/borderstyledefault.json +++ b/docs/data/documentation/ouds/oudstheme/borderstyledefault.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC18borderStyleDefaultSSvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDefault"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"extendedModule":"OUDS","role":"symbol","title":"borderStyleDefault","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderstyledefault"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderStyleDefault","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDefault":{"kind":"symbol","title":"borderStyleDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderstyledefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:4OUDS9OUDSThemeC18borderStyleDefaultSSvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"borderStyleDefault","role":"symbol","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderStyleDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"BorderSemanticTokens.borderStyleDefault","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderstyledefault"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDefault":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderstyledefault","type":"topic","title":"borderStyleDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDefault"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDefault","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderstyledrag.json b/docs/data/documentation/ouds/oudstheme/borderstyledrag.json index 70fb9de4d..99caefaac 100644 --- a/docs/data/documentation/ouds/oudstheme/borderstyledrag.json +++ b/docs/data/documentation/ouds/oudstheme/borderstyledrag.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderstyledrag"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag"},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}],"roleHeading":"Instance Property","title":"borderStyleDrag","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC15borderStyleDragSSvp","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderStyleDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderStyleDrag"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDrag":{"kind":"symbol","title":"borderStyleDrag","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderstyledrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"borderStyleDrag","role":"symbol","externalID":"s:4OUDS9OUDSThemeC15borderStyleDragSSvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}],"extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"BorderSemanticTokens.borderStyleDrag"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderStyleDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderstyledrag"]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderStyleDrag":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderstyledrag","type":"topic","title":"borderStyleDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderStyleDrag","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderwidthdefault.json b/docs/data/documentation/ouds/oudstheme/borderwidthdefault.json index eb8227f54..abb0cf41a 100644 --- a/docs/data/documentation/ouds/oudstheme/borderwidthdefault.json +++ b/docs/data/documentation/ouds/oudstheme/borderwidthdefault.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC18borderWidthDefaultSdvp","extendedModule":"OUDS","role":"symbol","title":"borderWidthDefault","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthDefault"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthDefault"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderwidthdefault"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthDefault":{"kind":"symbol","title":"borderWidthDefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidthdefault","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"}}} \ No newline at end of file +{"metadata":{"externalID":"s:4OUDS9OUDSThemeC18borderWidthDefaultSdvp","extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"borderWidthDefault","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderwidthdefault"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthDefault"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthDefault":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidthdefault","type":"topic","title":"borderWidthDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthDefault"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderwidthinterfactiveprimaryfocus.json b/docs/data/documentation/ouds/oudstheme/borderwidthinterfactiveprimaryfocus.json index a57ea9320..16938ae89 100644 --- a/docs/data/documentation/ouds/oudstheme/borderwidthinterfactiveprimaryfocus.json +++ b/docs/data/documentation/ouds/oudstheme/borderwidthinterfactiveprimaryfocus.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderWidthInterfactivePrimaryFocus","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderwidthinterfactiveprimaryfocus"]}],"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC35borderWidthInterfactivePrimaryFocusSdvp","title":"borderWidthInterfactivePrimaryFocus","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthInterfactivePrimaryFocus":{"kind":"symbol","title":"borderWidthInterfactivePrimaryFocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderwidthinterfactiveprimaryfocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderWidthInterfactivePrimaryFocus","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderwidthinterfactiveprimaryfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35borderWidthInterfactivePrimaryFocusSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"borderWidthInterfactivePrimaryFocus","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthInterfactivePrimaryFocus":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/borderwidthinterfactiveprimaryfocus","type":"topic","title":"borderWidthInterfactivePrimaryFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthInterfactivePrimaryFocus","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderwidthnone.json b/docs/data/documentation/ouds/oudstheme/borderwidthnone.json index 1ab8972d8..22f06b62d 100644 --- a/docs/data/documentation/ouds/oudstheme/borderwidthnone.json +++ b/docs/data/documentation/ouds/oudstheme/borderwidthnone.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderwidthnone"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","title":"borderWidthNone","externalID":"s:4OUDS9OUDSThemeC15borderWidthNoneSdvp","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthNone"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthNone":{"kind":"symbol","title":"borderWidthNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidthnone","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderwidthnone"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthNone"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"borderWidthNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC15borderWidthNoneSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthNone":{"abstract":[],"role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"title":"borderWidthNone","url":"\/documentation\/ouds\/oudstheme\/borderwidthnone"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderwidththick.json b/docs/data/documentation/ouds/oudstheme/borderwidththick.json index 9b78544b1..01e4d8016 100644 --- a/docs/data/documentation/ouds/oudstheme/borderwidththick.json +++ b/docs/data/documentation/ouds/oudstheme/borderwidththick.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderwidththick"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderWidthThick","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC16borderWidthThickSdvp","roleHeading":"Instance Property","title":"borderWidthThick","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThick","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderWidthThick","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThick":{"kind":"symbol","title":"borderWidthThick","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThick","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderwidththick","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThick"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"symbolKind":"property","role":"symbol","title":"borderWidthThick","externalID":"s:4OUDS9OUDSThemeC16borderWidthThickSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThick","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthThick"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderwidththick"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThick":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththick","type":"topic","title":"borderWidthThick","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThick","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThick"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderwidththicker.json b/docs/data/documentation/ouds/oudstheme/borderwidththicker.json index b600b83ed..57bf41514 100644 --- a/docs/data/documentation/ouds/oudstheme/borderwidththicker.json +++ b/docs/data/documentation/ouds/oudstheme/borderwidththicker.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderWidthThicker","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThicker"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthThicker","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC18borderWidthThickerSdvp","extendedModule":"OUDS","title":"borderWidthThicker","symbolKind":"property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderwidththicker"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThicker":{"kind":"symbol","title":"borderWidthThicker","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThicker","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/borderwidththicker","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthThicker"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthThicker","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderwidththicker"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","title":"borderWidthThicker","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThicker"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC18borderWidthThickerSdvp","symbolKind":"property","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThicker":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththicker","type":"topic","title":"borderWidthThicker","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThicker","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThicker","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderwidththickest.json b/docs/data/documentation/ouds/oudstheme/borderwidththickest.json index edfbb5606..92f35a87e 100644 --- a/docs/data/documentation/ouds/oudstheme/borderwidththickest.json +++ b/docs/data/documentation/ouds/oudstheme/borderwidththickest.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC19borderWidthThickestSdvp","roleHeading":"Instance Property","symbolKind":"property","title":"borderWidthThickest","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThickest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"OUDS"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderwidththickest"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthThickest"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThickest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThickest":{"kind":"symbol","title":"borderWidthThickest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthThickest","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidththickest","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"BorderSemanticTokens.borderWidthThickest","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThickest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/borderwidththickest"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthThickest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"title":"borderWidthThickest","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC19borderWidthThickestSdvp","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThickest":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththickest","type":"topic","title":"borderWidthThickest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThickest"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThickest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/borderwidththin.json b/docs/data/documentation/ouds/oudstheme/borderwidththin.json index a0afb91fa..a4a329689 100644 --- a/docs/data/documentation/ouds/oudstheme/borderwidththin.json +++ b/docs/data/documentation/ouds/oudstheme/borderwidththin.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC15borderWidthThinSdvp","title":"borderWidthThin","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThin"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"BorderSemanticTokens.borderWidthThin"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderwidththin"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThin":{"kind":"symbol","title":"borderWidthThin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthThin","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin","type":"topic","url":"\/documentation\/ouds\/oudstheme\/borderwidththin","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"abstract":[],"kind":"article","title":"BorderSemanticTokens Implementations","role":"collectionGroup","type":"topic","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"BorderSemanticTokens.borderWidthThin","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderWidthThin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThin"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC15borderWidthThinSdvp","modules":[{"name":"OUDS"}],"title":"borderWidthThin","extendedModule":"OUDS"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/borderwidththin"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/BorderSemanticTokens-Implementations":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/BorderSemanticTokens-Implementations","role":"collectionGroup","title":"BorderSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/bordersemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/borderWidthThin":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/borderwidththin","type":"topic","title":"borderWidthThin","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThin"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/borderWidthThin","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarydark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarydark.json index aaa37fefd..1aee9f406 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"metadata":{"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC31colorBackgroundBrandPrimaryDarkSSSgvp","modules":[{"name":"OUDS"}],"title":"colorBackgroundBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundBrandPrimaryDark","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarydark","abstract":[],"role":"symbol","title":"colorBackgroundBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarydark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC31colorBackgroundBrandPrimaryDarkSSSgvp","extendedModule":"OUDS","title":"colorBackgroundBrandPrimaryDark","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundBrandPrimaryDark"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryDark":{"title":"colorBackgroundBrandPrimaryDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarydark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarylight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarylight.json index fe050e1c9..7932adeb8 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandprimarylight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundBrandPrimaryLight","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarylight"]}],"metadata":{"title":"colorBackgroundBrandPrimaryLight","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC32colorBackgroundBrandPrimaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryLight":{"abstract":[],"title":"colorBackgroundBrandPrimaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarylight"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundBrandPrimaryLight","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundBrandPrimaryLight","externalID":"s:4OUDS9OUDSThemeC32colorBackgroundBrandPrimaryLightSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","role":"symbol","title":"OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"type":"text","text":" "},{"text":"A Swift ","type":"text"},{"code":"class","type":"codeVoice"},{"text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers","type":"text"},{"type":"text","text":" "},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"text":"We allow this theme to be derivated and be overriden.","type":"text"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme"},"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryLight":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight","title":"colorBackgroundBrandPrimaryLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarylight","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandsecondary.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandsecondary.json index 2d2eecc51..2eba85af6 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandsecondary.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandsecondary.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","title":"colorBackgroundBrandSecondary","externalID":"s:4OUDS9OUDSThemeC29colorBackgroundBrandSecondarySSSgvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandsecondary"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundBrandSecondary"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandSecondary":{"abstract":[],"title":"colorBackgroundBrandSecondary","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandSecondary","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandsecondary","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandsecondary"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29colorBackgroundBrandSecondarySSSgvp","title":"colorBackgroundBrandSecondary","extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundBrandSecondary"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandSecondary":{"title":"colorBackgroundBrandSecondary","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandsecondary","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandtertiary.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandtertiary.json index 84220e394..6e53a7d34 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandtertiary.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundbrandtertiary.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandTertiary","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","title":"colorBackgroundBrandTertiary","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC28colorBackgroundBrandTertiarySSSgvp","extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundBrandTertiary","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandtertiary"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandTertiary":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandtertiary","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandTertiary","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","title":"colorBackgroundBrandTertiary","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundBrandTertiary"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundbrandtertiary"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary"},"kind":"symbol","metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBackgroundBrandTertiary","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28colorBackgroundBrandTertiarySSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandTertiary":{"title":"colorBackgroundBrandTertiary","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandtertiary","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandTertiary","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarydark.json b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarydark.json index 8f2d42e7f..439e9e250 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarydark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC33colorBackgroundDefaultPrimaryDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorBackgroundDefaultPrimaryDark","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultPrimaryDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryDark":{"abstract":[],"title":"colorBackgroundDefaultPrimaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundDefaultPrimaryDark","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"colorBackgroundDefaultPrimaryDark","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC33colorBackgroundDefaultPrimaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarydark"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarydark","title":"colorBackgroundDefaultPrimaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarylight.json b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarylight.json index d4a6d2066..c44f5bd81 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultprimarylight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"title":"colorBackgroundDefaultPrimaryLight","extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34colorBackgroundDefaultPrimaryLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarylight"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultPrimaryLight"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryLight":{"title":"colorBackgroundDefaultPrimaryLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarylight","kind":"symbol","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34colorBackgroundDefaultPrimaryLightSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBackgroundDefaultPrimaryLight","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarylight"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundDefaultPrimaryLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryLight":{"title":"colorBackgroundDefaultPrimaryLight","url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarylight","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarydark.json b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarydark.json index 31b6b16ff..7dc145143 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarydark"]}],"metadata":{"symbolKind":"property","title":"colorBackgroundDefaultSecondaryDark","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC35colorBackgroundDefaultSecondaryDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundDefaultSecondaryDark","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryDark":{"abstract":[],"title":"colorBackgroundDefaultSecondaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC35colorBackgroundDefaultSecondaryDarkSSSgvp","title":"colorBackgroundDefaultSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarydark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultSecondaryDark"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryDark":{"title":"colorBackgroundDefaultSecondaryDark","url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarydark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarylight.json b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarylight.json index e04daab87..9b3d40bc3 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaultsecondarylight.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"colorBackgroundDefaultSecondaryLight","externalID":"s:4OUDS9OUDSThemeC36colorBackgroundDefaultSecondaryLightSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundDefaultSecondaryLight","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarylight"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryLight":{"abstract":[],"title":"colorBackgroundDefaultSecondaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarylight","role":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC36colorBackgroundDefaultSecondaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"title":"colorBackgroundDefaultSecondaryLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarylight"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultSecondaryLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryLight":{"title":"colorBackgroundDefaultSecondaryLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarylight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarydark.json b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarydark.json index b4a956590..f11098485 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarydark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultTertiaryDark"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarydark"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC34colorBackgroundDefaultTertiaryDarkSSSgvp","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","symbolKind":"property","title":"colorBackgroundDefaultTertiaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarydark","role":"symbol","title":"colorBackgroundDefaultTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultTertiaryDark"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC34colorBackgroundDefaultTertiaryDarkSSSgvp","title":"colorBackgroundDefaultTertiaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarydark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarydark","title":"colorBackgroundDefaultTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarylight.json b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarylight.json index d1496442a..477deeffb 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgrounddefaulttertiarylight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","title":"colorBackgroundDefaultTertiaryLight","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC35colorBackgroundDefaultTertiaryLightSSSgvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultTertiaryLight"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight","title":"colorBackgroundDefaultTertiaryLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBackgroundDefaultTertiaryLight","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC35colorBackgroundDefaultTertiaryLightSSSgvp","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundDefaultTertiaryLight"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarylight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryLight":{"title":"colorBackgroundDefaultTertiaryLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarydark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarydark.json index 7369fc1bc..8edcd446f 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarydark.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarydark"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundEmphasisPrimaryDark"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Property","title":"colorBackgroundEmphasisPrimaryDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34colorBackgroundEmphasisPrimaryDarkSSSgvp","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarydark","abstract":[],"role":"symbol","title":"colorBackgroundEmphasisPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarydark"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","interfaceLanguage":"swift"},"metadata":{"title":"colorBackgroundEmphasisPrimaryDark","externalID":"s:4OUDS9OUDSThemeC34colorBackgroundEmphasisPrimaryDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundEmphasisPrimaryDark","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarydark","type":"topic","title":"colorBackgroundEmphasisPrimaryDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarylight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarylight.json index 6be868b2f..2e4cf0803 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasisprimarylight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC35colorBackgroundEmphasisPrimaryLightSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorBackgroundEmphasisPrimaryLight","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundEmphasisPrimaryLight"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryLight":{"abstract":[],"title":"colorBackgroundEmphasisPrimaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC35colorBackgroundEmphasisPrimaryLightSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"colorBackgroundEmphasisPrimaryLight","roleHeading":"Instance Property","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundEmphasisPrimaryLight"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarylight"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarylight","title":"colorBackgroundEmphasisPrimaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarydark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarydark.json index 6bd29f19fb..3e24dbcaa 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarydark.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC36colorBackgroundEmphasisSecondaryDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","title":"colorBackgroundEmphasisSecondaryDark","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundEmphasisSecondaryDark"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryDark":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark","kind":"symbol","role":"symbol","title":"colorBackgroundEmphasisSecondaryDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"colorBackgroundEmphasisSecondaryDark","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC36colorBackgroundEmphasisSecondaryDarkSSSgvp","role":"symbol","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundEmphasisSecondaryDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundEmphasisSecondaryDark","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarylight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarylight.json index 93b7be38f..75cbf8723 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundemphasissecondarylight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundEmphasisSecondaryLight","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC37colorBackgroundEmphasisSecondaryLightSSSgvp","role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundEmphasisSecondaryLight"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryLight":{"abstract":[],"title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC37colorBackgroundEmphasisSecondaryLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","title":"colorBackgroundEmphasisSecondaryLight","role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundEmphasisSecondaryLight"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarylight","title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasisdark.json index 4175de673..1d2a22d85 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasisdark.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusAttractiveEmphasisDark"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC43colorBackgroundStatusAttractiveEmphasisDarkSSSgvp","modules":[{"name":"OUDS"}],"symbolKind":"property","roleHeading":"Instance Property","title":"colorBackgroundStatusAttractiveEmphasisDark","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisDark":{"type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusAttractiveEmphasisDark"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorBackgroundStatusAttractiveEmphasisDark","role":"symbol","externalID":"s:4OUDS9OUDSThemeC43colorBackgroundStatusAttractiveEmphasisDarkSSSgvp","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","roleHeading":"Instance Property"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasisdark","title":"colorBackgroundStatusAttractiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasislight.json index 8d2a0af0c..85fc575c5 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractiveemphasislight.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","symbolKind":"property","title":"colorBackgroundStatusAttractiveEmphasisLight","role":"symbol","externalID":"s:4OUDS9OUDSThemeC44colorBackgroundStatusAttractiveEmphasisLightSSSgvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusAttractiveEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisLight":{"abstract":[],"title":"colorBackgroundStatusAttractiveEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasislight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","title":"colorBackgroundStatusAttractiveEmphasisLight","externalID":"s:4OUDS9OUDSThemeC44colorBackgroundStatusAttractiveEmphasisLightSSSgvp"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusAttractiveEmphasisLight"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasislight"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasislight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","title":"colorBackgroundStatusAttractiveEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemuteddark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemuteddark.json index 6d78b9290..37a8ea8ea 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemuteddark.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveMutedDark","externalID":"s:4OUDS9OUDSThemeC40colorBackgroundStatusAttractiveMutedDarkSSSgvp","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusAttractiveMutedDark","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemuteddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark","kind":"symbol","title":"colorBackgroundStatusAttractiveMutedDark"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemuteddark"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC40colorBackgroundStatusAttractiveMutedDarkSSSgvp","title":"colorBackgroundStatusAttractiveMutedDark","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusAttractiveMutedDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemuteddark","type":"topic","title":"colorBackgroundStatusAttractiveMutedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemutedlight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemutedlight.json index c21ed4f90..588e57ded 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusattractivemutedlight.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"colorBackgroundStatusAttractiveMutedLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusAttractiveMutedLightSSSgvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusAttractiveMutedLight"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedLight":{"abstract":[],"title":"colorBackgroundStatusAttractiveMutedLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemutedlight","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusAttractiveMutedLight"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusAttractiveMutedLightSSSgvp","title":"colorBackgroundStatusAttractiveMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedLight":{"title":"colorBackgroundStatusAttractiveMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasisdark.json index ad7d4b414..b789c8ff8 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasisdark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC44colorBackgroundStatusInformationEmphasisDarkSSSgvp","role":"symbol","symbolKind":"property","extendedModule":"OUDS","title":"colorBackgroundStatusInformationEmphasisDark","roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusInformationEmphasisDark","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasisdark","type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"colorBackgroundStatusInformationEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasisdark"]}],"metadata":{"extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC44colorBackgroundStatusInformationEmphasisDarkSSSgvp","symbolKind":"property","title":"colorBackgroundStatusInformationEmphasisDark"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusInformationEmphasisDark"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasisdark","title":"colorBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasislight.json index 98c0ef262..31062caed 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasislight"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusInformationEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC45colorBackgroundStatusInformationEmphasisLightSSSgvp","title":"colorBackgroundStatusInformationEmphasisLight","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasislight","role":"symbol","title":"colorBackgroundStatusInformationEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusInformationEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasislight"]}],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"colorBackgroundStatusInformationEmphasisLight","role":"symbol","externalID":"s:4OUDS9OUDSThemeC45colorBackgroundStatusInformationEmphasisLightSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasislight","title":"colorBackgroundStatusInformationEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmuteddark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmuteddark.json index 1de75a3fe..933c7f97b 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmuteddark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusInformationMutedDark"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDS"}],"title":"colorBackgroundStatusInformationMutedDark","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusInformationMutedDarkSSSgvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","extendedModule":"OUDS"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmuteddark","role":"symbol","title":"colorBackgroundStatusInformationMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusInformationMutedDark"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmuteddark"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"metadata":{"title":"colorBackgroundStatusInformationMutedDark","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusInformationMutedDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmuteddark","title":"colorBackgroundStatusInformationMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmutedlight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmutedlight.json index cf744fb68..cf5625dfa 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusinformationmutedlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmutedlight"]}],"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC42colorBackgroundStatusInformationMutedLightSSSgvp","title":"colorBackgroundStatusInformationMutedLight"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusInformationMutedLight","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmutedlight","abstract":[],"role":"symbol","title":"colorBackgroundStatusInformationMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusInformationMutedLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmutedlight"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC42colorBackgroundStatusInformationMutedLightSSSgvp","symbolKind":"property","title":"colorBackgroundStatusInformationMutedLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedLight":{"title":"colorBackgroundStatusInformationMutedLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasisdark.json index 7e4f5a566..a10a55b92 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasisdark.json @@ -1 +1 @@ -{"metadata":{"title":"colorBackgroundStatusNegativeEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusNegativeEmphasisDarkSSSgvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusNegativeEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasisdark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark","title":"colorBackgroundStatusNegativeEmphasisDark","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusNegativeEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","symbolKind":"property","title":"colorBackgroundStatusNegativeEmphasisDark"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusNegativeEmphasisDark"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasisdark","title":"colorBackgroundStatusNegativeEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasislight.json index 66a97ae6b..81e0f3720 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativeemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC42colorBackgroundStatusNegativeEmphasisLightSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusNegativeEmphasisLight"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusNegativeEmphasisLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasislight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight","title":"colorBackgroundStatusNegativeEmphasisLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC42colorBackgroundStatusNegativeEmphasisLightSSSgvp","symbolKind":"property","title":"colorBackgroundStatusNegativeEmphasisLight","roleHeading":"Instance Property"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusNegativeEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisLight":{"title":"colorBackgroundStatusNegativeEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemuteddark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemuteddark.json index 1b6fe5970..80187fc5c 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemuteddark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemuteddark"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"title":"colorBackgroundStatusNegativeMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC38colorBackgroundStatusNegativeMutedDarkSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusNegativeMutedDark","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedDark":{"abstract":[],"title":"colorBackgroundStatusNegativeMutedDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemuteddark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusNegativeMutedDark"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","title":"colorBackgroundStatusNegativeMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC38colorBackgroundStatusNegativeMutedDarkSSSgvp","roleHeading":"Instance Property","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedDark":{"title":"colorBackgroundStatusNegativeMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemutedlight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemutedlight.json index e37cdd897..c01b3eb5b 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatusnegativemutedlight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemutedlight"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"colorBackgroundStatusNegativeMutedLight","externalID":"s:4OUDS9OUDSThemeC39colorBackgroundStatusNegativeMutedLightSSSgvp","role":"symbol","extendedModule":"OUDS","symbolKind":"property"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusNegativeMutedLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"title":"OUDSTheme","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"OUDSTheme","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"text":"Any properties of an overridable theme should be defined so as to provide defaults values.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedLight":{"abstract":[],"title":"colorBackgroundStatusNegativeMutedLight","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemutedlight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusNegativeMutedLight"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"colorBackgroundStatusNegativeMutedLight","externalID":"s:4OUDS9OUDSThemeC39colorBackgroundStatusNegativeMutedLightSSSgvp","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemutedlight"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedLight":{"title":"colorBackgroundStatusNegativeMutedLight","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemutedlight","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasisdark.json index e5208593c..ede33438e 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasisdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasisdark"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusPositiveEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusPositiveEmphasisDarkSSSgvp","role":"symbol","modules":[{"name":"OUDS"}],"title":"colorBackgroundStatusPositiveEmphasisDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisDark":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasisdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark","title":"colorBackgroundStatusPositiveEmphasisDark","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusPositiveEmphasisDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"colorBackgroundStatusPositiveEmphasisDark","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusPositiveEmphasisDark"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasisdark","title":"colorBackgroundStatusPositiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasislight.json index 9b89cff33..b30348796 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositiveemphasislight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusPositiveEmphasisLight"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"title":"colorBackgroundStatusPositiveEmphasisLight","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC42colorBackgroundStatusPositiveEmphasisLightSSSgvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDS"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasislight","role":"symbol","title":"colorBackgroundStatusPositiveEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusPositiveEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC42colorBackgroundStatusPositiveEmphasisLightSSSgvp","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"colorBackgroundStatusPositiveEmphasisLight","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisLight":{"title":"colorBackgroundStatusPositiveEmphasisLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasislight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemuteddark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemuteddark.json index 1bf93027f..f0676f70b 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemuteddark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusPositiveMutedDark","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC38colorBackgroundStatusPositiveMutedDarkSSSgvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"colorBackgroundStatusPositiveMutedDark","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemuteddark"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemuteddark","abstract":[],"role":"symbol","title":"colorBackgroundStatusPositiveMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusPositiveMutedDark"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemuteddark"]}],"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","title":"colorBackgroundStatusPositiveMutedDark","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC38colorBackgroundStatusPositiveMutedDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedinverse.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedinverse.json index cb0f6ee97..03c0c2c31 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedinverse.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedinverse.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedInverse"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusPositiveMutedInverseSSSgvp","title":"colorBackgroundStatusPositiveMutedInverse","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedInverse","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedinverse"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedInverse":{"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedinverse","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse","kind":"symbol","title":"colorBackgroundStatusPositiveMutedInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedInverse","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedInverse"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedInverse","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusPositiveMutedInverseSSSgvp","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","title":"colorBackgroundStatusPositiveMutedInverse","roleHeading":"Instance Property"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedinverse"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedInverse":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedInverse","abstract":[],"title":"colorBackgroundStatusPositiveMutedInverse","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedinverse","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedInverse","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedlight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedlight.json index 71638512e..02ee3ba05 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuspositivemutedlight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC39colorBackgroundStatusPositiveMutedLightSSSgvp","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusPositiveMutedLight"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusPositiveMutedLight"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedlight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedlight","abstract":[],"kind":"symbol","title":"colorBackgroundStatusPositiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC39colorBackgroundStatusPositiveMutedLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"title":"colorBackgroundStatusPositiveMutedLight"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedlight"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusPositiveMutedLight"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedlight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusPositiveMutedLight","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasisdark.json index 43bb640b7..9bf4fc257 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasisdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasisdark"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusWarningEmphasisDark"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark"},"kind":"symbol","sections":[],"metadata":{"title":"colorBackgroundStatusWarningEmphasisDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC40colorBackgroundStatusWarningEmphasisDarkSSSgvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisDark":{"abstract":[],"title":"colorBackgroundStatusWarningEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"metadata":{"externalID":"s:4OUDS9OUDSThemeC40colorBackgroundStatusWarningEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","title":"colorBackgroundStatusWarningEmphasisDark","roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusWarningEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasisdark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasisdark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBackgroundStatusWarningEmphasisDark"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasislight.json index 49e83723f..0adf7eb80 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningemphasislight.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusWarningEmphasisLightSSSgvp","symbolKind":"property","title":"colorBackgroundStatusWarningEmphasisLight","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusWarningEmphasisLight","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasislight","role":"symbol","title":"colorBackgroundStatusWarningEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusWarningEmphasisLight"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC41colorBackgroundStatusWarningEmphasisLightSSSgvp","symbolKind":"property","role":"symbol","title":"colorBackgroundStatusWarningEmphasisLight"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisLight":{"title":"colorBackgroundStatusWarningEmphasisLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasislight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmuteddark.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmuteddark.json index 7c56885e9..778530b49 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmuteddark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusWarningMutedDark"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmuteddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC37colorBackgroundStatusWarningMutedDarkSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusWarningMutedDark"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmuteddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark","kind":"symbol","title":"colorBackgroundStatusWarningMutedDark"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark"},"metadata":{"title":"colorBackgroundStatusWarningMutedDark","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC37colorBackgroundStatusWarningMutedDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBackgroundStatusWarningMutedDark","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmuteddark","title":"colorBackgroundStatusWarningMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmutedlight.json b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmutedlight.json index a66a33dec..da9f0663b 100644 --- a/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorbackgroundstatuswarningmutedlight.json @@ -1 +1 @@ -{"metadata":{"title":"colorBackgroundStatusWarningMutedLight","externalID":"s:4OUDS9OUDSThemeC38colorBackgroundStatusWarningMutedLightSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBackgroundStatusWarningMutedLight","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmutedlight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","kind":"symbol","title":"colorBackgroundStatusWarningMutedLight"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","title":"colorBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC38colorBackgroundStatusWarningMutedLightSSSgvp","extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBackgroundStatusWarningMutedLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedLight":{"title":"colorBackgroundStatusWarningMutedLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarydark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarydark.json index 098bdddb6..d5888ef56 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarydark.json @@ -1 +1 @@ -{"metadata":{"title":"colorBorderBrandPrimaryDark","externalID":"s:4OUDS9OUDSThemeC27colorBorderBrandPrimaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandPrimaryDark","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryDark":{"abstract":[],"title":"colorBorderBrandPrimaryDark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarydark","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimarydark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC27colorBorderBrandPrimaryDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"colorBorderBrandPrimaryDark","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandPrimaryDark","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarydark","title":"colorBorderBrandPrimaryDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarylight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarylight.json index 79f7e040f..26698e988 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimarylight.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBorderBrandPrimaryLight","role":"symbol","externalID":"s:4OUDS9OUDSThemeC28colorBorderBrandPrimaryLightSSSgvp","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandPrimaryLight"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight","title":"colorBorderBrandPrimaryLight","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarylight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimarylight"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"symbolKind":"property","title":"colorBorderBrandPrimaryLight","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC28colorBorderBrandPrimaryLightSSSgvp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandPrimaryLight"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarylight","title":"colorBorderBrandPrimaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasisdark.json index 1c30104a1..f181bafe5 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasisdark.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","roleHeading":"Instance Property","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC47colorBorderBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","extendedModule":"OUDS","symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasisdark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandPrimaryOnBackgroundEmphasisDark","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasisdark","abstract":[],"role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasisdark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandPrimaryOnBackgroundEmphasisDark","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"metadata":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC47colorBorderBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasisdark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasislight.json index 01f3d5b94..ad928dc16 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandprimaryonbackgroundemphasislight.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight"},"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC48colorBorderBrandPrimaryOnBackgroundEmphasisLightSSSgvp","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasislight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasislight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC48colorBorderBrandPrimaryOnBackgroundEmphasisLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasislight","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarydark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarydark.json index 31cfa0be2..aec056d88 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarydark.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandSecondaryDark"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarydark"]}],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","title":"colorBorderBrandSecondaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC29colorBorderBrandSecondaryDarkSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandSecondaryDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarydark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandSecondaryDark","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC29colorBorderBrandSecondaryDarkSSSgvp","symbolKind":"property","extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"title":"colorBorderBrandSecondaryDark","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarydark"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarydark","title":"colorBorderBrandSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarylight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarylight.json index fb7653ca7..212e60e2f 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandsecondarylight.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandSecondaryLight","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarylight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC30colorBorderBrandSecondaryLightSSSgvp","symbolKind":"property","extendedModule":"OUDS","title":"colorBorderBrandSecondaryLight","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","title":"colorBorderBrandSecondaryLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarylight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","title":"colorBorderBrandSecondaryLight","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC30colorBorderBrandSecondaryLightSSSgvp"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandSecondaryLight"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarylight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarylight","title":"colorBorderBrandSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivedark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivedark.json index bc66dce6f..13d9a6e29 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivedark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivedark.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandStatusAttractiveDark","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC36colorBorderBrandStatusAttractiveDarkSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"colorBorderBrandStatusAttractiveDark"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveDark":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivedark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark","title":"colorBorderBrandStatusAttractiveDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandStatusAttractiveDark","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC36colorBorderBrandStatusAttractiveDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBorderBrandStatusAttractiveDark","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivedark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorBorderBrandStatusAttractiveDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivelight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivelight.json index 81d7f425f..7a3cca668 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivelight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusattractivelight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"title":"colorBorderBrandStatusAttractiveLight","externalID":"s:4OUDS9OUDSThemeC37colorBorderBrandStatusAttractiveLightSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivelight"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandStatusAttractiveLight","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBorderBrandStatusAttractiveLight","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivelight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"externalID":"s:4OUDS9OUDSThemeC37colorBorderBrandStatusAttractiveLightSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","title":"colorBorderBrandStatusAttractiveLight"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusAttractiveLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivelight"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivelight","type":"topic","title":"colorBorderBrandStatusAttractiveLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationdark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationdark.json index 25719e607..487160649 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC37colorBorderBrandStatusInformationDarkSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"colorBorderBrandStatusInformationDark","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusInformationDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationdark","abstract":[],"title":"colorBorderBrandStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC37colorBorderBrandStatusInformationDarkSSSgvp","modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","title":"colorBorderBrandStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusInformationDark"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationDark":{"title":"colorBorderBrandStatusInformationDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationlight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationlight.json index 954aa4c87..5b9f043f0 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusinformationlight.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC38colorBorderBrandStatusInformationLightSSSgvp","roleHeading":"Instance Property","title":"colorBorderBrandStatusInformationLight","role":"symbol","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusInformationLight"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationlight","role":"symbol","title":"colorBorderBrandStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationlight"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"OUDS","title":"colorBorderBrandStatusInformationLight","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC38colorBorderBrandStatusInformationLightSSSgvp","roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusInformationLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationLight":{"title":"colorBorderBrandStatusInformationLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativedark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativedark.json index d51d81748..bd406bb9d 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativedark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativedark.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativedark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusNegativeDark"},{"text":".","type":"text"}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"colorBorderBrandStatusNegativeDark","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC34colorBorderBrandStatusNegativeDarkSSSgvp","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativedark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","kind":"symbol","title":"colorBorderBrandStatusNegativeDark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativedark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC34colorBorderBrandStatusNegativeDarkSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBorderBrandStatusNegativeDark"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusNegativeDark"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeDark":{"title":"colorBorderBrandStatusNegativeDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativedark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativelight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativelight.json index e2530e4fc..bbe367c4e 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativelight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatusnegativelight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC35colorBorderBrandStatusNegativeLightSSSgvp","title":"colorBorderBrandStatusNegativeLight","extendedModule":"OUDS","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativelight"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandStatusNegativeLight","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeLight":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","title":"colorBorderBrandStatusNegativeLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativelight"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandStatusNegativeLight","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC35colorBorderBrandStatusNegativeLightSSSgvp","title":"colorBorderBrandStatusNegativeLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeLight":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativelight","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol","title":"colorBorderBrandStatusNegativeLight"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivedark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivedark.json index a891c2369..f3cc7aa4d 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivedark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivedark.json @@ -1 +1 @@ -{"metadata":{"title":"colorBorderBrandStatusPositiveDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC34colorBorderBrandStatusPositiveDarkSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusPositiveDark"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","title":"colorBorderBrandStatusPositiveDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivedark","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusPositiveDark"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivedark"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"title":"colorBorderBrandStatusPositiveDark","externalID":"s:4OUDS9OUDSThemeC34colorBorderBrandStatusPositiveDarkSSSgvp","symbolKind":"property","role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivedark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorBorderBrandStatusPositiveDark","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivelight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivelight.json index 9c926d8f5..375527221 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivelight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuspositivelight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivelight"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandStatusPositiveLight","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusPositiveLight","modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC35colorBorderBrandStatusPositiveLightSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveLight":{"abstract":[],"title":"colorBorderBrandStatusPositiveLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivelight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35colorBorderBrandStatusPositiveLightSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"colorBorderBrandStatusPositiveLight","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandStatusPositiveLight","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivelight","title":"colorBorderBrandStatusPositiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarningdark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarningdark.json index a8612e758..f23f124ea 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarningdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarningdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarningdark"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandStatusWarningDark","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","title":"colorBorderBrandStatusWarningDark","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC33colorBorderBrandStatusWarningDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningDark":{"abstract":[],"title":"colorBorderBrandStatusWarningDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarningdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC33colorBorderBrandStatusWarningDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBorderBrandStatusWarningDark","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarningdark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandStatusWarningDark","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarningdark","type":"topic","title":"colorBorderBrandStatusWarningDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarninglight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarninglight.json index 537cfadcc..96c5c277f 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarninglight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandstatuswarninglight.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34colorBorderBrandStatusWarningLightSSSgvp","title":"colorBorderBrandStatusWarningLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandStatusWarningLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarninglight"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarninglight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight","kind":"symbol","title":"colorBorderBrandStatusWarningLight"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderBrandStatusWarningLight","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC34colorBorderBrandStatusWarningLightSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBorderBrandStatusWarningLight","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarninglight"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningLight":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarninglight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBorderBrandStatusWarningLight"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarydark.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarydark.json index d58784e61..944a88c95 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarydark.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC28colorBorderBrandTertiaryDarkSSSgvp","title":"colorBorderBrandTertiaryDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarydark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandTertiaryDark"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryDark":{"abstract":[],"title":"colorBorderBrandTertiaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarydark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarydark"]}],"metadata":{"extendedModule":"OUDS","title":"colorBorderBrandTertiaryDark","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC28colorBorderBrandTertiaryDarkSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderBrandTertiaryDark","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark","title":"colorBorderBrandTertiaryDark","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarylight.json b/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarylight.json index 8b47b198f..aac01857c 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderbrandtertiarylight.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandTertiaryLight"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarylight"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC29colorBorderBrandTertiaryLightSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","title":"colorBorderBrandTertiaryLight","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryLight":{"abstract":[],"title":"colorBorderBrandTertiaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"extendedModule":"OUDS","symbolKind":"property","title":"colorBorderBrandTertiaryLight","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC29colorBorderBrandTertiaryLightSSSgvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderBrandTertiaryLight"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarylight"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryLight":{"title":"colorBorderBrandTertiaryLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderdefaultdark.json b/docs/data/documentation/ouds/oudstheme/colorborderdefaultdark.json index 33bdaaadb..e30e9df59 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderdefaultdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderdefaultdark.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC22colorBorderDefaultDarkSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"title":"colorBorderDefaultDark","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderDefaultDark"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark","kind":"symbol","title":"colorBorderDefaultDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderDefaultDark"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22colorBorderDefaultDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"title":"colorBorderDefaultDark"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultDark":{"title":"colorBorderDefaultDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultdark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderdefaultlight.json b/docs/data/documentation/ouds/oudstheme/colorborderdefaultlight.json index 7facdc233..48c03ce28 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderdefaultlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderdefaultlight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23colorBorderDefaultLightSSSgvp","title":"colorBorderDefaultLight","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderDefaultLight"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultlight"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultlight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight","kind":"symbol","title":"colorBorderDefaultLight"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderDefaultLight"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight"},"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23colorBorderDefaultLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"colorBorderDefaultLight","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultlight","type":"topic","title":"colorBorderDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasisdark.json index 48a11ac6e..12d4bbf1b 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasisdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC42colorBorderDefaultOnBackgroundEmphasisDarkSSSgvp","symbolKind":"property","title":"colorBorderDefaultOnBackgroundEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderDefaultOnBackgroundEmphasisDark"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasisdark"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasisdark","abstract":[],"role":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderDefaultOnBackgroundEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","title":"colorBorderDefaultOnBackgroundEmphasisDark","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC42colorBorderDefaultOnBackgroundEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"title":"colorBorderDefaultOnBackgroundEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasisdark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasislight.json index 77b1a3e4e..44eaac847 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderdefaultonbackgroundemphasislight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC43colorBorderDefaultOnBackgroundEmphasisLightSSSgvp","title":"colorBorderDefaultOnBackgroundEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderDefaultOnBackgroundEmphasisLight","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasislight","abstract":[],"role":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderDefaultOnBackgroundEmphasisLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC43colorBorderDefaultOnBackgroundEmphasisLightSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorBorderDefaultOnBackgroundEmphasisLight","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasislight","title":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorborderemphasisdark.json index a22533096..338cf1e6e 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderemphasisdark.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","title":"colorBorderEmphasisDark","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23colorBorderEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderEmphasisDark"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasisdark"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisdark","role":"symbol","title":"colorBorderEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasisdark"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderEmphasisDark"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"title":"colorBorderEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC23colorBorderEmphasisDarkSSSgvp","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisDark":{"title":"colorBorderEmphasisDark","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisdark","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorborderemphasislight.json index 4b33c4d82..54f71e53f 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderemphasislight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderEmphasisLight"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","symbolKind":"property","title":"colorBorderEmphasisLight","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC24colorBorderEmphasisLightSSSgvp","role":"symbol","roleHeading":"Instance Property"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasislight"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisLight":{"abstract":[],"title":"colorBorderEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasislight","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderEmphasisLight"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorBorderEmphasisLight","externalID":"s:4OUDS9OUDSThemeC24colorBorderEmphasisLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","role":"symbol","title":"OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"type":"text","text":" "},{"text":"A Swift ","type":"text"},{"code":"class","type":"codeVoice"},{"text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers","type":"text"},{"type":"text","text":" "},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"text":"We allow this theme to be derivated and be overriden.","type":"text"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme"},"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisLight":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasislight","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasisdark.json index 6c742c87f..662b037e3 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasisdark"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC031colorBorderEmphasisOnBackgroundE4DarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderEmphasisOnBackgroundEmphasisDark"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderEmphasisOnBackgroundEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBorderEmphasisOnBackgroundEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasisdark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark"},"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC031colorBorderEmphasisOnBackgroundE4DarkSSSgvp","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"colorBorderEmphasisOnBackgroundEmphasisDark","roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorBorderEmphasisOnBackgroundEmphasisDark","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasisdark","title":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasislight.json index bbfffd9f5..e6fda824f 100644 --- a/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorborderemphasisonbackgroundemphasislight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"title":"colorBorderEmphasisOnBackgroundEmphasisLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC031colorBorderEmphasisOnBackgroundE5LightSSSgvp","extendedModule":"OUDS"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorBorderEmphasisOnBackgroundEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasislight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","title":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"title":"colorBorderEmphasisOnBackgroundEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC031colorBorderEmphasisOnBackgroundE5LightSSSgvp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasislight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorBorderEmphasisOnBackgroundEmphasisLight"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasislight","title":"colorBorderEmphasisOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarydark.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarydark.json index e61dcf021..4ae6776e2 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarydark.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","roleHeading":"Instance Property","title":"colorContentBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC28colorContentBrandPrimaryDarkSSSgvp"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandPrimaryDark"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarydark","role":"symbol","title":"colorContentBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarydark"]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandPrimaryDark"},{"type":"text","text":"."}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC28colorContentBrandPrimaryDarkSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryDark","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryDark":{"title":"colorContentBrandPrimaryDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarylight.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarylight.json index 7d76e2f9c..204a72b6c 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimarylight.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarylight"]}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC29colorContentBrandPrimaryLightSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"colorContentBrandPrimaryLight","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandPrimaryLight"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight","title":"colorContentBrandPrimaryLight","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29colorContentBrandPrimaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"title":"colorContentBrandPrimaryLight"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarylight"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentBrandPrimaryLight","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarylight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorContentBrandPrimaryLight","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasisdark.json index 491873ab8..b93ce15b6 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasisdark"]}],"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC48colorContentBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"abstract":[],"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC48colorContentBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasisdark","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasislight.json index 767e40bfd..486d7546c 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandprimaryonbackgroundemphasislight.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorContentBrandPrimaryOnBackgroundEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","externalID":"s:4OUDS9OUDSThemeC49colorContentBrandPrimaryOnBackgroundEmphasisLightSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasislight","role":"symbol","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Instance Property","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC49colorContentBrandPrimaryOnBackgroundEmphasisLightSSSgvp","extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasislight"]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasislight","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarydark.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarydark.json index bd19ba045..2f59094d9 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarydark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarydark"]}],"metadata":{"symbolKind":"property","extendedModule":"OUDS","title":"colorContentBrandSecondaryDark","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC30colorContentBrandSecondaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentBrandSecondaryDark","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryDark":{"abstract":[],"title":"colorContentBrandSecondaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarydark","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentBrandSecondaryDark","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentBrandSecondaryDark","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30colorContentBrandSecondaryDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryDark":{"title":"colorContentBrandSecondaryDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarydark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarylight.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarylight.json index a53ef6a9b..112587526 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandsecondarylight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarylight"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"title":"colorContentBrandSecondaryLight","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC31colorContentBrandSecondaryLightSSSgvp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentBrandSecondaryLight","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","kind":"symbol","title":"colorContentBrandSecondaryLight"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarylight"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandSecondaryLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","title":"colorContentBrandSecondaryLight","externalID":"s:4OUDS9OUDSThemeC31colorContentBrandSecondaryLightSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDS"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarylight","title":"colorContentBrandSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarydark.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarydark.json index 86eac6483..c89e85649 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarydark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarydark.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC29colorContentBrandTertiaryDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorContentBrandTertiaryDark","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandTertiaryDark"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarydark"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryDark":{"abstract":[],"title":"colorContentBrandTertiaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarydark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorContentBrandTertiaryDark","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29colorContentBrandTertiaryDarkSSSgvp","extendedModule":"OUDS"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentBrandTertiaryDark","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarydark","title":"colorContentBrandTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarylight.json b/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarylight.json index a94321fb6..cdf98476e 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarylight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentbrandtertiarylight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC30colorContentBrandTertiaryLightSSSgvp","extendedModule":"OUDS","title":"colorContentBrandTertiaryLight","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandTertiaryLight"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarylight","abstract":[],"role":"symbol","title":"colorContentBrandTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentBrandTertiaryLight"},{"type":"text","text":"."}],"metadata":{"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC30colorContentBrandTertiaryLightSSSgvp","title":"colorContentBrandTertiaryLight","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandTertiaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarylight","title":"colorContentBrandTertiaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultdark.json b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultdark.json index 4db692b2c..e1ef89908 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultdark.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","title":"colorContentDefaultDark","role":"symbol","externalID":"s:4OUDS9OUDSThemeC23colorContentDefaultDarkSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentDefaultDark","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultdark","abstract":[],"role":"symbol","title":"colorContentDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC23colorContentDefaultDarkSSSgvp","roleHeading":"Instance Property","title":"colorContentDefaultDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultdark"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorContentDefaultDark","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultDark":{"title":"colorContentDefaultDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultdark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultlight.json b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultlight.json index 9dc6c846b..880ad6d0b 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultlight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"colorContentDefaultLight","role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC24colorContentDefaultLightSSSgvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentDefaultLight"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultlight"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultLight":{"abstract":[],"title":"colorContentDefaultLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultlight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultlight"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC24colorContentDefaultLightSSSgvp","title":"colorContentDefaultLight","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentDefaultLight"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultLight":{"title":"colorContentDefaultLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasisdark.json index ece440784..8378fabb2 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentDefaultOnBackgroundEmphasisDark"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC43colorContentDefaultOnBackgroundEmphasisDarkSSSgvp","extendedModule":"OUDS","title":"colorContentDefaultOnBackgroundEmphasisDark","symbolKind":"property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasisdark","role":"symbol","title":"colorContentDefaultOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentDefaultOnBackgroundEmphasisDark"},{"text":".","type":"text"}],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC43colorContentDefaultOnBackgroundEmphasisDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","title":"colorContentDefaultOnBackgroundEmphasisDark","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasisdark","title":"colorContentDefaultOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasislight.json index c089f955e..3928c2bf4 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentdefaultonbackgroundemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasislight"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentDefaultOnBackgroundEmphasisLight"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight"},"metadata":{"symbolKind":"property","title":"colorContentDefaultOnBackgroundEmphasisLight","externalID":"s:4OUDS9OUDSThemeC44colorContentDefaultOnBackgroundEmphasisLightSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasislight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight","kind":"symbol","title":"colorContentDefaultOnBackgroundEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorContentDefaultOnBackgroundEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight"},"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC44colorContentDefaultOnBackgroundEmphasisLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"colorContentDefaultOnBackgroundEmphasisLight","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisLight":{"title":"colorContentDefaultOnBackgroundEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentmuteddark.json b/docs/data/documentation/ouds/oudstheme/colorcontentmuteddark.json index 8489eb389..accfbe14d 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentmuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentmuteddark.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC21colorContentMutedDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","title":"colorContentMutedDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentMutedDark"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmuteddark","role":"symbol","title":"colorContentMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentMutedDark","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"extendedModule":"OUDS","role":"symbol","title":"colorContentMutedDark","externalID":"s:4OUDS9OUDSThemeC21colorContentMutedDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedDark":{"title":"colorContentMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentmutedlight.json b/docs/data/documentation/ouds/oudstheme/colorcontentmutedlight.json index ce1836137..f4753000b 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentmutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentmutedlight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22colorContentMutedLightSSSgvp","title":"colorContentMutedLight","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentMutedLight"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedLight":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight","title":"colorContentMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedlight"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22colorContentMutedLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"title":"colorContentMutedLight"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentMutedLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedLight":{"title":"colorContentMutedLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasisdark.json b/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasisdark.json index 4d597827d..00c342aec 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentMutedOnBackgroundEmphasisDark"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasisdark"]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","title":"colorContentMutedOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC41colorContentMutedOnBackgroundEmphasisDarkSSSgvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisDark":{"kind":"symbol","abstract":[],"role":"symbol","title":"colorContentMutedOnBackgroundEmphasisDark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasisdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentMutedOnBackgroundEmphasisDark"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC41colorContentMutedOnBackgroundEmphasisDarkSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"colorContentMutedOnBackgroundEmphasisDark","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisDark":{"title":"colorContentMutedOnBackgroundEmphasisDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasisdark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasislight.json b/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasislight.json index 5c9e09185..5c8221111 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentmutedonbackgroundemphasislight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC42colorContentMutedOnBackgroundEmphasisLightSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"colorContentMutedOnBackgroundEmphasisLight"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasislight"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentMutedOnBackgroundEmphasisLight"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisLight":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasislight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight","title":"colorContentMutedOnBackgroundEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight"},"sections":[],"metadata":{"symbolKind":"property","role":"symbol","title":"colorContentMutedOnBackgroundEmphasisLight","externalID":"s:4OUDS9OUDSThemeC42colorContentMutedOnBackgroundEmphasisLightSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorContentMutedOnBackgroundEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisLight":{"title":"colorContentMutedOnBackgroundEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivedark.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivedark.json index 47cbf505b..2d2ea7ae4 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivedark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivedark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusAttractiveDark"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorContentStatusAttractiveDark","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32colorContentStatusAttractiveDarkSSSgvp","roleHeading":"Instance Property","symbolKind":"property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivedark"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveDark":{"abstract":[],"title":"colorContentStatusAttractiveDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivedark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentStatusAttractiveDark","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"role":"symbol","title":"colorContentStatusAttractiveDark","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32colorContentStatusAttractiveDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveDark":{"title":"colorContentStatusAttractiveDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivedark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivelight.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivelight.json index 64d857195..3198db995 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivelight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatusattractivelight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","title":"colorContentStatusAttractiveLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC33colorContentStatusAttractiveLightSSSgvp","role":"symbol"},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusAttractiveLight"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivelight","role":"symbol","title":"colorContentStatusAttractiveLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:4OUDS9OUDSThemeC33colorContentStatusAttractiveLightSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"colorContentStatusAttractiveLight","roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusAttractiveLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivelight","title":"colorContentStatusAttractiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationdark.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationdark.json index 5afb696bd..6f8969d98 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationdark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","role":"symbol","title":"colorContentStatusInformationDark","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC33colorContentStatusInformationDarkSSSgvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentStatusInformationDark","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationdark","abstract":[],"role":"symbol","title":"colorContentStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationdark"]}],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusInformationDark","externalID":"s:4OUDS9OUDSThemeC33colorContentStatusInformationDarkSSSgvp"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusInformationDark"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","kind":"symbol","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationdark","title":"colorContentStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationlight.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationlight.json index b92d73d23..0520dd929 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationlight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatusinformationlight.json @@ -1 +1 @@ -{"metadata":{"title":"colorContentStatusInformationLight","roleHeading":"Instance Property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC34colorContentStatusInformationLightSSSgvp","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorContentStatusInformationLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationLight":{"abstract":[],"title":"colorContentStatusInformationLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationlight","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusInformationLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationlight"]}],"metadata":{"title":"colorContentStatusInformationLight","role":"symbol","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC34colorContentStatusInformationLightSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationlight","title":"colorContentStatusInformationLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativedark.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativedark.json index 796c75b75..8a5cf7e87 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativedark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativedark.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30colorContentStatusNegativeDarkSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentStatusNegativeDark","roleHeading":"Instance Property","extendedModule":"OUDS"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentStatusNegativeDark","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusNegativeDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativedark","abstract":[],"role":"symbol","title":"colorContentStatusNegativeDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC30colorContentStatusNegativeDarkSSSgvp","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","title":"colorContentStatusNegativeDark","role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusNegativeDark"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativedark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeDark":{"title":"colorContentStatusNegativeDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativedark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativelight.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativelight.json index 0e1702d6b..e57c6df31 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativelight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatusnegativelight.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight","interfaceLanguage":"swift"},"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC31colorContentStatusNegativeLightSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","title":"colorContentStatusNegativeLight","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentStatusNegativeLight","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativelight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight","title":"colorContentStatusNegativeLight","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorContentStatusNegativeLight","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC31colorContentStatusNegativeLightSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentStatusNegativeLight"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativelight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorContentStatusNegativeLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivedark.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivedark.json index 56d0b2b28..2d18ec244 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivedark.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivedark.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusPositiveDark"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC30colorContentStatusPositiveDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorContentStatusPositiveDark","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivedark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark","title":"colorContentStatusPositiveDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorContentStatusPositiveDark","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"colorContentStatusPositiveDark","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC30colorContentStatusPositiveDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","extendedModule":"OUDS"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveDark":{"title":"colorContentStatusPositiveDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivedark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositiveinverse.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositiveinverse.json index fb7189c14..b23c163ce 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositiveinverse.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositiveinverse.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveInverse","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC33colorContentStatusPositiveInverseSSSgvp","title":"colorContentStatusPositiveInverse"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatuspositiveinverse"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveInverse"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveInverse":{"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositiveinverse","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse","kind":"symbol","title":"colorContentStatusPositiveInverse","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveInverse","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveInverse","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatuspositiveinverse"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:4OUDS9OUDSThemeC33colorContentStatusPositiveInverseSSSgvp","roleHeading":"Instance Property","title":"colorContentStatusPositiveInverse","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveInverse"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveInverse":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveInverse"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusPositiveInverse","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveInverse","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositiveinverse","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivelight.json b/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivelight.json index 9c4771f41..fdcae8178 100644 --- a/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivelight.json +++ b/docs/data/documentation/ouds/oudstheme/colorcontentstatuspositivelight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivelight"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC31colorContentStatusPositiveLightSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"colorContentStatusPositiveLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusPositiveLight"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveLight":{"abstract":[],"kind":"symbol","title":"colorContentStatusPositiveLight","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivelight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorContentStatusPositiveLight"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","title":"colorContentStatusPositiveLight","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC31colorContentStatusPositiveLightSSSgvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivelight"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivelight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorContentStatusPositiveLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarydark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarydark.json index ee3c40d50..51527758f 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarydark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarydark.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundPrimaryDark","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28colorOnBackgroundPrimaryDarkSSSgvp","symbolKind":"property","extendedModule":"OUDS","title":"colorOnBackgroundPrimaryDark","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarydark","role":"symbol","title":"colorOnBackgroundPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"colorOnBackgroundPrimaryDark","role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC28colorOnBackgroundPrimaryDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundPrimaryDark","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryDark":{"title":"colorOnBackgroundPrimaryDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarydark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarylight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarylight.json index 47001c62c..f663f5a4e 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarylight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundprimarylight.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29colorOnBackgroundPrimaryLightSSSgvp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundPrimaryLight"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundPrimaryLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryLight":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarylight","title":"colorOnBackgroundPrimaryLight"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundPrimaryLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"colorOnBackgroundPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29colorOnBackgroundPrimaryLightSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryLight":{"title":"colorOnBackgroundPrimaryLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarydark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarydark.json index 6933c43de..9ed7bc87f 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarydark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarydark.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property","title":"colorOnBackgroundSecondaryDark","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC30colorOnBackgroundSecondaryDarkSSSgvp","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundSecondaryDark"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarydark","abstract":[],"role":"symbol","title":"colorOnBackgroundSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorOnBackgroundSecondaryDark","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"colorOnBackgroundSecondaryDark","externalID":"s:4OUDS9OUDSThemeC30colorOnBackgroundSecondaryDarkSSSgvp","extendedModule":"OUDS"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarydark","type":"topic","title":"colorOnBackgroundSecondaryDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarylight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarylight.json index c1071d896..4a5561559 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarylight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundsecondarylight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundSecondaryLight"},{"type":"text","text":"."}],"metadata":{"title":"colorOnBackgroundSecondaryLight","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC31colorOnBackgroundSecondaryLightSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryLight":{"abstract":[],"title":"colorOnBackgroundSecondaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarylight","role":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC31colorOnBackgroundSecondaryLightSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorOnBackgroundSecondaryLight","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundSecondaryLight"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarylight","type":"topic","title":"colorOnBackgroundSecondaryLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasisdark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasisdark.json index 2b9fd72fb..d349b58fe 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasisdark.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveEmphasisDark"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","metadata":{"title":"colorOnBackgroundStatusAttractiveEmphasisDark","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC45colorOnBackgroundStatusAttractiveEmphasisDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasisdark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"title":"colorOnBackgroundStatusAttractiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasisdark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveEmphasisDark"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","title":"colorOnBackgroundStatusAttractiveEmphasisDark","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC45colorOnBackgroundStatusAttractiveEmphasisDarkSSSgvp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasisdark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasisdark","title":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasislight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasislight.json index 912e6f989..6ba3ab1d0 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractiveemphasislight.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC46colorOnBackgroundStatusAttractiveEmphasisLightSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorOnBackgroundStatusAttractiveEmphasisLight","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"abstract":[],"title":"colorOnBackgroundStatusAttractiveEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasislight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight"},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC46colorOnBackgroundStatusAttractiveEmphasisLightSSSgvp","symbolKind":"property","role":"symbol","title":"colorOnBackgroundStatusAttractiveEmphasisLight","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"title":"colorOnBackgroundStatusAttractiveEmphasisLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasislight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemuteddark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemuteddark.json index 95c99788f..cbcc61642 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemuteddark.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveMutedDark","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemuteddark"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC42colorOnBackgroundStatusAttractiveMutedDarkSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"colorOnBackgroundStatusAttractiveMutedDark","symbolKind":"property","roleHeading":"Instance Property"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol","abstract":[],"title":"colorOnBackgroundStatusAttractiveMutedDark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemuteddark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC42colorOnBackgroundStatusAttractiveMutedDarkSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"colorOnBackgroundStatusAttractiveMutedDark","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveMutedDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedDark":{"title":"colorOnBackgroundStatusAttractiveMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemutedlight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemutedlight.json index e69a67118..6e5af1de2 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusattractivemutedlight.json @@ -1 +1 @@ -{"metadata":{"extendedModule":"OUDS","title":"colorOnBackgroundStatusAttractiveMutedLight","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusAttractiveMutedLightSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveMutedLight","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedLight":{"kind":"symbol","title":"colorOnBackgroundStatusAttractiveMutedLight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemutedlight"}}} \ No newline at end of file +{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusAttractiveMutedLightSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","title":"colorOnBackgroundStatusAttractiveMutedLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusAttractiveMutedLight"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedLight":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemutedlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveMutedLight"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasisdark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasisdark.json index 0a3c37f27..f59a0b164 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasisdark.json @@ -1 +1 @@ -{"metadata":{"title":"colorOnBackgroundStatusInformationEmphasisDark","externalID":"s:4OUDS9OUDSThemeC46colorOnBackgroundStatusInformationEmphasisDarkSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusInformationEmphasisDark"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusInformationEmphasisDark"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"title":"colorOnBackgroundStatusInformationEmphasisDark","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC46colorOnBackgroundStatusInformationEmphasisDarkSSSgvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasisdark","title":"colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasislight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasislight.json index dbde2dac0..eb780fe2f 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationemphasislight.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"colorOnBackgroundStatusInformationEmphasisLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC47colorOnBackgroundStatusInformationEmphasisLightSSSgvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasislight"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusInformationEmphasisLight"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasislight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight","title":"colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"colorOnBackgroundStatusInformationEmphasisLight","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC47colorOnBackgroundStatusInformationEmphasisLightSSSgvp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusInformationEmphasisLight"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasislight","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol","title":"colorOnBackgroundStatusInformationEmphasisLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmuteddark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmuteddark.json index fae4d4338..369c5adfd 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmuteddark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmuteddark"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusInformationMutedDarkSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","title":"colorOnBackgroundStatusInformationMutedDark"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorOnBackgroundStatusInformationMutedDark","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmuteddark","role":"symbol","title":"colorOnBackgroundStatusInformationMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"colorOnBackgroundStatusInformationMutedDark","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusInformationMutedDarkSSSgvp","extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmuteddark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusInformationMutedDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmuteddark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorOnBackgroundStatusInformationMutedDark"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmutedlight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmutedlight.json index 115942b67..f3ef9c586 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusinformationmutedlight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusInformationMutedLight"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmutedlight"]}],"metadata":{"modules":[{"name":"OUDS"}],"title":"colorOnBackgroundStatusInformationMutedLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC44colorOnBackgroundStatusInformationMutedLightSSSgvp"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmutedlight","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmutedlight"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorOnBackgroundStatusInformationMutedLight","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"title":"colorOnBackgroundStatusInformationMutedLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC44colorOnBackgroundStatusInformationMutedLightSSSgvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasisdark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasisdark.json index cfa5e9037..f16dcafb1 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasisdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusNegativeEmphasisDarkSSSgvp","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","title":"colorOnBackgroundStatusNegativeEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasisdark"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeEmphasisDark","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasisdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","title":"colorOnBackgroundStatusNegativeEmphasisDark"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasisdark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusNegativeEmphasisDarkSSSgvp","symbolKind":"property","title":"colorOnBackgroundStatusNegativeEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark","title":"colorOnBackgroundStatusNegativeEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasisdark","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasislight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasislight.json index 12e6580ad..5ae62db92 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativeemphasislight.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeEmphasisLight"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC44colorOnBackgroundStatusNegativeEmphasisLightSSSgvp","symbolKind":"property","extendedModule":"OUDS","title":"colorOnBackgroundStatusNegativeEmphasisLight","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"abstract":[],"title":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasislight","role":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC44colorOnBackgroundStatusNegativeEmphasisLightSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusNegativeEmphasisLight","symbolKind":"property","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasislight"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeEmphasisLight"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"title":"colorOnBackgroundStatusNegativeEmphasisLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasislight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemuteddark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemuteddark.json index 8e2838357..51e71e483 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemuteddark.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC40colorOnBackgroundStatusNegativeMutedDarkSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"colorOnBackgroundStatusNegativeMutedDark","role":"symbol","extendedModule":"OUDS"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeMutedDark"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemuteddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark","title":"colorOnBackgroundStatusNegativeMutedDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemuteddark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeMutedDark","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusNegativeMutedDark","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC40colorOnBackgroundStatusNegativeMutedDarkSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemuteddark","title":"colorOnBackgroundStatusNegativeMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemutedlight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemutedlight.json index 881709fb1..2057609fa 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatusnegativemutedlight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC41colorOnBackgroundStatusNegativeMutedLightSSSgvp","title":"colorOnBackgroundStatusNegativeMutedLight","extendedModule":"OUDS","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeMutedLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedLight":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","abstract":[],"title":"colorOnBackgroundStatusNegativeMutedLight","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemutedlight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC41colorOnBackgroundStatusNegativeMutedLightSSSgvp","roleHeading":"Instance Property","title":"colorOnBackgroundStatusNegativeMutedLight","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusNegativeMutedLight","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedLight":{"title":"colorOnBackgroundStatusNegativeMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasisdark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasisdark.json index 89d0b7250..c5542a7b5 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasisdark.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveEmphasisDark"},{"text":".","type":"text"}],"metadata":{"title":"colorOnBackgroundStatusPositiveEmphasisDark","externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusPositiveEmphasisDarkSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasisdark","role":"symbol","title":"colorOnBackgroundStatusPositiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"title":"colorOnBackgroundStatusPositiveEmphasisDark","externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusPositiveEmphasisDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveEmphasisDark"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasisdark"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasisdark","title":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasislight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasislight.json index 95c9bcc67..08c5db14d 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositiveemphasislight.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorOnBackgroundStatusPositiveEmphasisLight","externalID":"s:4OUDS9OUDSThemeC44colorOnBackgroundStatusPositiveEmphasisLightSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveEmphasisLight"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasislight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"abstract":[],"title":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasislight","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"colorOnBackgroundStatusPositiveEmphasisLight","role":"symbol","externalID":"s:4OUDS9OUDSThemeC44colorOnBackgroundStatusPositiveEmphasisLightSSSgvp","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveEmphasisLight"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasislight"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"title":"colorOnBackgroundStatusPositiveEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemuteddark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemuteddark.json index a00357035..73d37ebe9 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemuteddark.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC40colorOnBackgroundStatusPositiveMutedDarkSSSgvp","symbolKind":"property","title":"colorOnBackgroundStatusPositiveMutedDark","role":"symbol"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemuteddark"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveMutedDark"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemuteddark","kind":"symbol","title":"colorOnBackgroundStatusPositiveMutedDark","abstract":[]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveMutedDark"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"colorOnBackgroundStatusPositiveMutedDark","externalID":"s:4OUDS9OUDSThemeC40colorOnBackgroundStatusPositiveMutedDarkSSSgvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemuteddark"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemuteddark","title":"colorOnBackgroundStatusPositiveMutedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemutedlight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemutedlight.json index 3e3c9c120..a8f0da353 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuspositivemutedlight.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight"},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC41colorOnBackgroundStatusPositiveMutedLightSSSgvp","title":"colorOnBackgroundStatusPositiveMutedLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveMutedLight","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedLight":{"abstract":[],"title":"colorOnBackgroundStatusPositiveMutedLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemutedlight","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"colorOnBackgroundStatusPositiveMutedLight","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC41colorOnBackgroundStatusPositiveMutedLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemutedlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusPositiveMutedLight"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedLight":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemutedlight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorOnBackgroundStatusPositiveMutedLight"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasisdark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasisdark.json index 9cd984ff1..9c2edf862 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasisdark.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasisdark"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorOnBackgroundStatusWarningEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"colorOnBackgroundStatusWarningEmphasisDark","role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC42colorOnBackgroundStatusWarningEmphasisDarkSSSgvp","extendedModule":"OUDS"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasisdark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusWarningEmphasisDark"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark"},"metadata":{"extendedModule":"OUDS","symbolKind":"property","title":"colorOnBackgroundStatusWarningEmphasisDark","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC42colorOnBackgroundStatusWarningEmphasisDarkSSSgvp","roleHeading":"Instance Property"},"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasisdark","title":"colorOnBackgroundStatusWarningEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasislight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasislight.json index 5390f8f73..b652a2613 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningemphasislight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusWarningEmphasisLightSSSgvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusWarningEmphasisLight","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasislight"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusWarningEmphasisLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusWarningEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasislight","abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"extendedModule":"OUDS","title":"colorOnBackgroundStatusWarningEmphasisLight","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC43colorOnBackgroundStatusWarningEmphasisLightSSSgvp","roleHeading":"Instance Property"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusWarningEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisLight":{"title":"colorOnBackgroundStatusWarningEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmuteddark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmuteddark.json index c08c14528..a10bc7a10 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmuteddark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmuteddark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusWarningMutedDark"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmuteddark"]}],"metadata":{"title":"colorOnBackgroundStatusWarningMutedDark","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC39colorOnBackgroundStatusWarningMutedDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedDark":{"title":"colorOnBackgroundStatusWarningMutedDark","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmuteddark"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"title":"colorOnBackgroundStatusWarningMutedDark","externalID":"s:4OUDS9OUDSThemeC39colorOnBackgroundStatusWarningMutedDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmuteddark"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusWarningMutedDark"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedDark":{"title":"colorOnBackgroundStatusWarningMutedDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmuteddark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmutedlight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmutedlight.json index ea7916a6b..d41237c03 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmutedlight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundstatuswarningmutedlight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmutedlight"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundStatusWarningMutedLight"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight"},"sections":[],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","title":"colorOnBackgroundStatusWarningMutedLight","externalID":"s:4OUDS9OUDSThemeC40colorOnBackgroundStatusWarningMutedLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedLight":{"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmutedlight","type":"topic","title":"colorOnBackgroundStatusWarningMutedLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC40colorOnBackgroundStatusWarningMutedLightSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"colorOnBackgroundStatusWarningMutedLight","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundStatusWarningMutedLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmutedlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedLight":{"title":"colorOnBackgroundStatusWarningMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarydark.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarydark.json index 5009268ec..12a032ec8 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarydark.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarydark.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.colorOnBackgroundTertiaryDark","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarydark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark"},"metadata":{"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29colorOnBackgroundTertiaryDarkSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","title":"colorOnBackgroundTertiaryDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarydark","abstract":[],"role":"symbol","title":"colorOnBackgroundTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundTertiaryDark"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC29colorOnBackgroundTertiaryDarkSSSgvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"title":"colorOnBackgroundTertiaryDark","extendedModule":"OUDS","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundTertiaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarydark"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryDark":{"title":"colorOnBackgroundTertiaryDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarydark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarylight.json b/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarylight.json index 63ef0f5b1..d6c52605d 100644 --- a/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarylight.json +++ b/docs/data/documentation/ouds/oudstheme/coloronbackgroundtertiarylight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.colorOnBackgroundTertiaryLight","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight"},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","title":"colorOnBackgroundTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC30colorOnBackgroundTertiaryLightSSSgvp"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight","title":"colorOnBackgroundTertiaryLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundTertiaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.colorOnBackgroundTertiaryLight"},{"type":"text","text":"."}],"metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"colorOnBackgroundTertiaryLight","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC30colorOnBackgroundTertiaryLightSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarylight"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryLight":{"title":"colorOnBackgroundTertiaryLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarylight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/colorsemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/colorsemantictokens-implementations.json index 9a7fa8623..ffa0a751a 100644 --- a/docs/data/documentation/ouds/oudstheme/colorsemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/colorsemantictokens-implementations.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"metadata":{"role":"collectionGroup","title":"ColorSemanticTokens Implementations","roleHeading":"API Collection","modules":[{"name":"OUDS"}]},"kind":"article","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"},"topicSections":[{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisBlack":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasisblack","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack","kind":"symbol","title":"sysColorBrandNeutralEmphasisBlack"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLower":{"abstract":[],"role":"symbol","title":"sysColorBrandNeutralEmphasisLower","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislower"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight","title":"colorContentBrandPrimaryLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusWarningEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasislight","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLow":{"kind":"symbol","role":"symbol","title":"sysColorBrandPrimaryLow","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylow","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmuteddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark","kind":"symbol","title":"colorBackgroundStatusWarningMutedDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemuteddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark","title":"colorOnBackgroundStatusNegativeMutedDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLower":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower","title":"sysColorBrandNegativeLower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelower","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLower":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandPositiveLower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelower","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmutedlight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","kind":"symbol","title":"colorBackgroundStatusWarningMutedLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight","title":"colorOnBackgroundTertiaryLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemuteddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark","kind":"symbol","title":"colorBackgroundStatusAttractiveMutedDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight","title":"colorBackgroundDefaultTertiaryLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigher","abstract":[],"title":"sysColorBrandTertiaryHigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveDark":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivedark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark","title":"colorBorderBrandStatusAttractiveDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedLight":{"kind":"symbol","title":"colorOnBackgroundStatusAttractiveMutedLight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemutedlight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultlight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight","kind":"symbol","title":"colorBorderDefaultLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveLight":{"abstract":[],"kind":"symbol","title":"colorContentStatusPositiveLight","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivelight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveDefault":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivedefault","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault","title":"sysColorBrandPositiveDefault","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativedark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","kind":"symbol","title":"colorBorderBrandStatusNegativeDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelowest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest","title":"sysColorBrandNegativeLowest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLow":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelow","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow","kind":"symbol","title":"sysColorBrandPositiveLow"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelowest","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasisdark","role":"symbol","title":"colorOnBackgroundStatusPositiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlowest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest","title":"sysColorBrandInformationLowest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLow":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylow","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","kind":"symbol","title":"sysColorBrandTertiaryLow"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeDefault":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativedefault","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault","title":"sysColorBrandNegativeDefault","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasisdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","title":"colorOnBackgroundStatusNegativeEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLower":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelower","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower","title":"sysColorBrandAttractiveLower","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandTertiary":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandtertiary","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandTertiary","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","title":"colorBackgroundBrandTertiary","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLowest":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest","abstract":[],"title":"sysColorBrandNeutralEmphasisLowest","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislowest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigh":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigh","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh","kind":"symbol","title":"sysColorBrandSecondaryHigh"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryDark":{"abstract":[],"title":"colorBorderBrandPrimaryDark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarydark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLower":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","title":"sysColorBrandWarningLower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglower","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisMedium":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasismedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium","title":"sysColorBrandNeutralEmphasisMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryLight":{"title":"colorBackgroundDefaultPrimaryLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarylight","kind":"symbol","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark","kind":"symbol","title":"colorBorderDefaultDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHighest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhighest","role":"symbol","title":"sysColorBrandInformationHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasislight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight","title":"colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisLight":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasislight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight","title":"colorContentMutedOnBackgroundEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarninglight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight","kind":"symbol","title":"colorBorderBrandStatusWarningLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmutedlight","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryDark":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark","kind":"symbol","role":"symbol","title":"colorBackgroundEmphasisSecondaryDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativelight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight","title":"colorContentStatusNegativeLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarylight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","kind":"symbol","title":"colorContentBrandSecondaryLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivedark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark","title":"colorContentStatusPositiveDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigh":{"title":"sysColorBrandNeutralMutedHigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigh","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasislight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight","kind":"symbol","title":"colorContentDefaultOnBackgroundEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigh":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigh","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh","title":"sysColorBrandNegativeHigh","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"abstract":[],"title":"colorOnBackgroundStatusAttractiveEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasislight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHighest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhighest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest","kind":"symbol","title":"sysColorBrandNeutralMutedHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasislight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","title":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisDark":{"type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeLight":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","title":"colorBorderBrandStatusNegativeLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativelight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandSecondaryDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasisdark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark","title":"colorBackgroundStatusNegativeEmphasisDark","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigher":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigher","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher","kind":"symbol","title":"sysColorBrandPrimaryHigher"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlowest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest","title":"sysColorBrandNeutralMutedLowest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLow":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelow","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow","kind":"symbol","title":"sysColorBrandAttractiveLow"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryDark":{"abstract":[],"title":"colorBackgroundDefaultPrimaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasislight","role":"symbol","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigher":{"abstract":[],"title":"sysColorBrandNeutralMutedHigher","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigher","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedLight":{"abstract":[],"title":"colorOnBackgroundStatusPositiveMutedLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemutedlight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigh":{"abstract":[],"title":"sysColorBrandNeutralEmphasisHigh","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigh","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLower":{"abstract":[],"title":"sysColorBrandSecondaryLower","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylower","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLow":{"abstract":[],"title":"sysColorBrandNegativeLow","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelow","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveDark":{"abstract":[],"title":"colorContentStatusAttractiveDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivedark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationLight":{"abstract":[],"title":"colorContentStatusInformationLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationlight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryDefault":{"abstract":[],"title":"sysColorBrandTertiaryDefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarydefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryLight":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarylight","title":"colorOnBackgroundPrimaryLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"abstract":[],"title":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasislight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryLight":{"abstract":[],"title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryLight":{"abstract":[],"title":"colorBackgroundEmphasisPrimaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLower":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower","title":"sysColorBrandTertiaryLower"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigher":{"abstract":[],"title":"sysColorBrandNeutralEmphasisHigher","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigher","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveMedium":{"abstract":[],"title":"sysColorBrandAttractiveMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivemedium","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryDark":{"abstract":[],"title":"colorContentBrandTertiaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLower":{"abstract":[],"title":"sysColorBrandInformationLower","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlower","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLowest":{"abstract":[],"kind":"symbol","title":"sysColorBrandSecondaryLowest","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationdark","abstract":[],"title":"colorBorderBrandStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryDark":{"abstract":[],"title":"colorBackgroundDefaultSecondaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedLight":{"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmutedlight","type":"topic","title":"colorOnBackgroundStatusWarningMutedLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"abstract":[],"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"title":"colorOnBackgroundStatusAttractiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasisdark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium","title":"sysColorBrandNeutralMutedMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedMedium"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedmedium","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryLight":{"abstract":[],"title":"colorOnBackgroundSecondaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigher":{"abstract":[],"title":"sysColorBrandSecondaryHigher","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigher","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"abstract":[],"title":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasislight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandSecondary":{"abstract":[],"title":"colorBackgroundBrandSecondary","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandSecondary","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandsecondary","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedDark":{"abstract":[],"title":"colorBackgroundStatusNegativeMutedDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemuteddark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedLight":{"abstract":[],"title":"colorBackgroundStatusAttractiveMutedLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemutedlight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryDark":{"abstract":[],"title":"colorBorderBrandTertiaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasislight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLowest":{"abstract":[],"title":"sysColorBrandPrimaryLowest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylowest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryLight":{"abstract":[],"title":"colorBackgroundDefaultSecondaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigh":{"abstract":[],"title":"sysColorBrandWarningHigh","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigh","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisLight":{"abstract":[],"title":"colorBorderEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasislight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLowest":{"abstract":[],"title":"sysColorBrandPositiveLowest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelowest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasislight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight","title":"colorBackgroundStatusNegativeEmphasisLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationDefault":{"abstract":[],"title":"sysColorBrandInformationDefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationdefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHighest":{"abstract":[],"title":"sysColorBrandNegativeHighest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehighest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasisdark","type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"colorBackgroundStatusInformationEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHighest":{"abstract":[],"title":"sysColorBrandNeutralEmphasisHighest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishighest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningDark":{"abstract":[],"title":"colorBorderBrandStatusWarningDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarningdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisDark":{"abstract":[],"title":"colorBackgroundStatusWarningEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveLight":{"abstract":[],"title":"colorBorderBrandStatusPositiveLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivelight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHighest":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","title":"sysColorBrandTertiaryHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhighest","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisDark":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasisdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark","title":"colorBackgroundStatusPositiveEmphasisDark","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasisdark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultLight":{"abstract":[],"title":"colorContentDefaultLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultlight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryLight":{"abstract":[],"title":"colorBorderBrandTertiaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryDark":{"abstract":[],"title":"colorContentBrandSecondaryDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarydark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedLight":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","abstract":[],"title":"colorOnBackgroundStatusNegativeMutedLight","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemutedlight"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryDefault":{"abstract":[],"title":"sysColorBrandSecondaryDefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarydefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisLight":{"abstract":[],"title":"colorBackgroundStatusAttractiveEmphasisLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasislight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryLight":{"abstract":[],"title":"colorBackgroundBrandPrimaryLight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarylight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasislight","abstract":[],"role":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedWhite":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedwhite","role":"symbol","title":"sysColorBrandNeutralMutedWhite","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigh":{"title":"sysColorBrandInformationHigh","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigh","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarydark","abstract":[],"role":"symbol","title":"colorOnBackgroundSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigh":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigh","role":"symbol","title":"sysColorBrandPrimaryHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarydark","abstract":[],"role":"symbol","title":"colorBackgroundBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivelight","role":"symbol","title":"colorContentStatusAttractiveLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasisdark","abstract":[],"role":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBorderEmphasisOnBackgroundEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasisdark"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHighest":{"title":"sysColorBrandWarningHighest","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghighest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHighest":{"kind":"symbol","abstract":[],"type":"topic","title":"sysColorBrandSecondaryHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigher":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigher","role":"symbol","title":"sysColorBrandWarningHigher","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHighest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhighest","title":"sysColorBrandPrimaryHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationdark","abstract":[],"role":"symbol","title":"colorContentStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigher":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigher","role":"symbol","title":"sysColorBrandInformationHigher","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","title":"colorBorderBrandStatusPositiveDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivedark","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigher","abstract":[],"role":"symbol","title":"sysColorBrandNegativeHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasislight","role":"symbol","title":"colorBackgroundStatusInformationEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylowest","abstract":[],"role":"symbol","title":"sysColorBrandTertiaryLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedLight":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight","title":"colorContentMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedlight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedDark":{"title":"colorOnBackgroundStatusWarningMutedDark","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmuteddark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasisdark","role":"symbol","title":"colorContentDefaultOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLow":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislow","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow","title":"sysColorBrandNeutralEmphasisLow","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigher":{"title":"sysColorBrandAttractiveHigher","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","type":"topic","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlow","abstract":[],"role":"symbol","title":"sysColorBrandNeutralMutedLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmuteddark","role":"symbol","title":"colorContentMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLower":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylower","abstract":[],"role":"symbol","title":"sysColorBrandPrimaryLower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","title":"colorBorderBrandSecondaryLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarylight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedLight":{"abstract":[],"title":"colorBackgroundStatusNegativeMutedLight","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemutedlight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol","abstract":[],"title":"colorOnBackgroundStatusAttractiveMutedDark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemuteddark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBorderBrandStatusAttractiveLight","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivelight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight","title":"colorBorderBrandPrimaryLight","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarylight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLowest":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglowest","role":"symbol","title":"sysColorBrandWarningLowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarydark","abstract":[],"role":"symbol","title":"colorOnBackgroundTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLow":{"title":"sysColorBrandWarningLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglow","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationlight","role":"symbol","title":"colorBorderBrandStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigher","abstract":[],"role":"symbol","title":"sysColorBrandPositiveHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningDefault":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarningdefault","role":"symbol","title":"sysColorBrandWarningDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmutedlight","abstract":[],"role":"symbol","title":"colorBackgroundStatusInformationMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisDark":{"kind":"symbol","abstract":[],"role":"symbol","title":"colorContentMutedOnBackgroundEmphasisDark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasisdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasislight","role":"symbol","title":"colorBackgroundStatusWarningEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemuteddark","kind":"symbol","title":"colorOnBackgroundStatusPositiveMutedDark","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigh","abstract":[],"role":"symbol","title":"sysColorBrandAttractiveHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedlight","abstract":[],"kind":"symbol","title":"colorBackgroundStatusPositiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmuteddark","role":"symbol","title":"colorOnBackgroundStatusInformationMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultdark","abstract":[],"role":"symbol","title":"colorContentDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarydark","role":"symbol","title":"colorOnBackgroundPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasisdark","abstract":[],"role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLow":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylow","role":"symbol","title":"sysColorBrandSecondaryLow","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHighest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehighest","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","abstract":[],"title":"sysColorBrandAttractiveHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativedark","abstract":[],"role":"symbol","title":"colorContentStatusNegativeDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigh":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigh","role":"symbol","title":"sysColorBrandTertiaryHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarydefault","abstract":[],"role":"symbol","title":"sysColorBrandPrimaryDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarydark","role":"symbol","title":"colorContentBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigh","abstract":[],"role":"symbol","title":"sysColorBrandPositiveHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarylight","abstract":[],"role":"symbol","title":"colorContentBrandTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisdark","role":"symbol","title":"colorBorderEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemuteddark","abstract":[],"role":"symbol","title":"colorBackgroundStatusPositiveMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLower":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlower","role":"symbol","title":"sysColorBrandNeutralMutedLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlow","abstract":[],"role":"symbol","title":"sysColorBrandInformationLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisLight":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasislight","role":"symbol","title":"colorBackgroundStatusPositiveEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHighest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehighest","abstract":[],"role":"symbol","title":"sysColorBrandPositiveHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarydark","role":"symbol","title":"colorBackgroundDefaultTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarydark","abstract":[],"role":"symbol","title":"colorBackgroundEmphasisPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedDark":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmuteddark","role":"symbol","title":"colorBackgroundStatusInformationMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"kind":"article","metadata":{"roleHeading":"API Collection","modules":[{"name":"OUDS"}],"role":"collectionGroup","title":"ColorSemanticTokens Implementations"},"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest"],"title":"Instance Properties","generated":true}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"title":"colorOnBackgroundStatusPositiveEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisDark":{"title":"colorBorderEmphasisDark","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisdark","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationDark":{"title":"colorBorderBrandStatusInformationDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisLight":{"title":"colorContentMutedOnBackgroundEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigh":{"title":"sysColorBrandTertiaryHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeDefault":{"title":"sysColorBrandNegativeDefault","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativedefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryDark":{"title":"colorBackgroundBrandPrimaryDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarydark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationDark","kind":"symbol","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationdark","title":"colorContentStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLow":{"title":"sysColorBrandNegativeLow","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryDark":{"title":"colorContentBrandSecondaryDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarydark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryLight":{"title":"colorOnBackgroundPrimaryLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisDark","title":"colorOnBackgroundStatusNegativeEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasisdark","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandPrimaryLight":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandPrimaryLight","title":"colorBackgroundBrandPrimaryLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandprimarylight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"title":"colorOnBackgroundStatusAttractiveEmphasisLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasislight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryLight":{"title":"colorBackgroundDefaultTertiaryLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigh","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh","abstract":[],"role":"symbol","title":"sysColorBrandSecondaryHigh","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedDark":{"title":"colorOnBackgroundStatusWarningMutedDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmuteddark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasislight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","title":"colorBackgroundStatusAttractiveEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedLight":{"title":"colorOnBackgroundStatusNegativeMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLowest":{"title":"sysColorBrandPrimaryLowest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylowest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedLight":{"title":"colorBackgroundStatusAttractiveMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultDark":{"title":"colorContentDefaultDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultdark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"title":"colorOnBackgroundStatusNegativeEmphasisLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativeemphasislight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultLight":{"title":"colorContentDefaultLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultDark":{"title":"colorBorderDefaultDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultdark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHighest":{"title":"sysColorBrandNegativeHighest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveDark":{"title":"colorContentStatusPositiveDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivedark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigh":{"title":"sysColorBrandPositiveHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLow":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylow","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow","role":"symbol","abstract":[],"title":"sysColorBrandPrimaryLow","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeLight":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativelight","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol","title":"colorBorderBrandStatusNegativeLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusInformationLight":{"title":"colorBorderBrandStatusInformationLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusinformationlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusInformationLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasislight","title":"colorBorderEmphasisOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedLight":{"title":"colorBackgroundStatusWarningMutedLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveDefault":{"title":"sysColorBrandPositiveDefault","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivedefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHighest":{"title":"sysColorBrandWarningHighest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"title":"colorBorderDefaultOnBackgroundEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisDark","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasisdark"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLower":{"title":"sysColorBrandInformationLower","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisLight":{"title":"colorContentDefaultOnBackgroundEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLowest":{"title":"sysColorBrandPositiveLowest","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedDark":{"title":"colorContentMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemuteddark","title":"colorOnBackgroundStatusPositiveMutedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryDark","title":"colorBorderBrandTertiaryDark","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLower":{"title":"sysColorBrandPrimaryLower","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLowest":{"title":"sysColorBrandSecondaryLowest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylowest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigher":{"title":"sysColorBrandSecondaryHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandSecondary":{"title":"colorBackgroundBrandSecondary","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandsecondary","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandSecondary","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHighest":{"title":"sysColorBrandSecondaryHighest","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveDark":{"title":"colorContentStatusAttractiveDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivedark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLow":{"title":"sysColorBrandNeutralEmphasisLow","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisLight":{"title":"colorBackgroundStatusNegativeEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedWhite":{"title":"sysColorBrandNeutralMutedWhite","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedWhite","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedwhite"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundPrimaryDark":{"title":"colorOnBackgroundPrimaryDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundprimarydark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundPrimaryDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusNegativeDark":{"title":"colorBorderBrandStatusNegativeDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusnegativedark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusNegativeDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryLight":{"title":"colorBackgroundDefaultSecondaryLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarylight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedLight":{"title":"colorBackgroundStatusInformationMutedLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisLight":{"title":"colorBackgroundStatusPositiveEmphasisLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasislight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedDark":{"title":"colorBackgroundStatusNegativeMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeDark":{"title":"colorContentStatusNegativeDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativedark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLower":{"title":"sysColorBrandTertiaryLower","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigher":{"title":"sysColorBrandWarningHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryDark":{"title":"colorContentBrandPrimaryDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundBrandTertiary":{"title":"colorBackgroundBrandTertiary","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundbrandtertiary","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandTertiary","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundBrandTertiary","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigh":{"title":"sysColorBrandAttractiveHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigh":{"title":"sysColorBrandNeutralEmphasisHigh","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisLight":{"title":"colorOnBackgroundStatusWarningEmphasisLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasislight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeMutedLight":{"title":"colorBackgroundStatusNegativeMutedLight","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativemutedlight","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeMutedLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasislight","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol","title":"colorOnBackgroundStatusInformationEmphasisLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryLight":{"title":"colorOnBackgroundTertiaryLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarylight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedDark":{"title":"colorOnBackgroundStatusAttractiveMutedDark","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemuteddark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryDefault":{"title":"sysColorBrandPrimaryDefault","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarydefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveMedium":{"title":"sysColorBrandAttractiveMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivemedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedMedium":{"title":"sysColorBrandNeutralMutedMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedmedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigh","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"title":"sysColorBrandInformationHigh"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningMutedLight":{"title":"colorOnBackgroundStatusWarningMutedLight","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningmutedlight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandTertiaryLight":{"title":"colorBorderBrandTertiaryLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandtertiarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandTertiaryLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundTertiaryDark":{"title":"colorOnBackgroundTertiaryDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundtertiarydark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundTertiaryDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedLight":{"title":"colorContentMutedLight","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedLight","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigher":{"title":"sysColorBrandPositiveHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHighest":{"title":"sysColorBrandPositiveHighest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLow":{"title":"sysColorBrandAttractiveLow","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLower":{"title":"sysColorBrandSecondaryLower","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentMutedOnBackgroundEmphasisDark":{"title":"colorContentMutedOnBackgroundEmphasisDark","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/colorcontentmutedonbackgroundemphasisdark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentMutedOnBackgroundEmphasisDark","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigher":{"title":"sysColorBrandNeutralEmphasisHigher","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigher":{"title":"sysColorBrandInformationHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigh":{"title":"sysColorBrandPrimaryHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLow":{"title":"sysColorBrandPositiveLow","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLower":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglower","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandWarningLower"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigh":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigh","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningHigh","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningLight":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningLight","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarninglight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBorderBrandStatusWarningLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigh":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigh","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeHigh","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHighest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandNeutralEmphasisHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningDefault":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarningdefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningDefault","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHighest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandTertiaryHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusNegativeLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusnegativelight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusNegativeLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorContentStatusNegativeLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasismedium","role":"symbol","abstract":[],"title":"sysColorBrandNeutralEmphasisMedium","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasisdark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBackgroundStatusWarningEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryLight":{"title":"colorBackgroundDefaultPrimaryLight","url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarylight","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisBlack":{"title":"sysColorBrandNeutralEmphasisBlack","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasisblack","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisBlack","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLow":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglow","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningLow","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHighest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandAttractiveHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryDark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundEmphasisSecondaryDark","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultSecondaryDark":{"title":"colorBackgroundDefaultSecondaryDark","url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultsecondarydark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultSecondaryDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveMutedLight":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveMutedLight","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositivemutedlight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorOnBackgroundStatusPositiveMutedLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLowest":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglowest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningLowest","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLow":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylow","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandSecondaryLow"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusPositiveLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorcontentstatuspositivelight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusPositiveLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorContentStatusPositiveLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasisdark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHighest":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralMutedHighest","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLowest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelowest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandNegativeLowest"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLower":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralEmphasisLower","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigher":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigher","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandNeutralMutedHigher"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveMutedLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositivemutedlight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveMutedLight","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusPositiveMutedLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationMutedDark":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationMutedDark","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationmuteddark","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"colorOnBackgroundStatusInformationMutedDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveMutedDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractivemuteddark","type":"topic","title":"colorBackgroundStatusAttractiveMutedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigher":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigher","title":"sysColorBrandNegativeHigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultlight","type":"topic","title":"colorBorderDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigher":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigher","title":"sysColorBrandTertiaryHigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarydark","type":"topic","title":"colorOnBackgroundSecondaryDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarydark","title":"colorBorderBrandPrimaryDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusWarningDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuswarningdark","type":"topic","title":"colorBorderBrandStatusWarningDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusWarningDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusAttractiveEmphasisDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusattractiveemphasisdark","title":"colorBackgroundStatusAttractiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryDark":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarydark","type":"topic","title":"colorBackgroundEmphasisPrimaryDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHighest":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhighest","title":"sysColorBrandInformationHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningEmphasisLight":{"title":"colorBackgroundStatusWarningEmphasisLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningemphasislight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundSecondaryLight":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundsecondarylight","type":"topic","title":"colorOnBackgroundSecondaryLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasisdark","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLow":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlow","title":"sysColorBrandInformationLow","type":"topic","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryLight","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimarylight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorContentBrandPrimaryLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLower":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandAttractiveLower","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLower":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"sysColorBrandNeutralMutedLower","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLower":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandPositiveLower","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivedark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorBorderBrandStatusPositiveDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigher":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandAttractiveHigher","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivedark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorBorderBrandStatusAttractiveDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigh","title":"sysColorBrandNeutralMutedHigh","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationdefault","title":"sysColorBrandInformationDefault","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlowest","title":"sysColorBrandNeutralMutedLowest","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusNegativeMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusnegativemuteddark","title":"colorOnBackgroundStatusNegativeMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusNegativeMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusInformationLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusinformationlight","title":"colorContentStatusInformationLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuspositiveemphasisdark","title":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusPositiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultPrimaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaultprimarydark","title":"colorBackgroundDefaultPrimaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationmuteddark","title":"colorBackgroundStatusInformationMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylow","title":"sysColorBrandTertiaryLow","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLower":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelower","title":"sysColorBrandNegativeLower","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlow","title":"sysColorBrandNeutralMutedLow","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatuswarningemphasisdark","title":"colorOnBackgroundStatusWarningEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusWarningEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusPositiveEmphasisDark":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuspositiveemphasisdark","title":"colorBackgroundStatusPositiveEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusPositiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylowest","title":"sysColorBrandTertiaryLowest","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasislight","title":"colorBackgroundStatusInformationEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarydark","title":"colorContentBrandTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarydefault","title":"sysColorBrandTertiaryDefault","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislowest","title":"sysColorBrandNeutralEmphasisLowest","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusinformationemphasisdark","title":"colorBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusInformationEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusAttractiveLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatusattractivelight","type":"topic","title":"colorBorderBrandStatusAttractiveLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusAttractiveLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandTertiaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandtertiarylight","title":"colorContentBrandTertiaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderdefaultonbackgroundemphasislight","title":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderDefaultOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigher","title":"sysColorBrandPrimaryHigher","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHighest":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhighest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","title":"sysColorBrandPrimaryHighest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimarylight","title":"colorBorderBrandPrimaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandStatusPositiveLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandstatuspositivelight","title":"colorBorderBrandStatusPositiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandStatusPositiveLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentDefaultOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentdefaultonbackgroundemphasisdark","title":"colorContentDefaultOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentDefaultOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandprimaryonbackgroundemphasislight","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentStatusAttractiveLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentstatusattractivelight","title":"colorContentStatusAttractiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentStatusAttractiveLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisLight":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/colorborderemphasislight","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisLight","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractiveemphasisdark","title":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandprimaryonbackgroundemphasislight","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarydark","title":"colorBorderBrandSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisPrimaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasisprimarylight","title":"colorBackgroundEmphasisPrimaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarydefault","title":"sysColorBrandSecondaryDefault","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLowest":{"title":"sysColorBrandInformationLowest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlowest","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusWarningMutedDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatuswarningmuteddark","title":"colorBackgroundStatusWarningMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusWarningMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusinformationemphasisdark","title":"colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusInformationEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorborderemphasisonbackgroundemphasisdark","title":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundEmphasisSecondaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundemphasissecondarylight","title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundEmphasisSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorContentBrandSecondaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorcontentbrandsecondarylight","title":"colorContentBrandSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorContentBrandSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorOnBackgroundStatusAttractiveMutedLight":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/coloronbackgroundstatusattractivemutedlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorOnBackgroundStatusAttractiveMutedLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveMutedLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundStatusNegativeEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgroundstatusnegativeemphasisdark","title":"colorBackgroundStatusNegativeEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundStatusNegativeEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBackgroundDefaultTertiaryDark":{"url":"\/documentation\/ouds\/oudstheme\/colorbackgrounddefaulttertiarydark","title":"colorBackgroundDefaultTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBackgroundDefaultTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/colorBorderBrandSecondaryLight":{"url":"\/documentation\/ouds\/oudstheme\/colorborderbrandsecondarylight","title":"colorBorderBrandSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/colorBorderBrandSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/dimensiondensitydefault.json b/docs/data/documentation/ouds/oudstheme/dimensiondensitydefault.json index 6331dddcd..ca8b6344c 100644 --- a/docs/data/documentation/ouds/oudstheme/dimensiondensitydefault.json +++ b/docs/data/documentation/ouds/oudstheme/dimensiondensitydefault.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"DimensionSemanticTokens.dimensionDensityDefault"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"dimensionDensityDefault","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23dimensionDensityDefaultSdvp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"dimensionDensityDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken"}],"role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"dimensionDensityDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/dimensiondensitydefault"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/dimensionDensityDefault":{"title":"dimensionDensityDefault","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/dimensiondensitydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimensionDensityDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/DimensionSemanticTokens-Implementations":{"title":"DimensionSemanticTokens Implementations","kind":"article","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/dimensionsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticTokens.dimensionDensityDefault"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations"]]},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC23dimensionDensityDefaultSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimensionDensityDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"dimensionDensityDefault","roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"dimensionDensityDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/dimensiondensitydefault"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/DimensionSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/dimensionsemantictokens-implementations","role":"collectionGroup","abstract":[],"title":"DimensionSemanticTokens Implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/dimensionDensityDefault":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/dimensiondensitydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"dimensionDensityDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken"}],"title":"dimensionDensityDefault","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/dimensionsemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/dimensionsemantictokens-implementations.json index 87bd812d9..489e8238a 100644 --- a/docs/data/documentation/ouds/oudstheme/dimensionsemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/dimensionsemantictokens-implementations.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/dimensionsemantictokens-implementations"]}],"kind":"article","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations"},"schemaVersion":{"patch":0,"minor":3,"major":0},"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault"],"generated":true,"title":"Instance Properties"}],"metadata":{"roleHeading":"API Collection","role":"collectionGroup","title":"DimensionSemanticTokens Implementations","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/dimensionDensityDefault":{"title":"dimensionDensityDefault","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/dimensiondensitydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimensionDensityDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS"}],"title":"DimensionSemanticTokens Implementations","role":"collectionGroup","roleHeading":"API Collection"},"kind":"article","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/dimensionsemantictokens-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"topicSections":[{"title":"Instance Properties","generated":true,"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/DimensionSemanticTokens-Implementations"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/dimensionDensityDefault":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/dimensiondensitydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/dimensionDensityDefault","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"dimensionDensityDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken"}],"title":"dimensionDensityDefault","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationblurdrag.json b/docs/data/documentation/ouds/oudstheme/elevationblurdrag.json index b2ca52705..3e850527a 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationblurdrag.json +++ b/docs/data/documentation/ouds/oudstheme/elevationblurdrag.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurdrag"]}],"metadata":{"role":"symbol","title":"elevationBlurDrag","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC17elevationBlurDragSivp","roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBlurDrag","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurDrag":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurdrag","title":"elevationBlurDrag","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurDrag"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"kind":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurDrag"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurdrag"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"elevationBlurDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC17elevationBlurDragSivp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurDrag":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationblurdrag","title":"elevationBlurDrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationblurfocus.json b/docs/data/documentation/ouds/oudstheme/elevationblurfocus.json index e19056721..88845549a 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationblurfocus.json +++ b/docs/data/documentation/ouds/oudstheme/elevationblurfocus.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationblurfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"title":"elevationBlurFocus","externalID":"s:4OUDS9OUDSThemeC18elevationBlurFocusSivp","symbolKind":"property","role":"symbol"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurFocus"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurFocus":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"title":"elevationBlurFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus","url":"\/documentation\/ouds\/oudstheme\/elevationblurfocus","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurFocus"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC18elevationBlurFocusSivp","title":"elevationBlurFocus","role":"symbol","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurFocus"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationblurfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurFocus":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationblurfocus","title":"elevationBlurFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationblurnone.json b/docs/data/documentation/ouds/oudstheme/elevationblurnone.json index 85827c4a0..c0b6b441c 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationblurnone.json +++ b/docs/data/documentation/ouds/oudstheme/elevationblurnone.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurnone"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBlurNone","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone"},"kind":"symbol","sections":[],"metadata":{"title":"elevationBlurNone","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC17elevationBlurNoneSivp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurNone"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationblurnone"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"elevationBlurNone","externalID":"s:4OUDS9OUDSThemeC17elevationBlurNoneSivp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationBlurNone","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurnone","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone","title":"elevationBlurNone","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationbluroverlaydefault.json b/docs/data/documentation/ouds/oudstheme/elevationbluroverlaydefault.json index 21b3893d5..8aa7c9cb4 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationbluroverlaydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationbluroverlaydefault.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurOverlayDefault"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC27elevationBlurOverlayDefaultSivp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","title":"elevationBlurOverlayDefault","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationbluroverlaydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlaydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurOverlayDefault"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","extendedModule":"OUDS","title":"elevationBlurOverlayDefault","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC27elevationBlurOverlayDefaultSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurOverlayDefault"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationbluroverlaydefault"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlaydefault","title":"elevationBlurOverlayDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationbluroverlayemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationbluroverlayemphasis.json index 1baef0ade..b55c560ed 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationbluroverlayemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationbluroverlayemphasis.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationbluroverlayemphasis"]}],"metadata":{"title":"elevationBlurOverlayEmphasis","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC28elevationBlurOverlayEmphasisSivp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurOverlayEmphasis"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurOverlayEmphasis"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationbluroverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurOverlayEmphasis"},{"text":".","type":"text"}],"metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC28elevationBlurOverlayEmphasisSivp","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","title":"elevationBlurOverlayEmphasis"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlayemphasis","title":"elevationBlurOverlayEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationblurraised.json b/docs/data/documentation/ouds/oudstheme/elevationblurraised.json index 2196c62df..8283c2a0e 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationblurraised.json +++ b/docs/data/documentation/ouds/oudstheme/elevationblurraised.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","title":"elevationBlurRaised","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC19elevationBlurRaisedSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurRaised","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationblurraised"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurRaised"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurRaised"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC19elevationBlurRaisedSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurRaised","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"roleHeading":"Instance Property","title":"elevationBlurRaised","modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","extendedModule":"OUDS"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurRaised"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurraised"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurRaised":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurRaised","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurraised","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised","title":"elevationBlurRaised","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationblurstickydefault.json b/docs/data/documentation/ouds/oudstheme/elevationblurstickydefault.json index b3566edbf..42c42a064 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationblurstickydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationblurstickydefault.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurstickydefault"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurStickyDefault"},{"text":".","type":"text"}],"metadata":{"title":"elevationBlurStickyDefault","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC26elevationBlurStickyDefaultSivp","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurstickydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurStickyDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurStickyDefault"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurstickydefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC26elevationBlurStickyDefaultSivp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"elevationBlurStickyDefault","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyDefault":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurstickydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","title":"elevationBlurStickyDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationblurstickyemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationblurstickyemphasis.json index 9538b8ac1..f7faa15db 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationblurstickyemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationblurstickyemphasis.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBlurStickyEmphasis","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC27elevationBlurStickyEmphasisSivp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"roleHeading":"Instance Property","symbolKind":"property","title":"elevationBlurStickyEmphasis","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurstickyemphasis"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyEmphasis":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis","url":"\/documentation\/ouds\/oudstheme\/elevationblurstickyemphasis","abstract":[],"role":"symbol","title":"elevationBlurStickyEmphasis","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationblurstickyemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC27elevationBlurStickyEmphasisSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"elevationBlurStickyEmphasis"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBlurStickyEmphasis","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationblurstickyemphasis","title":"elevationBlurStickyEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationblurstickynavigationscrolled.json b/docs/data/documentation/ouds/oudstheme/elevationblurstickynavigationscrolled.json index fe7b5d689..d7e5ec04d 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationblurstickynavigationscrolled.json +++ b/docs/data/documentation/ouds/oudstheme/elevationblurstickynavigationscrolled.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC37elevationBlurStickyNavigationScrolledSivp","roleHeading":"Instance Property","symbolKind":"property","title":"elevationBlurStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationblurstickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBlurStickyNavigationScrolled","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyNavigationScrolled":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationblurstickynavigationscrolled","kind":"symbol","title":"elevationBlurStickyNavigationScrolled","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationblurstickynavigationscrolled"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBlurStickyNavigationScrolled"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyNavigationScrolled"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC37elevationBlurStickyNavigationScrolledSivp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"elevationBlurStickyNavigationScrolled","symbolKind":"property"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurstickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled","title":"elevationBlurStickyNavigationScrolled","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowdragdark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowdragdark.json index b783b28a9..bee8977e5 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowdragdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowdragdark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC26elevationBoxShadowDragDark13OUDSTokensRaw09ElevationdeI5TokenCvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol","extendedModule":"OUDS","title":"elevationBoxShadowDragDark","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowDragDark","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowdragdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdragdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowDragDark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowdragdark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowDragDark","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","title":"elevationBoxShadowDragDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26elevationBoxShadowDragDark13OUDSTokensRaw09ElevationdeI5TokenCvp","roleHeading":"Instance Property","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdragdark","title":"elevationBoxShadowDragDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowdraglight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowdraglight.json index 68c1f9d94..f68c9bb01 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowdraglight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowdraglight.json @@ -1 +1 @@ -{"metadata":{"title":"elevationBoxShadowDragLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC27elevationBoxShadowDragLight13OUDSTokensRaw09ElevationdeI5TokenCvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowDragLight","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowdraglight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdraglight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowDragLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowDragLight"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowdraglight"]}],"metadata":{"extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC27elevationBoxShadowDragLight13OUDSTokensRaw09ElevationdeI5TokenCvp","title":"elevationBoxShadowDragLight","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdraglight","title":"elevationBoxShadowDragLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocusdark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocusdark.json index 650235ae6..540a3f1d3 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocusdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocusdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowfocusdark"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC27elevationBoxShadowFocusDark13OUDSTokensRaw09ElevationdeI5TokenCvp","role":"symbol","title":"elevationBoxShadowFocusDark","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowFocusDark"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocusdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowFocusDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowFocusDark","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowfocusdark"]}],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"elevationBoxShadowFocusDark","role":"symbol","externalID":"s:4OUDS9OUDSThemeC27elevationBoxShadowFocusDark13OUDSTokensRaw09ElevationdeI5TokenCvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocusdark","title":"elevationBoxShadowFocusDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocuslight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocuslight.json index 7cc2ea5c5..20a53cacd 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocuslight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowfocuslight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowFocusLight"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowfocuslight"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowFocusLight","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28elevationBoxShadowFocusLight13OUDSTokensRaw09ElevationdeI5TokenCvp","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocuslight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowFocusLight"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28elevationBoxShadowFocusLight13OUDSTokensRaw09ElevationdeI5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"elevationBoxShadowFocusLight"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowfocuslight"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowFocusLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocuslight","title":"elevationBoxShadowFocusLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultdark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultdark.json index afc7897cd..5f567c7d5 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultdark.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC36elevationBoxShadowOverlayDefaultDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","title":"elevationBoxShadowOverlayDefaultDark"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationBoxShadowOverlayDefaultDark","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowOverlayDefaultDark"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowOverlayDefaultDark"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"title":"elevationBoxShadowOverlayDefaultDark","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC36elevationBoxShadowOverlayDefaultDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","modules":[{"name":"OUDS"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultdark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultdark","title":"elevationBoxShadowOverlayDefaultDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultlight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultlight.json index 15a113705..4bf5671e3 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlaydefaultlight.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowOverlayDefaultLight"},{"text":".","type":"text"}],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC37elevationBoxShadowOverlayDefaultLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"title":"elevationBoxShadowOverlayDefaultLight","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultlight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"role":"symbol","title":"elevationBoxShadowOverlayDefaultLight","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowOverlayDefaultLight"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC37elevationBoxShadowOverlayDefaultLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"elevationBoxShadowOverlayDefaultLight","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","title":"elevationBoxShadowOverlayDefaultLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasisdark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasisdark.json index 1fdfbfd14..1ff869187 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasisdark.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC37elevationBoxShadowOverlayEmphasisDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","extendedModule":"OUDS","title":"elevationBoxShadowOverlayEmphasisDark"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasisdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowOverlayEmphasisDark"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasisdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowOverlayEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC37elevationBoxShadowOverlayEmphasisDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"elevationBoxShadowOverlayEmphasisDark","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasisdark"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowOverlayEmphasisDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasisdark","type":"topic","title":"elevationBoxShadowOverlayEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasislight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasislight.json index 0d9b38254..7b4172edf 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowoverlayemphasislight.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowOverlayEmphasisLight"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasislight"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC38elevationBoxShadowOverlayEmphasisLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"elevationBoxShadowOverlayEmphasisLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisLight":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight","title":"elevationBoxShadowOverlayEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowOverlayEmphasisLight"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC38elevationBoxShadowOverlayEmphasisLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"elevationBoxShadowOverlayEmphasisLight","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasislight","title":"elevationBoxShadowOverlayEmphasisLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowraiseddark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowraiseddark.json index 9b0119141..5171f0feb 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowraiseddark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowraiseddark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowraiseddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowRaisedDark"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC28elevationBoxShadowRaisedDark13OUDSTokensRaw09ElevationdeI5TokenCvp","roleHeading":"Instance Property","title":"elevationBoxShadowRaisedDark","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraiseddark","title":"elevationBoxShadowRaisedDark","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowRaisedDark","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC28elevationBoxShadowRaisedDark13OUDSTokensRaw09ElevationdeI5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"title":"elevationBoxShadowRaisedDark"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowraiseddark"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraiseddark","title":"elevationBoxShadowRaisedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowraisedlight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowraisedlight.json index c439c5249..aaf894e07 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowraisedlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowraisedlight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowraisedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowRaisedLight","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"elevationBoxShadowRaisedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC29elevationBoxShadowRaisedLight13OUDSTokensRaw09ElevationdeI5TokenCvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedLight":{"title":"elevationBoxShadowRaisedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight","kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraisedlight","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowRaisedLight","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"elevationBoxShadowRaisedLight","externalID":"s:4OUDS9OUDSThemeC29elevationBoxShadowRaisedLight13OUDSTokensRaw09ElevationdeI5TokenCvp","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowraisedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraisedlight","title":"elevationBoxShadowRaisedLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultdark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultdark.json index d9de6cdaa..2b20ee948 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultdark.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationBoxShadowStickyDefaultDark","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","title":"elevationBoxShadowStickyDefaultDark","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC35elevationBoxShadowStickyDefaultDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","extendedModule":"OUDS"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultdark","title":"elevationBoxShadowStickyDefaultDark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC35elevationBoxShadowStickyDefaultDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"elevationBoxShadowStickyDefaultDark","extendedModule":"OUDS","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowStickyDefaultDark"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","title":"elevationBoxShadowStickyDefaultDark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultlight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultlight.json index 5f249e1d6..e332c4571 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickydefaultlight.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultlight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight"},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC36elevationBoxShadowStickyDefaultLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","title":"elevationBoxShadowStickyDefaultLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowStickyDefaultLight"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultlight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowStickyDefaultLight"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowStickyDefaultLight","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC36elevationBoxShadowStickyDefaultLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"elevationBoxShadowStickyDefaultLight"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight","title":"elevationBoxShadowStickyDefaultLight","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasisdark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasisdark.json index cee5b2e19..902c59bab 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasisdark.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowStickyEmphasisDark"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC36elevationBoxShadowStickyEmphasisDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"elevationBoxShadowStickyEmphasisDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasisdark"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisDark":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasisdark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark","title":"elevationBoxShadowStickyEmphasisDark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"roleHeading":"Instance Property","title":"elevationBoxShadowStickyEmphasisDark","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC36elevationBoxShadowStickyEmphasisDark13OUDSTokensRaw09ElevationdeJ5TokenCvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowStickyEmphasisDark"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasisdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark","title":"elevationBoxShadowStickyEmphasisDark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasislight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasislight.json index 726df9dc7..375009c3b 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickyemphasislight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC37elevationBoxShadowStickyEmphasisLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","title":"elevationBoxShadowStickyEmphasisLight","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowStickyEmphasisLight"},{"text":".","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasislight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight","kind":"symbol","type":"topic","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowStickyEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisLight"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC37elevationBoxShadowStickyEmphasisLight13OUDSTokensRaw09ElevationdeJ5TokenCvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"elevationBoxShadowStickyEmphasisLight","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowStickyEmphasisLight","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasislight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight","title":"elevationBoxShadowStickyEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolleddark.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolleddark.json index 3744e9424..2f87a097b 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolleddark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolleddark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolleddark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark"},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"elevationBoxShadowStickyNavigationScrolledDark","extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC46elevationBoxShadowStickyNavigationScrolledDark13OUDSTokensRaw09ElevationdeK5TokenCvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationBoxShadowStickyNavigationScrolledDark","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolleddark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowStickyNavigationScrolledDark"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC46elevationBoxShadowStickyNavigationScrolledDark13OUDSTokensRaw09ElevationdeK5TokenCvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledDark","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationBoxShadowStickyNavigationScrolledDark","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolleddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolleddark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark","title":"elevationBoxShadowStickyNavigationScrolledDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolledlight.json b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolledlight.json index 955d44b00..e6c0e8bc1 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolledlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationboxshadowstickynavigationscrolledlight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC47elevationBoxShadowStickyNavigationScrolledLight13OUDSTokensRaw09ElevationdeK5TokenCvp","role":"symbol","symbolKind":"property","title":"elevationBoxShadowStickyNavigationScrolledLight","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolledlight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationBoxShadowStickyNavigationScrolledLight","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolledlight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowStickyNavigationScrolledLight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationBoxShadowStickyNavigationScrolledLight"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight"},"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC47elevationBoxShadowStickyNavigationScrolledLight13OUDSTokensRaw09ElevationdeK5TokenCvp","title":"elevationBoxShadowStickyNavigationScrolledLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolledlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolledlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight","title":"elevationBoxShadowStickyNavigationScrolledLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolordragdark.json b/docs/data/documentation/ouds/oudstheme/elevationcolordragdark.json index 2c511f7cd..f1c1415ee 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolordragdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolordragdark.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorDragDark","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"elevationColorDragDark","externalID":"s:4OUDS9OUDSThemeC22elevationColorDragDarkSSvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorDragDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolordragdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolordragdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorDragDark"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorDragDark","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC22elevationColorDragDarkSSvp","modules":[{"name":"OUDS"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorDragDark"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolordragdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragDark":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolordragdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","title":"elevationColorDragDark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolordraglight.json b/docs/data/documentation/ouds/oudstheme/elevationcolordraglight.json index 54c12a386..3fc95f0c4 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolordraglight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolordraglight.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorDragLight"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolordraglight"]}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC23elevationColorDragLightSSvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","title":"elevationColorDragLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolordraglight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorDragLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolordraglight"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorDragLight"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"elevationColorDragLight","externalID":"s:4OUDS9OUDSThemeC23elevationColorDragLightSSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolordraglight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight","title":"elevationColorDragLight","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorfocusdark.json b/docs/data/documentation/ouds/oudstheme/elevationcolorfocusdark.json index 89782abd0..680f97996 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorfocusdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorfocusdark.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"elevationColorFocusDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23elevationColorFocusDarkSSvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorfocusdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorFocusDark","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusDark":{"kind":"symbol","title":"elevationColorFocusDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocusdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC23elevationColorFocusDarkSSvp","symbolKind":"property","role":"symbol","extendedModule":"OUDS","title":"elevationColorFocusDark","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorfocusdark"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorFocusDark","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocusdark","title":"elevationColorFocusDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorfocuslight.json b/docs/data/documentation/ouds/oudstheme/elevationcolorfocuslight.json index 8b44358a9..c94c51a0e 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorfocuslight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorfocuslight.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","title":"elevationColorFocusLight","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24elevationColorFocusLightSSvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorfocuslight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorFocusLight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocuslight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorFocusLight"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorfocuslight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC24elevationColorFocusLightSSvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"elevationColorFocusLight","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorFocusLight"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocuslight","title":"elevationColorFocusLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolornonedark.json b/docs/data/documentation/ouds/oudstheme/elevationcolornonedark.json index b359c37c8..a6bbe0276 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolornonedark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolornonedark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorNoneDark","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC22elevationColorNoneDarkSSvp","title":"elevationColorNoneDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolornonedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonedark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorNoneDark"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolornonedark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorNoneDark","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC22elevationColorNoneDarkSSvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"title":"elevationColorNoneDark","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneDark":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonedark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark","title":"elevationColorNoneDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolornonelight.json b/docs/data/documentation/ouds/oudstheme/elevationcolornonelight.json index 26661e869..cbb93cdfa 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolornonelight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolornonelight.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC23elevationColorNoneLightSSvp","extendedModule":"OUDS","title":"elevationColorNoneLight","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolornonelight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorNoneLight","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonelight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorNoneLight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Instance Property","title":"elevationColorNoneLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC23elevationColorNoneLightSSvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorNoneLight"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolornonelight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneLight":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonelight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight","title":"elevationColorNoneLight","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultdark.json b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultdark.json index f55070632..4c7d450f4 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorOverlayDefaultDark","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32elevationColorOverlayDefaultDarkSSvp","extendedModule":"OUDS","title":"elevationColorOverlayDefaultDark","symbolKind":"property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark","title":"elevationColorOverlayDefaultDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorOverlayDefaultDark"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"title":"elevationColorOverlayDefaultDark","role":"symbol","externalID":"s:4OUDS9OUDSThemeC32elevationColorOverlayDefaultDarkSSvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultdark"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark","title":"elevationColorOverlayDefaultDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultlight.json b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultlight.json index 20129185b..fc214c2f0 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlaydefaultlight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorOverlayDefaultLight"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultlight"]}],"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC33elevationColorOverlayDefaultLightSSvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"symbolKind":"property","title":"elevationColorOverlayDefaultLight","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultlight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","type":"topic","title":"elevationColorOverlayDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorOverlayDefaultLight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC33elevationColorOverlayDefaultLightSSvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"elevationColorOverlayDefaultLight","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultlight","title":"elevationColorOverlayDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasisdark.json b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasisdark.json index a45fc690d..13751ce27 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorOverlayEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","title":"elevationColorOverlayEmphasisDark","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC33elevationColorOverlayEmphasisDarkSSvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasisdark"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasisdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorOverlayEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasisdark"]}],"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC33elevationColorOverlayEmphasisDarkSSvp","modules":[{"name":"OUDS"}],"title":"elevationColorOverlayEmphasisDark","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorOverlayEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasisdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark","title":"elevationColorOverlayEmphasisDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasislight.json b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasislight.json index fb491e7f3..fa2942ffe 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcoloroverlayemphasislight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC34elevationColorOverlayEmphasisLightSSvp","title":"elevationColorOverlayEmphasisLight","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasislight"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorOverlayEmphasisLight"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisLight":{"type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasislight","title":"elevationColorOverlayEmphasisLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorOverlayEmphasisLight","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC34elevationColorOverlayEmphasisLightSSvp","modules":[{"name":"OUDS"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorOverlayEmphasisLight","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasislight"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasislight","title":"elevationColorOverlayEmphasisLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorraiseddark.json b/docs/data/documentation/ouds/oudstheme/elevationcolorraiseddark.json index cb6f27619..8a263755b 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorraiseddark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorraiseddark.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorraiseddark"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC24elevationColorRaisedDarkSSvp","symbolKind":"property","roleHeading":"Instance Property","title":"elevationColorRaisedDark","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorRaisedDark"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedDark":{"kind":"symbol","title":"elevationColorRaisedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark","url":"\/documentation\/ouds\/oudstheme\/elevationcolorraiseddark","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorRaisedDark","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC24elevationColorRaisedDarkSSvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorraiseddark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorRaisedDark","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorRaisedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorraiseddark","title":"elevationColorRaisedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorraisedlight.json b/docs/data/documentation/ouds/oudstheme/elevationcolorraisedlight.json index 4628da088..4cdf3706a 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorraisedlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorraisedlight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorraisedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC25elevationColorRaisedLightSSvp","title":"elevationColorRaisedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorRaisedLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolorraisedlight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorRaisedLight"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorraisedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorRaisedLight","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Property","title":"elevationColorRaisedLight","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC25elevationColorRaisedLightSSvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorraisedlight","title":"elevationColorRaisedLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultdark.json b/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultdark.json index a4c623044..aeef0402b 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultdark.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorStickyDefaultDark","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"elevationColorStickyDefaultDark","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC31elevationColorStickyDefaultDarkSSvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"extendedModule":"OUDS"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultdark"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorStickyDefaultDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC31elevationColorStickyDefaultDarkSSvp","extendedModule":"OUDS","role":"symbol","title":"elevationColorStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorStickyDefaultDark"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultDark":{"title":"elevationColorStickyDefaultDark","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"kind":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultlight.json b/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultlight.json index bb7bed863..ad29729e7 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorstickydefaultlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultlight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorStickyDefaultLight","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"elevationColorStickyDefaultLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32elevationColorStickyDefaultLightSSvp","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultLight":{"title":"elevationColorStickyDefaultLight","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorStickyDefaultLight","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultlight"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32elevationColorStickyDefaultLightSSvp","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","title":"elevationColorStickyDefaultLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultlight","title":"elevationColorStickyDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasisdark.json b/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasisdark.json index 39baa69c9..4e6d5de21 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasisdark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasisdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasisdark"]}],"metadata":{"role":"symbol","title":"elevationColorStickyEmphasisDark","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32elevationColorStickyEmphasisDarkSSvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorStickyEmphasisDark","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisDark":{"abstract":[],"title":"elevationColorStickyEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasisdark"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","extendedModule":"OUDS","title":"elevationColorStickyEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC32elevationColorStickyEmphasisDarkSSvp"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationColorStickyEmphasisDark","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasisdark"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisDark":{"abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"title":"elevationColorStickyEmphasisDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasisdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasislight.json b/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasislight.json index 24e314986..a311c30c4 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasislight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorstickyemphasislight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC33elevationColorStickyEmphasisLightSSvp","symbolKind":"property","roleHeading":"Instance Property","title":"elevationColorStickyEmphasisLight","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorStickyEmphasisLight"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisLight":{"kind":"symbol","title":"elevationColorStickyEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasislight","type":"topic","role":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorStickyEmphasisLight"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC33elevationColorStickyEmphasisLightSSvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"elevationColorStickyEmphasisLight","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasislight"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisLight":{"type":"topic","kind":"symbol","abstract":[],"title":"elevationColorStickyEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolleddark.json b/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolleddark.json index 55f8ad8a9..1a651eeb1 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolleddark.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolleddark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorStickyNavigationScrolledDark"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolleddark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","title":"elevationColorStickyNavigationScrolledDark","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC42elevationColorStickyNavigationScrolledDarkSSvp","extendedModule":"OUDS"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledDark":{"abstract":[],"title":"elevationColorStickyNavigationScrolledDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolleddark","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"elevationColorStickyNavigationScrolledDark","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC42elevationColorStickyNavigationScrolledDarkSSvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolleddark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationColorStickyNavigationScrolledDark","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolleddark","title":"elevationColorStickyNavigationScrolledDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolledlight.json b/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolledlight.json index dd32e74ff..8819e438b 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolledlight.json +++ b/docs/data/documentation/ouds/oudstheme/elevationcolorstickynavigationscrolledlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolledlight"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorStickyNavigationScrolledLight"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight"},"sections":[],"metadata":{"title":"elevationColorStickyNavigationScrolledLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC43elevationColorStickyNavigationScrolledLightSSvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight","abstract":[],"title":"elevationColorStickyNavigationScrolledLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolledlight"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationColorStickyNavigationScrolledLight"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC43elevationColorStickyNavigationScrolledLightSSvp","title":"elevationColorStickyNavigationScrolledLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolledlight"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolledlight","title":"elevationColorStickyNavigationScrolledLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationsemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/elevationsemantictokens-implementations.json index d90bdb264..c0b54c6e9 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationsemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/elevationsemantictokens-implementations.json @@ -1 +1 @@ -{"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip"],"generated":true}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","interfaceLanguage":"swift"},"metadata":{"role":"collectionGroup","modules":[{"name":"OUDS"}],"title":"ElevationSemanticTokens Implementations","roleHeading":"API Collection"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"kind":"article","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisDark":{"abstract":[],"title":"elevationColorStickyEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasisdark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadNone"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusDark":{"kind":"symbol","title":"elevationColorFocusDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocusdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonelight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorNoneLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocusdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowFocusDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSpinner":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexspinner","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexSpinner"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYDrag":{"url":"\/documentation\/ouds\/oudstheme\/elevationydrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYDrag"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag","type":"topic","abstract":[],"kind":"symbol","title":"elevationYDrag"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexTooltip":{"title":"elevationZIndexTooltip","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexTooltip"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip","url":"\/documentation\/ouds\/oudstheme\/elevationzindextooltip","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisLight":{"type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasislight","title":"elevationColorOverlayEmphasisLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvasBackdrop":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvasbackdrop","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexOffCanvasBackdrop"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurDrag":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurdrag","title":"elevationBlurDrag","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurDrag"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"kind":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexToast":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexToast","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","title":"elevationZIndexToast","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/elevationzindextoast"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolordraglight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorDragLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurstickydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurStickyDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyNavigationScrolled":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationblurstickynavigationscrolled","kind":"symbol","title":"elevationBlurStickyNavigationScrolled","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSticky":{"title":"elevationZIndexSticky","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexSticky"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexsticky","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark","title":"elevationColorOverlayDefaultDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadRaised"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyEmphasis":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis","url":"\/documentation\/ouds\/oudstheme\/elevationblurstickyemphasis","abstract":[],"role":"symbol","title":"elevationBlurStickyEmphasis","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDeep":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdeep","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDeep"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexDeep"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyNavigationScrolled":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickynavigationscrolled","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled","title":"elevationSpreadStickyNavigationScrolled"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolleddark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowStickyNavigationScrolledDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurFocus":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"title":"elevationBlurFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus","url":"\/documentation\/ouds\/oudstheme\/elevationblurfocus","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDropdown":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdropdown","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDropdown"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexDropdown"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonedark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorNoneDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexPopover":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexPopover"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","type":"topic","title":"elevationZIndexPopover","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationzindexpopover"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayDefault":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","type":"topic","title":"elevationXOverlayDefault","url":"\/documentation\/ouds\/oudstheme\/elevationxoverlaydefault","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight","abstract":[],"title":"elevationColorStickyNavigationScrolledLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolledlight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasislight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight","kind":"symbol","type":"topic","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowStickyEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyDefault":{"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationystickydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","role":"symbol","type":"topic","title":"elevationYStickyDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexFixed":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexfixed","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexFixed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed","title":"elevationZIndexFixed","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdragdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowDragDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolordragdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorDragDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXDrag":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","url":"\/documentation\/ouds\/oudstheme\/elevationxdrag","role":"symbol","title":"elevationXDrag"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickyemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadStickyEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultLight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"role":"symbol","title":"elevationBoxShadowOverlayDefaultLight","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyNavigationScrolled":{"url":"\/documentation\/ouds\/oudstheme\/elevationxstickynavigationscrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyNavigationScrolled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","type":"topic","abstract":[],"kind":"symbol","title":"elevationXStickyNavigationScrolled"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayDefault":{"kind":"symbol","title":"elevationSpreadOverlayDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault","url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlaydefault","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisLight":{"kind":"symbol","title":"elevationColorStickyEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasislight","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationYOverlayEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationxnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone","type":"topic","abstract":[],"kind":"symbol","title":"elevationXNone"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyDefault":{"title":"elevationSpreadStickyDefault","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault","url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickydefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyNavigationScrolled":{"url":"\/documentation\/ouds\/oudstheme\/elevationystickynavigationscrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled","type":"topic","abstract":[],"kind":"symbol","title":"elevationYStickyNavigationScrolled"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisLight":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight","title":"elevationBoxShadowOverlayEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolledlight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowStickyNavigationScrolledLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadFocus":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadfocus","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"kind":"symbol","title":"elevationSpreadFocus","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedLight":{"title":"elevationBoxShadowRaisedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight","kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraisedlight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationystickyemphasis","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationYStickyEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocuslight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowFocusLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowOverlayDefaultDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationxraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXRaised"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationXRaised"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasisdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorOverlayEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationynone","type":"topic","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"title":"elevationYNone"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurRaised"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyDefault":{"abstract":[],"kind":"symbol","title":"elevationXStickyDefault","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxstickydefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyEmphasis":{"type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis","url":"\/documentation\/ouds\/oudstheme\/elevationxstickyemphasis","title":"elevationXStickyEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexBackToTop":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexbacktotop","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexBackToTop"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexBackToTop"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorStickyDefaultDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolorraisedlight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorRaisedLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurOverlayEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultLight":{"title":"elevationColorStickyDefaultLight","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultlight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowStickyDefaultLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisDark":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasisdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowOverlayEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYFocus":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationyfocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","role":"symbol","abstract":[],"title":"elevationYFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvas":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvas","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvas"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexOffCanvas"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModalBackdrop":{"kind":"symbol","title":"elevationZIndexModalBackdrop","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodalbackdrop","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexModalBackdrop"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedDark":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraiseddark","title":"elevationBoxShadowRaisedDark","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationblurnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurNone"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisDark":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasisdark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark","title":"elevationBoxShadowStickyEmphasisDark"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationyraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationYRaised"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultdark","title":"elevationBoxShadowStickyDefaultDark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdraglight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationBoxShadowDragLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlaydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationBlurOverlayDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledDark":{"abstract":[],"title":"elevationColorStickyNavigationScrolledDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolleddark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModal":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexModal"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodal","type":"topic","title":"elevationZIndexModal","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlaydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationYOverlayDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocuslight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight","type":"topic","abstract":[],"kind":"symbol","title":"elevationColorFocusLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultLight":{"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultlight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","type":"topic","title":"elevationColorOverlayDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadDrag":{"type":"topic","role":"symbol","title":"elevationSpreadDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadDrag"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag","url":"\/documentation\/ouds\/oudstheme\/elevationspreaddrag","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedDark":{"kind":"symbol","title":"elevationColorRaisedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark","url":"\/documentation\/ouds\/oudstheme\/elevationcolorraiseddark","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationxoverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXOverlayEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationXOverlayEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadOverlayEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadOverlayEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXFocus":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus","url":"\/documentation\/ouds\/oudstheme\/elevationxfocus","title":"elevationXFocus","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"kind":"article","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations"]}],"topicSections":[{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"},"metadata":{"title":"ElevationSemanticTokens Implementations","roleHeading":"API Collection","role":"collectionGroup","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXDrag":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxdrag","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","title":"elevationXDrag","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorraisedlight","title":"elevationColorRaisedLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvas":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvas","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","title":"elevationZIndexOffCanvas","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlayemphasis","title":"elevationBlurOverlayEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurstickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyNavigationScrolled","title":"elevationBlurStickyNavigationScrolled","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocusdark","title":"elevationBoxShadowFocusDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneDark":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonedark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneDark","title":"elevationColorNoneDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasislight","title":"elevationBoxShadowOverlayEmphasisLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled","title":"elevationSpreadStickyNavigationScrolled","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadFocus":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadfocus","title":"elevationSpreadFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyDefault":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurstickydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyDefault","title":"elevationBlurStickyDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowFocusLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowfocuslight","title":"elevationBoxShadowFocusLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowFocusLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultLight","title":"elevationBoxShadowStickyDefaultLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultdark","title":"elevationBoxShadowOverlayDefaultDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorNoneLight":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolornonelight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorNoneLight","title":"elevationColorNoneLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadRaised":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadRaised","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadraised","title":"elevationSpreadRaised","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayEmphasisDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlayemphasisdark","type":"topic","title":"elevationBoxShadowOverlayEmphasisDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayEmphasisDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurRaised":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurRaised","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurraised","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurRaised","title":"elevationBlurRaised","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultlight","title":"elevationColorStickyDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYFocus":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyfocus","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus","title":"elevationYFocus","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorRaisedDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorraiseddark","title":"elevationColorRaisedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorRaisedDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxstickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","title":"elevationXStickyNavigationScrolled","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadDrag":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreaddrag","title":"elevationSpreadDrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModal":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexModal","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodal","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal","title":"elevationZIndexModal","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModalBackdrop":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodalbackdrop","title":"elevationZIndexModalBackdrop","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragDark":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolordragdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragDark","title":"elevationColorDragDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxoverlaydefault","title":"elevationXOverlayDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlaydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault","title":"elevationSpreadOverlayDefault","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYDrag":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYDrag","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationydrag","title":"elevationYDrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationystickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled","title":"elevationYStickyNavigationScrolled","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolleddark","title":"elevationColorStickyNavigationScrolledDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxstickyemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis","title":"elevationXStickyEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXRaised":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXRaised","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxraised","title":"elevationXRaised","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYRaised":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYRaised","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyraised","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised","title":"elevationYRaised","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurFocus":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationblurfocus","title":"elevationBlurFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurFocus","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisLight":{"type":"topic","kind":"symbol","abstract":[],"title":"elevationColorStickyEmphasisLight","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisLight"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXFocus":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxfocus","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus","title":"elevationXFocus","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocusdark","title":"elevationColorFocusDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSpinner":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSpinner","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexspinner","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","title":"elevationZIndexSpinner","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyEmphasisDark":{"abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"title":"elevationColorStickyEmphasisDark","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickyemphasisdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyEmphasisDark","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDropdown":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDropdown","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexdropdown","title":"elevationZIndexDropdown","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationblurnone","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurNone","title":"elevationBlurNone","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraiseddark","title":"elevationBoxShadowRaisedDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexFixed":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexfixed","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed","title":"elevationZIndexFixed","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxnone","title":"elevationXNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault","title":"elevationSpreadStickyDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdragdark","title":"elevationBoxShadowDragDark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasisdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisDark","title":"elevationColorOverlayEmphasisDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadnone","title":"elevationSpreadNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexPopover":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexPopover","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexpopover","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover","title":"elevationZIndexPopover","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexdefault","title":"elevationZIndexDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultDark","title":"elevationColorOverlayDefaultDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationynone","title":"elevationYNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyDefaultDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickydefaultdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyDefaultDark","title":"elevationBoxShadowStickyDefaultDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayEmphasisLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlayemphasislight","title":"elevationColorOverlayEmphasisLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowOverlayDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowoverlaydefaultlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowOverlayDefaultLight","title":"elevationBoxShadowOverlayDefaultLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxoverlayemphasis","title":"elevationXOverlayEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasislight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisLight","title":"elevationBoxShadowStickyEmphasisLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickyemphasis","abstract":[],"kind":"symbol","title":"elevationSpreadStickyEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexTooltip":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindextooltip","title":"elevationZIndexTooltip","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorDragLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationcolordraglight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorDragLight","title":"elevationColorDragLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSticky":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSticky","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexsticky","title":"elevationZIndexSticky","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexBackToTop":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexbacktotop","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop","title":"elevationZIndexBackToTop","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyDefaultDark":{"title":"elevationColorStickyDefaultDark","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickydefaultdark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyDefaultDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"kind":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyDefault":{"type":"topic","kind":"symbol","abstract":[],"title":"elevationXStickyDefault","url":"\/documentation\/ouds\/oudstheme\/elevationxstickydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorOverlayDefaultLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcoloroverlaydefaultlight","title":"elevationColorOverlayDefaultLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorOverlayDefaultLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlayemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis","title":"elevationSpreadOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorFocusLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorfocuslight","title":"elevationColorFocusLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorFocusLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlayemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis","title":"elevationYOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolleddark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledDark","title":"elevationBoxShadowStickyNavigationScrolledDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowRaisedLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowraisedlight","title":"elevationBoxShadowRaisedLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowRaisedLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexToast":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexToast","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindextoast","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","title":"elevationZIndexToast","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationbluroverlaydefault","title":"elevationBlurOverlayDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurOverlayDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationystickyemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis","title":"elevationYStickyEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationColorStickyNavigationScrolledLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationcolorstickynavigationscrolledlight","title":"elevationColorStickyNavigationScrolledLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationColorStickyNavigationScrolledLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDeep":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDeep","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdeep","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep","title":"elevationZIndexDeep","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationystickydefault","title":"elevationYStickyDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvasBackdrop":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvasBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvasbackdrop","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop","title":"elevationZIndexOffCanvasBackdrop","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurDrag":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationblurdrag","title":"elevationBlurDrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurDrag","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyNavigationScrolledLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickynavigationscrolledlight","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyNavigationScrolledLight","title":"elevationBoxShadowStickyNavigationScrolledLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBlurStickyEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationblurstickyemphasis","title":"elevationBlurStickyEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBlurStickyEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowStickyEmphasisDark":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowstickyemphasisdark","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowStickyEmphasisDark","title":"elevationBoxShadowStickyEmphasisDark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationBoxShadowDragLight":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationboxshadowdraglight","title":"elevationBoxShadowDragLight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationBoxShadowDragLight","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlaydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","title":"elevationYOverlayDefault","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreaddrag.json b/docs/data/documentation/ouds/oudstheme/elevationspreaddrag.json index dda090776..a96d72463 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreaddrag.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreaddrag.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","title":"elevationSpreadDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC19elevationSpreadDragSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationSpreadDrag","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadDrag"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreaddrag"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadDrag":{"type":"topic","role":"symbol","title":"elevationSpreadDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadDrag"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag","url":"\/documentation\/ouds\/oudstheme\/elevationspreaddrag","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationSpreadDrag","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreaddrag"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","title":"elevationSpreadDrag","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC19elevationSpreadDragSivp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadDrag":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreaddrag","title":"elevationSpreadDrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadDrag","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadfocus.json b/docs/data/documentation/ouds/oudstheme/elevationspreadfocus.json index 51571ef09..58f54ab8e 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadfocus.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadfocus.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadFocus"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadfocus"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadFocus"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"elevationSpreadFocus","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC20elevationSpreadFocusSivp","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadFocus":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadfocus","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"kind":"symbol","title":"elevationSpreadFocus","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC20elevationSpreadFocusSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"elevationSpreadFocus"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadFocus"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadfocus"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadFocus":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadfocus","title":"elevationSpreadFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadFocus","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadnone.json b/docs/data/documentation/ouds/oudstheme/elevationspreadnone.json index c15c7bade..474c8558f 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadnone.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadnone.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"title":"elevationSpreadNone","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC19elevationSpreadNoneSivp"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadNone"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadnone"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadNone"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationSpreadNone","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadnone"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC19elevationSpreadNoneSivp","symbolKind":"property","role":"symbol","title":"elevationSpreadNone","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadnone","title":"elevationSpreadNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadNone","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadoverlaydefault.json b/docs/data/documentation/ouds/oudstheme/elevationspreadoverlaydefault.json index a10672167..3c57b53ab 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadoverlaydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadoverlaydefault.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadoverlaydefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadOverlayDefault"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS","role":"symbol","title":"elevationSpreadOverlayDefault","externalID":"s:4OUDS9OUDSThemeC29elevationSpreadOverlayDefaultSivp","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadOverlayDefault"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSTheme"}],"url":"\/documentation\/ouds\/oudstheme","kind":"symbol","type":"topic","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"A Swift "},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"text":" ","type":"text"},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayDefault":{"kind":"symbol","title":"elevationSpreadOverlayDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault","url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlaydefault","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"title":"elevationSpreadOverlayDefault","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29elevationSpreadOverlayDefaultSivp","role":"symbol","modules":[{"name":"OUDS"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadOverlayDefault"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadOverlayDefault"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadoverlaydefault"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlaydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayDefault","title":"elevationSpreadOverlayDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadoverlayemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationspreadoverlayemphasis.json index 40c740e43..09c001af9 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadoverlayemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadoverlayemphasis.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadOverlayEmphasis"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadoverlayemphasis"]}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30elevationSpreadOverlayEmphasisSivp","symbolKind":"property","title":"elevationSpreadOverlayEmphasis","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadOverlayEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadOverlayEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadOverlayEmphasis"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationSpreadOverlayEmphasis","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadoverlayemphasis"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis"},"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30elevationSpreadOverlayEmphasisSivp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"title":"elevationSpreadOverlayEmphasis","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadoverlayemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadOverlayEmphasis","title":"elevationSpreadOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadraised.json b/docs/data/documentation/ouds/oudstheme/elevationspreadraised.json index 1e1a836c9..3f8cac060 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadraised.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadraised.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadRaised"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC21elevationSpreadRaisedSivp","symbolKind":"property","role":"symbol","title":"elevationSpreadRaised"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationSpreadRaised","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadraised"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadRaised","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadRaised"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Instance Property","title":"elevationSpreadRaised","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC21elevationSpreadRaisedSivp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadraised"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadRaised","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadRaised"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadRaised":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadRaised","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadraised","title":"elevationSpreadRaised","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadRaised","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadstickydefault.json b/docs/data/documentation/ouds/oudstheme/elevationspreadstickydefault.json index ac3a80e29..e88ba4056 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadstickydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadstickydefault.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationSpreadStickyDefault","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Property","title":"elevationSpreadStickyDefault","extendedModule":"OUDS","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadStickyDefault"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC28elevationSpreadStickyDefaultSivp","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyDefault"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadstickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyDefault":{"title":"elevationSpreadStickyDefault","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault","url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickydefault"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadstickydefault"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadStickyDefault"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28elevationSpreadStickyDefaultSivp","roleHeading":"Instance Property","title":"elevationSpreadStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"extendedModule":"OUDS","role":"symbol"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyDefault","title":"elevationSpreadStickyDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadstickyemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationspreadstickyemphasis.json index 9e857dee2..d549a401c 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadstickyemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadstickyemphasis.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadstickyemphasis"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyEmphasis"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"elevationSpreadStickyEmphasis","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29elevationSpreadStickyEmphasisSivp"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationSpreadStickyEmphasis","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickyemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationSpreadStickyEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadstickyemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"title":"elevationSpreadStickyEmphasis","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29elevationSpreadStickyEmphasisSivp"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationSpreadStickyEmphasis"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickyemphasis","abstract":[],"kind":"symbol","title":"elevationSpreadStickyEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyEmphasis","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationspreadstickynavigationscrolled.json b/docs/data/documentation/ouds/oudstheme/elevationspreadstickynavigationscrolled.json index 7d6e5fb8c..2dacdb4e5 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationspreadstickynavigationscrolled.json +++ b/docs/data/documentation/ouds/oudstheme/elevationspreadstickynavigationscrolled.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC39elevationSpreadStickyNavigationScrolledSivp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"elevationSpreadStickyNavigationScrolled"},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationSpreadStickyNavigationScrolled","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadstickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyNavigationScrolled":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickynavigationscrolled","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled","title":"elevationSpreadStickyNavigationScrolled"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC39elevationSpreadStickyNavigationScrolledSivp","modules":[{"name":"OUDS"}],"title":"elevationSpreadStickyNavigationScrolled","role":"symbol","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationspreadstickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationSpreadStickyNavigationScrolled","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationSpreadStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationspreadstickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationSpreadStickyNavigationScrolled","title":"elevationSpreadStickyNavigationScrolled","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxdrag.json b/docs/data/documentation/ouds/oudstheme/elevationxdrag.json index 5e457831a..43ac15082 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxdrag.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxdrag.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC14elevationXDragSivp","symbolKind":"property","role":"symbol","title":"elevationXDrag"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationXDrag","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxdrag"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXDrag"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXDrag":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","url":"\/documentation\/ouds\/oudstheme\/elevationxdrag","role":"symbol","title":"elevationXDrag"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC14elevationXDragSivp","title":"elevationXDrag","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationXDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXDrag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationXDrag","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxdrag"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXDrag":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxdrag","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXDrag","title":"elevationXDrag","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxfocus.json b/docs/data/documentation/ouds/oudstheme/elevationxfocus.json index 02ffbf7b8..21563e52d 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxfocus.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxfocus.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC15elevationXFocusSivp","roleHeading":"Instance Property","title":"elevationXFocus","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXFocus","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXFocus"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxfocus"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXFocus":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus","url":"\/documentation\/ouds\/oudstheme\/elevationxfocus","title":"elevationXFocus","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationXFocus","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXFocus"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationXFocus","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC15elevationXFocusSivp","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXFocus":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxfocus","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXFocus","title":"elevationXFocus","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxnone.json b/docs/data/documentation/ouds/oudstheme/elevationxnone.json index 6fa652b35..796591dff 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxnone.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxnone.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationXNone","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","title":"elevationXNone","modules":[{"name":"OUDS"}],"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXNone"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC14elevationXNoneSivp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationxnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone","type":"topic","abstract":[],"kind":"symbol","title":"elevationXNone"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxnone"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"elevationXNone","externalID":"s:4OUDS9OUDSThemeC14elevationXNoneSivp","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationXNone","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxnone","title":"elevationXNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXNone","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxoverlaydefault.json b/docs/data/documentation/ouds/oudstheme/elevationxoverlaydefault.json index 09e1e5f7f..24dd30803 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxoverlaydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxoverlaydefault.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxoverlaydefault"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC24elevationXOverlayDefaultSivp","symbolKind":"property","title":"elevationXOverlayDefault","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationXOverlayDefault","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayDefault":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","type":"topic","title":"elevationXOverlayDefault","url":"\/documentation\/ouds\/oudstheme\/elevationxoverlaydefault","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXOverlayDefault"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC24elevationXOverlayDefaultSivp","title":"elevationXOverlayDefault","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxoverlaydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxoverlaydefault","title":"elevationXOverlayDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayDefault","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxoverlayemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationxoverlayemphasis.json index 8c43dd951..af8d23def 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxoverlayemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxoverlayemphasis.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"metadata":{"roleHeading":"Instance Property","title":"elevationXOverlayEmphasis","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC25elevationXOverlayEmphasisSivp","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXOverlayEmphasis"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxoverlayemphasis"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationxoverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXOverlayEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationXOverlayEmphasis"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxoverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC25elevationXOverlayEmphasisSivp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXOverlayEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"elevationXOverlayEmphasis","roleHeading":"Instance Property","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXOverlayEmphasis"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxoverlayemphasis","title":"elevationXOverlayEmphasis","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxraised.json b/docs/data/documentation/ouds/oudstheme/elevationxraised.json index 0f8d2712d..7d6d6032c 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxraised.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxraised.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXRaised","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxraised"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXRaised","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC16elevationXRaisedSivp","modules":[{"name":"OUDS"}],"title":"elevationXRaised","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationXRaised","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationxraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXRaised"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationXRaised"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXRaised"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationXRaised","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC16elevationXRaisedSivp","symbolKind":"property","role":"symbol","title":"elevationXRaised"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationXRaised","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxraised"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXRaised":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXRaised","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxraised","title":"elevationXRaised","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXRaised","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxstickydefault.json b/docs/data/documentation/ouds/oudstheme/elevationxstickydefault.json index 7deaaf02f..8e630d306 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxstickydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxstickydefault.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxstickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC23elevationXStickyDefaultSivp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"elevationXStickyDefault","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationXStickyDefault","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyDefault":{"abstract":[],"kind":"symbol","title":"elevationXStickyDefault","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationxstickydefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC23elevationXStickyDefaultSivp","modules":[{"name":"OUDS"}],"title":"elevationXStickyDefault"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXStickyDefault"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxstickydefault"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyDefault":{"type":"topic","kind":"symbol","abstract":[],"title":"elevationXStickyDefault","url":"\/documentation\/ouds\/oudstheme\/elevationxstickydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyDefault","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxstickyemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationxstickyemphasis.json index 57c1c38eb..4a024e91b 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxstickyemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxstickyemphasis.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXStickyEmphasis"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXStickyEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC24elevationXStickyEmphasisSivp","title":"elevationXStickyEmphasis"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxstickyemphasis"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyEmphasis":{"type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis","url":"\/documentation\/ouds\/oudstheme\/elevationxstickyemphasis","title":"elevationXStickyEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXStickyEmphasis"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxstickyemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"elevationXStickyEmphasis","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC24elevationXStickyEmphasisSivp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxstickyemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyEmphasis","title":"elevationXStickyEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationxstickynavigationscrolled.json b/docs/data/documentation/ouds/oudstheme/elevationxstickynavigationscrolled.json index 8a70a61b6..60fce9fb2 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationxstickynavigationscrolled.json +++ b/docs/data/documentation/ouds/oudstheme/elevationxstickynavigationscrolled.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationxstickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationXStickyNavigationScrolled","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC34elevationXStickyNavigationScrolledSivp","title":"elevationXStickyNavigationScrolled","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyNavigationScrolled":{"url":"\/documentation\/ouds\/oudstheme\/elevationxstickynavigationscrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyNavigationScrolled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","type":"topic","abstract":[],"kind":"symbol","title":"elevationXStickyNavigationScrolled"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"title":"elevationXStickyNavigationScrolled","externalID":"s:4OUDS9OUDSThemeC34elevationXStickyNavigationScrolledSivp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationxstickynavigationscrolled"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyNavigationScrolled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationXStickyNavigationScrolled"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationXStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationxstickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationXStickyNavigationScrolled","title":"elevationXStickyNavigationScrolled","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationydrag.json b/docs/data/documentation/ouds/oudstheme/elevationydrag.json index 0e81a0caf..9ac510dd7 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationydrag.json +++ b/docs/data/documentation/ouds/oudstheme/elevationydrag.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYDrag"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","title":"elevationYDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC14elevationYDragSivp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationydrag"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYDrag":{"url":"\/documentation\/ouds\/oudstheme\/elevationydrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYDrag"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag","type":"topic","abstract":[],"kind":"symbol","title":"elevationYDrag"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC14elevationYDragSivp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"elevationYDrag","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationYDrag","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYDrag"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationydrag"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYDrag":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYDrag","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationydrag","title":"elevationYDrag","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYDrag","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationyfocus.json b/docs/data/documentation/ouds/oudstheme/elevationyfocus.json index f0326cd29..9c583b721 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationyfocus.json +++ b/docs/data/documentation/ouds/oudstheme/elevationyfocus.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYFocus","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationYFocus","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationyfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC15elevationYFocusSivp","role":"symbol","title":"elevationYFocus","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYFocus":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationyfocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","role":"symbol","abstract":[],"title":"elevationYFocus","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC15elevationYFocusSivp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYFocus"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"elevationYFocus","roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationYFocus","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationyfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYFocus":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyfocus","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYFocus","title":"elevationYFocus","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationynone.json b/docs/data/documentation/ouds/oudstheme/elevationynone.json index 914a8b18f..2fcf9e9aa 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationynone.json +++ b/docs/data/documentation/ouds/oudstheme/elevationynone.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationYNone","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationynone"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC14elevationYNoneSivp","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"title":"elevationYNone"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYNone":{"url":"\/documentation\/ouds\/oudstheme\/elevationynone","type":"topic","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"title":"elevationYNone"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC14elevationYNoneSivp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"title":"elevationYNone","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationynone"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYNone"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYNone":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationynone","title":"elevationYNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYNone","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationyoverlaydefault.json b/docs/data/documentation/ouds/oudstheme/elevationyoverlaydefault.json index 4f760d2b0..707dbb51b 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationyoverlaydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationyoverlaydefault.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationYOverlayDefault","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationyoverlaydefault"]}],"metadata":{"title":"elevationYOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC24elevationYOverlayDefaultSivp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlaydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationYOverlayDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYOverlayDefault"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYOverlayDefault"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC24elevationYOverlayDefaultSivp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYOverlayDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","title":"elevationYOverlayDefault"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationyoverlaydefault"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlaydefault","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayDefault","title":"elevationYOverlayDefault","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationyoverlayemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationyoverlayemphasis.json index cb916f937..867998e06 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationyoverlayemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationyoverlayemphasis.json @@ -1 +1 @@ -{"metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC25elevationYOverlayEmphasisSivp","modules":[{"name":"OUDS"}],"title":"elevationYOverlayEmphasis"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYOverlayEmphasis"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationyoverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlayemphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationYOverlayEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC25elevationYOverlayEmphasisSivp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationYOverlayEmphasis","modules":[{"name":"OUDS"}],"symbolKind":"property"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationyoverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationYOverlayEmphasis","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYOverlayEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyoverlayemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYOverlayEmphasis","title":"elevationYOverlayEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationyraised.json b/docs/data/documentation/ouds/oudstheme/elevationyraised.json index ef5a7a293..a9895ebed 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationyraised.json +++ b/docs/data/documentation/ouds/oudstheme/elevationyraised.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationyraised"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","title":"elevationYRaised","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC16elevationYRaisedSivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYRaised"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYRaised"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYRaised","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYRaised":{"url":"\/documentation\/ouds\/oudstheme\/elevationyraised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised","type":"topic","abstract":[],"kind":"symbol","title":"elevationYRaised"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised"},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYRaised","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationYRaised","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC16elevationYRaisedSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationyraised"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationYRaised","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYRaised"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYRaised":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYRaised","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationyraised","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYRaised","title":"elevationYRaised","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationystickydefault.json b/docs/data/documentation/ouds/oudstheme/elevationystickydefault.json index 8ab544fe1..46471080f 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationystickydefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationystickydefault.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC23elevationYStickyDefaultSivp","title":"elevationYStickyDefault"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYStickyDefault"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationystickydefault"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyDefault":{"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationystickydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","role":"symbol","type":"topic","title":"elevationYStickyDefault"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationystickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYStickyDefault"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"title":"elevationYStickyDefault","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23elevationYStickyDefaultSivp"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationystickydefault","title":"elevationYStickyDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyDefault","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationystickyemphasis.json b/docs/data/documentation/ouds/oudstheme/elevationystickyemphasis.json index 0dab5d544..a7b606c17 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationystickyemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/elevationystickyemphasis.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyEmphasis"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24elevationYStickyEmphasisSivp","modules":[{"name":"OUDS"}],"title":"elevationYStickyEmphasis"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationystickyemphasis"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationYStickyEmphasis","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyEmphasis":{"url":"\/documentation\/ouds\/oudstheme\/elevationystickyemphasis","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis","type":"topic","abstract":[],"kind":"symbol","title":"elevationYStickyEmphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"metadata":{"title":"elevationYStickyEmphasis","symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC24elevationYStickyEmphasisSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYStickyEmphasis"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationystickyemphasis"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyEmphasis":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationystickyemphasis","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyEmphasis","title":"elevationYStickyEmphasis","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationystickynavigationscrolled.json b/docs/data/documentation/ouds/oudstheme/elevationystickynavigationscrolled.json index 1e5c147e0..d24a80979 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationystickynavigationscrolled.json +++ b/docs/data/documentation/ouds/oudstheme/elevationystickynavigationscrolled.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationystickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"title":"elevationYStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC34elevationYStickyNavigationScrolledSivp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYStickyNavigationScrolled"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyNavigationScrolled":{"url":"\/documentation\/ouds\/oudstheme\/elevationystickynavigationscrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled","type":"topic","abstract":[],"kind":"symbol","title":"elevationYStickyNavigationScrolled"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"metadata":{"title":"elevationYStickyNavigationScrolled","externalID":"s:4OUDS9OUDSThemeC34elevationYStickyNavigationScrolledSivp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationYStickyNavigationScrolled"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationystickynavigationscrolled"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationYStickyNavigationScrolled":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationystickynavigationscrolled","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationYStickyNavigationScrolled","title":"elevationYStickyNavigationScrolled","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexbacktotop.json b/docs/data/documentation/ouds/oudstheme/elevationzindexbacktotop.json index 869691e0b..5b9746346 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexbacktotop.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexbacktotop.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationZIndexBackToTop","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexbacktotop"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC24elevationZIndexBackToTopSivp","symbolKind":"property","roleHeading":"Instance Property","title":"elevationZIndexBackToTop","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexBackToTop":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexbacktotop","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexBackToTop"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexBackToTop"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexbacktotop"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexBackToTop"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"title":"elevationZIndexBackToTop","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24elevationZIndexBackToTopSivp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexBackToTop"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexBackToTop":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexbacktotop","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexBackToTop","title":"elevationZIndexBackToTop","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexdeep.json b/docs/data/documentation/ouds/oudstheme/elevationzindexdeep.json index 9e6489d56..594893977 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexdeep.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexdeep.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexDeep","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexdeep"]}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationZIndexDeep","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDeep"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC19elevationZIndexDeepSivp","roleHeading":"Instance Property","title":"elevationZIndexDeep","role":"symbol","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDeep":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdeep","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDeep"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexDeep"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexDeep","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexdeep"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationZIndexDeep","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC19elevationZIndexDeepSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexDeep","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"elevationZIndexDeep"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDeep":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDeep","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdeep","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDeep","title":"elevationZIndexDeep","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexdefault.json b/docs/data/documentation/ouds/oudstheme/elevationzindexdefault.json index 533a87f6b..ef5ae1ed4 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexdefault.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexdefault.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC22elevationZIndexDefaultSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexDefault","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexdefault"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationZIndexDefault","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDefault":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexDefault"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC22elevationZIndexDefaultSivp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"extendedModule":"OUDS","title":"elevationZIndexDefault","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexdefault"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexDefault"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDefault":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexdefault","title":"elevationZIndexDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexdropdown.json b/docs/data/documentation/ouds/oudstheme/elevationzindexdropdown.json index 8368c4da5..bd233c54d 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexdropdown.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexdropdown.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexdropdown"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"elevationZIndexDropdown","extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexDropdown"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC23elevationZIndexDropdownSivp"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDropdown"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexDropdown"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDropdown":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexdropdown","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDropdown"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexDropdown"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationZIndexDropdown","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23elevationZIndexDropdownSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexDropdown","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"elevationZIndexDropdown"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexDropdown"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexdropdown"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexDropdown":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDropdown","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexdropdown","title":"elevationZIndexDropdown","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexDropdown","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexfixed.json b/docs/data/documentation/ouds/oudstheme/elevationzindexfixed.json index 9565b4cc7..cf39903cf 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexfixed.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexfixed.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexFixed"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexfixed"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexFixed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexFixed"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC20elevationZIndexFixedSivp","title":"elevationZIndexFixed","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexFixed":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexfixed","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexFixed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed","title":"elevationZIndexFixed","abstract":[],"role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationZIndexFixed","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexfixed"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","title":"elevationZIndexFixed","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC20elevationZIndexFixedSivp","extendedModule":"OUDS"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexFixed":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexfixed","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexFixed","title":"elevationZIndexFixed","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexmodal.json b/docs/data/documentation/ouds/oudstheme/elevationzindexmodal.json index 30da24f0d..f663fb33f 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexmodal.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexmodal.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationZIndexModal","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexModal"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexmodal"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"title":"elevationZIndexModal","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC20elevationZIndexModalSivp","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModal":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexModal"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodal","type":"topic","title":"elevationZIndexModal","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexModal"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC20elevationZIndexModalSivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"title":"elevationZIndexModal","modules":[{"name":"OUDS"}],"symbolKind":"property"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexmodal"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexModal"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModal":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexModal","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodal","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModal","title":"elevationZIndexModal","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexmodalbackdrop.json b/docs/data/documentation/ouds/oudstheme/elevationzindexmodalbackdrop.json index 4a12791eb..3cc7ca452 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexmodalbackdrop.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexmodalbackdrop.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"elevationZIndexModalBackdrop","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28elevationZIndexModalBackdropSivp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexmodalbackdrop"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationZIndexModalBackdrop","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModalBackdrop":{"kind":"symbol","title":"elevationZIndexModalBackdrop","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop","type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodalbackdrop","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexModalBackdrop"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"elevationZIndexModalBackdrop","role":"symbol","externalID":"s:4OUDS9OUDSThemeC28elevationZIndexModalBackdropSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexModalBackdrop"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexmodalbackdrop"]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexModalBackdrop":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexmodalbackdrop","title":"elevationZIndexModalBackdrop","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexModalBackdrop","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvas.json b/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvas.json index 224caf4c5..82174bf77 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvas.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvas.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvas"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","title":"elevationZIndexOffCanvas","externalID":"s:4OUDS9OUDSThemeC24elevationZIndexOffCanvasSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvas"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexOffCanvas"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvas":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvas","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvas"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexOffCanvas"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"sections":[],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvas"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"title":"elevationZIndexOffCanvas","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC24elevationZIndexOffCanvasSivp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexOffCanvas"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvas"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvas":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvas","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvas","title":"elevationZIndexOffCanvas","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvasbackdrop.json b/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvasbackdrop.json index 51158b9ac..b1e9a67d3 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvasbackdrop.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexoffcanvasbackdrop.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvasbackdrop"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationZIndexOffCanvasBackdrop","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"elevationZIndexOffCanvasBackdrop","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32elevationZIndexOffCanvasBackdropSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvasBackdrop":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvasbackdrop","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexOffCanvasBackdrop"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationZIndexOffCanvasBackdrop","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvasBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvasbackdrop"]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexOffCanvasBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexOffCanvasBackdrop","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC32elevationZIndexOffCanvasBackdropSivp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexOffCanvasBackdrop":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvasBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexoffcanvasbackdrop","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexOffCanvasBackdrop","title":"elevationZIndexOffCanvasBackdrop","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexpopover.json b/docs/data/documentation/ouds/oudstheme/elevationzindexpopover.json index df0409864..9c046da06 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexpopover.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexpopover.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexPopover"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexpopover"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexPopover"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22elevationZIndexPopoverSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexPopover"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"title":"elevationZIndexPopover","modules":[{"name":"OUDS"}],"role":"symbol","symbolKind":"property"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexPopover":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexPopover"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","type":"topic","title":"elevationZIndexPopover","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/elevationzindexpopover"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover"},"sections":[],"metadata":{"title":"elevationZIndexPopover","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC22elevationZIndexPopoverSivp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexPopover","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexPopover"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexPopover"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexpopover"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexPopover":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexPopover","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexpopover","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexPopover","title":"elevationZIndexPopover","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexspinner.json b/docs/data/documentation/ouds/oudstheme/elevationzindexspinner.json index 44d8dee19..05944018a 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexspinner.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexspinner.json @@ -1 +1 @@ -{"sections":[],"metadata":{"title":"elevationZIndexSpinner","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC22elevationZIndexSpinnerSivp","extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexSpinner","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexspinner"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ElevationSemanticTokens.elevationZIndexSpinner","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSpinner":{"url":"\/documentation\/ouds\/oudstheme\/elevationzindexspinner","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndexSpinner"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexSpinner","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC22elevationZIndexSpinnerSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"elevationZIndexSpinner","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexSpinner"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSpinner","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexspinner"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSpinner":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSpinner","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexspinner","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSpinner","title":"elevationZIndexSpinner","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindexsticky.json b/docs/data/documentation/ouds/oudstheme/elevationzindexsticky.json index aead88362..9c4708fa1 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindexsticky.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindexsticky.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSticky"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"elevationZIndexSticky","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC21elevationZIndexStickySivp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSticky","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"extendedModule":"OUDS"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexsticky"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexSticky"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSticky":{"title":"elevationZIndexSticky","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexSticky"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/elevationzindexsticky","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexSticky"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"elevationZIndexSticky","externalID":"s:4OUDS9OUDSThemeC21elevationZIndexStickySivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexSticky","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationZIndexSticky","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindexsticky"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexSticky":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSticky","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindexsticky","title":"elevationZIndexSticky","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexSticky","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindextoast.json b/docs/data/documentation/ouds/oudstheme/elevationzindextoast.json index 09ee3b821..c89690dce 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindextoast.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindextoast.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexToast","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC20elevationZIndexToastSivp","title":"elevationZIndexToast","extendedModule":"OUDS","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindextoast"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ElevationSemanticTokens.elevationZIndexToast","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexToast","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexToast":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexToast","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","title":"elevationZIndexToast","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/elevationzindextoast"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexToast"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC20elevationZIndexToastSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"elevationZIndexToast","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexToast","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexToast"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/elevationzindextoast"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexToast":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexToast","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/elevationzindextoast","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexToast","title":"elevationZIndexToast","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/elevationzindextooltip.json b/docs/data/documentation/ouds/oudstheme/elevationzindextooltip.json index cd44ef963..ce1d9ce50 100644 --- a/docs/data/documentation/ouds/oudstheme/elevationzindextooltip.json +++ b/docs/data/documentation/ouds/oudstheme/elevationzindextooltip.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"title":"elevationZIndexTooltip","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC22elevationZIndexTooltipSivp","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexTooltip"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindextooltip"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexTooltip":{"title":"elevationZIndexTooltip","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexTooltip"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip","url":"\/documentation\/ouds\/oudstheme\/elevationzindextooltip","abstract":[],"kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ElevationSemanticTokens.elevationZIndexTooltip"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"elevationZIndexTooltip","externalID":"s:4OUDS9OUDSThemeC22elevationZIndexTooltipSivp","extendedModule":"OUDS"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexTooltip"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/elevationzindextooltip"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/elevationZIndexTooltip":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/elevationzindextooltip","title":"elevationZIndexTooltip","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/elevationZIndexTooltip","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ElevationSemanticTokens-Implementations":{"type":"topic","kind":"article","abstract":[],"title":"ElevationSemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/elevationsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ElevationSemanticTokens-Implementations","role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontfamily.json b/docs/data/documentation/ouds/oudstheme/fontfamily.json index f3c6abb76..dc8c7412d 100644 --- a/docs/data/documentation/ouds/oudstheme/fontfamily.json +++ b/docs/data/documentation/ouds/oudstheme/fontfamily.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"title":"fontFamily","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamily","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC10fontFamilySSvp"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontFamily","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamily"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamily","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamily":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamily"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamily","title":"fontFamily","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamily"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamily"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC10fontFamilySSvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamily","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","title":"fontFamily"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamily"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamily":{"title":"fontFamily","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamily","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamily","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontfamilybody.json b/docs/data/documentation/ouds/oudstheme/fontfamilybody.json index 99ab111df..3ff57e8d9 100644 --- a/docs/data/documentation/ouds/oudstheme/fontfamilybody.json +++ b/docs/data/documentation/ouds/oudstheme/fontfamilybody.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyBody"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontFamilyBody","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC14fontFamilyBodySSvp","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamilyBody"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontfamilybody"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyBody":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontfamilybody","title":"fontFamilyBody"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyBody"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody","interfaceLanguage":"swift"},"metadata":{"role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC14fontFamilyBodySSvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"title":"fontFamilyBody"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontfamilybody"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamilyBody"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyBody":{"title":"fontFamilyBody","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontfamilybody","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontfamilycode.json b/docs/data/documentation/ouds/oudstheme/fontfamilycode.json index 4a847e9cc..13a8bb9ba 100644 --- a/docs/data/documentation/ouds/oudstheme/fontfamilycode.json +++ b/docs/data/documentation/ouds/oudstheme/fontfamilycode.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontFamilyCode","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC14fontFamilyCodeSSvp","roleHeading":"Instance Property","symbolKind":"property","title":"fontFamilyCode","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyCode","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"extendedModule":"OUDS","role":"symbol"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyCode","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamilycode"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyCode":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyCode","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"title":"fontFamilyCode","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilycode","abstract":[]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyCode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC14fontFamilyCodeSSvp","role":"symbol","roleHeading":"Instance Property","title":"fontFamilyCode","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyCode","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamilycode"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamilyCode"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyCode":{"title":"fontFamilyCode","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamilycode","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontfamilydisplay.json b/docs/data/documentation/ouds/oudstheme/fontfamilydisplay.json index 5e59983ac..7f3bd2bd7 100644 --- a/docs/data/documentation/ouds/oudstheme/fontfamilydisplay.json +++ b/docs/data/documentation/ouds/oudstheme/fontfamilydisplay.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamilyDisplay"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"fontFamilyDisplay","externalID":"s:4OUDS9OUDSThemeC17fontFamilyDisplaySSvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamilydisplay"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyDisplay"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyDisplay":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyDisplay"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamilydisplay","title":"fontFamilyDisplay","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamilydisplay"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC17fontFamilyDisplaySSvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontFamilyDisplay","extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamilyDisplay"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyDisplay":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/fontfamilydisplay","title":"fontFamilyDisplay","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontfamilyheading.json b/docs/data/documentation/ouds/oudstheme/fontfamilyheading.json index f79bc4e0e..34a1b6866 100644 --- a/docs/data/documentation/ouds/oudstheme/fontfamilyheading.json +++ b/docs/data/documentation/ouds/oudstheme/fontfamilyheading.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontfamilyheading"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamilyHeading"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC17fontFamilyHeadingSSvp","extendedModule":"OUDS","title":"fontFamilyHeading"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyHeading":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","abstract":[],"title":"fontFamilyHeading","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilyheading","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyHeading"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyHeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"extendedModule":"OUDS","title":"fontFamilyHeading","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC17fontFamilyHeadingSSvp","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontFamilyHeading","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamilyheading"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyHeading":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"title":"fontFamilyHeading","url":"\/documentation\/ouds\/oudstheme\/fontfamilyheading"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontfamilylabel.json b/docs/data/documentation/ouds/oudstheme/fontfamilylabel.json index c428e214a..b18a5b9d9 100644 --- a/docs/data/documentation/ouds/oudstheme/fontfamilylabel.json +++ b/docs/data/documentation/ouds/oudstheme/fontfamilylabel.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC15fontFamilyLabelSSvp","title":"fontFamilyLabel"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamilylabel"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontFamilyLabel"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyLabel":{"title":"fontFamilyLabel","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilylabel","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyLabel","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontFamilyLabel","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontfamilylabel"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"title":"fontFamilyLabel","roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC15fontFamilyLabelSSvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyLabel":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilylabel","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel","title":"fontFamilyLabel","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightcodemedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheightcodemedium.json index 3c668c50d..64d990e9e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightcodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightcodemedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightCodeMedium","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC24fontLineHeightCodeMediumSivp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontLineHeightCodeMedium","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodemedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC24fontLineHeightCodeMediumSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontLineHeightCodeMedium","symbolKind":"property"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightCodeMedium","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodemedium","title":"fontLineHeightCodeMedium","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightcodesmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheightcodesmall.json index 4bb46958d..c5a963f7f 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightcodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightcodesmall.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightCodeSmall"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightcodesmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC23fontLineHeightCodeSmallSivp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","title":"fontLineHeightCodeSmall","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeSmall":{"title":"fontLineHeightCodeSmall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodesmall","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"fontLineHeightCodeSmall","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC23fontLineHeightCodeSmallSivp","extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightcodesmall"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightCodeSmall","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeSmall":{"title":"fontLineHeightCodeSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodesmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightlabellarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheightlabellarge.json index a478d26c7..3f0ddb828 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightlabellarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightlabellarge.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC24fontLineHeightLabelLargeSivp","extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","title":"fontLineHeightLabelLarge"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightLabelLarge","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabellarge"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelLarge":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge","abstract":[],"title":"fontLineHeightLabelLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabellarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabellarge"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightLabelLarge","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24fontLineHeightLabelLargeSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightLabelLarge","extendedModule":"OUDS","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelLarge":{"url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabellarge","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge","title":"fontLineHeightLabelLarge","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightlabelmedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheightlabelmedium.json index 11ca4c959..b87ff0a1e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightlabelmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightlabelmedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabelmedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightLabelMedium"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC25fontLineHeightLabelMediumSivp","title":"fontLineHeightLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelMedium":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium","title":"fontLineHeightLabelMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabelmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC25fontLineHeightLabelMediumSivp","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","title":"fontLineHeightLabelMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightLabelMedium"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelMedium":{"title":"fontLineHeightLabelMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightlabelsmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheightlabelsmall.json index b6fc6f026..16063b72c 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightlabelsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightlabelsmall.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"fontLineHeightLabelSmall","symbolKind":"property","role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24fontLineHeightLabelSmallSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"modules":[{"name":"OUDS"}]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabelsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightLabelSmall"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelSmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelsmall","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightLabelSmall"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC24fontLineHeightLabelSmallSivp","symbolKind":"property","role":"symbol","title":"fontLineHeightLabelSmall"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabelsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelSmall":{"title":"fontLineHeightLabelSmall","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelsmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightlabelxlarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheightlabelxlarge.json index da4ad5547..041f5823c 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightlabelxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightlabelxlarge.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabelxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightLabelXLarge","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC25fontLineHeightLabelXLargeSivp","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","title":"fontLineHeightLabelXLarge","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelXLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelxlarge","kind":"symbol","abstract":[],"title":"fontLineHeightLabelXLarge"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"title":"fontLineHeightLabelXLarge","externalID":"s:4OUDS9OUDSThemeC25fontLineHeightLabelXLargeSivp","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightLabelXLarge","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightlabelxlarge"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelXLarge":{"title":"fontLineHeightLabelXLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelxlarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodylarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodylarge.json index ff65d137b..341458b5b 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodylarge.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightMobileBodyLarge","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","title":"fontLineHeightMobileBodyLarge","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC29fontLineHeightMobileBodyLargeSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodylarge","title":"fontLineHeightMobileBodyLarge","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"OUDS","symbolKind":"property","title":"fontLineHeightMobileBodyLarge","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC29fontLineHeightMobileBodyLargeSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileBodyLarge"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodylarge"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyLarge":{"title":"fontLineHeightMobileBodyLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodymedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodymedium.json index edaf80fc8..6c874edea 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodymedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightMobileBodyMedium","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30fontLineHeightMobileBodyMediumSivp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","title":"fontLineHeightMobileBodyMedium","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodymedium","title":"fontLineHeightMobileBodyMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC30fontLineHeightMobileBodyMediumSivp","title":"fontLineHeightMobileBodyMedium","role":"symbol","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileBodyMedium"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodymedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","role":"symbol","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodysmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodysmall.json index b04ced57b..3a0b2575b 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilebodysmall.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileBodySmall"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodysmall"]}],"metadata":{"extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC29fontLineHeightMobileBodySmallSivp","modules":[{"name":"OUDS"}],"title":"fontLineHeightMobileBodySmall","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodySmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileBodySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodysmall","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","extendedModule":"OUDS","title":"fontLineHeightMobileBodySmall","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29fontLineHeightMobileBodySmallSivp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileBodySmall"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodySmall":{"kind":"symbol","title":"fontLineHeightMobileBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodysmall","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodemedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodemedium.json index 2301685ec..3720e3265 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodemedium.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC30fontLineHeightMobileCodeMediumSivp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"roleHeading":"Instance Property","title":"fontLineHeightMobileCodeMedium"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileCodeMedium"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodemedium"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodemedium","abstract":[],"title":"fontLineHeightMobileCodeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodemedium"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileCodeMedium"},{"type":"text","text":"."}],"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC30fontLineHeightMobileCodeMediumSivp","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","title":"fontLineHeightMobileCodeMedium"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeMedium":{"abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodemedium","title":"fontLineHeightMobileCodeMedium"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodesmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodesmall.json index 8b17abdd9..454773fea 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobilecodesmall.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"fontLineHeightMobileCodeSmall","externalID":"s:4OUDS9OUDSThemeC29fontLineHeightMobileCodeSmallSivp","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileCodeSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"extendedModule":"OUDS"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodesmall"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileCodeSmall"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodesmall","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileCodeSmall"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC29fontLineHeightMobileCodeSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileCodeSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightMobileCodeSmall","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeSmall":{"title":"fontLineHeightMobileCodeSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodesmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaylarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaylarge.json index d11d0d590..88379b085 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaylarge.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge"},"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","title":"fontLineHeightMobileDisplayLarge","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileDisplayLargeSivp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileDisplayLarge"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileDisplayLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaylarge","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileDisplayLargeSivp","title":"fontLineHeightMobileDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileDisplayLarge"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayLarge":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaylarge","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"title":"fontLineHeightMobileDisplayLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaymedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaymedium.json index 61de4fa99..3f6cfb8dd 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaymedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium"},"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightMobileDisplayMediumSivp","title":"fontLineHeightMobileDisplayMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaymedium"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileDisplayMedium"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaymedium","title":"fontLineHeightMobileDisplayMedium","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium","interfaceLanguage":"swift"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightMobileDisplayMediumSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontLineHeightMobileDisplayMedium","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightMobileDisplayMedium","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaymedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaymedium","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightMobileDisplayMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaysmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaysmall.json index b6c6f08d1..5ebcadf2e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobiledisplaysmall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileDisplaySmallSivp","title":"fontLineHeightMobileDisplaySmall","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileDisplaySmall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplaySmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaysmall","title":"fontLineHeightMobileDisplaySmall","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","interfaceLanguage":"swift"},"metadata":{"title":"fontLineHeightMobileDisplaySmall","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileDisplaySmallSivp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileDisplaySmall"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaysmall"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplaySmall":{"title":"fontLineHeightMobileDisplaySmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaysmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadinglarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadinglarge.json index 7a8a9c661..ee818091d 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadinglarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadinglarge.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileHeadingLarge"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","title":"fontLineHeightMobileHeadingLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileHeadingLargeSivp"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadinglarge","title":"fontLineHeightMobileHeadingLarge","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"OUDS","title":"fontLineHeightMobileHeadingLarge","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileHeadingLargeSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightMobileHeadingLarge","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadinglarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingLarge":{"title":"fontLineHeightMobileHeadingLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadinglarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingmedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingmedium.json index de9739548..ff71a6db7 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingmedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingmedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC33fontLineHeightMobileHeadingMediumSivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"fontLineHeightMobileHeadingMedium","roleHeading":"Instance Property","symbolKind":"property"},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileHeadingMedium"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileHeadingMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingmedium","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightMobileHeadingMediumSivp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"fontLineHeightMobileHeadingMedium","symbolKind":"property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingmedium"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileHeadingMedium"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingMedium":{"type":"topic","title":"fontLineHeightMobileHeadingMedium","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingmedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingsmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingsmall.json index 89b646326..3b98b0f77 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingsmall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingsmall"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"title":"fontLineHeightMobileHeadingSmall","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileHeadingSmallSivp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightMobileHeadingSmall","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingSmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileHeadingSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingsmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightMobileHeadingSmall","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightMobileHeadingSmallSivp","modules":[{"name":"OUDS"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightMobileHeadingSmall","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingsmall"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingSmall":{"type":"topic","title":"fontLineHeightMobileHeadingSmall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingsmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingxlarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingxlarge.json index 2e9571e52..dc864b6ad 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheightmobileheadingxlarge.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightMobileHeadingXLarge","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC33fontLineHeightMobileHeadingXLargeSivp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightMobileHeadingXLarge"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingxlarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge","title":"fontLineHeightMobileHeadingXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingXLarge"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"fontLineHeightMobileHeadingXLarge","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightMobileHeadingXLargeSivp","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightMobileHeadingXLarge","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingXLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingxlarge","abstract":[],"title":"fontLineHeightMobileHeadingXLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodylarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodylarge.json index e6fe5ad7a..00b819a2c 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodylarge.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightTabletBodyLarge","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC29fontLineHeightTabletBodyLargeSivp","roleHeading":"Instance Property","symbolKind":"property","title":"fontLineHeightTabletBodyLarge","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","extendedModule":"OUDS"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodylarge","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletBodyLarge"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC29fontLineHeightTabletBodyLargeSivp","symbolKind":"property","title":"fontLineHeightTabletBodyLarge","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"extendedModule":"OUDS"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletBodyLarge"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodylarge"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyLarge":{"title":"fontLineHeightTabletBodyLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodymedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodymedium.json index 08a19dbf6..29fb45861 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodymedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodymedium"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletBodyMedium"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium"},"sections":[],"metadata":{"title":"fontLineHeightTabletBodyMedium","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30fontLineHeightTabletBodyMediumSivp","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodymedium","title":"fontLineHeightTabletBodyMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"title":"fontLineHeightTabletBodyMedium","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30fontLineHeightTabletBodyMediumSivp","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodymedium"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightTabletBodyMedium","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontLineHeightTabletBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodymedium","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodysmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodysmall.json index ab4c4b940..5defe11ea 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletbodysmall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodysmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightTabletBodySmall","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"fontLineHeightTabletBodySmall","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29fontLineHeightTabletBodySmallSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodySmall":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodysmall","kind":"symbol","abstract":[],"title":"fontLineHeightTabletBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"title":"fontLineHeightTabletBodySmall","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC29fontLineHeightTabletBodySmallSivp","extendedModule":"OUDS","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletBodySmall"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletBodySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodySmall":{"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodysmall","kind":"symbol","title":"fontLineHeightTabletBodySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodemedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodemedium.json index b24f41639..26f0677fc 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodemedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightTabletCodeMedium","externalID":"s:4OUDS9OUDSThemeC30fontLineHeightTabletCodeMediumSivp","extendedModule":"OUDS","role":"symbol","symbolKind":"property","roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletCodeMedium"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodemedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","title":"fontLineHeightTabletCodeMedium","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodemedium","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightTabletCodeMedium","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30fontLineHeightTabletCodeMediumSivp","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightTabletCodeMedium","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodemedium"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeMedium":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletCodeMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodemedium","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodesmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodesmall.json index 4c949d5db..2ac22cd3e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletcodesmall.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletCodeSmall"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC29fontLineHeightTabletCodeSmallSivp","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletCodeSmall","symbolKind":"property"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodesmall","abstract":[],"title":"fontLineHeightTabletCodeSmall"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodesmall"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC29fontLineHeightTabletCodeSmallSivp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"fontLineHeightTabletCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletCodeSmall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeSmall":{"title":"fontLineHeightTabletCodeSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodesmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaylarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaylarge.json index e1ca5271d..d824353aa 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaylarge.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightTabletDisplayLarge","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletDisplayLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletDisplayLargeSivp","modules":[{"name":"OUDS"}],"title":"fontLineHeightTabletDisplayLarge","role":"symbol","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaylarge","abstract":[],"title":"fontLineHeightTabletDisplayLarge"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightTabletDisplayLarge","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"title":"fontLineHeightTabletDisplayLarge","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletDisplayLargeSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplayLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayLarge":{"title":"fontLineHeightTabletDisplayLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaylarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaymedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaymedium.json index 212807e52..7a8639763 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaymedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaymedium"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletDisplayMedium"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC33fontLineHeightTabletDisplayMediumSivp","title":"fontLineHeightTabletDisplayMedium","role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaymedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletDisplayMedium"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightTabletDisplayMediumSivp","modules":[{"name":"OUDS"}],"symbolKind":"property","roleHeading":"Instance Property","title":"fontLineHeightTabletDisplayMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaymedium"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayMedium":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaymedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaysmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaysmall.json index 7ac3c766a..68f99a112 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletdisplaysmall.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletDisplaySmall"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"title":"fontLineHeightTabletDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletDisplaySmallSivp","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplaySmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall","abstract":[],"title":"fontLineHeightTabletDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaysmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall"},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletDisplaySmallSivp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","title":"fontLineHeightTabletDisplaySmall"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletDisplaySmall"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaysmall"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplaySmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","abstract":[],"title":"fontLineHeightTabletDisplaySmall","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaysmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadinglarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadinglarge.json index 82778922d..00a4ad977 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadinglarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadinglarge.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadinglarge"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletHeadingLargeSivp","title":"fontLineHeightTabletHeadingLarge","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightTabletHeadingLarge","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadinglarge","abstract":[],"title":"fontLineHeightTabletHeadingLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletHeadingLarge"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletHeadingLargeSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"fontLineHeightTabletHeadingLarge"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadinglarge"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingLarge":{"title":"fontLineHeightTabletHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadinglarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingmedium.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingmedium.json index abc924696..53f68f30e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingmedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightTabletHeadingMedium","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"fontLineHeightTabletHeadingMedium","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightTabletHeadingMediumSivp","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingmedium","title":"fontLineHeightTabletHeadingMedium","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"fontLineHeightTabletHeadingMedium","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightTabletHeadingMediumSivp"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightTabletHeadingMedium","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingmedium"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingMedium":{"title":"fontLineHeightTabletHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingmedium","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingsmall.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingsmall.json index 41f5b5566..3aa4a9d0e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingsmall.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"fontLineHeightTabletHeadingSmall","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletHeadingSmallSivp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletHeadingSmall"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletHeadingSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingsmall","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontLineHeightTabletHeadingSmall","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"title":"fontLineHeightTabletHeadingSmall","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32fontLineHeightTabletHeadingSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingsmall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingSmall":{"title":"fontLineHeightTabletHeadingSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingsmall","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingxlarge.json b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingxlarge.json index 18b69a251..650b6f6b9 100644 --- a/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontlineheighttabletheadingxlarge.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontLineHeightTabletHeadingXLarge","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightTabletHeadingXLargeSivp","symbolKind":"property","title":"fontLineHeightTabletHeadingXLarge","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"extendedModule":"OUDS","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingXLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletHeadingXLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingxlarge","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingxlarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC33fontLineHeightTabletHeadingXLargeSivp","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"symbolKind":"property","title":"fontLineHeightTabletHeadingXLarge"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontLineHeightTabletHeadingXLarge"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingXLarge":{"title":"fontLineHeightTabletHeadingXLarge","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingxlarge"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodemedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodemedium.json index 9abb4dae5..9a2370dae 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodemedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodemedium"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"fontParagraphSpacingCodeMedium","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC30fontParagraphSpacingCodeMediumSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingCodeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingCodeMedium","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"fontParagraphSpacingCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodemedium","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC30fontParagraphSpacingCodeMediumSivp","title":"fontParagraphSpacingCodeMedium","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingCodeMedium","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeMedium":{"title":"fontParagraphSpacingCodeMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodemedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodesmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodesmall.json index 36e789e22..7668f850b 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingcodesmall.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingCodeSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontParagraphSpacingCodeSmall","externalID":"s:4OUDS9OUDSThemeC29fontParagraphSpacingCodeSmallSivp","symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodesmall"]}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingCodeSmall","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodesmall","title":"fontParagraphSpacingCodeSmall","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingCodeSmall"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall"},"metadata":{"extendedModule":"OUDS","title":"fontParagraphSpacingCodeSmall","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29fontParagraphSpacingCodeSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeSmall":{"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodesmall","title":"fontParagraphSpacingCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabellarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabellarge.json index 8f33db60d..ebe80cef8 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabellarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabellarge.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingLabelLarge"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelLarge"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabellarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingLabelLarge","externalID":"s:4OUDS9OUDSThemeC30fontParagraphSpacingLabelLargeSivp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingLabelLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabellarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabellarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"title":"fontParagraphSpacingLabelLarge","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC30fontParagraphSpacingLabelLargeSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingLabelLarge","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelLarge":{"title":"fontParagraphSpacingLabelLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabellarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelmedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelmedium.json index d0c6a09bf..3dad4dece 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelmedium.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelmedium"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC31fontParagraphSpacingLabelMediumSivp","title":"fontParagraphSpacingLabelMedium","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingLabelMedium","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelmedium","kind":"symbol","abstract":[],"title":"fontParagraphSpacingLabelMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingLabelMedium","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC31fontParagraphSpacingLabelMediumSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingLabelMedium"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelmedium"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelmedium","role":"symbol","abstract":[],"type":"topic","title":"fontParagraphSpacingLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelsmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelsmall.json index 57e356378..09ada29fe 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelsmall.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC30fontParagraphSpacingLabelSmallSivp","title":"fontParagraphSpacingLabelSmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingLabelSmall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelsmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingLabelSmall"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelsmall"]}],"metadata":{"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30fontParagraphSpacingLabelSmallSivp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"symbolKind":"property","title":"fontParagraphSpacingLabelSmall"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelSmall":{"title":"fontParagraphSpacingLabelSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelsmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelxlarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelxlarge.json index fa9bf1bb0..3231abbd4 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacinglabelxlarge.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingLabelXLarge","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC31fontParagraphSpacingLabelXLargeSivp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingLabelXLarge","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelxlarge"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelXLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelxlarge","kind":"symbol","abstract":[],"title":"fontParagraphSpacingLabelXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge"},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingLabelXLarge","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC31fontParagraphSpacingLabelXLargeSivp"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingLabelXLarge","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelxlarge"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelXLarge":{"title":"fontParagraphSpacingLabelXLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelxlarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodylarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodylarge.json index d25fcd04a..130ddc752 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodylarge.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingMobileBodyLargeSivp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingMobileBodyLarge","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property"},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileBodyLarge","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodylarge"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodylarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileBodyLarge","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingMobileBodyLargeSivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodylarge"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileBodyLarge"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyLarge":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodylarge","title":"fontParagraphSpacingMobileBodyLarge","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodymedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodymedium.json index a78968ba1..def189bf5 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodymedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodymedium"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileBodyMedium"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingMobileBodyMediumSivp","extendedModule":"OUDS","title":"fontParagraphSpacingMobileBodyMedium"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodymedium","title":"fontParagraphSpacingMobileBodyMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingMobileBodyMediumSivp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacingMobileBodyMedium","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileBodyMedium"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingMobileBodyMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodymedium","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodysmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodysmall.json index 2c26fb2fc..0604291a8 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilebodysmall.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingMobileBodySmallSivp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontParagraphSpacingMobileBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileBodySmall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodySmall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall","title":"fontParagraphSpacingMobileBodySmall"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileBodySmall"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingMobileBodySmallSivp","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingMobileBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodySmall":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall","title":"fontParagraphSpacingMobileBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodysmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodemedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodemedium.json index 6fde9d2e8..3f65846e5 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodemedium.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingMobileCodeMediumSivp","title":"fontParagraphSpacingMobileCodeMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodemedium"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileCodeMedium"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodemedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"fontParagraphSpacingMobileCodeMedium","externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingMobileCodeMediumSivp","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileCodeMedium","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeMedium":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodemedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodesmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodesmall.json index 4fab995dc..a7ac62bd4 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobilecodesmall.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodesmall"]}],"sections":[],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","title":"fontParagraphSpacingMobileCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingMobileCodeSmallSivp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileCodeSmall","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeSmall":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodesmall","kind":"symbol","abstract":[],"title":"fontParagraphSpacingMobileCodeSmall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingMobileCodeSmallSivp","extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileCodeSmall"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeSmall":{"title":"fontParagraphSpacingMobileCodeSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodesmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaylarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaylarge.json index 2be2f6f2d..be9ba81e8 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaylarge.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileDisplayLarge","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge"},"metadata":{"title":"fontParagraphSpacingMobileDisplayLarge","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileDisplayLargeSivp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileDisplayLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaylarge","abstract":[]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileDisplayLarge"},{"text":".","type":"text"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileDisplayLargeSivp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingMobileDisplayLarge","extendedModule":"OUDS","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayLarge":{"title":"fontParagraphSpacingMobileDisplayLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaymedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaymedium.json index b1a7fb133..c17750ea6 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaymedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaymedium"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","title":"fontParagraphSpacingMobileDisplayMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingMobileDisplayMediumSivp","role":"symbol","extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileDisplayMedium"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaymedium","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","interfaceLanguage":"swift"},"metadata":{"title":"fontParagraphSpacingMobileDisplayMedium","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingMobileDisplayMediumSivp"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileDisplayMedium"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaymedium"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayMedium":{"title":"fontParagraphSpacingMobileDisplayMedium","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaysmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaysmall.json index 2e6c16762..9f5e6365e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobiledisplaysmall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileDisplaySmallSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","title":"fontParagraphSpacingMobileDisplaySmall","role":"symbol"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileDisplaySmall"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaysmall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplaySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaysmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileDisplaySmall","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall","interfaceLanguage":"swift"},"metadata":{"title":"fontParagraphSpacingMobileDisplaySmall","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileDisplaySmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplaySmall":{"title":"fontParagraphSpacingMobileDisplaySmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaysmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadinglarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadinglarge.json index 870700965..2080ad2a8 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadinglarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadinglarge.json @@ -1 +1 @@ -{"metadata":{"title":"fontParagraphSpacingMobileHeadingLarge","modules":[{"name":"OUDS"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileHeadingLargeSivp"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingLarge","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadinglarge"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadinglarge","title":"fontParagraphSpacingMobileHeadingLarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingMobileHeadingLarge","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileHeadingLargeSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingLarge","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","title":"fontParagraphSpacingMobileHeadingLarge","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadinglarge"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingmedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingmedium.json index b2219c3fe..0f82bed16 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingmedium.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","title":"fontParagraphSpacingMobileHeadingMedium","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingMobileHeadingMediumSivp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingMedium","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingMedium":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","title":"fontParagraphSpacingMobileHeadingMedium"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileHeadingMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingMobileHeadingMediumSivp","extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingMedium":{"title":"fontParagraphSpacingMobileHeadingMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingsmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingsmall.json index 7b161a8a3..7766c36c6 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingsmall.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingSmall"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingsmall"]}],"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileHeadingSmallSivp","extendedModule":"OUDS","title":"fontParagraphSpacingMobileHeadingSmall"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingsmall","title":"fontParagraphSpacingMobileHeadingSmall","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingMobileHeadingSmall","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingMobileHeadingSmallSivp","extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingSmall"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingsmall"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingSmall":{"title":"fontParagraphSpacingMobileHeadingSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingsmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingxlarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingxlarge.json index f716e9c22..eca14d47e 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingmobileheadingxlarge.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingXLarge"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"fontParagraphSpacingMobileHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingMobileHeadingXLargeSivp","extendedModule":"OUDS","symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingxlarge"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"title":"OUDSTheme","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"OUDSTheme","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"text":"Any properties of an overridable theme should be defined so as to provide defaults values.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingXLarge":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingxlarge","kind":"symbol","type":"topic","abstract":[],"role":"symbol","title":"fontParagraphSpacingMobileHeadingXLarge"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingMobileHeadingXLarge","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingXLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingMobileHeadingXLargeSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","title":"fontParagraphSpacingMobileHeadingXLarge","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingxlarge"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingXLarge":{"title":"fontParagraphSpacingMobileHeadingXLarge","type":"topic","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingxlarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodylarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodylarge.json index f0766ddee..2fa312fef 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodylarge.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingTabletBodyLargeSivp","title":"fontParagraphSpacingTabletBodyLarge"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodylarge"]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletBodyLarge"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodylarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletBodyLarge"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletBodyLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodylarge"]}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingTabletBodyLarge","role":"symbol","externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingTabletBodyLargeSivp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyLarge":{"title":"fontParagraphSpacingTabletBodyLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodylarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodymedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodymedium.json index bda151539..176bb6725 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodymedium.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletBodyMedium"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletBodyMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingTabletBodyMediumSivp","title":"fontParagraphSpacingTabletBodyMedium"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyMedium":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodymedium","role":"symbol","title":"fontParagraphSpacingTabletBodyMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodymedium"]}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingTabletBodyMediumSivp","extendedModule":"OUDS","title":"fontParagraphSpacingTabletBodyMedium","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"symbolKind":"property"},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletBodyMedium","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletBodyMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyMedium":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodymedium","type":"topic","title":"fontParagraphSpacingTabletBodyMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodysmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodysmall.json index 7789fc145..55ae6c902 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletbodysmall.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletBodySmall","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletBodySmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingTabletBodySmallSivp","roleHeading":"Instance Property","title":"fontParagraphSpacingTabletBodySmall","role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodysmall","abstract":[],"title":"fontParagraphSpacingTabletBodySmall"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletBodySmall"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"title":"fontParagraphSpacingTabletBodySmall","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingTabletBodySmallSivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletBodySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodysmall"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodySmall":{"kind":"symbol","type":"topic","title":"fontParagraphSpacingTabletBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletBodySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodemedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodemedium.json index 34b609066..498cfe9c1 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodemedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodemedium"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletCodeMedium","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingTabletCodeMediumSivp","roleHeading":"Instance Property","role":"symbol","title":"fontParagraphSpacingTabletCodeMedium","extendedModule":"OUDS"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodemedium","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodemedium"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletCodeMedium","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC36fontParagraphSpacingTabletCodeMediumSivp","role":"symbol","symbolKind":"property","title":"fontParagraphSpacingTabletCodeMedium","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodemedium","kind":"symbol","title":"fontParagraphSpacingTabletCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodesmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodesmall.json index 29e7d47a1..c600d4186 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletcodesmall.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletCodeSmall"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingTabletCodeSmall","externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingTabletCodeSmallSivp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeSmall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodesmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall","title":"fontParagraphSpacingTabletCodeSmall"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"fontParagraphSpacingTabletCodeSmall","externalID":"s:4OUDS9OUDSThemeC35fontParagraphSpacingTabletCodeSmallSivp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletCodeSmall","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeSmall":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingTabletCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodesmall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaylarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaylarge.json index 5a1f0c958..b669d400c 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaylarge.json @@ -1 +1 @@ -{"metadata":{"title":"fontParagraphSpacingTabletDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletDisplayLargeSivp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletDisplayLarge"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaylarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaylarge","title":"fontParagraphSpacingTabletDisplayLarge","abstract":[]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletDisplayLarge","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaylarge"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletDisplayLargeSivp","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"fontParagraphSpacingTabletDisplayLarge","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayLarge":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletDisplayLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaylarge","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaymedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaymedium.json index e94caef48..2b0f9bc92 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaymedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletDisplayMedium","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingTabletDisplayMediumSivp","roleHeading":"Instance Property","title":"fontParagraphSpacingTabletDisplayMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaymedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletDisplayMedium"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium"},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingTabletDisplayMediumSivp","symbolKind":"property","role":"symbol","title":"fontParagraphSpacingTabletDisplayMedium","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletDisplayMedium","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaysmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaysmall.json index f4e7f6997..e5c6e03a9 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletdisplaysmall.json @@ -1 +1 @@ -{"metadata":{"title":"fontParagraphSpacingTabletDisplaySmall","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletDisplaySmallSivp","roleHeading":"Instance Property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaysmall"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletDisplaySmall","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplaySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaysmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletDisplaySmallSivp","role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","title":"fontParagraphSpacingTabletDisplaySmall","modules":[{"name":"OUDS"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaysmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletDisplaySmall","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplaySmall":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaysmall","title":"fontParagraphSpacingTabletDisplaySmall"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadinglarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadinglarge.json index c95916877..2f8e2d0d7 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadinglarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadinglarge.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingLarge"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletHeadingLargeSivp","title":"fontParagraphSpacingTabletHeadingLarge","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingLarge"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"modules":[{"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingLarge"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadinglarge"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadinglarge","kind":"symbol","abstract":[],"title":"fontParagraphSpacingTabletHeadingLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingLarge"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"title":"fontParagraphSpacingTabletHeadingLarge","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletHeadingLargeSivp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingLarge":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadinglarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletHeadingLarge"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingmedium.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingmedium.json index f9c72eeb5..2b4165b0d 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingmedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingmedium"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingMedium"},{"text":".","type":"text"}],"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingTabletHeadingMediumSivp","modules":[{"name":"OUDS"}],"title":"fontParagraphSpacingTabletHeadingMedium"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingmedium","title":"fontParagraphSpacingTabletHeadingMedium","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingTabletHeadingMediumSivp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"fontParagraphSpacingTabletHeadingMedium","roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingMedium","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingmedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingMedium":{"title":"fontParagraphSpacingTabletHeadingMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingmedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingsmall.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingsmall.json index 06b281e30..144c03084 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingsmall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingTabletHeadingSmall","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletHeadingSmallSivp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingsmall"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingSmall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingSmall":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingsmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletHeadingSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC38fontParagraphSpacingTabletHeadingSmallSivp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontParagraphSpacingTabletHeadingSmall","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingSmall"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingSmall":{"title":"fontParagraphSpacingTabletHeadingSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingsmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingxlarge.json b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingxlarge.json index c5d61c28e..2b2941081 100644 --- a/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontparagraphspacingtabletheadingxlarge.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingxlarge"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingXLarge","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingTabletHeadingXLargeSivp","title":"fontParagraphSpacingTabletHeadingXLarge","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingXLarge":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingxlarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingTabletHeadingXLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC39fontParagraphSpacingTabletHeadingXLargeSivp","symbolKind":"property","role":"symbol","title":"fontParagraphSpacingTabletHeadingXLarge","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontParagraphSpacingTabletHeadingXLarge"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingXLarge":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingxlarge","abstract":[],"role":"symbol","title":"fontParagraphSpacingTabletHeadingXLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizecodemedium.json b/docs/data/documentation/ouds/oudstheme/fontsizecodemedium.json index c88ec82cc..cddbabfb1 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizecodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizecodemedium.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC18fontSizeCodeMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontSizeCodeMedium","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeCodeMedium","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizecodemedium"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizecodemedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizecodemedium"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC18fontSizeCodeMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontSizeCodeMedium","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeCodeMedium"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeMedium":{"title":"fontSizeCodeMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizecodemedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizecodesmall.json b/docs/data/documentation/ouds/oudstheme/fontsizecodesmall.json index 5c9bc99d0..5808dc8c3 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizecodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizecodesmall.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeCodeSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall"},"metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","title":"fontSizeCodeSmall","externalID":"s:4OUDS9OUDSThemeC17fontSizeCodeSmall14CoreFoundation7CGFloatVvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeCodeSmall"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizecodesmall"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeSmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizecodesmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"fontSizeCodeSmall","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC17fontSizeCodeSmall14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeCodeSmall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeSmall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontsizecodesmall","title":"fontSizeCodeSmall","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizelabellarge.json b/docs/data/documentation/ouds/oudstheme/fontsizelabellarge.json index d1ac235f1..6f9fa1b4a 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizelabellarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizelabellarge.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabellarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge"},"metadata":{"title":"fontSizeLabelLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC18fontSizeLabelLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelLarge"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabellarge","title":"fontSizeLabelLarge","abstract":[]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC18fontSizeLabelLarge14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeLabelLarge","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelLarge"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabellarge"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelLarge":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeLabelLarge","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizelabellarge","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizelabelmedium.json b/docs/data/documentation/ouds/oudstheme/fontsizelabelmedium.json index b89f379c0..f907c5670 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizelabelmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizelabelmedium.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC19fontSizeLabelMedium14CoreFoundation7CGFloatVvp","title":"fontSizeLabelMedium","extendedModule":"OUDS","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabelmedium"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelMedium"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelMedium":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium","abstract":[],"title":"fontSizeLabelMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelMedium"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC19fontSizeLabelMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","title":"fontSizeLabelMedium","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabelmedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelMedium":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelmedium","type":"topic","title":"fontSizeLabelMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizelabelsmall.json b/docs/data/documentation/ouds/oudstheme/fontsizelabelsmall.json index 2168e3354..4c231ae47 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizelabelsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizelabelsmall.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelSmall"},{"type":"text","text":"."}],"metadata":{"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC18fontSizeLabelSmall14CoreFoundation7CGFloatVvp","title":"fontSizeLabelSmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabelsmall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelsmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelSmall"},{"type":"text","text":"."}],"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"fontSizeLabelSmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC18fontSizeLabelSmall14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabelsmall"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelSmall":{"abstract":[],"type":"topic","title":"fontSizeLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizelabelsmall","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizelabelxlarge.json b/docs/data/documentation/ouds/oudstheme/fontsizelabelxlarge.json index 3a7b3ef5d..d9c1c5fa6 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizelabelxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizelabelxlarge.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"title":"fontSizeLabelXLarge","externalID":"s:4OUDS9OUDSThemeC19fontSizeLabelXLarge14CoreFoundation7CGFloatVvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"symbolKind":"property","extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelXLarge"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabelxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelXLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelxlarge","abstract":[],"title":"fontSizeLabelXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizelabelxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeLabelXLarge"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDS"}],"title":"fontSizeLabelXLarge","externalID":"s:4OUDS9OUDSThemeC19fontSizeLabelXLarge14CoreFoundation7CGFloatVvp","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelXLarge":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizelabelxlarge","type":"topic","abstract":[],"title":"fontSizeLabelXLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobilebodylarge.json b/docs/data/documentation/ouds/oudstheme/fontsizemobilebodylarge.json index e824e6ddf..363c0bf26 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobilebodylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobilebodylarge.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeMobileBodyLarge","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"title":"fontSizeMobileBodyLarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC23fontSizeMobileBodyLarge14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilebodylarge"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodylarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeMobileBodyLarge","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilebodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge"},"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23fontSizeMobileBodyLarge14CoreFoundation7CGFloatVvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontSizeMobileBodyLarge","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyLarge":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodylarge","title":"fontSizeMobileBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobilebodymedium.json b/docs/data/documentation/ouds/oudstheme/fontsizemobilebodymedium.json index 5a659faa5..7d8f88e90 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobilebodymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobilebodymedium.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC24fontSizeMobileBodyMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontSizeMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeMobileBodyMedium","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilebodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileBodyMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodymedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC24fontSizeMobileBodyMedium14CoreFoundation7CGFloatVvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyMedium"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontSizeMobileBodyMedium"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileBodyMedium"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilebodymedium"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyMedium":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodymedium","title":"fontSizeMobileBodyMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobilebodysmall.json b/docs/data/documentation/ouds/oudstheme/fontsizemobilebodysmall.json index 9c9ffa3c7..0528eb5fb 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobilebodysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobilebodysmall.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileBodySmall"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23fontSizeMobileBodySmall14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","title":"fontSizeMobileBodySmall","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilebodysmall"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeMobileBodySmall","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodySmall":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","abstract":[],"title":"fontSizeMobileBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodysmall"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileBodySmall"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"title":"fontSizeMobileBodySmall","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23fontSizeMobileBodySmall14CoreFoundation7CGFloatVvp","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilebodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodySmall":{"title":"fontSizeMobileBodySmall","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodysmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobilecodemedium.json b/docs/data/documentation/ouds/oudstheme/fontsizemobilecodemedium.json index 883f84c1f..ed1f8e303 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobilecodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobilecodemedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilecodemedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"fontSizeMobileCodeMedium","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC24fontSizeMobileCodeMedium14CoreFoundation7CGFloatVvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeMobileCodeMedium","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileCodeMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodemedium","title":"fontSizeMobileCodeMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:4OUDS9OUDSThemeC24fontSizeMobileCodeMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","role":"symbol","title":"fontSizeMobileCodeMedium","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilecodemedium"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileCodeMedium"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeMedium":{"title":"fontSizeMobileCodeMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodemedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobilecodesmall.json b/docs/data/documentation/ouds/oudstheme/fontsizemobilecodesmall.json index 17e2e8dbe..f9127123f 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobilecodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobilecodesmall.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeMobileCodeSmall","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall","interfaceLanguage":"swift"},"metadata":{"title":"fontSizeMobileCodeSmall","externalID":"s:4OUDS9OUDSThemeC23fontSizeMobileCodeSmall14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodesmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeMobileCodeSmall","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"fontSizeMobileCodeSmall","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC23fontSizeMobileCodeSmall14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeSmall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodesmall","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall","kind":"symbol","title":"fontSizeMobileCodeSmall","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaylarge.json b/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaylarge.json index 4dcc90183..d1c832634 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaylarge.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"fontSizeMobileDisplayLarge","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileDisplayLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileDisplayLarge14CoreFoundation7CGFloatVvp","extendedModule":"OUDS"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileDisplayLarge"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayLarge":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplayLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaylarge","title":"fontSizeMobileDisplayLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileDisplayLarge14CoreFoundation7CGFloatVvp","title":"fontSizeMobileDisplayLarge","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileDisplayLarge"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayLarge":{"title":"fontSizeMobileDisplayLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaylarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaymedium.json b/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaymedium.json index 9e06b0ada..ac372d991 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaymedium.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaymedium"]}],"sections":[],"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplayMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"fontSizeMobileDisplayMedium","externalID":"s:4OUDS9OUDSThemeC27fontSizeMobileDisplayMedium14CoreFoundation7CGFloatVvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileDisplayMedium"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplayMedium"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaymedium","kind":"symbol","abstract":[],"title":"fontSizeMobileDisplayMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC27fontSizeMobileDisplayMedium14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileDisplayMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"title":"fontSizeMobileDisplayMedium","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeMobileDisplayMedium","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaymedium"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileDisplayMedium"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileDisplayMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaymedium","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaysmall.json b/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaysmall.json index d0ec2f344..c49f95d41 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobiledisplaysmall.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplaySmall"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaysmall"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"fontSizeMobileDisplaySmall","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileDisplaySmall14CoreFoundation7CGFloatVvp"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeMobileDisplaySmall","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplaySmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaysmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaysmall"]}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileDisplaySmall14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDS"}],"title":"fontSizeMobileDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileDisplaySmall"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplaySmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaysmall","type":"topic","title":"fontSizeMobileDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadinglarge.json b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadinglarge.json index 2919b6ea9..b2ab17616 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadinglarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadinglarge.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileHeadingLarge14CoreFoundation7CGFloatVvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","title":"fontSizeMobileHeadingLarge"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadinglarge"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileHeadingLarge"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileHeadingLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadinglarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileHeadingLarge"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadinglarge"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileHeadingLarge14CoreFoundation7CGFloatVvp","title":"fontSizeMobileHeadingLarge","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingLarge":{"role":"symbol","title":"fontSizeMobileHeadingLarge","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadinglarge","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingmedium.json b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingmedium.json index a96acfa18..07b8ef278 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingmedium.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileHeadingMedium"},{"type":"text","text":"."}],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27fontSizeMobileHeadingMedium14CoreFoundation7CGFloatVvp","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeMobileHeadingMedium"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadingmedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingmedium","kind":"symbol","abstract":[],"title":"fontSizeMobileHeadingMedium"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"title":"fontSizeMobileHeadingMedium","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC27fontSizeMobileHeadingMedium14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingMedium"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileHeadingMedium"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingMedium":{"title":"fontSizeMobileHeadingMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingmedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingsmall.json b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingsmall.json index 88d6fa1bf..972c96add 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingsmall.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeMobileHeadingSmall","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontSizeMobileHeadingSmall","externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileHeadingSmall14CoreFoundation7CGFloatVvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingSmall":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeMobileHeadingSmall","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingsmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSTheme"}],"url":"\/documentation\/ouds\/oudstheme","kind":"symbol","type":"topic","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"A Swift "},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"text":" ","type":"text"},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadingsmall"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeMobileHeadingSmall","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC26fontSizeMobileHeadingSmall14CoreFoundation7CGFloatVvp","title":"fontSizeMobileHeadingSmall","roleHeading":"Instance Property","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall","role":"symbol","title":"fontSizeMobileHeadingSmall","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingsmall"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingxlarge.json b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingxlarge.json index f1c69e469..4115a6969 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizemobileheadingxlarge.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC27fontSizeMobileHeadingXLarge14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","symbolKind":"property","title":"fontSizeMobileHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeMobileHeadingXLarge","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingXLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingxlarge","title":"fontSizeMobileHeadingXLarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC27fontSizeMobileHeadingXLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"fontSizeMobileHeadingXLarge","role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeMobileHeadingXLarge"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizemobileheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingXLarge":{"title":"fontSizeMobileHeadingXLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingxlarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletbodylarge.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletbodylarge.json index 1af7cf76b..2627aa416 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletbodylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletbodylarge.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletBodyLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletbodylarge"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletBodyLarge"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC23fontSizeTabletBodyLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletBodyLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyLarge","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodylarge","type":"topic"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletBodyLarge"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodyLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletbodylarge"]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyLarge","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC23fontSizeTabletBodyLarge14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyLarge":{"title":"fontSizeTabletBodyLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletbodymedium.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletbodymedium.json index 1f8d927a6..6fe376a9c 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletbodymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletbodymedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","title":"fontSizeTabletBodyMedium","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC24fontSizeTabletBodyMedium14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeTabletBodyMedium","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletbodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodymedium","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC24fontSizeTabletBodyMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"fontSizeTabletBodyMedium","role":"symbol","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeTabletBodyMedium","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletbodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyMedium":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium","role":"symbol","abstract":[],"title":"fontSizeTabletBodyMedium","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletbodysmall.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletbodysmall.json index fcfada557..78f8967a3 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletbodysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletbodysmall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletbodysmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletBodySmall","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall"},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"fontSizeTabletBodySmall","extendedModule":"OUDS","symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC23fontSizeTabletBodySmall14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodySmall":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall","title":"fontSizeTabletBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletBodySmall"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletbodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC23fontSizeTabletBodySmall14CoreFoundation7CGFloatVvp","title":"fontSizeTabletBodySmall","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodySmall":{"kind":"symbol","title":"fontSizeTabletBodySmall","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodysmall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletcodemedium.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletcodemedium.json index ae7bb708c..6d8b5e2be 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletcodemedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletcodemedium.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletCodeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontSizeTabletCodeMedium","externalID":"s:4OUDS9OUDSThemeC24fontSizeTabletCodeMedium14CoreFoundation7CGFloatVvp","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeTabletCodeMedium","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodemedium","kind":"symbol","abstract":[],"title":"fontSizeTabletCodeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletCodeMedium"},{"type":"text","text":"."}],"metadata":{"role":"symbol","title":"fontSizeTabletCodeMedium","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC24fontSizeTabletCodeMedium14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeMedium":{"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodemedium","abstract":[],"role":"symbol","kind":"symbol","title":"fontSizeTabletCodeMedium","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletcodesmall.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletcodesmall.json index 0cd9f10c7..ce0a892dd 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletcodesmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletcodesmall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletcodesmall"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"title":"fontSizeTabletCodeSmall","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23fontSizeTabletCodeSmall14CoreFoundation7CGFloatVvp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletCodeSmall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodesmall","abstract":[],"title":"fontSizeTabletCodeSmall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"fontSizeTabletCodeSmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC23fontSizeTabletCodeSmall14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletCodeSmall","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletcodesmall"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeSmall":{"title":"fontSizeTabletCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodesmall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaylarge.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaylarge.json index e23d3a688..80a1b868f 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaylarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaylarge.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"title":"fontSizeTabletDisplayLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletDisplayLarge14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletDisplayLarge","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaylarge","title":"fontSizeTabletDisplayLarge","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletDisplayLarge"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaylarge"]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletDisplayLarge","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletDisplayLarge14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayLarge":{"title":"fontSizeTabletDisplayLarge","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaylarge","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaymedium.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaymedium.json index 5e0600f67..3ca5eb860 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaymedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaymedium.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaymedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeTabletDisplayMedium","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC27fontSizeTabletDisplayMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","title":"fontSizeTabletDisplayMedium"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaymedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletDisplayMedium"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletDisplayMedium","role":"symbol","externalID":"s:4OUDS9OUDSThemeC27fontSizeTabletDisplayMedium14CoreFoundation7CGFloatVvp"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayMedium":{"title":"fontSizeTabletDisplayMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaymedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaysmall.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaysmall.json index c61b1335b..55322d5ab 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaysmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletdisplaysmall.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletDisplaySmall14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","symbolKind":"property","title":"fontSizeTabletDisplaySmall","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"OUDS"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeTabletDisplaySmall","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaysmall"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplaySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaysmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletDisplaySmall14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"fontSizeTabletDisplaySmall","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaysmall"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletDisplaySmall"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplaySmall":{"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaysmall","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","abstract":[],"title":"fontSizeTabletDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadinglarge.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadinglarge.json index f52631ab4..ce2e5e4a5 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadinglarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadinglarge.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadinglarge"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletHeadingLarge14CoreFoundation7CGFloatVvp","title":"fontSizeTabletHeadingLarge","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletHeadingLarge","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingLarge":{"title":"fontSizeTabletHeadingLarge","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadinglarge","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"extendedModule":"OUDS","roleHeading":"Instance Property","title":"fontSizeTabletHeadingLarge","externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletHeadingLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","modules":[{"name":"OUDS"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletHeadingLarge","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadinglarge"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingLarge":{"title":"fontSizeTabletHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadinglarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingmedium.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingmedium.json index 52b2befeb..c7211b01f 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingmedium.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingmedium.json @@ -1 +1 @@ -{"metadata":{"title":"fontSizeTabletHeadingMedium","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC27fontSizeTabletHeadingMedium14CoreFoundation7CGFloatVvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletHeadingMedium"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingMedium":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium","title":"fontSizeTabletHeadingMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC27fontSizeTabletHeadingMedium14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"fontSizeTabletHeadingMedium","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletHeadingMedium","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletHeadingMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingsmall.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingsmall.json index b11fd5e82..02fcab96c 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingsmall.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingsmall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadingsmall"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletHeadingSmall","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletHeadingSmall","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletHeadingSmall14CoreFoundation7CGFloatVvp","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingsmall","title":"fontSizeTabletHeadingSmall","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC26fontSizeTabletHeadingSmall14CoreFoundation7CGFloatVvp","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"extendedModule":"OUDS","title":"fontSizeTabletHeadingSmall","role":"symbol","roleHeading":"Instance Property"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontSizeTabletHeadingSmall","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletHeadingSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingSmall":{"title":"fontSizeTabletHeadingSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingsmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingxlarge.json b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingxlarge.json index b74dd4c3b..0c3c06602 100644 --- a/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/fontsizetabletheadingxlarge.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontSizeTabletHeadingXLarge"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"fontSizeTabletHeadingXLarge","externalID":"s:4OUDS9OUDSThemeC27fontSizeTabletHeadingXLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingXLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingxlarge","kind":"symbol","abstract":[],"title":"fontSizeTabletHeadingXLarge"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontsizetabletheadingxlarge"]}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC27fontSizeTabletHeadingXLarge14CoreFoundation7CGFloatVvp","title":"fontSizeTabletHeadingXLarge","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontSizeTabletHeadingXLarge","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingXLarge":{"title":"fontSizeTabletHeadingXLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingxlarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontweightbodydefault.json b/docs/data/documentation/ouds/oudstheme/fontweightbodydefault.json index 596fa6de3..c228f1622 100644 --- a/docs/data/documentation/ouds/oudstheme/fontweightbodydefault.json +++ b/docs/data/documentation/ouds/oudstheme/fontweightbodydefault.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightBodyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC21fontWeightBodyDefaultSSvp","extendedModule":"OUDS","title":"fontWeightBodyDefault"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontweightbodydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightBodyDefault"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightBodyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyDefault":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightBodyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightBodyDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightbodydefault","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightBodyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightbodydefault"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightBodyDefault"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightBodyDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"title":"fontWeightBodyDefault","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC21fontWeightBodyDefaultSSvp","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyDefault":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightBodyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightBodyDefault","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightbodydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontweightbodystrong.json b/docs/data/documentation/ouds/oudstheme/fontweightbodystrong.json index bfe6fe3e5..1ee9a2c4d 100644 --- a/docs/data/documentation/ouds/oudstheme/fontweightbodystrong.json +++ b/docs/data/documentation/ouds/oudstheme/fontweightbodystrong.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightbodystrong"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightBodyStrong"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyStrong"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC20fontWeightBodyStrongSSvp","title":"fontWeightBodyStrong","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyStrong":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightbodystrong","abstract":[],"title":"fontWeightBodyStrong"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC20fontWeightBodyStrongSSvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightBodyStrong"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"fontWeightBodyStrong","extendedModule":"OUDS"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightbodystrong"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightBodyStrong"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyStrong":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyStrong"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontweightbodystrong","type":"topic","title":"fontWeightBodyStrong","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontweightcode.json b/docs/data/documentation/ouds/oudstheme/fontweightcode.json index 8d8e89c2c..40920aec9 100644 --- a/docs/data/documentation/ouds/oudstheme/fontweightcode.json +++ b/docs/data/documentation/ouds/oudstheme/fontweightcode.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontWeightCode","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightCode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightcode"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC14fontWeightCodeSSvp","title":"fontWeightCode","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightCode":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightcode","abstract":[],"title":"fontWeightCode"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontweightcode"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightCode"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"sections":[],"metadata":{"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC14fontWeightCodeSSvp","role":"symbol","title":"fontWeightCode"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightCode":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightcode","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightCode"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","abstract":[],"title":"fontWeightCode","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontweightdisplay.json b/docs/data/documentation/ouds/oudstheme/fontweightdisplay.json index 146d09c4b..6619eb10c 100644 --- a/docs/data/documentation/ouds/oudstheme/fontweightdisplay.json +++ b/docs/data/documentation/ouds/oudstheme/fontweightdisplay.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightDisplay"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightdisplay"]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","title":"fontWeightDisplay","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC17fontWeightDisplaySSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightDisplay"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightDisplay"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightDisplay":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightDisplay","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightDisplay","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightdisplay","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightDisplay","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontWeightDisplay","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"fontWeightDisplay","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightDisplay"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC17fontWeightDisplaySSvp","roleHeading":"Instance Property","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontweightdisplay"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightDisplay":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"title":"fontWeightDisplay","url":"\/documentation\/ouds\/oudstheme\/fontweightdisplay","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontweightheading.json b/docs/data/documentation/ouds/oudstheme/fontweightheading.json index f8122cdef..a9306f9b2 100644 --- a/docs/data/documentation/ouds/oudstheme/fontweightheading.json +++ b/docs/data/documentation/ouds/oudstheme/fontweightheading.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontWeightHeading","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"title":"fontWeightHeading","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC17fontWeightHeadingSSvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"extendedModule":"OUDS"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightheading"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightHeading":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightHeading","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightHeading","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightheading","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightHeading"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightHeading"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC17fontWeightHeadingSSvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightHeading"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"title":"fontWeightHeading","role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightheading"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightHeading":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightHeading","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontweightheading","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading","role":"symbol","abstract":[],"title":"fontWeightHeading","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontweightlabeldefault.json b/docs/data/documentation/ouds/oudstheme/fontweightlabeldefault.json index 1e2831f9e..0076a7e14 100644 --- a/docs/data/documentation/ouds/oudstheme/fontweightlabeldefault.json +++ b/docs/data/documentation/ouds/oudstheme/fontweightlabeldefault.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightLabelDefault"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontweightlabeldefault"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightLabelDefault"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"role":"symbol","title":"fontWeightLabelDefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightLabelDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22fontWeightLabelDefaultSSvp","modules":[{"name":"OUDS"}],"symbolKind":"property","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelDefault":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightLabelDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightlabeldefault","abstract":[],"title":"fontWeightLabelDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontweightlabeldefault"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22fontWeightLabelDefaultSSvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"modules":[{"name":"OUDS"}],"title":"fontWeightLabelDefault"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightLabelDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"TypographySemanticTokens.fontWeightLabelDefault","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelDefault":{"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightlabeldefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault","type":"topic","title":"fontWeightLabelDefault","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/fontweightlabelstrong.json b/docs/data/documentation/ouds/oudstheme/fontweightlabelstrong.json index ce3bc712a..d005c514b 100644 --- a/docs/data/documentation/ouds/oudstheme/fontweightlabelstrong.json +++ b/docs/data/documentation/ouds/oudstheme/fontweightlabelstrong.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"TypographySemanticTokens.fontWeightLabelStrong","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/fontweightlabelstrong"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightLabelStrong","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"title":"fontWeightLabelStrong","externalID":"s:4OUDS9OUDSThemeC21fontWeightLabelStrongSSvp","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightLabelStrong"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"kind":"article","title":"TypographySemanticTokens Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelStrong":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightLabelStrong","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightLabelStrong","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightlabelstrong","type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/fontweightlabelstrong"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightLabelStrong","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC21fontWeightLabelStrongSSvp","role":"symbol","title":"fontWeightLabelStrong","roleHeading":"Instance Property"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightLabelStrong"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"TypographySemanticTokens.fontWeightLabelStrong"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelStrong":{"url":"\/documentation\/ouds\/oudstheme\/fontweightlabelstrong","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong","title":"fontWeightLabelStrong","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightLabelStrong","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/TypographySemanticTokens-Implementations":{"title":"TypographySemanticTokens Implementations","kind":"article","role":"collectionGroup","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/formstextinputcomponenttoken-implementations.json b/docs/data/documentation/ouds/oudstheme/formstextinputcomponenttoken-implementations.json index be5c64d33..6ec04ecdb 100644 --- a/docs/data/documentation/ouds/oudstheme/formstextinputcomponenttoken-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/formstextinputcomponenttoken-implementations.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"article","metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"API Collection","role":"collectionGroup","title":"FormsTextInputComponentToken Implementations"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"},"topicSections":[{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontSize":{"role":"symbol","kind":"symbol","title":"ftiTitleFontSize","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/ftititlefontsize","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorDark":{"abstract":[],"title":"ftiBackgroundColorDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolordark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderStyle":{"title":"ftiBorderStyle","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle","url":"\/documentation\/ouds\/oudstheme\/ftiborderstyle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontSize":{"title":"ftiSubtitleFontSize","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontsize","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontWeight":{"title":"ftiTitleFontWeight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight","url":"\/documentation\/ouds\/oudstheme\/ftititlefontweight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiTitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleColor":{"title":"ftiTitleColor","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor","url":"\/documentation\/ouds\/oudstheme\/ftititlecolor","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiTitleColor","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorLight":{"role":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight","title":"ftiBackgroundColorLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolorlight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontWeight":{"title":"ftiSubtitleFontWeight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontweight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderWidth":{"title":"ftiBorderWidth","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth","url":"\/documentation\/ouds\/oudstheme\/ftiborderwidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBorderWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderColor":{"title":"ftiBorderColor","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","url":"\/documentation\/ouds\/oudstheme\/ftibordercolor","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleColor":{"title":"ftiSubtitleColor","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlecolor","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight"],"generated":true}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"kind":"article","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"API Collection","role":"collectionGroup","title":"FormsTextInputComponentToken Implementations"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorLight":{"url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolorlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"title":"ftiBackgroundColorLight","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleColor":{"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleColor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor","url":"\/documentation\/ouds\/oudstheme\/ftititlecolor","title":"ftiTitleColor"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderColor":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBorderColor"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/ftibordercolor","abstract":[],"kind":"symbol","title":"ftiBorderColor","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderStyle":{"title":"ftiBorderStyle","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftiborderstyle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontSize":{"title":"ftiTitleFontSize","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftititlefontsize","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderWidth":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"kind":"symbol","title":"ftiBorderWidth","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/ftiborderwidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleColor":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"title":"ftiSubtitleColor","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlecolor"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontWeight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontweight","role":"symbol","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"title":"ftiSubtitleFontWeight"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontWeight":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftititlefontweight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight","role":"symbol","title":"ftiTitleFontWeight","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontWeight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorDark":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolordark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark","role":"symbol","title":"ftiBackgroundColorDark","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBackgroundColorDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontSize":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontsize","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize","role":"symbol","title":"ftiSubtitleFontSize","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftibackgroundcolordark.json b/docs/data/documentation/ouds/oudstheme/ftibackgroundcolordark.json index ba5ff28d5..00e2b4211 100644 --- a/docs/data/documentation/ouds/oudstheme/ftibackgroundcolordark.json +++ b/docs/data/documentation/ouds/oudstheme/ftibackgroundcolordark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/ftibackgroundcolordark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark"},"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC22ftiBackgroundColorDarkSSvp","title":"ftiBackgroundColorDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"OUDS"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"FormsTextInputComponentToken.ftiBackgroundColorDark","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorDark":{"abstract":[],"title":"ftiBackgroundColorDark","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolordark","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiBackgroundColorDark"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/ftibackgroundcolordark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC22ftiBackgroundColorDarkSSvp","title":"ftiBackgroundColorDark","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorDark":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolordark","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorDark","role":"symbol","title":"ftiBackgroundColorDark","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBackgroundColorDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftibackgroundcolorlight.json b/docs/data/documentation/ouds/oudstheme/ftibackgroundcolorlight.json index 80b568b1f..6dadaa7e4 100644 --- a/docs/data/documentation/ouds/oudstheme/ftibackgroundcolorlight.json +++ b/docs/data/documentation/ouds/oudstheme/ftibackgroundcolorlight.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiBackgroundColorLight"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight"},"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"ftiBackgroundColorLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC23ftiBackgroundColorLightSSvp"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/ftibackgroundcolorlight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorLight":{"role":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight","title":"ftiBackgroundColorLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolorlight"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"metadata":{"symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23ftiBackgroundColorLightSSvp","title":"ftiBackgroundColorLight","role":"symbol","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftibackgroundcolorlight"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiBackgroundColorLight"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBackgroundColorLight":{"url":"\/documentation\/ouds\/oudstheme\/ftibackgroundcolorlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"title":"ftiBackgroundColorLight","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBackgroundColorLight","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftibordercolor.json b/docs/data/documentation/ouds/oudstheme/ftibordercolor.json index 1e1752425..4a91f534a 100644 --- a/docs/data/documentation/ouds/oudstheme/ftibordercolor.json +++ b/docs/data/documentation/ouds/oudstheme/ftibordercolor.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBorderColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC14ftiBorderColorSSvp","title":"ftiBorderColor"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftibordercolor"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"FormsTextInputComponentToken.ftiBorderColor","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBorderColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderColor":{"title":"ftiBorderColor","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","url":"\/documentation\/ouds\/oudstheme\/ftibordercolor","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiBorderColor"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderColor","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC14ftiBorderColorSSvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiBorderColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"ftiBorderColor"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftibordercolor"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderColor":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBorderColor"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/ftibordercolor","abstract":[],"kind":"symbol","title":"ftiBorderColor","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderColor","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftiborderstyle.json b/docs/data/documentation/ouds/oudstheme/ftiborderstyle.json index f6ec0626c..6c5dc4082 100644 --- a/docs/data/documentation/ouds/oudstheme/ftiborderstyle.json +++ b/docs/data/documentation/ouds/oudstheme/ftiborderstyle.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiBorderStyle","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"ftiBorderStyle","externalID":"s:4OUDS9OUDSThemeC14ftiBorderStyleSSvp","symbolKind":"property","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"FormsTextInputComponentToken.ftiBorderStyle","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftiborderstyle"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderStyle":{"title":"ftiBorderStyle","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle","url":"\/documentation\/ouds\/oudstheme\/ftiborderstyle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC14ftiBorderStyleSSvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}],"modules":[{"name":"OUDS"}],"title":"ftiBorderStyle"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderStyle"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftiborderstyle"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiBorderStyle"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderStyle":{"title":"ftiBorderStyle","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftiborderstyle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderStyle","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftiborderwidth.json b/docs/data/documentation/ouds/oudstheme/ftiborderwidth.json index deb670dcd..85be30a91 100644 --- a/docs/data/documentation/ouds/oudstheme/ftiborderwidth.json +++ b/docs/data/documentation/ouds/oudstheme/ftiborderwidth.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftiborderwidth"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"metadata":{"title":"ftiBorderWidth","role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBorderWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC14ftiBorderWidthSdvp","modules":[{"name":"OUDS"}]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiBorderWidth"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderWidth":{"title":"ftiBorderWidth","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth","url":"\/documentation\/ouds\/oudstheme\/ftiborderwidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBorderWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderWidth"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC14ftiBorderWidthSdvp","title":"ftiBorderWidth"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiBorderWidth"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftiborderwidth"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBorderWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiBorderWidth":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiBorderWidth","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"kind":"symbol","title":"ftiBorderWidth","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/ftiborderwidth"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftisubtitlecolor.json b/docs/data/documentation/ouds/oudstheme/ftisubtitlecolor.json index 90dc0baf3..71a9ae833 100644 --- a/docs/data/documentation/ouds/oudstheme/ftisubtitlecolor.json +++ b/docs/data/documentation/ouds/oudstheme/ftisubtitlecolor.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftisubtitlecolor"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"FormsTextInputComponentToken.ftiSubtitleColor","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"ftiSubtitleColor","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC16ftiSubtitleColorSSvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleColor":{"title":"ftiSubtitleColor","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlecolor","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"FormsTextInputComponentToken.ftiSubtitleColor","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC16ftiSubtitleColorSSvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleColor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"ftiSubtitleColor"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiSubtitleColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftisubtitlecolor"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleColor":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleColor","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"title":"ftiSubtitleColor","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlecolor"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftisubtitlefontsize.json b/docs/data/documentation/ouds/oudstheme/ftisubtitlefontsize.json index 5c0fea3ba..463fabc73 100644 --- a/docs/data/documentation/ouds/oudstheme/ftisubtitlefontsize.json +++ b/docs/data/documentation/ouds/oudstheme/ftisubtitlefontsize.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"metadata":{"symbolKind":"property","title":"ftiSubtitleFontSize","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC19ftiSubtitleFontSize14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleFontSize"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/ftisubtitlefontsize"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiSubtitleFontSize"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontSize":{"title":"ftiSubtitleFontSize","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontsize","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/ftisubtitlefontsize"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"ftiSubtitleFontSize","externalID":"s:4OUDS9OUDSThemeC19ftiSubtitleFontSize14CoreFoundation7CGFloatVvp","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiSubtitleFontSize"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleFontSize"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontSize":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontsize","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontSize","role":"symbol","title":"ftiSubtitleFontSize","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftisubtitlefontweight.json b/docs/data/documentation/ouds/oudstheme/ftisubtitlefontweight.json index 95fb216f7..b67087fb3 100644 --- a/docs/data/documentation/ouds/oudstheme/ftisubtitlefontweight.json +++ b/docs/data/documentation/ouds/oudstheme/ftisubtitlefontweight.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftisubtitlefontweight"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"FormsTextInputComponentToken.ftiSubtitleFontWeight","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Property","title":"ftiSubtitleFontWeight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC21ftiSubtitleFontWeightSSvp","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontWeight":{"title":"ftiSubtitleFontWeight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontweight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC21ftiSubtitleFontWeightSSvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"ftiSubtitleFontWeight","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftisubtitlefontweight"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"FormsTextInputComponentToken.ftiSubtitleFontWeight","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ftiSubtitleFontWeight":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiSubtitleFontWeight","url":"\/documentation\/ouds\/oudstheme\/ftisubtitlefontweight","role":"symbol","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"title":"ftiSubtitleFontWeight"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftititlecolor.json b/docs/data/documentation/ouds/oudstheme/ftititlecolor.json index 0f4f27042..e62797fec 100644 --- a/docs/data/documentation/ouds/oudstheme/ftititlecolor.json +++ b/docs/data/documentation/ouds/oudstheme/ftititlecolor.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleColor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiTitleColor"},{"type":"text","text":"."}],"metadata":{"title":"ftiTitleColor","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiTitleColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC13ftiTitleColorSSvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftititlecolor"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleColor":{"title":"ftiTitleColor","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor","url":"\/documentation\/ouds\/oudstheme\/ftititlecolor","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiTitleColor","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiTitleColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleColor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC13ftiTitleColorSSvp","title":"ftiTitleColor"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"FormsTextInputComponentToken.ftiTitleColor","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftititlecolor"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleColor":{"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleColor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleColor","url":"\/documentation\/ouds\/oudstheme\/ftititlecolor","title":"ftiTitleColor"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftititlefontsize.json b/docs/data/documentation/ouds/oudstheme/ftititlefontsize.json index 70578f2e6..cbe66b6d2 100644 --- a/docs/data/documentation/ouds/oudstheme/ftititlefontsize.json +++ b/docs/data/documentation/ouds/oudstheme/ftititlefontsize.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/ftititlefontsize"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiTitleFontSize"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC16ftiTitleFontSize14CoreFoundation7CGFloatVvp","title":"ftiTitleFontSize","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontSize":{"role":"symbol","kind":"symbol","title":"ftiTitleFontSize","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/ftititlefontsize","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftititlefontsize"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"ftiTitleFontSize","externalID":"s:4OUDS9OUDSThemeC16ftiTitleFontSize14CoreFoundation7CGFloatVvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiTitleFontSize"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontSize":{"title":"ftiTitleFontSize","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftititlefontsize","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontSize","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/ftititlefontweight.json b/docs/data/documentation/ouds/oudstheme/ftititlefontweight.json index e842a7da9..3ee60d252 100644 --- a/docs/data/documentation/ouds/oudstheme/ftititlefontweight.json +++ b/docs/data/documentation/ouds/oudstheme/ftititlefontweight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight"},"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"extendedModule":"OUDS","title":"ftiTitleFontWeight","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC18ftiTitleFontWeightSSvp"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontWeight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/ftititlefontweight"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiTitleFontWeight"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","title":"FormsTextInputComponentToken Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","role":"collectionGroup","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontWeight":{"title":"ftiTitleFontWeight","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight","url":"\/documentation\/ouds\/oudstheme\/ftititlefontweight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiTitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC18ftiTitleFontWeightSSvp","title":"ftiTitleFontWeight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiTitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"FormsTextInputComponentToken.ftiTitleFontWeight"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/ftititlefontweight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/FormsTextInputComponentToken-Implementations":{"kind":"article","role":"collectionGroup","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/FormsTextInputComponentToken-Implementations","url":"\/documentation\/ouds\/oudstheme\/formstextinputcomponenttoken-implementations","title":"FormsTextInputComponentToken Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/ftiTitleFontWeight":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/ftititlefontweight","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ftiTitleFontWeight","role":"symbol","title":"ftiTitleFontWeight","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontWeight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridioscompactcolumncount.json b/docs/data/documentation/ouds/oudstheme/gridioscompactcolumncount.json index a55dba2ef..672cf62ef 100644 --- a/docs/data/documentation/ouds/oudstheme/gridioscompactcolumncount.json +++ b/docs/data/documentation/ouds/oudstheme/gridioscompactcolumncount.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSCompactColumnCount"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"metadata":{"title":"gridIOSCompactColumnCount","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC25gridIOSCompactColumnCountSdvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnCount":{"url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumncount","title":"gridIOSCompactColumnCount","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSCompactColumnCount","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC25gridIOSCompactColumnCountSdvp","symbolKind":"property","title":"gridIOSCompactColumnCount"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactcolumncount"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnCount":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumncount","kind":"symbol","title":"gridIOSCompactColumnCount"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridioscompactcolumngap.json b/docs/data/documentation/ouds/oudstheme/gridioscompactcolumngap.json index f64418946..860bc2820 100644 --- a/docs/data/documentation/ouds/oudstheme/gridioscompactcolumngap.json +++ b/docs/data/documentation/ouds/oudstheme/gridioscompactcolumngap.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSCompactColumnGap","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactcolumngap"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC23gridIOSCompactColumnGapSdvp","modules":[{"name":"OUDS"}],"title":"gridIOSCompactColumnGap","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnGap":{"type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap","title":"gridIOSCompactColumnGap","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumngap"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"title":"gridIOSCompactColumnGap","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23gridIOSCompactColumnGapSdvp","symbolKind":"property","roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSCompactColumnGap","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactcolumngap"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnGap":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumngap","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"title":"gridIOSCompactColumnGap"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridioscompactdesignwidth.json b/docs/data/documentation/ouds/oudstheme/gridioscompactdesignwidth.json index 2f797cca1..add13fef1 100644 --- a/docs/data/documentation/ouds/oudstheme/gridioscompactdesignwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridioscompactdesignwidth.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth"},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC25gridIOSCompactDesignWidthSdvp","roleHeading":"Instance Property","title":"gridIOSCompactDesignWidth","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSCompactDesignWidth"},{"text":".","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactdesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactDesignWidth":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridioscompactdesignwidth","title":"gridIOSCompactDesignWidth","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactdesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC25gridIOSCompactDesignWidthSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"gridIOSCompactDesignWidth"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSCompactDesignWidth"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactDesignWidth":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactdesignwidth","kind":"symbol","title":"gridIOSCompactDesignWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridioscompactmargin.json b/docs/data/documentation/ouds/oudstheme/gridioscompactmargin.json index b0a91937e..a048cc09a 100644 --- a/docs/data/documentation/ouds/oudstheme/gridioscompactmargin.json +++ b/docs/data/documentation/ouds/oudstheme/gridioscompactmargin.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactmargin"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSCompactMargin","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC20gridIOSCompactMarginSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"role":"symbol","title":"gridIOSCompactMargin","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMargin":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactmargin","role":"symbol","title":"gridIOSCompactMargin","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC20gridIOSCompactMarginSdvp","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"gridIOSCompactMargin","extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMargin"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSCompactMargin"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMargin":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactmargin","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"title":"gridIOSCompactMargin"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridioscompactmaxwidth.json b/docs/data/documentation/ouds/oudstheme/gridioscompactmaxwidth.json index ecd454945..68b80cff2 100644 --- a/docs/data/documentation/ouds/oudstheme/gridioscompactmaxwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridioscompactmaxwidth.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSCompactMaxWidth"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMaxWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC22gridIOSCompactMaxWidthSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","title":"gridIOSCompactMaxWidth","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactmaxwidth"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMaxWidth":{"url":"\/documentation\/ouds\/oudstheme\/gridioscompactmaxwidth","title":"gridIOSCompactMaxWidth","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMaxWidth"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC22gridIOSCompactMaxWidthSdvp","title":"gridIOSCompactMaxWidth","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSCompactMaxWidth","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMaxWidth":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactmaxwidth","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"title":"gridIOSCompactMaxWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridioscompactminwidth.json b/docs/data/documentation/ouds/oudstheme/gridioscompactminwidth.json index 07bfabbb9..581df82dc 100644 --- a/docs/data/documentation/ouds/oudstheme/gridioscompactminwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridioscompactminwidth.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactminwidth"]}],"metadata":{"title":"gridIOSCompactMinWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC22gridIOSCompactMinWidthSdvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSCompactMinWidth"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMinWidth":{"title":"gridIOSCompactMinWidth","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth","url":"\/documentation\/ouds\/oudstheme\/gridioscompactminwidth","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"title":"gridIOSCompactMinWidth","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22gridIOSCompactMinWidthSdvp","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridioscompactminwidth"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSCompactMinWidth","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMinWidth":{"title":"gridIOSCompactMinWidth","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth","url":"\/documentation\/ouds\/oudstheme\/gridioscompactminwidth","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumncount.json b/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumncount.json index b5c03a9b7..efc539882 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumncount.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumncount.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30gridIOSExtraCompactColumnCountSdvp","title":"gridIOSExtraCompactColumnCount","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumncount"]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSExtraCompactColumnCount","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnCount":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount","kind":"symbol","abstract":[],"title":"gridIOSExtraCompactColumnCount","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumncount","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnCount"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC30gridIOSExtraCompactColumnCountSdvp","modules":[{"name":"OUDS"}],"title":"gridIOSExtraCompactColumnCount","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnCount"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactColumnCount"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumncount"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnCount":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumncount","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactColumnCount"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumngap.json b/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumngap.json index 407a3785b..526a06078 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumngap.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosextracompactcolumngap.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumngap"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28gridIOSExtraCompactColumnGapSdvp","title":"gridIOSExtraCompactColumnGap","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactColumnGap"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnGap":{"url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumngap","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap","title":"gridIOSExtraCompactColumnGap","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28gridIOSExtraCompactColumnGapSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"gridIOSExtraCompactColumnGap","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSExtraCompactColumnGap","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumngap"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnGap":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumngap","title":"gridIOSExtraCompactColumnGap"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosextracompactdesignwidth.json b/docs/data/documentation/ouds/oudstheme/gridiosextracompactdesignwidth.json index c6685e842..2004f5071 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosextracompactdesignwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosextracompactdesignwidth.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC30gridIOSExtraCompactDesignWidthSdvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS","title":"gridIOSExtraCompactDesignWidth","modules":[{"name":"OUDS"}],"symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactdesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactDesignWidth"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactDesignWidth":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactdesignwidth","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"title":"gridIOSExtraCompactDesignWidth","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30gridIOSExtraCompactDesignWidthSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"modules":[{"name":"OUDS"}],"title":"gridIOSExtraCompactDesignWidth"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactdesignwidth"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactDesignWidth"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactDesignWidth":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactdesignwidth","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactDesignWidth"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosextracompactmargin.json b/docs/data/documentation/ouds/oudstheme/gridiosextracompactmargin.json index 7006c4442..ebaedf6ed 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosextracompactmargin.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosextracompactmargin.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactmargin"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactMargin"},{"text":".","type":"text"}],"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC25gridIOSExtraCompactMarginSdvp","extendedModule":"OUDS","title":"gridIOSExtraCompactMargin"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMargin":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmargin","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin","abstract":[],"title":"gridIOSExtraCompactMargin"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"sections":[],"metadata":{"symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","title":"gridIOSExtraCompactMargin","externalID":"s:4OUDS9OUDSThemeC25gridIOSExtraCompactMarginSdvp","modules":[{"name":"OUDS"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSExtraCompactMargin","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactmargin"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMargin":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmargin","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactMargin"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosextracompactmaxwidth.json b/docs/data/documentation/ouds/oudstheme/gridiosextracompactmaxwidth.json index b8bbe8d71..c168c504c 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosextracompactmaxwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosextracompactmaxwidth.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27gridIOSExtraCompactMaxWidthSdvp","modules":[{"name":"OUDS"}],"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"title":"gridIOSExtraCompactMaxWidth"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactmaxwidth"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactMaxWidth"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMaxWidth":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmaxwidth","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSExtraCompactMaxWidth"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","role":"symbol","title":"gridIOSExtraCompactMaxWidth","externalID":"s:4OUDS9OUDSThemeC27gridIOSExtraCompactMaxWidthSdvp","modules":[{"name":"OUDS"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSExtraCompactMaxWidth","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMaxWidth":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmaxwidth","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactMaxWidth"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosextracompactminwidth.json b/docs/data/documentation/ouds/oudstheme/gridiosextracompactminwidth.json index 99d485c30..33b1a7f39 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosextracompactminwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosextracompactminwidth.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","interfaceLanguage":"swift"},"sections":[],"metadata":{"roleHeading":"Instance Property","title":"gridIOSExtraCompactMinWidth","externalID":"s:4OUDS9OUDSThemeC27gridIOSExtraCompactMinWidthSdvp","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactMinWidth"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactminwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMinWidth":{"url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactminwidth","type":"topic","title":"gridIOSExtraCompactMinWidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27gridIOSExtraCompactMinWidthSdvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactMinWidth","modules":[{"name":"OUDS"}],"symbolKind":"property"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosextracompactminwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSExtraCompactMinWidth"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMinWidth":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactminwidth","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactMinWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosregularcolumncount.json b/docs/data/documentation/ouds/oudstheme/gridiosregularcolumncount.json index 3544fb9aa..91607061d 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosregularcolumncount.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosregularcolumncount.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSRegularColumnCount","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC25gridIOSRegularColumnCountSdvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","text":"GridIOSRegularSemanticToken"}],"modules":[{"name":"OUDS"}],"title":"gridIOSRegularColumnCount","symbolKind":"property","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnCount":{"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumncount","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount","title":"gridIOSRegularColumnCount","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","text":"GridIOSRegularSemanticToken"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSRegularColumnCount","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","extendedModule":"OUDS","title":"gridIOSRegularColumnCount","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC25gridIOSRegularColumnCountSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnCount":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumncount","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"title":"gridIOSRegularColumnCount"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosregularcolumngap.json b/docs/data/documentation/ouds/oudstheme/gridiosregularcolumngap.json index fffdb7aaa..e9be065cd 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosregularcolumngap.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosregularcolumngap.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23gridIOSRegularColumnGapSdvp","extendedModule":"OUDS","title":"gridIOSRegularColumnGap","symbolKind":"property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularcolumngap"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSRegularColumnGap"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnGap":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumngap","title":"gridIOSRegularColumnGap","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSRegularColumnGap"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"metadata":{"title":"gridIOSRegularColumnGap","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23gridIOSRegularColumnGapSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularcolumngap"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnGap":{"title":"gridIOSRegularColumnGap","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumngap","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosregulardesignwidth.json b/docs/data/documentation/ouds/oudstheme/gridiosregulardesignwidth.json index 01f62b740..7eb2031bb 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosregulardesignwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosregulardesignwidth.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSRegularDesignWidth","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC25gridIOSRegularDesignWidthSdvp","title":"gridIOSRegularDesignWidth","extendedModule":"OUDS","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosregulardesignwidth"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularDesignWidth":{"type":"topic","title":"gridIOSRegularDesignWidth","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosregulardesignwidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSRegularDesignWidth"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC25gridIOSRegularDesignWidthSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"gridIOSRegularDesignWidth","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosregulardesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularDesignWidth":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth","url":"\/documentation\/ouds\/oudstheme\/gridiosregulardesignwidth","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"title":"gridIOSRegularDesignWidth","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosregularmargin.json b/docs/data/documentation/ouds/oudstheme/gridiosregularmargin.json index f4098eac2..318304b3f 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosregularmargin.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosregularmargin.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"gridIOSRegularMargin","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMargin","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC20gridIOSRegularMarginSdvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularmargin"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSRegularMargin"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMargin":{"kind":"symbol","title":"gridIOSRegularMargin","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin","type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularmargin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","role":"symbol","title":"gridIOSRegularMargin","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC20gridIOSRegularMarginSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSRegularMargin","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMargin":{"title":"gridIOSRegularMargin","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularmargin","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosregularmaxwidth.json b/docs/data/documentation/ouds/oudstheme/gridiosregularmaxwidth.json index 3c100190f..527fd931a 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosregularmaxwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosregularmaxwidth.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth"},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"title":"gridIOSRegularMaxWidth","role":"symbol","externalID":"s:4OUDS9OUDSThemeC22gridIOSRegularMaxWidthSdvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","text":"GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"GridSemanticTokens.gridIOSRegularMaxWidth","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMaxWidth":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"type":"topic","title":"gridIOSRegularMaxWidth","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridiosregularmaxwidth","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"GridSemanticTokens.gridIOSRegularMaxWidth"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC22gridIOSRegularMaxWidthSdvp","modules":[{"name":"OUDS"}],"title":"gridIOSRegularMaxWidth","role":"symbol","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularmaxwidth"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMaxWidth":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosregularmaxwidth","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"title":"gridIOSRegularMaxWidth"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridiosregularminwidth.json b/docs/data/documentation/ouds/oudstheme/gridiosregularminwidth.json index a26f506ad..0e761cf5d 100644 --- a/docs/data/documentation/ouds/oudstheme/gridiosregularminwidth.json +++ b/docs/data/documentation/ouds/oudstheme/gridiosregularminwidth.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSRegularMinWidth","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularminwidth"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC22gridIOSRegularMinWidthSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"symbolKind":"property","title":"gridIOSRegularMinWidth"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMinWidth":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"abstract":[],"kind":"symbol","title":"gridIOSRegularMinWidth","url":"\/documentation\/ouds\/oudstheme\/gridiosregularminwidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","type":"topic","kind":"article","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","title":"GridSemanticTokens Implementations","abstract":[],"role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridiosregularminwidth"]}],"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"GridSemanticTokens.gridIOSRegularMinWidth","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22gridIOSRegularMinWidthSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMinWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"gridIOSRegularMinWidth"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMinWidth":{"url":"\/documentation\/ouds\/oudstheme\/gridiosregularminwidth","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"title":"gridIOSRegularMinWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/GridSemanticTokens-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations","kind":"article","role":"collectionGroup","type":"topic","title":"GridSemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/gridsemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/gridsemantictokens-implementations.json index 091affba6..6bea13942 100644 --- a/docs/data/documentation/ouds/oudstheme/gridsemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/gridsemantictokens-implementations.json @@ -1 +1 @@ -{"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth"],"title":"Instance Properties","generated":true}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"article","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations","interfaceLanguage":"swift"},"metadata":{"roleHeading":"API Collection","role":"collectionGroup","title":"GridSemanticTokens Implementations","modules":[{"name":"OUDS"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnCount":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount","kind":"symbol","abstract":[],"title":"gridIOSExtraCompactColumnCount","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumncount","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnGap":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumngap","title":"gridIOSRegularColumnGap","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnGap":{"type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap","title":"gridIOSCompactColumnGap","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumngap"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactDesignWidth":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactdesignwidth","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"title":"gridIOSExtraCompactDesignWidth","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMargin":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmargin","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin","abstract":[],"title":"gridIOSExtraCompactMargin"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMinWidth":{"title":"gridIOSCompactMinWidth","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth","url":"\/documentation\/ouds\/oudstheme\/gridioscompactminwidth","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMaxWidth":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmaxwidth","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSExtraCompactMaxWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnCount":{"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumncount","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount","title":"gridIOSRegularColumnCount","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","text":"GridIOSRegularSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularDesignWidth":{"type":"topic","title":"gridIOSRegularDesignWidth","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosregulardesignwidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnCount":{"url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumncount","title":"gridIOSCompactColumnCount","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMinWidth":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"abstract":[],"kind":"symbol","title":"gridIOSRegularMinWidth","url":"\/documentation\/ouds\/oudstheme\/gridiosregularminwidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactDesignWidth":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridioscompactdesignwidth","title":"gridIOSCompactDesignWidth","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMinWidth":{"url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactminwidth","type":"topic","title":"gridIOSExtraCompactMinWidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMargin":{"kind":"symbol","title":"gridIOSRegularMargin","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin","type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularmargin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMaxWidth":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"type":"topic","title":"gridIOSRegularMaxWidth","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/gridiosregularmaxwidth","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnGap":{"url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumngap","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap","title":"gridIOSExtraCompactColumnGap","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMaxWidth":{"url":"\/documentation\/ouds\/oudstheme\/gridioscompactmaxwidth","title":"gridIOSCompactMaxWidth","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMargin":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactmargin","role":"symbol","title":"gridIOSCompactMargin","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}],"abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"API Collection","title":"GridSemanticTokens Implementations","role":"collectionGroup","modules":[{"name":"OUDS"}]},"kind":"article","topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth"],"generated":true,"title":"Instance Properties"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/GridSemanticTokens-Implementations"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/gridsemantictokens-implementations"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMaxWidth":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactmaxwidth","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMaxWidth","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"title":"gridIOSCompactMaxWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMargin":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactmargin","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMargin","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"title":"gridIOSCompactMargin"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnCount":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumncount","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactColumnCount"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMargin":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmargin","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMargin","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactMargin"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactMinWidth":{"title":"gridIOSCompactMinWidth","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactMinWidth","url":"\/documentation\/ouds\/oudstheme\/gridioscompactminwidth","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMinWidth":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactminwidth","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMinWidth","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactMinWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMinWidth":{"url":"\/documentation\/ouds\/oudstheme\/gridiosregularminwidth","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMinWidth","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"title":"gridIOSRegularMinWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnGap":{"title":"gridIOSRegularColumnGap","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumngap","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnGap","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularDesignWidth":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularDesignWidth","url":"\/documentation\/ouds\/oudstheme\/gridiosregulardesignwidth","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"title":"gridIOSRegularDesignWidth","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactMaxWidth":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactmaxwidth","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactMaxWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactMaxWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMargin":{"title":"gridIOSRegularMargin","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMargin","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/gridiosregularmargin","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularColumnCount":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosregularcolumncount","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularColumnCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"title":"gridIOSRegularColumnCount"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactDesignWidth":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactdesignwidth","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactDesignWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"title":"gridIOSExtraCompactDesignWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSRegularMaxWidth":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosregularmaxwidth","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSRegularMaxWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"title":"gridIOSRegularMaxWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnGap":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumngap","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnGap","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"title":"gridIOSCompactColumnGap"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactDesignWidth":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactDesignWidth","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactdesignwidth","kind":"symbol","title":"gridIOSCompactDesignWidth"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSExtraCompactColumnGap":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSExtraCompactColumnGap","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridiosextracompactcolumngap","title":"gridIOSExtraCompactColumnGap"},"doc://OUDS/documentation/OUDS/OUDSTheme/gridIOSCompactColumnCount":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/gridIOSCompactColumnCount","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/gridioscompactcolumncount","kind":"symbol","title":"gridIOSCompactColumnCount"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/init().json b/docs/data/documentation/ouds/oudstheme/init().json index 68be7a609..644ce2380 100644 --- a/docs/data/documentation/ouds/oudstheme/init().json +++ b/docs/data/documentation/ouds/oudstheme/init().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"init","kind":"keyword"},{"kind":"text","text":"()"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/init()"]}],"metadata":{"roleHeading":"Initializer","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"init","kind":"identifier"},{"text":"()","kind":"text"}],"symbolKind":"init","title":"init()","externalID":"s:4OUDS9OUDSThemeCACycfc"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/init()":{"url":"\/documentation\/ouds\/oudstheme\/init()","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()","fragments":[{"text":"init","kind":"identifier"},{"text":"()","kind":"text"}],"title":"init()","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/init()"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"roleHeading":"Initializer","symbolKind":"init","role":"symbol","externalID":"s:4OUDS9OUDSThemeCACycfc","fragments":[{"kind":"identifier","text":"init"},{"text":"()","kind":"text"}],"modules":[{"name":"OUDS"}],"title":"init()"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"init","kind":"keyword"},{"text":"()","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/init()":{"url":"\/documentation\/ouds\/oudstheme\/init()","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/init()","fragments":[{"kind":"identifier","text":"init"},{"text":"()","kind":"text"}],"title":"init()"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/opacityemphasis.json b/docs/data/documentation/ouds/oudstheme/opacityemphasis.json index c925c9599..9bc67ce2e 100644 --- a/docs/data/documentation/ouds/oudstheme/opacityemphasis.json +++ b/docs/data/documentation/ouds/oudstheme/opacityemphasis.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/opacityemphasis"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC15opacityEmphasisSdvp","title":"opacityEmphasis","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"OpacitySemanticTokens.opacityEmphasis"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityEmphasis":{"title":"opacityEmphasis","url":"\/documentation\/ouds\/oudstheme\/opacityemphasis","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"kind":"symbol","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"type":"topic","role":"collectionGroup","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","kind":"article","title":"OpacitySemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"}}} \ No newline at end of file +{"metadata":{"title":"opacityEmphasis","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC15opacityEmphasisSdvp","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"OpacitySemanticTokens.opacityEmphasis","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/opacityemphasis"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/opacityEmphasis":{"title":"opacityEmphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis","url":"\/documentation\/ouds\/oudstheme\/opacityemphasis"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","role":"collectionGroup","kind":"article","title":"OpacitySemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/opacitymedium.json b/docs/data/documentation/ouds/oudstheme/opacitymedium.json index 9250c22e4..38e4a7d33 100644 --- a/docs/data/documentation/ouds/oudstheme/opacitymedium.json +++ b/docs/data/documentation/ouds/oudstheme/opacitymedium.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"OpacitySemanticTokens.opacityMedium","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium","interfaceLanguage":"swift"},"metadata":{"title":"opacityMedium","externalID":"s:4OUDS9OUDSThemeC13opacityMediumSdvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacitymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"type":"topic","role":"collectionGroup","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","kind":"article","title":"OpacitySemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityMedium":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"title":"opacityMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/opacitymedium"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"OpacitySemanticTokens.opacityMedium","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacitymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"metadata":{"title":"opacityMedium","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC13opacityMediumSdvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityMedium"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","extendedModule":"OUDS"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/opacityMedium":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitymedium","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium","title":"opacityMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","role":"collectionGroup","kind":"article","title":"OpacitySemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/opacityopaque.json b/docs/data/documentation/ouds/oudstheme/opacityopaque.json index 41410c7d5..df2da8142 100644 --- a/docs/data/documentation/ouds/oudstheme/opacityopaque.json +++ b/docs/data/documentation/ouds/oudstheme/opacityopaque.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"OpacitySemanticTokens.opacityOpaque","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","interfaceLanguage":"swift"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityOpaque","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC13opacityOpaqueSdvp","role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"opacityOpaque","extendedModule":"OUDS"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacityopaque"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityOpaque","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"type":"topic","role":"collectionGroup","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","kind":"article","title":"OpacitySemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityOpaque":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityOpaque","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier","text":"OpacitySemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","abstract":[],"title":"opacityOpaque","url":"\/documentation\/ouds\/oudstheme\/opacityopaque"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacityopaque"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"OpacitySemanticTokens.opacityOpaque"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"title":"opacityOpaque","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityOpaque"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC13opacityOpaqueSdvp"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityOpaque"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier","text":"OpacitySemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","role":"collectionGroup","kind":"article","title":"OpacitySemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityOpaque":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityOpaque","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/opacityopaque","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","title":"opacityOpaque","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/opacitysemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/opacitysemantictokens-implementations.json index 9fb5191cd..8b4eff352 100644 --- a/docs/data/documentation/ouds/oudstheme/opacitysemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/opacitysemantictokens-implementations.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"role":"collectionGroup","title":"OpacitySemanticTokens Implementations","roleHeading":"API Collection"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","interfaceLanguage":"swift"},"kind":"article","sections":[],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker"],"generated":true}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/opacityEmphasis":{"title":"opacityEmphasis","url":"\/documentation\/ouds\/oudstheme\/opacityemphasis","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"kind":"symbol","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityTransparent":{"kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitytransparent","title":"opacityTransparent","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeak":{"kind":"symbol","title":"opacityWeak","type":"topic","url":"\/documentation\/ouds\/oudstheme\/opacityweak","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityWeak","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeaker":{"url":"\/documentation\/ouds\/oudstheme\/opacityweaker","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"title":"opacityWeaker","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityMedium":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"title":"opacityMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/opacitymedium"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityOpaque":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityOpaque","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier","text":"OpacitySemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","abstract":[],"title":"opacityOpaque","url":"\/documentation\/ouds\/oudstheme\/opacityopaque"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","interfaceLanguage":"swift"},"metadata":{"roleHeading":"API Collection","modules":[{"name":"OUDS"}],"role":"collectionGroup","title":"OpacitySemanticTokens Implementations"},"kind":"article","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"topicSections":[{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityEmphasis":{"title":"opacityEmphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityEmphasis","url":"\/documentation\/ouds\/oudstheme\/opacityemphasis"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeak":{"url":"\/documentation\/ouds\/oudstheme\/opacityweak","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak","role":"symbol","kind":"symbol","title":"opacityWeak","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeak","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityOpaque":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityOpaque","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/opacityopaque","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityOpaque","title":"opacityOpaque","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityTransparent":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityTransparent","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/opacitytransparent","title":"opacityTransparent","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeaker":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/opacityweaker","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker","title":"opacityWeaker","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityMedium":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitymedium","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityMedium","title":"opacityMedium"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/opacitytransparent.json b/docs/data/documentation/ouds/oudstheme/opacitytransparent.json index 82683ffb7..d7f4a014d 100644 --- a/docs/data/documentation/ouds/oudstheme/opacitytransparent.json +++ b/docs/data/documentation/ouds/oudstheme/opacitytransparent.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacitytransparent"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"OpacitySemanticTokens.opacityTransparent","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC18opacityTransparentSdvp","title":"opacityTransparent","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"type":"topic","role":"collectionGroup","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","kind":"article","title":"OpacitySemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityTransparent":{"kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitytransparent","title":"opacityTransparent","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"OpacitySemanticTokens.opacityTransparent"},{"text":".","type":"text"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC18opacityTransparentSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"opacityTransparent"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/opacitytransparent"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","role":"collectionGroup","kind":"article","title":"OpacitySemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityTransparent":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityTransparent","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/opacitytransparent","title":"opacityTransparent","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityTransparent","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/opacityweak.json b/docs/data/documentation/ouds/oudstheme/opacityweak.json index 6e958a1dd..8f4becd6b 100644 --- a/docs/data/documentation/ouds/oudstheme/opacityweak.json +++ b/docs/data/documentation/ouds/oudstheme/opacityweak.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeak"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak","interfaceLanguage":"swift"},"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC11opacityWeakSdvp","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityWeak","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"symbolKind":"property","title":"opacityWeak","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"OpacitySemanticTokens.opacityWeak"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacityweak"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"type":"topic","role":"collectionGroup","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","kind":"article","title":"OpacitySemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeak":{"kind":"symbol","title":"opacityWeak","type":"topic","url":"\/documentation\/ouds\/oudstheme\/opacityweak","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityWeak","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"OpacitySemanticTokens.opacityWeak"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/opacityweak"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityWeak","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"sections":[],"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC11opacityWeakSdvp","symbolKind":"property","role":"symbol","roleHeading":"Instance Property","title":"opacityWeak","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeak","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeak":{"url":"\/documentation\/ouds\/oudstheme\/opacityweak","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeak","role":"symbol","kind":"symbol","title":"opacityWeak","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeak","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","role":"collectionGroup","kind":"article","title":"OpacitySemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/opacityweaker.json b/docs/data/documentation/ouds/oudstheme/opacityweaker.json index 7f08d6ef4..ff95070f5 100644 --- a/docs/data/documentation/ouds/oudstheme/opacityweaker.json +++ b/docs/data/documentation/ouds/oudstheme/opacityweaker.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/opacityweaker"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"OpacitySemanticTokens.opacityWeaker"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC13opacityWeakerSdvp","title":"opacityWeaker","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeaker"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeaker","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeaker":{"url":"\/documentation\/ouds\/oudstheme\/opacityweaker","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"title":"opacityWeaker","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"type":"topic","role":"collectionGroup","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","kind":"article","title":"OpacitySemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker","interfaceLanguage":"swift"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeaker"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC13opacityWeakerSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"opacityWeaker","symbolKind":"property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"OpacitySemanticTokens.opacityWeaker","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityWeaker"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/opacityweaker"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/OpacitySemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/opacitysemantictokens-implementations","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/OpacitySemanticTokens-Implementations","role":"collectionGroup","kind":"article","title":"OpacitySemanticTokens Implementations","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/opacityWeaker":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/opacityweaker","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/opacityWeaker","title":"opacityWeaker","kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodylarge.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodylarge.json index c0bbd3456..4193a4d04 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodylarge.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodylarge.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","title":"sizeMaxWidthTypographyBodyLarge","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC31sizeMaxWidthTypographyBodyLargeSdvp","extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyBodyLarge"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodylarge"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyLarge":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodylarge","title":"sizeMaxWidthTypographyBodyLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyBodyLarge"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"title":"sizeMaxWidthTypographyBodyLarge","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC31sizeMaxWidthTypographyBodyLargeSdvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodylarge"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"title":"sizeMaxWidthTypographyBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodylarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodymedium.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodymedium.json index 7657040b3..8dd394055 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodymedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodymedium.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyMedium"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeMaxWidthTypographyBodyMedium","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium"},"metadata":{"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"sizeMaxWidthTypographyBodyMedium","externalID":"s:4OUDS9OUDSThemeC32sizeMaxWidthTypographyBodyMediumSdvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyMedium":{"title":"sizeMaxWidthTypographyBodyMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodymedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyBodyMedium"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyMedium"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32sizeMaxWidthTypographyBodyMediumSdvp","roleHeading":"Instance Property","role":"symbol","title":"sizeMaxWidthTypographyBodyMedium","modules":[{"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodymedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyMedium":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium","kind":"symbol","title":"sizeMaxWidthTypographyBodyMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodymedium"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodysmall.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodysmall.json index 48f718b24..e5e71d049 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodysmall.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographybodysmall.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyBodySmall"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Property","title":"sizeMaxWidthTypographyBodySmall","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC31sizeMaxWidthTypographyBodySmallSdvp","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodySmall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall","title":"sizeMaxWidthTypographyBodySmall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodysmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyBodySmall"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC31sizeMaxWidthTypographyBodySmallSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"sizeMaxWidthTypographyBodySmall"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyBodySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodysmall"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodySmall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall","kind":"symbol","title":"sizeMaxWidthTypographyBodySmall","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodysmall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaylarge.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaylarge.json index d3710e07f..9b2b4d9f3 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaylarge.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaylarge.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"sizeMaxWidthTypographyDisplayLarge","externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyDisplayLargeSdvp","symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeMaxWidthTypographyDisplayLarge","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayLarge":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","title":"sizeMaxWidthTypographyDisplayLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaylarge"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"property","role":"symbol","title":"sizeMaxWidthTypographyDisplayLarge","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyDisplayLargeSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaylarge"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyDisplayLarge"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayLarge":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","kind":"symbol","title":"sizeMaxWidthTypographyDisplayLarge","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaylarge"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaymedium.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaymedium.json index 47b61d64f..95b1f6af0 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaymedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaymedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"sizeMaxWidthTypographyDisplayMedium","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC35sizeMaxWidthTypographyDisplayMediumSdvp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyDisplayMedium"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaymedium"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayMedium":{"abstract":[],"type":"topic","title":"sizeMaxWidthTypographyDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaymedium","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyDisplayMedium"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC35sizeMaxWidthTypographyDisplayMediumSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"sizeMaxWidthTypographyDisplayMedium"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaymedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium","kind":"symbol","title":"sizeMaxWidthTypographyDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaymedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaysmall.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaysmall.json index 6648ddee6..b7da3bae9 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaysmall.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographydisplaysmall.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"sizeMaxWidthTypographyDisplaySmall","externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyDisplaySmallSdvp","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaysmall"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeMaxWidthTypographyDisplaySmall","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplaySmall":{"title":"sizeMaxWidthTypographyDisplaySmall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyDisplaySmall"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplaySmall"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyDisplaySmallSdvp","title":"sizeMaxWidthTypographyDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplaySmall"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property"},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaysmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplaySmall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall","kind":"symbol","title":"sizeMaxWidthTypographyDisplaySmall","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaysmall"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadinglarge.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadinglarge.json index b4c3dd0d2..9119d7074 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadinglarge.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadinglarge.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","title":"sizeMaxWidthTypographyHeadingLarge","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyHeadingLargeSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadinglarge"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingLarge","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingLarge":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge","title":"sizeMaxWidthTypographyHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadinglarge"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingLarge"},{"type":"text","text":"."}],"metadata":{"title":"sizeMaxWidthTypographyHeadingLarge","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyHeadingLargeSdvp","roleHeading":"Instance Property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingLarge":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadinglarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"title":"sizeMaxWidthTypographyHeadingLarge"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingmedium.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingmedium.json index 1011f6c2d..a1d13fbb2 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingmedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingmedium.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingMedium","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingmedium"]}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC35sizeMaxWidthTypographyHeadingMediumSdvp","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"sizeMaxWidthTypographyHeadingMedium"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingMedium":{"abstract":[],"title":"sizeMaxWidthTypographyHeadingMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingmedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC35sizeMaxWidthTypographyHeadingMediumSdvp","extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"roleHeading":"Instance Property","title":"sizeMaxWidthTypographyHeadingMedium","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingMedium"},{"text":".","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","kind":"symbol","title":"sizeMaxWidthTypographyHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingmedium"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingsmall.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingsmall.json index 09d9c3fb5..d11902012 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingsmall.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingsmall.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingsmall"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingSmall"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"symbolKind":"property","title":"sizeMaxWidthTypographyHeadingSmall","externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyHeadingSmallSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingSmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","title":"sizeMaxWidthTypographyHeadingSmall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingsmall","role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingSmall","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34sizeMaxWidthTypographyHeadingSmallSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"sizeMaxWidthTypographyHeadingSmall","symbolKind":"property"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingSmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingsmall","title":"sizeMaxWidthTypographyHeadingSmall","role":"symbol","abstract":[],"kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingxlarge.json b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingxlarge.json index 6f760f697..7365ef82c 100644 --- a/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingxlarge.json +++ b/docs/data/documentation/ouds/oudstheme/sizemaxwidthtypographyheadingxlarge.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingxlarge"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"sizeMaxWidthTypographyHeadingXLarge","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC35sizeMaxWidthTypographyHeadingXLargeSdvp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingXLarge"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingXLarge":{"title":"sizeMaxWidthTypographyHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingxlarge","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","role":"symbol","title":"sizeMaxWidthTypographyHeadingXLarge","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC35sizeMaxWidthTypographyHeadingXLargeSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeMaxWidthTypographyHeadingXLarge"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingXLarge":{"type":"topic","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge","title":"sizeMaxWidthTypographyHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingxlarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargemedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargemedium.json index fb140d1dd..e35169dfd 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargemedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargemedium.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargemedium"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyLargeMedium","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC36sizeWidthHeightIconIsBodyLargeMediumSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","title":"sizeWidthHeightIconIsBodyLargeMedium","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeMedium":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"title":"sizeWidthHeightIconIsBodyLargeMedium","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyLargeMedium","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargemedium"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC36sizeWidthHeightIconIsBodyLargeMediumSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"sizeWidthHeightIconIsBodyLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeMedium":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium","abstract":[],"title":"sizeWidthHeightIconIsBodyLargeMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargeshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargeshort.json index 05a7d97f3..e523c516f 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargeshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargeshort.json @@ -1 +1 @@ -{"metadata":{"title":"sizeWidthHeightIconIsBodyLargeShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC35sizeWidthHeightIconIsBodyLargeShortSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyLargeShort"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeShort":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsBodyLargeShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargeshort","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35sizeWidthHeightIconIsBodyLargeShortSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"sizeWidthHeightIconIsBodyLargeShort","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargeshort"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyLargeShort"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargeshort"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargetall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargetall.json index 754159a58..88bf6b551 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargetall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodylargetall.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargetall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIconIsBodyLargeTallSdvp","title":"sizeWidthHeightIconIsBodyLargeTall","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyLargeTall"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeTall":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargetall","title":"sizeWidthHeightIconIsBodyLargeTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyLargeTall","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargetall"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIconIsBodyLargeTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"extendedModule":"OUDS","title":"sizeWidthHeightIconIsBodyLargeTall","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediummedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediummedium.json index 03c936e5b..12904fad1 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediummedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediummedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyMediumMedium","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC031sizeWidthHeightIconIsBodyMediumI0Sdvp","extendedModule":"OUDS"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediummedium"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumMedium":{"title":"sizeWidthHeightIconIsBodyMediumMedium","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediummedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC031sizeWidthHeightIconIsBodyMediumI0Sdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","title":"sizeWidthHeightIconIsBodyMediumMedium","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediummedium"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyMediumMedium"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumMedium":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediummedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol","title":"sizeWidthHeightIconIsBodyMediumMedium"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumshort.json index cf5d47f17..c635a0486 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumshort.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyMediumShort"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","title":"sizeWidthHeightIconIsBodyMediumShort","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC36sizeWidthHeightIconIsBodyMediumShortSdvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumShort":{"kind":"symbol","role":"symbol","title":"sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"title":"sizeWidthHeightIconIsBodyMediumShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC36sizeWidthHeightIconIsBodyMediumShortSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyMediumShort","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumshort"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumShort":{"title":"sizeWidthHeightIconIsBodyMediumShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumshort","kind":"symbol","abstract":[],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumtall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumtall.json index 1fa95a0d8..00e9986c7 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumtall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodymediumtall.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyMediumTall"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumtall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC35sizeWidthHeightIconIsBodyMediumTallSdvp","symbolKind":"property","extendedModule":"OUDS","title":"sizeWidthHeightIconIsBodyMediumTall","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumTall":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsBodyMediumTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumtall","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","title":"sizeWidthHeightIconIsBodyMediumTall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC35sizeWidthHeightIconIsBodyMediumTallSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodyMediumTall","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumtall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumTall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumtall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsBodyMediumTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallmedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallmedium.json index 9071cb17d..97beec64c 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallmedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallmedium.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallmedium"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC36sizeWidthHeightIconIsBodySmallMediumSdvp","extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsBodySmallMedium"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodySmallMedium"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallmedium","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium","title":"sizeWidthHeightIconIsBodySmallMedium"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"title":"sizeWidthHeightIconIsBodySmallMedium","externalID":"s:4OUDS9OUDSThemeC36sizeWidthHeightIconIsBodySmallMediumSdvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"extendedModule":"OUDS","role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodySmallMedium","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallmedium"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallshort.json index eeaa01ea0..c1514bbeb 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmallshort.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodySmallShort","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35sizeWidthHeightIconIsBodySmallShortSdvp","roleHeading":"Instance Property","title":"sizeWidthHeightIconIsBodySmallShort","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallshort"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallShort":{"title":"sizeWidthHeightIconIsBodySmallShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallshort","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsBodySmallShort","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallshort"]}],"metadata":{"title":"sizeWidthHeightIconIsBodySmallShort","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC35sizeWidthHeightIconIsBodySmallShortSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallShort":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconIsBodySmallShort"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmalltall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmalltall.json index 48a7a14b7..b70995d41 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmalltall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisbodysmalltall.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmalltall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","interfaceLanguage":"swift"},"metadata":{"role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconIsBodySmallTall","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIconIsBodySmallTallSdvp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodySmallTall"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallTall":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmalltall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsBodySmallTall","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIconIsBodySmallTallSdvp","extendedModule":"OUDS","role":"symbol","symbolKind":"property","title":"sizeWidthHeightIconIsBodySmallTall"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmalltall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsBodySmallTall"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmalltall"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargemedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargemedium.json index 09dbc42c6..0dd197c6b 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargemedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargemedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingLargeMediumSdvp","extendedModule":"OUDS","title":"sizeWidthHeightIconIsHeadingLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargemedium"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingLargeMedium"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeMedium":{"title":"sizeWidthHeightIconIsHeadingLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargemedium","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"symbolKind":"property","title":"sizeWidthHeightIconIsHeadingLargeMedium","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingLargeMediumSdvp","role":"symbol","roleHeading":"Instance Property"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingLargeMedium","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargemedium"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargeshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargeshort.json index b19e4c71c..f25a3b090 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargeshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargeshort.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingLargeShort"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingLargeShortSdvp","extendedModule":"OUDS","title":"sizeWidthHeightIconIsHeadingLargeShort","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeShort":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","title":"sizeWidthHeightIconIsHeadingLargeShort","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargeshort","type":"topic","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconIsHeadingLargeShort","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingLargeShortSdvp","roleHeading":"Instance Property"},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingLargeShort","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeShort":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","title":"sizeWidthHeightIconIsHeadingLargeShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargeshort"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargetall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargetall.json index 2e59fa464..b5492b474 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargetall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadinglargetall.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingLargeTall","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC37sizeWidthHeightIconIsHeadingLargeTallSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsHeadingLargeTall","symbolKind":"property","roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargetall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeTall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargetall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingLargeTall"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","interfaceLanguage":"swift"},"metadata":{"extendedModule":"OUDS","title":"sizeWidthHeightIconIsHeadingLargeTall","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC37sizeWidthHeightIconIsHeadingLargeTallSdvp","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargetall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediummedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediummedium.json index a60174ed0..47fa70234 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediummedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediummedium.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediummedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC034sizeWidthHeightIconIsHeadingMediumI0Sdvp","title":"sizeWidthHeightIconIsHeadingMediumMedium","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingMediumMedium","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumMedium":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsHeadingMediumMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediummedium","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingMediumMedium"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediummedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC034sizeWidthHeightIconIsHeadingMediumI0Sdvp","extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"sizeWidthHeightIconIsHeadingMediumMedium"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediummedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumshort.json index 1326ebf2a..d01d9b45c 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumshort.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumshort"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingMediumShortSdvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","title":"sizeWidthHeightIconIsHeadingMediumShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingMediumShort"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumShort":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsHeadingMediumShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumshort","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingMediumShort"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS","title":"sizeWidthHeightIconIsHeadingMediumShort","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingMediumShortSdvp","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumshort"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumShort":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumshort"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumtall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumtall.json index 4de50bec8..97782b031 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumtall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingmediumtall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall","interfaceLanguage":"swift"},"metadata":{"title":"sizeWidthHeightIconIsHeadingMediumTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingMediumTallSdvp","extendedModule":"OUDS"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumtall"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingMediumTall","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumTall":{"title":"sizeWidthHeightIconIsHeadingMediumTall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumtall"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumtall"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingMediumTall"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingMediumTallSdvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"sizeWidthHeightIconIsHeadingMediumTall","symbolKind":"property","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumTall":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumtall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconIsHeadingMediumTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallmedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallmedium.json index 0fa026193..93d719072 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallmedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallmedium.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallmedium"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingSmallMediumSdvp","title":"sizeWidthHeightIconIsHeadingSmallMedium","symbolKind":"property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingSmallMedium","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallMedium":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallmedium","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","title":"sizeWidthHeightIconIsHeadingSmallMedium","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingSmallMedium","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"metadata":{"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingSmallMediumSdvp","title":"sizeWidthHeightIconIsHeadingSmallMedium"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallMedium":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallmedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsHeadingSmallMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallshort.json index 2f3ad7784..b668692dc 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmallshort.json @@ -1 +1 @@ -{"metadata":{"title":"sizeWidthHeightIconIsHeadingSmallShort","externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingSmallShortSdvp","symbolKind":"property","extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallshort"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingSmallShort","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallShort":{"title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallshort","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingSmallShort"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallshort"]}],"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingSmallShortSdvp","title":"sizeWidthHeightIconIsHeadingSmallShort","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallShort":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallshort"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmalltall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmalltall.json index 2e0d9b3ee..29e6e7b80 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmalltall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingsmalltall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmalltall"]}],"metadata":{"extendedModule":"OUDS","title":"sizeWidthHeightIconIsHeadingSmallTall","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC37sizeWidthHeightIconIsHeadingSmallTallSdvp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingSmallTall","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallTall":{"type":"topic","title":"sizeWidthHeightIconIsHeadingSmallTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmalltall"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingSmallTall"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC37sizeWidthHeightIconIsHeadingSmallTallSdvp","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconIsHeadingSmallTall","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmalltall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallTall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmalltall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsHeadingSmallTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargemedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargemedium.json index d7825e55d..f54fc1119 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargemedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargemedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC40sizeWidthHeightIconIsHeadingXLargeMediumSdvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"extendedModule":"OUDS","role":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingXLargeMedium","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsHeadingXLargeMedium","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC40sizeWidthHeightIconIsHeadingXLargeMediumSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconIsHeadingXLargeMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingXLargeMedium","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargemedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargeshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargeshort.json index 49f2b48a8..15ce0bd26 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargeshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargeshort.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingXLargeShort"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconIsHeadingXLargeShort","externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingXLargeShortSdvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"symbolKind":"property","extendedModule":"OUDS"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeShort":{"title":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargeshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingXLargeShort","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsHeadingXLargeShort","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC39sizeWidthHeightIconIsHeadingXLargeShortSdvp","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeShort":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargeshort"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargetall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargetall.json index 87f779c4a..9a70d5754 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargetall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonisheadingxlargetall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargetall"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingXLargeTallSdvp","role":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeTall","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingXLargeTall"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeTall":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsHeadingXLargeTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargetall","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargetall"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","title":"sizeWidthHeightIconIsHeadingXLargeTall","role":"symbol","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC38sizeWidthHeightIconIsHeadingXLargeTallSdvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconIsHeadingXLargeTall","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeTall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonmedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonmedium.json index 4a9ec0fa4..8345f0748 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonmedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC25sizeWidthHeightIconMediumSdvp","role":"symbol","title":"sizeWidthHeightIconMedium"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconMedium"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol","title":"sizeWidthHeightIconMedium","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"metadata":{"role":"symbol","title":"sizeWidthHeightIconMedium","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC25sizeWidthHeightIconMediumSdvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium","kind":"symbol","title":"sizeWidthHeightIconMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshort.json index b5da127a1..40d822f39 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshort.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconShort"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24sizeWidthHeightIconShortSdvp","title":"sizeWidthHeightIconShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonshort"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShort":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshort","kind":"symbol","title":"sizeWidthHeightIconShort"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","extendedModule":"OUDS","title":"sizeWidthHeightIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC24sizeWidthHeightIconShortSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonshort"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconShort"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShort":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshort","title":"sizeWidthHeightIconShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshorter.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshorter.json index 2e3f5002f..62f07e255 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshorter.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshorter.json @@ -1 +1 @@ -{"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","title":"sizeWidthHeightIconShorter","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26sizeWidthHeightIconShorterSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShorter"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconShorter"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShorter":{"title":"sizeWidthHeightIconShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshorter","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconShorter","symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26sizeWidthHeightIconShorterSdvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonshorter"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconShorter"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShorter":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter","kind":"symbol","title":"sizeWidthHeightIconShorter","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshorter"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshortest.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshortest.json index 884fdae3f..f2e993907 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshortest.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticonshortest.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC27sizeWidthHeightIconShortestSdvp","symbolKind":"property","title":"sizeWidthHeightIconShortest","extendedModule":"OUDS"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonshortest"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconShortest"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShortest":{"abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshortest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","type":"topic","title":"sizeWidthHeightIconShortest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconShortest"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC27sizeWidthHeightIconShortestSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconShortest"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticonshortest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShortest":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshortest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconShortest"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticontall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticontall.json index 0ee88ccd2..0e09954f5 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticontall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticontall.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconTall"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticontall"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC23sizeWidthHeightIconTallSdvp","role":"symbol","title":"sizeWidthHeightIconTall","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"roleHeading":"Instance Property","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTall":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","type":"topic","title":"sizeWidthHeightIconTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconTall","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticontall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconTall","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC23sizeWidthHeightIconTallSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","kind":"symbol","title":"sizeWidthHeightIconTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticontaller.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticontaller.json index ff20b1794..6b85f1285 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticontaller.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticontaller.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller"},"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconTaller","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC25sizeWidthHeightIconTallerSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconTaller"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontaller","title":"sizeWidthHeightIconTaller","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIconTaller","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC25sizeWidthHeightIconTallerSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIconTaller"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticontaller"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTaller":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller","kind":"symbol","title":"sizeWidthHeightIconTaller","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontaller"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheighticontallest.json b/docs/data/documentation/ouds/oudstheme/sizewidthheighticontallest.json index 2406c5b2e..0993b3767 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheighticontallest.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheighticontallest.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconTallest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticontallest"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIconTallest"},{"type":"text","text":"."}],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC26sizeWidthHeightIconTallestSdvp","title":"sizeWidthHeightIconTallest","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTallest":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"title":"sizeWidthHeightIconTallest","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontallest"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Property","title":"sizeWidthHeightIconTallest","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26sizeWidthHeightIconTallestSdvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconTallest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheighticontallest"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIconTallest","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTallest":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontallest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconTallest"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargemedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargemedium.json index 599c7ceb8..2c7c2d1c2 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargemedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargemedium.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelLargeMediumSdvp","extendedModule":"OUDS","title":"sizeWidthHeightIsLabelLargeMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargemedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeMedium"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeMedium":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium","abstract":[],"title":"sizeWidthHeightIsLabelLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargemedium"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelLargeMediumSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","title":"sizeWidthHeightIsLabelLargeMedium"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargemedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium","role":"symbol","abstract":[],"title":"sizeWidthHeightIsLabelLargeMedium","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshort.json index fe0b03435..5fc0b226d 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshort.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort","interfaceLanguage":"swift"},"sections":[],"metadata":{"title":"sizeWidthHeightIsLabelLargeShort","externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelLargeShortSdvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeShort"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"type":"topic","role":"collection","title":"OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShort":{"kind":"symbol","title":"sizeWidthHeightIsLabelLargeShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeShort","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","metadata":{"symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","title":"sizeWidthHeightIsLabelLargeShort","externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelLargeShortSdvp","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshort"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshorter.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshorter.json index f6d234144..f77fc355f 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshorter.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargeshorter.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeShorter","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshorter"]}],"sections":[],"kind":"symbol","metadata":{"title":"sizeWidthHeightIsLabelLargeShorter","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIsLabelLargeShorterSdvp","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShorter":{"title":"sizeWidthHeightIsLabelLargeShorter","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshorter","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIsLabelLargeShorterSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"sizeWidthHeightIsLabelLargeShorter","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeShorter","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshorter"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShorter":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShorter","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshorter"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetall.json index 9c23b68ae..7eb3fbc08 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetall.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeTall","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetall"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"OUDS","title":"sizeWidthHeightIsLabelLargeTall","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC31sizeWidthHeightIsLabelLargeTallSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTall":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetall","type":"topic","title":"sizeWidthHeightIsLabelLargeTall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC31sizeWidthHeightIsLabelLargeTallSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIsLabelLargeTall"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeTall","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetaller.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetaller.json index 70c8bd57e..0887ee4aa 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetaller.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabellargetaller.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelLargeTallerSdvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTaller"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","title":"sizeWidthHeightIsLabelLargeTaller","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeTaller"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTaller":{"abstract":[],"type":"topic","title":"sizeWidthHeightIsLabelLargeTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetaller","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTaller"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetaller"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelLargeTaller"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelLargeTallerSdvp","title":"sizeWidthHeightIsLabelLargeTaller","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTaller":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetaller","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIsLabelLargeTaller"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediummedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediummedium.json index b274d38a7..9e0b21803 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediummedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediummedium.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelMediumMedium","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediummedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","metadata":{"extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIsLabelMediumMedium","externalID":"s:4OUDS9OUDSThemeC028sizeWidthHeightIsLabelMediumH0Sdvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumMedium":{"abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIsLabelMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediummedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelMediumMedium"},{"type":"text","text":"."}],"metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIsLabelMediumMedium","externalID":"s:4OUDS9OUDSThemeC028sizeWidthHeightIsLabelMediumH0Sdvp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediummedium"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumMedium":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediummedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIsLabelMediumMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumshort.json index 509c6a4ce..585fdde0e 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumshort.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","title":"sizeWidthHeightIsLabelMediumShort","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelMediumShortSdvp","extendedModule":"OUDS"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumshort"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelMediumShort","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumshort","title":"sizeWidthHeightIsLabelMediumShort","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelMediumShort"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIsLabelMediumShort","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelMediumShortSdvp","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumshort"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","kind":"symbol","title":"sizeWidthHeightIsLabelMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumshort"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumtall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumtall.json index 43b0786ad..b240ce9c8 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumtall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelmediumtall.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","title":"sizeWidthHeightIsLabelMediumTall","externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelMediumTallSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelMediumTall"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumtall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumTall":{"abstract":[],"type":"topic","title":"sizeWidthHeightIsLabelMediumTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumtall","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelMediumTall"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumtall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelMediumTallSdvp","title":"sizeWidthHeightIsLabelMediumTall"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall","kind":"symbol","title":"sizeWidthHeightIsLabelMediumTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumtall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallmedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallmedium.json index 958e76750..90cea3f4a 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallmedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallmedium.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelSmallMedium"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallmedium"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"roleHeading":"Instance Property","title":"sizeWidthHeightIsLabelSmallMedium","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelSmallMediumSdvp","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIsLabelSmallMedium","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelSmallMedium"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium"},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelSmallMediumSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","title":"sizeWidthHeightIsLabelSmallMedium","roleHeading":"Instance Property","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallMedium":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium","kind":"symbol","title":"sizeWidthHeightIsLabelSmallMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallmedium"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallshort.json index f39df5f2a..f3525dd1d 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmallshort.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallshort"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelSmallShortSdvp","role":"symbol","title":"sizeWidthHeightIsLabelSmallShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelSmallShort","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallShort":{"role":"symbol","title":"sizeWidthHeightIsLabelSmallShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallshort","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelSmallShort"},{"text":".","type":"text"}],"sections":[],"metadata":{"title":"sizeWidthHeightIsLabelSmallShort","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelSmallShortSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallshort"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","kind":"symbol","title":"sizeWidthHeightIsLabelSmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmalltall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmalltall.json index eed57fad0..a57dff697 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmalltall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelsmalltall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIsLabelSmallTall","externalID":"s:4OUDS9OUDSThemeC31sizeWidthHeightIsLabelSmallTallSdvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","extendedModule":"OUDS"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmalltall"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelSmallTall","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallTall":{"kind":"symbol","title":"sizeWidthHeightIsLabelSmallTall","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmalltall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmalltall"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelSmallTall"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","interfaceLanguage":"swift"},"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC31sizeWidthHeightIsLabelSmallTallSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"sizeWidthHeightIsLabelSmallTall","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallTall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmalltall","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"title":"sizeWidthHeightIsLabelSmallTall","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargemedium.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargemedium.json index 1e463f657..6491a6859 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargemedium.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargemedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelXLargeMedium","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","title":"sizeWidthHeightIsLabelXLargeMedium","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIsLabelXLargeMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargemedium"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargemedium","title":"sizeWidthHeightIsLabelXLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34sizeWidthHeightIsLabelXLargeMediumSdvp","role":"symbol","title":"sizeWidthHeightIsLabelXLargeMedium","symbolKind":"property","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelXLargeMedium"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargemedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeMedium":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargemedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargeshort.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargeshort.json index 86febaac9..9571a288f 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargeshort.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargeshort.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargeshort"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelXLargeShort"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelXLargeShortSdvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIsLabelXLargeShort"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargeshort","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIsLabelXLargeShort","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargeshort"]}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC33sizeWidthHeightIsLabelXLargeShortSdvp","title":"sizeWidthHeightIsLabelXLargeShort","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelXLargeShort","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargeshort"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargetall.json b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargetall.json index 41b5b9ea6..4ddd21cd1 100644 --- a/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargetall.json +++ b/docs/data/documentation/ouds/oudstheme/sizewidthheightislabelxlargetall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargetall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"title":"sizeWidthHeightIsLabelXLargeTall","externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelXLargeTallSdvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"symbolKind":"property","extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SizingSemanticTokens.sizeWidthHeightIsLabelXLargeTall"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","abstract":[],"type":"topic","role":"collectionGroup","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeTall":{"kind":"symbol","title":"sizeWidthHeightIsLabelXLargeTall","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargetall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall"},"metadata":{"title":"sizeWidthHeightIsLabelXLargeTall","externalID":"s:4OUDS9OUDSThemeC32sizeWidthHeightIsLabelXLargeTallSdvp","symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargetall"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SizingSemanticTokens.sizeWidthHeightIsLabelXLargeTall","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargetall"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SizingSemanticTokens-Implementations":{"title":"SizingSemanticTokens Implementations","kind":"article","abstract":[],"role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/sizingsemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/sizingsemantictokens-implementations.json index 21886ee81..3b8e4e7b2 100644 --- a/docs/data/documentation/ouds/oudstheme/sizingsemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/sizingsemantictokens-implementations.json @@ -1 +1 @@ -{"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall"],"generated":true}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","interfaceLanguage":"swift"},"kind":"article","metadata":{"title":"SizingSemanticTokens Implementations","modules":[{"name":"OUDS"}],"roleHeading":"API Collection","role":"collectionGroup"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIsLabelSmallMedium","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeMedium":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"title":"sizeWidthHeightIconIsBodyLargeMedium","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumMedium":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsHeadingMediumMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediummedium","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumMedium":{"abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIsLabelMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediummedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShort":{"kind":"symbol","title":"sizeWidthHeightIsLabelLargeShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyLarge":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodylarge","title":"sizeMaxWidthTypographyBodyLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeMedium":{"title":"sizeWidthHeightIconIsHeadingLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargemedium","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumTall":{"title":"sizeWidthHeightIconIsHeadingMediumTall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumtall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingXLarge":{"title":"sizeMaxWidthTypographyHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingxlarge","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallShort":{"role":"symbol","title":"sizeWidthHeightIsLabelSmallShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallshort","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplaySmall":{"title":"sizeMaxWidthTypographyDisplaySmall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol","title":"sizeWidthHeightIconMedium","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodySmall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall","title":"sizeMaxWidthTypographyBodySmall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodysmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingLarge":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge","title":"sizeMaxWidthTypographyHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadinglarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeShort":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsBodyLargeShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargeshort","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargemedium","title":"sizeWidthHeightIsLabelXLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingMedium":{"abstract":[],"title":"sizeMaxWidthTypographyHeadingMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingmedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShort":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshort","kind":"symbol","title":"sizeWidthHeightIconShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyMedium":{"title":"sizeMaxWidthTypographyBodyMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodymedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallShort":{"title":"sizeWidthHeightIconIsBodySmallShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallshort","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargeshort","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIsLabelXLargeShort","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumshort","title":"sizeWidthHeightIsLabelMediumShort","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingSmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","title":"sizeMaxWidthTypographyHeadingSmall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingsmall","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallTall":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmalltall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsBodySmallTall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeTall":{"kind":"symbol","title":"sizeWidthHeightIsLabelXLargeTall","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargetall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsHeadingXLargeMedium","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumTall":{"abstract":[],"type":"topic","title":"sizeWidthHeightIsLabelMediumTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumtall","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTall":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","type":"topic","title":"sizeWidthHeightIconTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTaller":{"abstract":[],"type":"topic","title":"sizeWidthHeightIsLabelLargeTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetaller","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallmedium","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium","title":"sizeWidthHeightIconIsBodySmallMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShorter":{"title":"sizeWidthHeightIconShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshorter","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeTall":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargetall","title":"sizeWidthHeightIconIsBodyLargeTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallTall":{"type":"topic","title":"sizeWidthHeightIconIsHeadingSmallTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmalltall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumShort":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsHeadingMediumShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumshort","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontaller","title":"sizeWidthHeightIconTaller","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeTall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargetall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShorter":{"title":"sizeWidthHeightIsLabelLargeShorter","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshorter","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumShort":{"kind":"symbol","role":"symbol","title":"sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayLarge":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","title":"sizeMaxWidthTypographyDisplayLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaylarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayMedium":{"abstract":[],"type":"topic","title":"sizeMaxWidthTypographyDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaymedium","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallShort":{"title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallshort","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeShort":{"title":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargeshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTallest":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"title":"sizeWidthHeightIconTallest","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontallest"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumTall":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsBodyMediumTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumtall","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeShort":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","title":"sizeWidthHeightIconIsHeadingLargeShort","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargeshort","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallMedium":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallmedium","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","title":"sizeWidthHeightIconIsHeadingSmallMedium","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumMedium":{"title":"sizeWidthHeightIconIsBodyMediumMedium","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediummedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallTall":{"kind":"symbol","title":"sizeWidthHeightIsLabelSmallTall","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmalltall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeMedium":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium","abstract":[],"title":"sizeWidthHeightIsLabelLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargemedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTall":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetall","type":"topic","title":"sizeWidthHeightIsLabelLargeTall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShortest":{"abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshortest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","type":"topic","title":"sizeWidthHeightIconShortest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeTall":{"abstract":[],"type":"topic","title":"sizeWidthHeightIconIsHeadingXLargeTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargetall","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]}}} \ No newline at end of file +{"kind":"article","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/sizingsemantictokens-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"SizingSemanticTokens Implementations","modules":[{"name":"OUDS"}],"roleHeading":"API Collection","role":"collectionGroup"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SizingSemanticTokens-Implementations","interfaceLanguage":"swift"},"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall"],"generated":true,"title":"Instance Properties"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallTall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmalltall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallTall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsHeadingSmallTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"title":"sizeMaxWidthTypographyBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodylarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyLarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallShort":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallShort","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconIsBodySmallShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingLarge":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadinglarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingLarge","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"title":"sizeMaxWidthTypographyHeadingLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTallest":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontallest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTallest","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconTallest"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallMedium":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallmedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallMedium","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsHeadingSmallMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeMedium":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeMedium","abstract":[],"title":"sizeWidthHeightIconIsBodyLargeMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShortest":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshortest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShortest","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconShortest"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTaller":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetaller","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTaller","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIsLabelLargeTaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingXLarge":{"type":"topic","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingXLarge","title":"sizeMaxWidthTypographyHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingxlarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumTall":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumtall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumTall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconIsHeadingMediumTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumMedium":{"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediummedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol","title":"sizeWidthHeightIconIsBodyMediumMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShort":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshort","title":"sizeWidthHeightIconShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShort","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumTall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumtall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumTall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsBodyMediumTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplaySmall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplaySmall","kind":"symbol","title":"sizeMaxWidthTypographyDisplaySmall","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaysmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumShort":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediumshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallShort","kind":"symbol","title":"sizeWidthHeightIsLabelSmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconShorter":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconShorter","kind":"symbol","title":"sizeWidthHeightIconShorter","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallMedium","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmallmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingMediumMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingMediumMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingmediummedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargemedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeMedium","role":"symbol","abstract":[],"title":"sizeWidthHeightIsLabelLargeMedium","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTaller":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTaller","kind":"symbol","title":"sizeWidthHeightIconTaller","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconMedium","kind":"symbol","title":"sizeWidthHeightIconMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingSmallShort":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingSmallShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingsmallshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeShort","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargeshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallMedium":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallMedium","kind":"symbol","title":"sizeWidthHeightIsLabelSmallMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmallmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingMedium","kind":"symbol","title":"sizeMaxWidthTypographyHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeShort":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargeshort"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeShort","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargeshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodyMedium":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodyMedium","kind":"symbol","title":"sizeMaxWidthTypographyBodyMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodymedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeTall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelSmallTall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelSmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelsmalltall","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"title":"sizeWidthHeightIsLabelSmallTall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyHeadingSmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyHeadingSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographyheadingsmall","title":"sizeMaxWidthTypographyHeadingSmall","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargemedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyMediumShort":{"title":"sizeWidthHeightIconIsBodyMediumShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodymediumshort","kind":"symbol","abstract":[],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShort","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayLarge":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayLarge","kind":"symbol","title":"sizeMaxWidthTypographyDisplayLarge","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaylarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelLargeShorter":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelLargeShorter","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShorter","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabellargeshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodySmallTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodySmallTall","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodysmalltall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconTall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconTall","kind":"symbol","title":"sizeWidthHeightIconTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticontall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumTall","kind":"symbol","title":"sizeWidthHeightIsLabelMediumTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumtall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingLargeShort":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","title":"sizeWidthHeightIconIsHeadingLargeShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingLargeShort","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadinglargeshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsHeadingXLargeMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsHeadingXLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisheadingxlargemedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeMedium":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeMedium","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargemedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyDisplayMedium":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyDisplayMedium","kind":"symbol","title":"sizeMaxWidthTypographyDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographydisplaymedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIconIsBodyLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIconIsBodyLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheighticonisbodylargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeMaxWidthTypographyBodySmall":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeMaxWidthTypographyBodySmall","kind":"symbol","title":"sizeMaxWidthTypographyBodySmall","url":"\/documentation\/ouds\/oudstheme\/sizemaxwidthtypographybodysmall"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumMedium":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumMedium","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediummedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIsLabelMediumMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelXLargeTall":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelXLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeTall","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelxlargetall"},"doc://OUDS/documentation/OUDS/OUDSTheme/sizeWidthHeightIsLabelMediumShort":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sizeWidthHeightIsLabelMediumShort","kind":"symbol","title":"sizeWidthHeightIsLabelMediumShort","url":"\/documentation\/ouds\/oudstheme\/sizewidthheightislabelmediumshort"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowmedium.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowmedium.json index 5cf7289e0..97e3869df 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowmedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowMedium"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC36spaceColumnGapComponentIsArrowMediumSdvp","symbolKind":"property","title":"spaceColumnGapComponentIsArrowMedium","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowmedium","kind":"symbol","title":"spaceColumnGapComponentIsArrowMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium"},"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC36spaceColumnGapComponentIsArrowMediumSdvp","symbolKind":"property","role":"symbol","title":"spaceColumnGapComponentIsArrowMedium","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowMedium":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowmedium","abstract":[],"role":"symbol","title":"spaceColumnGapComponentIsArrowMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrownone.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrownone.json index c03c811e3..91add2c8b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrownone.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrownone.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowNone"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34spaceColumnGapComponentIsArrowNoneSdvp","title":"spaceColumnGapComponentIsArrowNone","extendedModule":"OUDS","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrownone"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowNone":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","type":"topic","title":"spaceColumnGapComponentIsArrowNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrownone","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowNone"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrownone"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC34spaceColumnGapComponentIsArrowNoneSdvp","extendedModule":"OUDS","title":"spaceColumnGapComponentIsArrowNone","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","title":"OUDSTheme","role":"symbol","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"text":"to implement all tokens.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"url":"\/documentation\/ouds\/oudstheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrownone","kind":"symbol","type":"topic","role":"symbol","title":"spaceColumnGapComponentIsArrowNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshort.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshort.json index dbff47920..d6441e2fc 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshort.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshort"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC35spaceColumnGapComponentIsArrowShortSdvp","symbolKind":"property","roleHeading":"Instance Property","title":"spaceColumnGapComponentIsArrowShort","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowShort"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShort":{"abstract":[],"title":"spaceColumnGapComponentIsArrowShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshort","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"spaceColumnGapComponentIsArrowShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC35spaceColumnGapComponentIsArrowShortSdvp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowShort"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshort"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShort":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","title":"spaceColumnGapComponentIsArrowShort","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshorter.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshorter.json index 80f00bad7..f57219523 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowshorter.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowShorter"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC37spaceColumnGapComponentIsArrowShorterSdvp","symbolKind":"property","role":"symbol","title":"spaceColumnGapComponentIsArrowShorter"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShorter":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshorter","role":"symbol","title":"spaceColumnGapComponentIsArrowShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC37spaceColumnGapComponentIsArrowShorterSdvp","title":"spaceColumnGapComponentIsArrowShorter","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowShorter"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshorter","title":"spaceColumnGapComponentIsArrowShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtall.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtall.json index f4d501cf3..b20e8544d 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtall.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtall.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC34spaceColumnGapComponentIsArrowTallSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentIsArrowTall"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowTall"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall","role":"symbol","kind":"symbol","abstract":[],"type":"topic","title":"spaceColumnGapComponentIsArrowTall","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC34spaceColumnGapComponentIsArrowTallSdvp","title":"spaceColumnGapComponentIsArrowTall"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowTall"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTall":{"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall","title":"spaceColumnGapComponentIsArrowTall","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtaller.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtaller.json index c6606473b..d706d85d4 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisarrowtaller.json @@ -1 +1 @@ -{"metadata":{"title":"spaceColumnGapComponentIsArrowTaller","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC36spaceColumnGapComponentIsArrowTallerSdvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtaller"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowTaller"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTaller":{"title":"spaceColumnGapComponentIsArrowTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtaller","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtaller"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"spaceColumnGapComponentIsArrowTaller","externalID":"s:4OUDS9OUDSThemeC36spaceColumnGapComponentIsArrowTallerSdvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentIsArrowTaller","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTaller":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentIsArrowTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtaller","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconmedium.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconmedium.json index 4a17aaf91..aabb0096b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconmedium.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC35spaceColumnGapComponentIsIconMediumSdvp","title":"spaceColumnGapComponentIsIconMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconmedium"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconMedium":{"title":"spaceColumnGapComponentIsIconMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconmedium","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","title":"spaceColumnGapComponentIsIconMedium","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC35spaceColumnGapComponentIsIconMediumSdvp","extendedModule":"OUDS"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconMedium"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconmedium"]}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconMedium":{"role":"symbol","kind":"symbol","title":"spaceColumnGapComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconmedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconnone.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconnone.json index d00a4581d..e084f45ec 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconnone.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconNone"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconNone","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"spaceColumnGapComponentIsIconNone","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC33spaceColumnGapComponentIsIconNoneSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconNone":{"title":"spaceColumnGapComponentIsIconNone","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconNone"},{"type":"text","text":"."}],"metadata":{"title":"spaceColumnGapComponentIsIconNone","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC33spaceColumnGapComponentIsIconNoneSdvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconnone","title":"spaceColumnGapComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshort.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshort.json index b56f5b421..285c2cd1c 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshort.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconShort"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshort"]}],"metadata":{"roleHeading":"Instance Property","title":"spaceColumnGapComponentIsIconShort","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC34spaceColumnGapComponentIsIconShortSdvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShort":{"title":"spaceColumnGapComponentIsIconShort","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshort","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconShort","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC34spaceColumnGapComponentIsIconShortSdvp","title":"spaceColumnGapComponentIsIconShort","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShort":{"abstract":[],"title":"spaceColumnGapComponentIsIconShort","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshort","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshorter.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshorter.json index 13cf6ad6b..b4f814217 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisiconshorter.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"OUDS","title":"spaceColumnGapComponentIsIconShorter","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC36spaceColumnGapComponentIsIconShorterSdvp","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconShorter"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShorter":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshorter","title":"spaceColumnGapComponentIsIconShorter","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshorter"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconShorter","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC36spaceColumnGapComponentIsIconShorterSdvp","title":"spaceColumnGapComponentIsIconShorter"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshorter","title":"spaceColumnGapComponentIsIconShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontall.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontall.json index a3926a2cf..20ea1c92d 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontall.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconTall","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC33spaceColumnGapComponentIsIconTallSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"spaceColumnGapComponentIsIconTall","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTall":{"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall","title":"spaceColumnGapComponentIsIconTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC33spaceColumnGapComponentIsIconTallSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"spaceColumnGapComponentIsIconTall","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconTall"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTall":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontall","title":"spaceColumnGapComponentIsIconTall","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontaller.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontaller.json index 257572338..83a420010 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentisicontaller.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"title":"spaceColumnGapComponentIsIconTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC35spaceColumnGapComponentIsIconTallerSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconTaller","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTaller":{"title":"spaceColumnGapComponentIsIconTaller","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"spaceColumnGapComponentIsIconTaller","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC35spaceColumnGapComponentIsIconTallerSdvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentIsIconTaller","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontaller","title":"spaceColumnGapComponentIsIconTaller","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentmedium.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentmedium.json index 975993e30..abca4ded2 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentmedium"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC29spaceColumnGapComponentMediumSdvp","title":"spaceColumnGapComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentMedium","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceColumnGapComponentMedium","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentmedium"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceColumnGapComponentMedium","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentmedium"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC29spaceColumnGapComponentMediumSdvp","role":"symbol","extendedModule":"OUDS","title":"spaceColumnGapComponentMedium","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDS"}],"symbolKind":"property"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentmedium","title":"spaceColumnGapComponentMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentnone.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentnone.json index de5c902ab..5d46d11e6 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentnone.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentnone"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC27spaceColumnGapComponentNoneSdvp","title":"spaceColumnGapComponentNone","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentNone"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentNone":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone","title":"spaceColumnGapComponentNone","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentnone","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","title":"spaceColumnGapComponentNone","externalID":"s:4OUDS9OUDSThemeC27spaceColumnGapComponentNoneSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceColumnGapComponentNone","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentnone","title":"spaceColumnGapComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshort.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshort.json index 05c8629c0..73f429b3b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshort.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentShort"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshort"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"title":"spaceColumnGapComponentShort","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC28spaceColumnGapComponentShortSdvp","symbolKind":"property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShort":{"title":"spaceColumnGapComponentShort","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshort"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentShort"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"title":"spaceColumnGapComponentShort","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC28spaceColumnGapComponentShortSdvp"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshort","title":"spaceColumnGapComponentShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshorter.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshorter.json index 3d780534e..89ce7e71b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponentshorter.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshorter"]}],"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC30spaceColumnGapComponentShorterSdvp","symbolKind":"property","roleHeading":"Instance Property","title":"spaceColumnGapComponentShorter","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentShorter","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShorter":{"kind":"symbol","title":"spaceColumnGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshorter","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceColumnGapComponentShorter","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC30spaceColumnGapComponentShorterSdvp","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"spaceColumnGapComponentShorter","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShorter":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","kind":"symbol","type":"topic","title":"spaceColumnGapComponentShorter","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttall.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttall.json index 210e32568..c140c7a6a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttall.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttall.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceColumnGapComponentTall","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27spaceColumnGapComponentTallSdvp","role":"symbol","title":"spaceColumnGapComponentTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTall":{"kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentTall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","title":"spaceColumnGapComponentTall","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27spaceColumnGapComponentTallSdvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentTall","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttall","title":"spaceColumnGapComponentTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttaller.json b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttaller.json index 209e146aa..dbf18c925 100644 --- a/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacecolumngapcomponenttaller.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC29spaceColumnGapComponentTallerSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","title":"spaceColumnGapComponentTaller"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceColumnGapComponentTaller"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTaller":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttaller","role":"symbol","title":"spaceColumnGapComponentTaller","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceColumnGapComponentTaller","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"spaceColumnGapComponentTaller","role":"symbol","externalID":"s:4OUDS9OUDSThemeC29spaceColumnGapComponentTallerSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttaller"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTaller":{"title":"spaceColumnGapComponentTaller","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentmedium.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentmedium.json index c435c4c4b..d0b745559 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentmedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC25spaceInsetComponentMediumSdvp","title":"spaceInsetComponentMedium","symbolKind":"property","extendedModule":"OUDS"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentMedium"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentMedium":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceInsetComponentMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceInsetComponentMedium","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"spaceInsetComponentMedium","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC25spaceInsetComponentMediumSdvp","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentMedium":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentmedium","abstract":[],"type":"topic","role":"symbol","title":"spaceInsetComponentMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentnone.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentnone.json index 28c411af2..dc288e802 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentnone.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentnone.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentnone"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceInsetComponentNone","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC23spaceInsetComponentNoneSdvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","title":"spaceInsetComponentNone","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentNone":{"title":"spaceInsetComponentNone","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"externalID":"s:4OUDS9OUDSThemeC23spaceInsetComponentNoneSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","title":"spaceInsetComponentNone","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentNone"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentnone"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentnone","title":"spaceInsetComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshort.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshort.json index b19dfff6f..ffdc601a7 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshort.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshort.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshort"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort"},"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC24spaceInsetComponentShortSdvp","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","role":"symbol","title":"spaceInsetComponentShort"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentShort"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshort","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort","abstract":[],"title":"spaceInsetComponentShort","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshort"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC24spaceInsetComponentShortSdvp","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"symbolKind":"property","title":"spaceInsetComponentShort"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentShort"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshort","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","title":"spaceInsetComponentShort","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshorter.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshorter.json index 733933f11..654aa5b48 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshorter.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC26spaceInsetComponentShorterSdvp","title":"spaceInsetComponentShorter","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceInsetComponentShorter","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShorter":{"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter","title":"spaceInsetComponentShorter","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","title":"spaceInsetComponentShorter","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26spaceInsetComponentShorterSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceInsetComponentShorter","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshorter"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShorter":{"type":"topic","role":"symbol","title":"spaceInsetComponentShorter","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshortest.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshortest.json index 66b98496d..cdba2438a 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshortest.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentshortest.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentShortest"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"title":"spaceInsetComponentShortest","role":"symbol","externalID":"s:4OUDS9OUDSThemeC27spaceInsetComponentShortestSdvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property"},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentShortest"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShortest"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshortest"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShortest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","title":"spaceInsetComponentShortest","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshortest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","title":"spaceInsetComponentShortest","externalID":"s:4OUDS9OUDSThemeC27spaceInsetComponentShortestSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShortest"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshortest"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentShortest"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShortest":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest","type":"topic","title":"spaceInsetComponentShortest","role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshortest"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentsmash.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentsmash.json index a000e5e84..b877ea52a 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentsmash.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentsmash.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceInsetComponentSmash","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSmash","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC24spaceInsetComponentSmashSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"spaceInsetComponentSmash"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentsmash"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSmash":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentsmash","type":"topic","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash","title":"spaceInsetComponentSmash"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceInsetComponentSmash","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC24spaceInsetComponentSmashSdvp","symbolKind":"property","title":"spaceInsetComponentSmash","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSmash","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentsmash"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSmash":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentsmash","title":"spaceInsetComponentSmash","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentspacious.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentspacious.json index 4da929a05..1a199c71f 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentspacious.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponentspacious.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceInsetComponentSpacious","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC27spaceInsetComponentSpaciousSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spaceInsetComponentSpacious"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentspacious"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSpacious":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentspacious","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious","title":"spaceInsetComponentSpacious","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponentspacious"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceInsetComponentSpacious","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC27spaceInsetComponentSpaciousSdvp","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","title":"spaceInsetComponentSpacious"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSpacious":{"type":"topic","title":"spaceInsetComponentSpacious","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentspacious","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttall.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttall.json index 49df1dd6f..c9f3ff2ff 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttall.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttall.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC23spaceInsetComponentTallSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"spaceInsetComponentTall","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentTall"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTall":{"abstract":[],"kind":"symbol","title":"spaceInsetComponentTall","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"extendedModule":"OUDS","symbolKind":"property","title":"spaceInsetComponentTall","externalID":"s:4OUDS9OUDSThemeC23spaceInsetComponentTallSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceInsetComponentTall","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttall"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTall":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttall","kind":"symbol","title":"spaceInsetComponentTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttaller.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttaller.json index 29a35e830..4c53e98f1 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttaller.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttaller.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentTaller"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC25spaceInsetComponentTallerSdvp","extendedModule":"OUDS","title":"spaceInsetComponentTaller","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTaller":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttaller","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller","title":"spaceInsetComponentTaller","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceInsetComponentTaller"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC25spaceInsetComponentTallerSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"spaceInsetComponentTaller","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTaller":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spaceInsetComponentTaller","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttallest.json b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttallest.json index b2bc0f048..912a2bcb1 100644 --- a/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttallest.json +++ b/docs/data/documentation/ouds/oudstheme/spaceinsetcomponenttallest.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttallest"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTallest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTallest"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"modules":[{"name":"OUDS"}],"title":"spaceInsetComponentTallest","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26spaceInsetComponentTallestSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceInsetComponentTallest","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTallest":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttallest","kind":"symbol","role":"symbol","title":"spaceInsetComponentTallest"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceInsetComponentTallest","role":"symbol","externalID":"s:4OUDS9OUDSThemeC26spaceInsetComponentTallestSdvp","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttallest"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceInsetComponentTallest","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTallest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTallest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest","title":"spaceInsetComponentTallest","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttallest"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixmedium.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixmedium.json index 0cbc59521..c58c96d31 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixmedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"title":"spaceLayoutFixMedium","externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFixMediumSdvp"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFixMedium","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixmedium"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixMedium":{"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixmedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium","abstract":[],"title":"spaceLayoutFixMedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixMedium"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"title":"spaceLayoutFixMedium","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFixMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFixMedium","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixmedium"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixmedium","title":"spaceLayoutFixMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixnone.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixnone.json index db12da378..dc3cbb9a6 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixnone.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC18spaceLayoutFixNoneSdvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"spaceLayoutFixNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixNone"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixnone"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFixNone","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone","type":"topic","title":"spaceLayoutFixNone","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixNone"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixnone"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC18spaceLayoutFixNoneSdvp","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","title":"spaceLayoutFixNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFixNone","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixnone"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixNone":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixnone","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixNone"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixNone"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixshort.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixshort.json index 7ca01efdd..4d1678ee8 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixshort.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixShort"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","title":"spaceLayoutFixShort","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC19spaceLayoutFixShortSdvp"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixshort"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShort":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshort","title":"spaceLayoutFixShort","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC19spaceLayoutFixShortSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"spaceLayoutFixShort","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixshort"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixShort"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShort":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshort","title":"spaceLayoutFixShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixshorter.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixshorter.json index cfa647c93..df982de9a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixshorter.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixShorter"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShorter"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFixShorterSdvp","modules":[{"name":"OUDS"}],"title":"spaceLayoutFixShorter","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshorter","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter","title":"spaceLayoutFixShorter","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFixShorterSdvp","title":"spaceLayoutFixShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFixShorter","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixshorter"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShorter":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshorter","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixshortest.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixshortest.json index 6d3bb6c2a..137e36033 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixshortest.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixshortest.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFixShortestSdvp","symbolKind":"property","extendedModule":"OUDS","title":"spaceLayoutFixShortest","roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixShortest"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixshortest"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShortest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"kind":"symbol","type":"topic","title":"spaceLayoutFixShortest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshortest"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFixShortestSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShortest"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"spaceLayoutFixShortest","role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixShortest"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixshortest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShortest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshortest","title":"spaceLayoutFixShortest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixsmash.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixsmash.json index 07988dbcc..19169a062 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixsmash.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixsmash.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixSmash"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixSmash","externalID":"s:4OUDS9OUDSThemeC19spaceLayoutFixSmashSdvp","symbolKind":"property","extendedModule":"OUDS"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixsmash"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSmash":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixSmash","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixsmash"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFixSmash","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixSmash"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixsmash"]}],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC19spaceLayoutFixSmashSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","title":"spaceLayoutFixSmash"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSmash":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixsmash","title":"spaceLayoutFixSmash","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixspacious.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixspacious.json index 2abfd2d87..2a920ecb8 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixspacious.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixspacious.json @@ -1 +1 @@ -{"metadata":{"title":"spaceLayoutFixSpacious","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFixSpaciousSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixspacious"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixSpacious"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSpacious":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious","title":"spaceLayoutFixSpacious","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixspacious","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixSpacious"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFixSpaciousSdvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixSpacious"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixSpacious","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFixSpacious","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixspacious"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSpacious":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixSpacious","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixspacious","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixtall.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixtall.json index fee8c3037..4a8b2d886 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixtall.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixtall.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixtall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall"},"metadata":{"symbolKind":"property","title":"spaceLayoutFixTall","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC18spaceLayoutFixTallSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFixTall","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTall"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTall":{"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall","title":"spaceLayoutFixTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall"},"metadata":{"title":"spaceLayoutFixTall","role":"symbol","externalID":"s:4OUDS9OUDSThemeC18spaceLayoutFixTallSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixtall"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFixTall","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTall":{"title":"spaceLayoutFixTall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixtaller.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixtaller.json index d20a843c0..cfd75adeb 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixtaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixtaller.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixtaller"]}],"metadata":{"title":"spaceLayoutFixTaller","role":"symbol","externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFixTallerSdvp","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS","roleHeading":"Instance Property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixTaller"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTaller":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixTaller","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtaller"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixtaller"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFixTallerSdvp","role":"symbol","title":"spaceLayoutFixTaller","roleHeading":"Instance Property"},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFixTaller"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTaller":{"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtaller","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller","title":"spaceLayoutFixTaller","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfixtallest.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfixtallest.json index acf17103c..fda58ec2c 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfixtallest.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfixtallest.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFixTallest","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixtallest"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFixTallestSdvp","symbolKind":"property","title":"spaceLayoutFixTallest","modules":[{"name":"OUDS"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTallest":{"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtallest","title":"spaceLayoutFixTallest","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfixtallest"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFixTallest","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTallest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFixTallestSdvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixTallest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFixTallest","modules":[{"name":"OUDS"}],"symbolKind":"property"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTallest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtallest","title":"spaceLayoutFixTallest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidmedium.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidmedium.json index 1b881402a..ed77968a1 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidmedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"metadata":{"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFluidMediumSdvp","modules":[{"name":"OUDS"}],"title":"spaceLayoutFluidMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFluidMedium","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidMedium"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spaceLayoutFluidMedium","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidMedium"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidMedium"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFluidMediumSdvp","symbolKind":"property","role":"symbol","title":"spaceLayoutFluidMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidMedium"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidmedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidmedium","title":"spaceLayoutFluidMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidnone.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidnone.json index 3d1b5f8a6..45360f7d1 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidnone.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFluidNoneSdvp","title":"spaceLayoutFluidNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidNone"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidNone"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidNone":{"title":"spaceLayoutFluidNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidnone","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidNone"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","abstract":[],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFluidNone","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidnone"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFluidNoneSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","title":"spaceLayoutFluidNone","extendedModule":"OUDS","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidNone":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic","title":"spaceLayoutFluidNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidnone"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshort.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshort.json index 75ea2d75f..56ffb703c 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshort.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidshort"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"title":"spaceLayoutFluidShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidShort"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFluidShortSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFluidShort","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShort":{"title":"spaceLayoutFluidShort","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidshort"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"spaceLayoutFluidShort","externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFluidShortSdvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidShort"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShort":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"title":"spaceLayoutFluidShort","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshorter.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshorter.json index 924ccc2d6..ba8656925 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshorter.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFluidShorter","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"spaceLayoutFluidShorter","externalID":"s:4OUDS9OUDSThemeC23spaceLayoutFluidShorterSdvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidshorter"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShorter":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshorter","role":"symbol","title":"spaceLayoutFluidShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidshorter"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC23spaceLayoutFluidShorterSdvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"title":"spaceLayoutFluidShorter"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidShorter"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShorter":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFluidShorter","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshortest.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshortest.json index 016dbbc7c..2a5d6ad85 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshortest.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidshortest.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidshortest"]}],"metadata":{"title":"spaceLayoutFluidShortest","externalID":"s:4OUDS9OUDSThemeC24spaceLayoutFluidShortestSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidShortest"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShortest":{"title":"spaceLayoutFluidShortest","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshortest","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"spaceLayoutFluidShortest","externalID":"s:4OUDS9OUDSThemeC24spaceLayoutFluidShortestSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidshortest"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidShortest"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShortest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshortest","title":"spaceLayoutFluidShortest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidsmash.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidsmash.json index 068716878..e70f6af52 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidsmash.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidsmash.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidsmash"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFluidSmashSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"spaceLayoutFluidSmash","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidSmash"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidSmash"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSmash"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSmash":{"abstract":[],"kind":"symbol","title":"spaceLayoutFluidSmash","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidsmash","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFluidSmash","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidsmash"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"title":"spaceLayoutFluidSmash","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC21spaceLayoutFluidSmashSdvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSmash":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidsmash","title":"spaceLayoutFluidSmash","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidspacious.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidspacious.json index 902ea1f24..dc8dc338a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidspacious.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidspacious.json @@ -1 +1 @@ -{"sections":[],"metadata":{"title":"spaceLayoutFluidSpacious","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC24spaceLayoutFluidSpaciousSdvp","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidspacious"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidSpacious"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSpacious":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidspacious","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious","type":"topic","title":"spaceLayoutFluidSpacious"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidSpacious"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSpacious"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidspacious"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC24spaceLayoutFluidSpaciousSdvp","roleHeading":"Instance Property","title":"spaceLayoutFluidSpacious","symbolKind":"property","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSpacious":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidspacious","title":"spaceLayoutFluidSpacious","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtall.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtall.json index a2814c84f..11ccd8e2a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtall.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidtall"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"title":"spaceLayoutFluidTall","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFluidTallSdvp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidTall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTall":{"type":"topic","title":"spaceLayoutFluidTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidTall"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidtall"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall"},"metadata":{"symbolKind":"property","role":"symbol","title":"spaceLayoutFluidTall","externalID":"s:4OUDS9OUDSThemeC20spaceLayoutFluidTallSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtall","kind":"symbol","role":"symbol","title":"spaceLayoutFluidTall","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtaller.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtaller.json index d59723194..4a0cb4b14 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtaller.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidTaller"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidtaller"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFluidTallerSdvp","roleHeading":"Instance Property","symbolKind":"property","title":"spaceLayoutFluidTaller","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTaller":{"kind":"symbol","abstract":[],"type":"topic","title":"spaceLayoutFluidTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"spaceLayoutFluidTaller","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC22spaceLayoutFluidTallerSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidtaller"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceLayoutFluidTaller"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTaller":{"abstract":[],"type":"topic","title":"spaceLayoutFluidTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtaller","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtallest.json b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtallest.json index 3fd91226a..7fe195768 100644 --- a/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtallest.json +++ b/docs/data/documentation/ouds/oudstheme/spacelayoutfluidtallest.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"title":"spaceLayoutFluidTallest","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC23spaceLayoutFluidTallestSdvp","role":"symbol","symbolKind":"property","extendedModule":"OUDS"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidtallest"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceLayoutFluidTallest","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTallest":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtallest","abstract":[],"kind":"symbol","title":"spaceLayoutFluidTallest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTallest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceLayoutFluidTallest","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacelayoutfluidtallest"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC23spaceLayoutFluidTallestSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"spaceLayoutFluidTallest","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTallest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTallest":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtallest","title":"spaceLayoutFluidTallest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconmedium.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconmedium.json index d512ad457..24681791a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconmedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconMedium","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"title":"spacePaddingBlockComponentIsIconMedium","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC38spacePaddingBlockComponentIsIconMediumSdvp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingBlockComponentIsIconMedium","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconmedium"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconmedium"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconMedium","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"spacePaddingBlockComponentIsIconMedium","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC38spacePaddingBlockComponentIsIconMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconmedium","title":"spacePaddingBlockComponentIsIconMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconnone.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconnone.json index 18be27e73..155c336e8 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconnone.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconnone"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconNone"},{"text":".","type":"text"}],"metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC36spacePaddingBlockComponentIsIconNoneSdvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"spacePaddingBlockComponentIsIconNone","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconNone"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconNone":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingBlockComponentIsIconNone","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconnone"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconNone"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconNone"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC36spacePaddingBlockComponentIsIconNoneSdvp","title":"spacePaddingBlockComponentIsIconNone","modules":[{"name":"OUDS"}],"symbolKind":"property"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconnone","title":"spacePaddingBlockComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshort.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshort.json index 9bd1c575e..e2b437bde 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshort.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconShort","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC37spacePaddingBlockComponentIsIconShortSdvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","title":"spacePaddingBlockComponentIsIconShort","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShort":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort","title":"spacePaddingBlockComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshort","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC37spacePaddingBlockComponentIsIconShortSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","title":"spacePaddingBlockComponentIsIconShort"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconShort","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshort"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShort":{"title":"spacePaddingBlockComponentIsIconShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshort"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshorter.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshorter.json index b937e3fde..a1e3fc546 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisiconshorter.json @@ -1 +1 @@ -{"sections":[],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","title":"spacePaddingBlockComponentIsIconShorter","externalID":"s:4OUDS9OUDSThemeC39spacePaddingBlockComponentIsIconShorterSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshorter"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconShorter","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShorter":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingBlockComponentIsIconShorter","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshorter"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshorter"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"spacePaddingBlockComponentIsIconShorter","externalID":"s:4OUDS9OUDSThemeC39spacePaddingBlockComponentIsIconShorterSdvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconShorter","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShorter":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingBlockComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshorter","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontall.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontall.json index e893022b8..051ea2053 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontall.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontall.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconTall","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC36spacePaddingBlockComponentIsIconTallSdvp","title":"spacePaddingBlockComponentIsIconTall","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontall"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","title":"spacePaddingBlockComponentIsIconTall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC36spacePaddingBlockComponentIsIconTallSdvp","title":"spacePaddingBlockComponentIsIconTall","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconTall","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontall","title":"spacePaddingBlockComponentIsIconTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontaller.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontaller.json index 9651ef280..514f870e6 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentisicontaller.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconTaller","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC38spacePaddingBlockComponentIsIconTallerSdvp","title":"spacePaddingBlockComponentIsIconTaller","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"symbolKind":"property"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTaller":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller","type":"topic","abstract":[],"title":"spacePaddingBlockComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentIsIconTaller"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTaller"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontaller"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller"},"sections":[],"metadata":{"symbolKind":"property","extendedModule":"OUDS","title":"spacePaddingBlockComponentIsIconTaller","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC38spacePaddingBlockComponentIsIconTallerSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTaller":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontaller","kind":"symbol","title":"spacePaddingBlockComponentIsIconTaller","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentmedium.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentmedium.json index dfa136cdd..8050a5480 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentmedium.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC32spacePaddingBlockComponentMediumSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"spacePaddingBlockComponentMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentmedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentMedium","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentmedium","title":"spacePaddingBlockComponentMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"spacePaddingBlockComponentMedium","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC32spacePaddingBlockComponentMediumSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentMedium","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentmedium"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentmedium","title":"spacePaddingBlockComponentMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentnone.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentnone.json index 75eaa5953..5060251de 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentnone.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentNone"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone"},"metadata":{"symbolKind":"property","title":"spacePaddingBlockComponentNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30spacePaddingBlockComponentNoneSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentNone","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentnone"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentNone":{"abstract":[],"title":"spacePaddingBlockComponentNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentnone","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC30spacePaddingBlockComponentNoneSdvp","symbolKind":"property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","title":"spacePaddingBlockComponentNone","role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentNone","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentnone","title":"spacePaddingBlockComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshort.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshort.json index f2316b78b..8344c8232 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshort.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC31spacePaddingBlockComponentShortSdvp","title":"spacePaddingBlockComponentShort","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentShort","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshort"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshort","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","type":"topic","title":"spacePaddingBlockComponentShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshort"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentShort"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"spacePaddingBlockComponentShort","externalID":"s:4OUDS9OUDSThemeC31spacePaddingBlockComponentShortSdvp","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshort","title":"spacePaddingBlockComponentShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshorter.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshorter.json index 90095eb66..6be60cc1e 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponentshorter.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC33spacePaddingBlockComponentShorterSdvp","title":"spacePaddingBlockComponentShorter","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentShorter"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingBlockComponentShorter","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingBlockComponentShorter","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingBlockComponentShorter","externalID":"s:4OUDS9OUDSThemeC33spacePaddingBlockComponentShorterSdvp","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshorter"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshorter","title":"spacePaddingBlockComponentShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttall.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttall.json index aa2d60c9c..0b145f75b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttall.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttall"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC30spacePaddingBlockComponentTallSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"spacePaddingBlockComponentTall","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentTall"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTall":{"abstract":[],"kind":"symbol","title":"spacePaddingBlockComponentTall","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentTall"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttall"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall"},"metadata":{"title":"spacePaddingBlockComponentTall","extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC30spacePaddingBlockComponentTallSdvp","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttall","title":"spacePaddingBlockComponentTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttaller.json b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttaller.json index c889d8bbc..7312f2483 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddingblockcomponenttaller.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC32spacePaddingBlockComponentTallerSdvp","title":"spacePaddingBlockComponentTaller","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentTaller"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttaller"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTaller":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingBlockComponentTaller","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttaller"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"title":"spacePaddingBlockComponentTaller","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:4OUDS9OUDSThemeC32spacePaddingBlockComponentTallerSdvp","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttaller"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingBlockComponentTaller"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTaller":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttaller","abstract":[],"title":"spacePaddingBlockComponentTaller"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowmedium.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowmedium.json index 7037a56a8..190904d90 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowmedium.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC40spacePaddingInlineComponentIsArrowMediumSdvp","title":"spacePaddingInlineComponentIsArrowMedium","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium","title":"spacePaddingInlineComponentIsArrowMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowmedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"spacePaddingInlineComponentIsArrowMedium","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC40spacePaddingInlineComponentIsArrowMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowmedium"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowMedium":{"type":"topic","title":"spacePaddingInlineComponentIsArrowMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowmedium","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrownone.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrownone.json index 0c2b3141f..6111bb75a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrownone.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrownone.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrownone"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone"},"metadata":{"title":"spacePaddingInlineComponentIsArrowNone","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC38spacePaddingInlineComponentIsArrowNoneSdvp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowNone","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowNone"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowNone":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowNone"},{"type":"text","text":"."}],"metadata":{"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"spacePaddingInlineComponentIsArrowNone","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC38spacePaddingInlineComponentIsArrowNoneSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrownone"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshort.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshort.json index b43ed3f8e..d0e5ff26b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshort.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshort"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowShort"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC39spacePaddingInlineComponentIsArrowShortSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsArrowShort","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShort":{"abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshort","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort","title":"spacePaddingInlineComponentIsArrowShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowShort","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshort"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC39spacePaddingInlineComponentIsArrowShortSdvp","role":"symbol","title":"spacePaddingInlineComponentIsArrowShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShort":{"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort","abstract":[],"role":"symbol","title":"spacePaddingInlineComponentIsArrowShort"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshorter.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshorter.json index c508e93a1..4d362858b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowshorter.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowShorter"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","title":"spacePaddingInlineComponentIsArrowShorter","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC41spacePaddingInlineComponentIsArrowShorterSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshorter"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShorter":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsArrowShorter","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"metadata":{"title":"spacePaddingInlineComponentIsArrowShorter","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC41spacePaddingInlineComponentIsArrowShorterSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowShorter"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshorter","title":"spacePaddingInlineComponentIsArrowShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtall.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtall.json index edb3c486c..61c01368f 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtall.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtall.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","title":"spacePaddingInlineComponentIsArrowTall","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC38spacePaddingInlineComponentIsArrowTallSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtall"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowTall","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTall":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall","abstract":[],"title":"spacePaddingInlineComponentIsArrowTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","role":"symbol","title":"spacePaddingInlineComponentIsArrowTall","externalID":"s:4OUDS9OUDSThemeC38spacePaddingInlineComponentIsArrowTallSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowTall"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtall"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall","kind":"symbol","type":"topic","abstract":[],"title":"spacePaddingInlineComponentIsArrowTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtaller.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtaller.json index 1334fb917..8815da015 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisarrowtaller.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowTaller","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"title":"spacePaddingInlineComponentIsArrowTaller","modules":[{"name":"OUDS"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC40spacePaddingInlineComponentIsArrowTallerSdvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTaller":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","title":"spacePaddingInlineComponentIsArrowTaller","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentIsArrowTaller","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"title":"spacePaddingInlineComponentIsArrowTaller","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC40spacePaddingInlineComponentIsArrowTallerSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtaller"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtaller","title":"spacePaddingInlineComponentIsArrowTaller","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconmedium.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconmedium.json index 67402e08e..2718e8061 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconmedium.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC39spacePaddingInlineComponentIsIconMediumSdvp","extendedModule":"OUDS","roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsIconMedium","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconMedium"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconMedium":{"abstract":[],"kind":"symbol","title":"spacePaddingInlineComponentIsIconMedium","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconMedium"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC39spacePaddingInlineComponentIsIconMediumSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"spacePaddingInlineComponentIsIconMedium","role":"symbol","roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconmedium","title":"spacePaddingInlineComponentIsIconMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconnone.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconnone.json index d9ae8fb7f..42c92c241 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconnone.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconNone"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"symbolKind":"property","roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsIconNone","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC37spacePaddingInlineComponentIsIconNoneSdvp","extendedModule":"OUDS"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconNone":{"abstract":[],"title":"spacePaddingInlineComponentIsIconNone","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconnone","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconNone"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","title":"spacePaddingInlineComponentIsIconNone","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC37spacePaddingInlineComponentIsIconNoneSdvp","symbolKind":"property"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconNone":{"abstract":[],"role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconnone"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshort.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshort.json index 84f00514d..0707cd297 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshort.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC38spacePaddingInlineComponentIsIconShortSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","title":"spacePaddingInlineComponentIsIconShort"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconShort"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshort"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShort":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort","role":"symbol","title":"spacePaddingInlineComponentIsIconShort"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconShort"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshort"]}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC38spacePaddingInlineComponentIsIconShortSdvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsIconShort","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshort","title":"spacePaddingInlineComponentIsIconShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshorter.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshorter.json index 7b999affc..67d357c87 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisiconshorter.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconShorter","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"title":"spacePaddingInlineComponentIsIconShorter","externalID":"s:4OUDS9OUDSThemeC40spacePaddingInlineComponentIsIconShorterSdvp","extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShorter":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshorter","title":"spacePaddingInlineComponentIsIconShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC40spacePaddingInlineComponentIsIconShorterSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"spacePaddingInlineComponentIsIconShorter","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconShorter"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShorter":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshorter","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter","role":"symbol","title":"spacePaddingInlineComponentIsIconShorter","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontall.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontall.json index fa41ab8b0..cece8345e 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontall.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontall.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconTall"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC37spacePaddingInlineComponentIsIconTallSdvp","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","title":"spacePaddingInlineComponentIsIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTall":{"abstract":[],"title":"spacePaddingInlineComponentIsIconTall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontall","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC37spacePaddingInlineComponentIsIconTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsIconTall"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconTall"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontall"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontall","title":"spacePaddingInlineComponentIsIconTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontaller.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontaller.json index 00c7d433b..04fdcae95 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentisicontaller.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconTaller"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDS"}],"symbolKind":"property","title":"spacePaddingInlineComponentIsIconTaller","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC39spacePaddingInlineComponentIsIconTallerSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTaller":{"abstract":[],"role":"symbol","title":"spacePaddingInlineComponentIsIconTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontaller","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC39spacePaddingInlineComponentIsIconTallerSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"spacePaddingInlineComponentIsIconTaller","role":"symbol","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentIsIconTaller"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontaller"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTaller":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","role":"symbol","abstract":[],"title":"spacePaddingInlineComponentIsIconTaller","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentmedium.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentmedium.json index 58da8f2f2..e0c4e5113 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentmedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentMedium"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"spacePaddingInlineComponentMedium","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC33spacePaddingInlineComponentMediumSdvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentMedium":{"title":"spacePaddingInlineComponentMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentmedium","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentMedium","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingInlineComponentMedium","externalID":"s:4OUDS9OUDSThemeC33spacePaddingInlineComponentMediumSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentmedium","title":"spacePaddingInlineComponentMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentnone.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentnone.json index 4a9ed6a51..caf4cc72d 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentnone.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentnone"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentNone","role":"symbol","externalID":"s:4OUDS9OUDSThemeC31spacePaddingInlineComponentNoneSdvp"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentNone"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentnone","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","title":"spacePaddingInlineComponentNone","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spacePaddingInlineComponentNone","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC31spacePaddingInlineComponentNoneSdvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentNone"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone","title":"spacePaddingInlineComponentNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentnone"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshort.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshort.json index 172574b9b..96ee7318a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshort.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC32spacePaddingInlineComponentShortSdvp","title":"spacePaddingInlineComponentShort","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"extendedModule":"OUDS","symbolKind":"property"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentShort","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShort":{"abstract":[],"title":"spacePaddingInlineComponentShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshort","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC32spacePaddingInlineComponentShortSdvp","extendedModule":"OUDS","role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spacePaddingInlineComponentShort"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshort"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentShort"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshort","title":"spacePaddingInlineComponentShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshorter.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshorter.json index be384e196..07874b62a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponentshorter.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshorter"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentShorter"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34spacePaddingInlineComponentShorterSdvp","title":"spacePaddingInlineComponentShorter","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingInlineComponentShorter","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshorter"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC34spacePaddingInlineComponentShorterSdvp","title":"spacePaddingInlineComponentShorter","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentShorter"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentShorter"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShorter":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter","title":"spacePaddingInlineComponentShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttall.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttall.json index 024af1ea2..3f36032cd 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttall.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttall.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentTall"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","title":"spacePaddingInlineComponentTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC31spacePaddingInlineComponentTallSdvp"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","type":"topic","abstract":[],"title":"spacePaddingInlineComponentTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttall","role":"symbol"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:4OUDS9OUDSThemeC31spacePaddingInlineComponentTallSdvp","modules":[{"name":"OUDS"}],"title":"spacePaddingInlineComponentTall","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentTall","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttall","title":"spacePaddingInlineComponentTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttaller.json b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttaller.json index 03a808729..55616a5ae 100644 --- a/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacepaddinginlinecomponenttaller.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC33spacePaddingInlineComponentTallerSdvp","symbolKind":"property","role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"spacePaddingInlineComponentTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spacePaddingInlineComponentTaller"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTaller":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller","role":"symbol","title":"spacePaddingInlineComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttaller","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttaller"]}],"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC33spacePaddingInlineComponentTallerSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"spacePaddingInlineComponentTaller","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spacePaddingInlineComponentTaller","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTaller":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttaller","type":"topic","title":"spacePaddingInlineComponentTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconmedium.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconmedium.json index 1c4b8c297..fad43902b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconmedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"spaceRowGapComponentIsIconMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC32spaceRowGapComponentIsIconMediumSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconmedium"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconMedium"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium","title":"spaceRowGapComponentIsIconMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconmedium","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconMedium"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconmedium"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC32spaceRowGapComponentIsIconMediumSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"spaceRowGapComponentIsIconMedium","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconmedium","title":"spaceRowGapComponentIsIconMedium","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconnone.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconnone.json index 57b7e4345..293cfbf62 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconnone.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconnone"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30spaceRowGapComponentIsIconNoneSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"title":"spaceRowGapComponentIsIconNone"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconNone"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconNone":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","title":"spaceRowGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconnone"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconnone"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconNone"},{"type":"text","text":"."}],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC30spaceRowGapComponentIsIconNoneSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"extendedModule":"OUDS","title":"spaceRowGapComponentIsIconNone","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconnone","title":"spaceRowGapComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshort.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshort.json index 547966f0d..b546be3bb 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshort.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","interfaceLanguage":"swift"},"metadata":{"title":"spaceRowGapComponentIsIconShort","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC31spaceRowGapComponentIsIconShortSdvp","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconShort"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconShort"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShort":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshort","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"title":"spaceRowGapComponentIsIconShort"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceRowGapComponentIsIconShort","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"title":"spaceRowGapComponentIsIconShort","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC31spaceRowGapComponentIsIconShortSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshort","title":"spaceRowGapComponentIsIconShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshorter.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshorter.json index 07607aef0..12bd90cc5 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisiconshorter.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshorter"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceRowGapComponentIsIconShorter","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconShorter"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"externalID":"s:4OUDS9OUDSThemeC33spaceRowGapComponentIsIconShorterSdvp","title":"spaceRowGapComponentIsIconShorter"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShorter":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshorter","title":"spaceRowGapComponentIsIconShorter"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC33spaceRowGapComponentIsIconShorterSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"spaceRowGapComponentIsIconShorter","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconShorter"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshorter","title":"spaceRowGapComponentIsIconShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontall.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontall.json index ad46b445a..dee9dcb6d 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontall.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontall.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconTall"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"title":"spaceRowGapComponentIsIconTall","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC30spaceRowGapComponentIsIconTallSdvp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"kind":"symbol","abstract":[],"title":"spaceRowGapComponentIsIconTall","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontall"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC30spaceRowGapComponentIsIconTallSdvp","symbolKind":"property","title":"spaceRowGapComponentIsIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconTall"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTall":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"role":"symbol","title":"spaceRowGapComponentIsIconTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontall","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontaller.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontaller.json index 4b03b41e9..c7ea97ba6 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentisicontaller.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontaller"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC32spaceRowGapComponentIsIconTallerSdvp","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"spaceRowGapComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceRowGapComponentIsIconTaller","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTaller":{"type":"topic","kind":"symbol","role":"symbol","abstract":[],"title":"spaceRowGapComponentIsIconTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontaller"]}],"sections":[],"metadata":{"title":"spaceRowGapComponentIsIconTaller","externalID":"s:4OUDS9OUDSThemeC32spaceRowGapComponentIsIconTallerSdvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentIsIconTaller"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTaller":{"title":"spaceRowGapComponentIsIconTaller","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontaller"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentmedium.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentmedium.json index 5e95969d6..33ab7103b 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentmedium.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceRowGapComponentMedium","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"spaceRowGapComponentMedium","externalID":"s:4OUDS9OUDSThemeC26spaceRowGapComponentMediumSdvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentmedium","type":"topic","title":"spaceRowGapComponentMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"role":"symbol","abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentMedium"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentmedium"]}],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"title":"spaceRowGapComponentMedium","extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC26spaceRowGapComponentMediumSdvp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentmedium","title":"spaceRowGapComponentMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentnone.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentnone.json index b0b813219..f6fc4467e 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentnone.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentnone.json @@ -1 +1 @@ -{"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC24spaceRowGapComponentNoneSdvp","symbolKind":"property","roleHeading":"Instance Property","title":"spaceRowGapComponentNone","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentNone"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentNone":{"abstract":[],"title":"spaceRowGapComponentNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentnone","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC24spaceRowGapComponentNoneSdvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"title":"spaceRowGapComponentNone","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentNone"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentnone","title":"spaceRowGapComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshort.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshort.json index d269e0d07..c93950251 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshort.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshort.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshort"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceRowGapComponentShort","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"roleHeading":"Instance Property","title":"spaceRowGapComponentShort","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC25spaceRowGapComponentShortSdvp","extendedModule":"OUDS"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort","title":"spaceRowGapComponentShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"metadata":{"title":"spaceRowGapComponentShort","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC25spaceRowGapComponentShortSdvp","extendedModule":"OUDS","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshort"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentShort"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShort":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshort","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spaceRowGapComponentShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshorter.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshorter.json index fdff117d2..f1ba7ab8a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshorter.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponentshorter.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceRowGapComponentShorter","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshorter"]}],"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC27spaceRowGapComponentShorterSdvp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"roleHeading":"Instance Property","title":"spaceRowGapComponentShorter","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShorter":{"role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"title":"spaceRowGapComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshorter","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDS"}],"title":"spaceRowGapComponentShorter","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC27spaceRowGapComponentShorterSdvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDS","roleHeading":"Instance Property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentShorter"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshorter","title":"spaceRowGapComponentShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttall.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttall.json index 9dd7a6f76..d40ceab8a 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttall.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttall.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC24spaceRowGapComponentTallSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"title":"spaceRowGapComponentTall"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceRowGapComponentTall","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttall"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTall":{"url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttall","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"title":"spaceRowGapComponentTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SpacingSemanticTokens.spaceRowGapComponentTall"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"title":"spaceRowGapComponentTall","externalID":"s:4OUDS9OUDSThemeC24spaceRowGapComponentTallSdvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTall":{"title":"spaceRowGapComponentTall","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttaller.json b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttaller.json index 5c6f7a77f..3f12b53da 100644 --- a/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttaller.json +++ b/docs/data/documentation/ouds/oudstheme/spacerowgapcomponenttaller.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller"},"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC26spaceRowGapComponentTallerSdvp","extendedModule":"OUDS","title":"spaceRowGapComponentTaller"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"SpacingSemanticTokens.spaceRowGapComponentTaller","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"abstract":[],"role":"collectionGroup","title":"SpacingSemanticTokens Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations","type":"topic","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTaller":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttaller","type":"topic","title":"spaceRowGapComponentTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller"},"metadata":{"role":"symbol","symbolKind":"property","title":"spaceRowGapComponentTaller","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC26spaceRowGapComponentTallerSdvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"roleHeading":"Instance Property"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"SpacingSemanticTokens.spaceRowGapComponentTaller","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentTaller"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttaller"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/SpacingSemanticTokens-Implementations":{"kind":"article","title":"SpacingSemanticTokens Implementations","role":"collectionGroup","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttaller","title":"spaceRowGapComponentTaller","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/spacingsemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/spacingsemantictokens-implementations.json index 3d7047cc5..98d540622 100644 --- a/docs/data/documentation/ouds/oudstheme/spacingsemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/spacingsemantictokens-implementations.json @@ -1 +1 @@ -{"kind":"article","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations","interfaceLanguage":"swift"},"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"title":"SpacingSemanticTokens Implementations","roleHeading":"API Collection","role":"collectionGroup"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"topicSections":[{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShorter":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshorter","role":"symbol","title":"spaceColumnGapComponentIsArrowShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShort":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort","role":"symbol","title":"spacePaddingInlineComponentIsIconShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSpacious":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentspacious","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious","title":"spaceInsetComponentSpacious","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTall":{"type":"topic","title":"spaceLayoutFluidTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTaller":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","title":"spacePaddingInlineComponentIsArrowTaller","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTall":{"abstract":[],"title":"spacePaddingInlineComponentIsIconTall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontall","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTaller":{"kind":"symbol","abstract":[],"type":"topic","title":"spaceLayoutFluidTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","title":"spacePaddingBlockComponentIsIconTall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentnone","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","title":"spacePaddingInlineComponentNone","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentmedium","title":"spacePaddingBlockComponentMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTall":{"url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttall","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"title":"spaceRowGapComponentTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spaceLayoutFluidMedium","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTallest":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtallest","abstract":[],"kind":"symbol","title":"spaceLayoutFluidTallest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTallest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTaller":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttaller","type":"topic","title":"spaceRowGapComponentTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentMedium":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceInsetComponentMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTaller":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttaller","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller","title":"spaceInsetComponentTaller","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShorter":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsArrowShorter","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconNone":{"abstract":[],"title":"spacePaddingInlineComponentIsIconNone","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconnone","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconMedium":{"title":"spaceColumnGapComponentIsIconMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconmedium","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTall":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall","abstract":[],"title":"spacePaddingInlineComponentIsArrowTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShort":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort","title":"spacePaddingBlockComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshort","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowNone":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShortest":{"title":"spaceLayoutFluidShortest","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshortest","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShorter":{"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter","title":"spaceInsetComponentShorter","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShorter":{"role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"title":"spaceRowGapComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshorter","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidNone":{"title":"spaceLayoutFluidNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidnone","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidNone"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShort":{"abstract":[],"title":"spacePaddingInlineComponentShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshort","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSmash":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixSmash","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixsmash"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTall":{"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall","title":"spaceColumnGapComponentIsIconTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshort","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort","abstract":[],"title":"spaceInsetComponentShort","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSmash":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentsmash","type":"topic","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash","title":"spaceInsetComponentSmash"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconNone":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","title":"spaceRowGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShorter":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshorter","role":"symbol","title":"spaceLayoutFluidShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall","role":"symbol","kind":"symbol","abstract":[],"type":"topic","title":"spaceColumnGapComponentIsArrowTall","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShort":{"abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshort","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort","title":"spacePaddingInlineComponentIsArrowShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSmash":{"abstract":[],"kind":"symbol","title":"spaceLayoutFluidSmash","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidsmash","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTaller":{"abstract":[],"role":"symbol","title":"spacePaddingInlineComponentIsIconTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontaller","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTall":{"abstract":[],"kind":"symbol","title":"spaceInsetComponentTall","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTaller":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller","type":"topic","abstract":[],"title":"spacePaddingBlockComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShort":{"abstract":[],"title":"spaceColumnGapComponentIsArrowShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshort","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowmedium","kind":"symbol","title":"spaceColumnGapComponentIsArrowMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShortest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","title":"spaceInsetComponentShortest","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshortest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShortest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"kind":"symbol","type":"topic","title":"spaceLayoutFixShortest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshortest"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShorter":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshorter","title":"spaceRowGapComponentIsIconShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShort":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshort","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"title":"spaceRowGapComponentIsIconShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShort":{"title":"spaceLayoutFluidShort","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort","title":"spaceRowGapComponentShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShorter":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshorter","title":"spacePaddingInlineComponentIsIconShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingBlockComponentShorter","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixMedium":{"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixmedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium","abstract":[],"title":"spaceLayoutFixMedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTaller":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixTaller","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtaller"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentNone":{"title":"spaceInsetComponentNone","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone","type":"topic","title":"spaceLayoutFixNone","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixNone"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTall":{"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall","title":"spaceLayoutFixTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTaller":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingBlockComponentTaller","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshort","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","type":"topic","title":"spacePaddingBlockComponentShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTall":{"kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentTall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingBlockComponentIsIconMedium","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"kind":"symbol","abstract":[],"title":"spaceRowGapComponentIsIconTall","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTallest":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttallest","kind":"symbol","role":"symbol","title":"spaceInsetComponentTallest"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShort":{"title":"spaceColumnGapComponentIsIconShort","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshort","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentNone":{"abstract":[],"title":"spaceRowGapComponentNone","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentnone","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentNone":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone","title":"spaceColumnGapComponentNone","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentnone","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","type":"topic","abstract":[],"title":"spacePaddingInlineComponentTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttall","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShort":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshort","title":"spaceLayoutFixShort","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconNone":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingBlockComponentIsIconNone","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShort":{"title":"spaceColumnGapComponentShort","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShorter":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingBlockComponentIsIconShorter","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTaller":{"title":"spaceColumnGapComponentIsIconTaller","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium","title":"spaceRowGapComponentIsIconMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconmedium","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowNone":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","type":"topic","title":"spaceColumnGapComponentIsArrowNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrownone","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTall":{"abstract":[],"kind":"symbol","title":"spacePaddingBlockComponentTall","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentNone":{"abstract":[],"title":"spacePaddingBlockComponentNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentnone","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTaller":{"type":"topic","kind":"symbol","role":"symbol","abstract":[],"title":"spaceRowGapComponentIsIconTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSpacious":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious","title":"spaceLayoutFixSpacious","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixspacious","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceColumnGapComponentMedium","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconNone":{"title":"spaceColumnGapComponentIsIconNone","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconnone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshorter","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter","title":"spaceLayoutFixShorter","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTallest":{"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtallest","title":"spaceLayoutFixTallest","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSpacious":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidspacious","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious","type":"topic","title":"spaceLayoutFluidSpacious"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentMedium":{"title":"spacePaddingInlineComponentMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentmedium","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium","title":"spacePaddingInlineComponentIsArrowMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowmedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTaller":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller","role":"symbol","title":"spacePaddingInlineComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttaller","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTaller":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttaller","role":"symbol","title":"spaceColumnGapComponentTaller","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTaller":{"title":"spaceColumnGapComponentIsArrowTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtaller","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentmedium","type":"topic","title":"spaceRowGapComponentMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconMedium":{"abstract":[],"kind":"symbol","title":"spacePaddingInlineComponentIsIconMedium","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingInlineComponentShorter","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShorter":{"kind":"symbol","title":"spaceColumnGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshorter","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShorter":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshorter","title":"spaceColumnGapComponentIsIconShorter","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/spacingsemantictokens-implementations"]}],"kind":"article","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/SpacingSemanticTokens-Implementations"},"metadata":{"role":"collectionGroup","modules":[{"name":"OUDS"}],"title":"SpacingSemanticTokens Implementations","roleHeading":"API Collection"},"sections":[],"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller"],"generated":true,"title":"Instance Properties"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShorter":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","kind":"symbol","type":"topic","title":"spaceColumnGapComponentShorter","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentmedium","title":"spaceColumnGapComponentMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShortest":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShortest","type":"topic","title":"spaceInsetComponentShortest","role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshortest"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShorter":{"type":"topic","role":"symbol","title":"spaceInsetComponentShorter","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTaller":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttaller","abstract":[],"title":"spacePaddingBlockComponentTaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTaller":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttaller","type":"topic","title":"spacePaddingInlineComponentTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTaller","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTall":{"title":"spaceLayoutFixTall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTall","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixMedium","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixmedium","title":"spaceLayoutFixMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTall":{"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTall","title":"spaceColumnGapComponentIsArrowTall","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTaller":{"title":"spaceColumnGapComponentTaller","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTaller","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShort":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshort","title":"spaceLayoutFixShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShorter":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingBlockComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshorter","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShorter","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtall","kind":"symbol","role":"symbol","title":"spaceLayoutFluidTall","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowMedium":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowmedium","abstract":[],"role":"symbol","title":"spaceColumnGapComponentIsArrowMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentMedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentmedium","title":"spacePaddingBlockComponentMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconnone","title":"spaceRowGapComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShort":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshort","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShort","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spaceRowGapComponentShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponenttall","title":"spacePaddingInlineComponentTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentnone","title":"spacePaddingBlockComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentshorter","title":"spaceRowGapComponentShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontaller","title":"spaceColumnGapComponentIsIconTaller","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentMedium":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentmedium","abstract":[],"type":"topic","role":"symbol","title":"spaceInsetComponentMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconmedium","title":"spacePaddingBlockComponentIsIconMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTall","kind":"symbol","type":"topic","abstract":[],"title":"spacePaddingInlineComponentIsArrowTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshorter","title":"spaceColumnGapComponentIsArrowShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconShort":{"title":"spacePaddingBlockComponentIsIconShort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconshort"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowMedium":{"type":"topic","title":"spacePaddingInlineComponentIsArrowMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowmedium","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTaller":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTaller","role":"symbol","abstract":[],"title":"spacePaddingInlineComponentIsIconTaller","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShorter":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShorter","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFluidShorter","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshort","title":"spacePaddingInlineComponentIsIconShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShortest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShortest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshortest","title":"spaceLayoutFluidShortest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTallest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTallest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTallest","title":"spaceInsetComponentTallest","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttallest"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShortest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShortest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshortest","title":"spaceLayoutFixShortest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTall":{"title":"spaceRowGapComponentTall","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTall","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSpacious":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSpacious","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidspacious","title":"spaceLayoutFluidSpacious","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSpacious":{"type":"topic","title":"spaceInsetComponentSpacious","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentspacious","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSpacious"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShorter":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShorter","title":"spacePaddingInlineComponentShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidShort":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"title":"spaceLayoutFluidShort","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidshort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidShort","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconmedium","title":"spacePaddingInlineComponentIsIconMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconTall":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisicontall","title":"spaceColumnGapComponentIsIconTall","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconTall"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowTaller","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowtaller","title":"spacePaddingInlineComponentIsArrowTaller","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponenttall","title":"spaceColumnGapComponentTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTallest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTallest","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtallest","title":"spaceLayoutFixTallest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentShort":{"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentshort","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShort"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","title":"spaceInsetComponentShort","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshorter","title":"spaceColumnGapComponentIsIconShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowNone","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrownone","kind":"symbol","type":"topic","role":"symbol","title":"spaceColumnGapComponentIsArrowNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconNone":{"abstract":[],"role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconMedium":{"role":"symbol","kind":"symbol","title":"spaceColumnGapComponentIsIconMedium","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconmedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconMedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTallest":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtallest","title":"spaceLayoutFluidTallest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTallest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshorter","title":"spacePaddingBlockComponentShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponenttall","title":"spacePaddingBlockComponentTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTaller":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontaller","kind":"symbol","title":"spacePaddingBlockComponentIsIconTaller","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTall":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"role":"symbol","title":"spaceRowGapComponentIsIconTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontall","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentshort","title":"spacePaddingInlineComponentShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShort":{"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshort","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShort","abstract":[],"role":"symbol","title":"spacePaddingInlineComponentIsArrowShort"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentNone":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentNone","title":"spacePaddingInlineComponentNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentShort","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentshort","title":"spaceColumnGapComponentShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShorter","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshorter","title":"spaceRowGapComponentIsIconShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentmedium","title":"spacePaddingInlineComponentMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSmash":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSmash","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixsmash","title":"spaceLayoutFixSmash","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentNone","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentnone","title":"spaceRowGapComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowShort":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowShort","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowshort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","title":"spaceColumnGapComponentIsArrowShort","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsArrowTaller":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentIsArrowTaller","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisarrowtaller","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsArrowTaller","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsArrowShorter":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsArrowShorter","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisarrowshorter","title":"spacePaddingInlineComponentIsArrowShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisiconnone","title":"spacePaddingBlockComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidMedium","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidmedium","title":"spaceLayoutFluidMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixSpacious":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixSpacious","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixSpacious","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixspacious","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentShort","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentshort","title":"spacePaddingBlockComponentShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentSmash":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentsmash","title":"spaceInsetComponentSmash","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentSmash","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentNone","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponentnone","title":"spaceInsetComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingBlockComponentIsIconTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingBlockComponentIsIconTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddingblockcomponentisicontall","title":"spacePaddingBlockComponentIsIconTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTaller":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTaller","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spaceInsetComponentTaller","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidSmash":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidSmash","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidsmash","title":"spaceLayoutFluidSmash","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentMedium","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentmedium","title":"spaceRowGapComponentMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentTaller":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentTaller","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponenttaller","title":"spaceRowGapComponentTaller","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixShorter":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixshorter","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixShorter","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixShorter"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentnone","title":"spaceColumnGapComponentNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidTaller":{"abstract":[],"type":"topic","title":"spaceLayoutFluidTaller","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidTaller","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidtaller","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFluidNone":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic","title":"spaceLayoutFluidNone","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFluidNone","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfluidnone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixTaller":{"url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixtaller","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixTaller","title":"spaceLayoutFixTaller","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconShort":{"abstract":[],"title":"spaceColumnGapComponentIsIconShort","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconshort","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconTaller":{"title":"spaceRowGapComponentIsIconTaller","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconTaller","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisicontaller"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconmedium","title":"spaceRowGapComponentIsIconMedium","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceColumnGapComponentIsIconNone":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceColumnGapComponentIsIconNone","url":"\/documentation\/ouds\/oudstheme\/spacecolumngapcomponentisiconnone","title":"spaceColumnGapComponentIsIconNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceLayoutFixNone":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceLayoutFixNone","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/spacelayoutfixnone","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixNone"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixNone"},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceRowGapComponentIsIconShort":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceRowGapComponentIsIconShort","url":"\/documentation\/ouds\/oudstheme\/spacerowgapcomponentisiconshort","title":"spaceRowGapComponentIsIconShort","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spaceInsetComponentTall":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/spaceinsetcomponenttall","kind":"symbol","title":"spaceInsetComponentTall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spaceInsetComponentTall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconShorter":{"url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisiconshorter","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconShorter","role":"symbol","title":"spacePaddingInlineComponentIsIconShorter","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/spacePaddingInlineComponentIsIconTall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/spacePaddingInlineComponentIsIconTall","url":"\/documentation\/ouds\/oudstheme\/spacepaddinginlinecomponentisicontall","title":"spacePaddingInlineComponentIsIconTall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigh.json index d5a38cbfe..088212be1 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigh.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveHigh"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"title":"sysColorBrandAttractiveHigh","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandAttractiveHighSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigh"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigh","abstract":[],"role":"symbol","title":"sysColorBrandAttractiveHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigh"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandAttractiveHigh","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandAttractiveHighSSSgvp","roleHeading":"Instance Property","title":"sysColorBrandAttractiveHigh","extendedModule":"OUDS"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigh":{"title":"sysColorBrandAttractiveHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigher.json index aff55c843..33c7086d8 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehigher.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","interfaceLanguage":"swift"},"metadata":{"extendedModule":"OUDS","role":"symbol","title":"sysColorBrandAttractiveHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC29sysColorBrandAttractiveHigherSSSgvp","roleHeading":"Instance Property"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandAttractiveHigher","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigher"]}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigher":{"title":"sysColorBrandAttractiveHigher","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","type":"topic","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveHigher"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHigher"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigher"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"sysColorBrandAttractiveHigher","role":"symbol","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandAttractiveHigherSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHigher"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHigher":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHigher","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandAttractiveHigher","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehighest.json index 1ea48bdb4..c95f86903 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivehighest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"sysColorBrandAttractiveHighest","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30sysColorBrandAttractiveHighestSSSgvp"},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveHighest"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehighest"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHighest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehighest","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","abstract":[],"title":"sysColorBrandAttractiveHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"metadata":{"role":"symbol","title":"sysColorBrandAttractiveHighest","symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30sysColorBrandAttractiveHighestSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehighest"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveHighest"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveHighest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivehighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandAttractiveHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelow.json index 6ca39100a..4f3842f97 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelow.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelow"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveLow"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow"},"sections":[],"metadata":{"title":"sysColorBrandAttractiveLow","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandAttractiveLowSSSgvp"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLow":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelow","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow","kind":"symbol","title":"sysColorBrandAttractiveLow"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC26sysColorBrandAttractiveLowSSSgvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","title":"sysColorBrandAttractiveLow","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelow"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveLow"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLow":{"title":"sysColorBrandAttractiveLow","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelower.json index 7a497387b..da0fa5e68 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelower.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandAttractiveLower","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelower"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"sysColorBrandAttractiveLower","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLower"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandAttractiveLowerSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLower":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelower","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower","title":"sysColorBrandAttractiveLower","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandAttractiveLowerSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"sysColorBrandAttractiveLower","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandAttractiveLower","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelower"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLower":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandAttractiveLower","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelowest.json index 087e65652..b20630159 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivelowest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelowest"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveLowest"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandAttractiveLowest","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandAttractiveLowestSSSgvp","role":"symbol","symbolKind":"property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelowest","role":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandAttractiveLowest","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC29sysColorBrandAttractiveLowestSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"sysColorBrandAttractiveLowest","symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivelowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveLowest","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivemedium.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivemedium.json index c71151fbe..26c9cc29f 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivemedium.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandattractivemedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivemedium"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveMedium"},{"type":"text","text":"."}],"metadata":{"title":"sysColorBrandAttractiveMedium","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandAttractiveMediumSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveMedium":{"abstract":[],"title":"sysColorBrandAttractiveMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivemedium","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandattractivemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveMedium"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandAttractiveMediumSSSgvp","title":"sysColorBrandAttractiveMedium","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveMedium"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandAttractiveMedium"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandAttractiveMedium":{"title":"sysColorBrandAttractiveMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandattractivemedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandAttractiveMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationdefault.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationdefault.json index 06476af0d..f616b8e5c 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationdefault.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationdefault.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandInformationDefault"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationdefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC31sysColorBrandInformationDefaultSSSgvp","symbolKind":"property","title":"sysColorBrandInformationDefault","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationDefault":{"abstract":[],"title":"sysColorBrandInformationDefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationdefault","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationdefault"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC31sysColorBrandInformationDefaultSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"sysColorBrandInformationDefault","symbolKind":"property","role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandInformationDefault"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationdefault","title":"sysColorBrandInformationDefault","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigh.json index 612ee0bad..0dd507ac7 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigh.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigh"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandInformationHigh","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"sysColorBrandInformationHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandInformationHighSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigh":{"title":"sysColorBrandInformationHigh","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigh","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigh"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandInformationHigh"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandInformationHighSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandInformationHigh"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigh","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigh","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"title":"sysColorBrandInformationHigh"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigher.json index 1da955b85..b07bfb4d6 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhigher.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandInformationHigher","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigher"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"sysColorBrandInformationHigher","role":"symbol","externalID":"s:4OUDS9OUDSThemeC30sysColorBrandInformationHigherSSSgvp","symbolKind":"property","roleHeading":"Instance Property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigher":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigher","role":"symbol","title":"sysColorBrandInformationHigher","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigher"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher"},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30sysColorBrandInformationHigherSSSgvp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"title":"sysColorBrandInformationHigher"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandInformationHigher","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHigher":{"title":"sysColorBrandInformationHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHigher","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhighest.json index 17e17b857..7e6237e9f 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationhighest.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandInformationHighest"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"title":"sysColorBrandInformationHighest","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC31sysColorBrandInformationHighestSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhighest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHighest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhighest","role":"symbol","title":"sysColorBrandInformationHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSTheme"}],"url":"\/documentation\/ouds\/oudstheme","kind":"symbol","type":"topic","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"A Swift "},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"text":" ","type":"text"},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandInformationHighest"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","title":"sysColorBrandInformationHighest","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC31sysColorBrandInformationHighestSSSgvp","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationHighest":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationhighest","title":"sysColorBrandInformationHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlow.json index 1822b413b..1de953b45 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlow.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlow"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandInformationLow"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"sysColorBrandInformationLow","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandInformationLowSSSgvp"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlow","abstract":[],"role":"symbol","title":"sysColorBrandInformationLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlow"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandInformationLow"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandInformationLow","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandInformationLowSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLow":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlow","title":"sysColorBrandInformationLow","type":"topic","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlower.json index 4f62408b4..79bc141ef 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlower.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","title":"sysColorBrandInformationLower","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandInformationLowerSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandInformationLower","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlower"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLower":{"abstract":[],"title":"sysColorBrandInformationLower","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlower","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlower"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sysColorBrandInformationLower","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandInformationLowerSSSgvp"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandInformationLower","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLower":{"title":"sysColorBrandInformationLower","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLower","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlowest.json index cd709cb4f..d45711ba1 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandinformationlowest.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandInformationLowest","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"sysColorBrandInformationLowest","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30sysColorBrandInformationLowestSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlowest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlowest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest","title":"sysColorBrandInformationLowest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlowest"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandInformationLowest","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC30sysColorBrandInformationLowestSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS","title":"sysColorBrandInformationLowest","symbolKind":"property"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandInformationLowest":{"title":"sysColorBrandInformationLowest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandinformationlowest","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandInformationLowest"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativedefault.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativedefault.json index aaaf0fa98..9126f6db3 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativedefault.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativedefault.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativedefault"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault"},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandNegativeDefaultSSSgvp","title":"sysColorBrandNegativeDefault","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNegativeDefault"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeDefault":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativedefault","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault","title":"sysColorBrandNegativeDefault","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNegativeDefault","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"sysColorBrandNegativeDefault","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandNegativeDefaultSSSgvp","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativedefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeDefault":{"title":"sysColorBrandNegativeDefault","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativedefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeDefault","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigh.json index 6300070d6..689ea2f03 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigh.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigh"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNegativeHigh","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC25sysColorBrandNegativeHighSSSgvp","roleHeading":"Instance Property","title":"sysColorBrandNegativeHigh","role":"symbol","symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigh":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigh","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh","title":"sysColorBrandNegativeHigh","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNegativeHigh","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigh"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh"},"sections":[],"metadata":{"symbolKind":"property","extendedModule":"OUDS","title":"sysColorBrandNegativeHigh","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC25sysColorBrandNegativeHighSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigh":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigh","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigh","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeHigh","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigher.json index e0cf86df6..211886811 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehigher.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNegativeHigher","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDS"}],"title":"sysColorBrandNegativeHigher","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandNegativeHigherSSSgvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","extendedModule":"OUDS"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigher"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigher","abstract":[],"role":"symbol","title":"sysColorBrandNegativeHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC27sysColorBrandNegativeHigherSSSgvp","symbolKind":"property","role":"symbol","title":"sysColorBrandNegativeHigher","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNegativeHigher"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigher"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHigher":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehigher","title":"sysColorBrandNegativeHigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehighest.json index 152c6bd04..47bbd52d7 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativehighest.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehighest"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNegativeHighest","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandNegativeHighestSSSgvp","title":"sysColorBrandNegativeHighest","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHighest":{"abstract":[],"title":"sysColorBrandNegativeHighest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehighest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandNegativeHighestSSSgvp","role":"symbol","title":"sysColorBrandNegativeHighest","extendedModule":"OUDS","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNegativeHighest"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehighest"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeHighest":{"title":"sysColorBrandNegativeHighest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativehighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelow.json index f8c18338c..fc6da8af9 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelow.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"symbolKind":"property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"sysColorBrandNegativeLow","role":"symbol","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandNegativeLowSSSgvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelow"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNegativeLow"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLow":{"abstract":[],"title":"sysColorBrandNegativeLow","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelow","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelow"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNegativeLow","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","interfaceLanguage":"swift"},"sections":[],"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandNegativeLowSSSgvp","title":"sysColorBrandNegativeLow"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLow":{"title":"sysColorBrandNegativeLow","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelower.json index 122427d75..99f5df216 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelower.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelower"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNegativeLower","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"title":"sysColorBrandNegativeLower","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandNegativeLowerSSSgvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLower":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower","title":"sysColorBrandNegativeLower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelower","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26sysColorBrandNegativeLowerSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandNegativeLower"},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelower"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNegativeLower","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLower":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelower","title":"sysColorBrandNegativeLower","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelowest.json index 695d961ad..45da1c83e 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandnegativelowest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNegativeLowest"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC27sysColorBrandNegativeLowestSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sysColorBrandNegativeLowest","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelowest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest","title":"sysColorBrandNegativeLowest","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"extendedModule":"OUDS","symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandNegativeLowestSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeLowest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeLowest"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNegativeLowest","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNegativeLowest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNegativeLowest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandnegativelowest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandNegativeLowest"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasisblack.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasisblack.json index 2c6a95f86..df0c4ae05 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasisblack.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasisblack.json @@ -1 +1 @@ -{"metadata":{"title":"sysColorBrandNeutralEmphasisBlack","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC33sysColorBrandNeutralEmphasisBlackSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisBlack"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasisblack"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisBlack","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisBlack":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasisblack","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack","kind":"symbol","title":"sysColorBrandNeutralEmphasisBlack"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasisblack"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisBlack","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralEmphasisBlack","symbolKind":"property","extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC33sysColorBrandNeutralEmphasisBlackSSSgvp"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisBlack"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisBlack","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisBlack":{"title":"sysColorBrandNeutralEmphasisBlack","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisBlack","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasisblack","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisBlack","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigh.json index 11aa8092d..c67308643 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigh.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigh"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"title":"sysColorBrandNeutralEmphasisHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC32sysColorBrandNeutralEmphasisHighSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisHigh","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigh":{"abstract":[],"title":"sysColorBrandNeutralEmphasisHigh","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigh","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"sysColorBrandNeutralEmphasisHigh","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC32sysColorBrandNeutralEmphasisHighSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisHigh"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigh"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigh":{"title":"sysColorBrandNeutralEmphasisHigh","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigh","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigher.json index 85da7663e..1802e6359 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishigher.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher"},"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC34sysColorBrandNeutralEmphasisHigherSSSgvp","title":"sysColorBrandNeutralEmphasisHigher","roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisHigher","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigher"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigher":{"abstract":[],"title":"sysColorBrandNeutralEmphasisHigher","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigher","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisHigher"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC34sysColorBrandNeutralEmphasisHigherSSSgvp","title":"sysColorBrandNeutralEmphasisHigher","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}],"symbolKind":"property"},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigher"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHigher":{"title":"sysColorBrandNeutralEmphasisHigher","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishigher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHigher","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishighest.json index 47715e01b..1b136a61b 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasishighest.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishighest"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisHighest","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC35sysColorBrandNeutralEmphasisHighestSSSgvp","roleHeading":"Instance Property","symbolKind":"property","title":"sysColorBrandNeutralEmphasisHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHighest":{"abstract":[],"title":"sysColorBrandNeutralEmphasisHighest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishighest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest"},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC35sysColorBrandNeutralEmphasisHighestSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","title":"sysColorBrandNeutralEmphasisHighest"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisHighest"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishighest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisHighest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasishighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandNeutralEmphasisHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislow.json index 6a1172b83..60baac03d 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislow.json @@ -1 +1 @@ -{"sections":[],"metadata":{"title":"sysColorBrandNeutralEmphasisLow","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralEmphasisLowSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDS"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisLow"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislow"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLow":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislow","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow","title":"sysColorBrandNeutralEmphasisLow","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralEmphasisLow","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralEmphasisLowSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisLow"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislow"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLow":{"title":"sysColorBrandNeutralEmphasisLow","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislower.json index 134e10ac2..6943a5faf 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislower.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisLower"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislower"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","role":"symbol","title":"sysColorBrandNeutralEmphasisLower","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC33sysColorBrandNeutralEmphasisLowerSSSgvp"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLower":{"abstract":[],"role":"symbol","title":"sysColorBrandNeutralEmphasisLower","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislower"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislower"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisLower","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC33sysColorBrandNeutralEmphasisLowerSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandNeutralEmphasisLower"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLower":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLower","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralEmphasisLower","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislowest.json index c41d1d642..ac2e80e64 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasislowest.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislowest"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisLowest","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC34sysColorBrandNeutralEmphasisLowestSSSgvp","title":"sysColorBrandNeutralEmphasisLowest","symbolKind":"property","extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDS"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLowest":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest","abstract":[],"title":"sysColorBrandNeutralEmphasisLowest","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislowest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisLowest"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC34sysColorBrandNeutralEmphasisLowestSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"title":"sysColorBrandNeutralEmphasisLowest"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislowest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasislowest","title":"sysColorBrandNeutralEmphasisLowest","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasismedium.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasismedium.json index 78c06fb6c..fa99aca28 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasismedium.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralemphasismedium.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandNeutralEmphasisMedium","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34sysColorBrandNeutralEmphasisMediumSSSgvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasismedium"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisMedium"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisMedium","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisMedium":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasismedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium","title":"sysColorBrandNeutralEmphasisMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasismedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralEmphasisMedium"},{"text":".","type":"text"}],"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"sysColorBrandNeutralEmphasisMedium","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC34sysColorBrandNeutralEmphasisMediumSSSgvp","symbolKind":"property","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralEmphasisMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralemphasismedium","role":"symbol","abstract":[],"title":"sysColorBrandNeutralEmphasisMedium","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralEmphasisMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigh.json index bf58f326c..8ff703921 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigh.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS"}],"title":"sysColorBrandNeutralMutedHigh","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandNeutralMutedHighSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedHigh"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigh"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigh":{"title":"sysColorBrandNeutralMutedHigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigh","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh","abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandNeutralMutedHighSSSgvp","extendedModule":"OUDS","role":"symbol","title":"sysColorBrandNeutralMutedHigh","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigh"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedHigh"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigh","title":"sysColorBrandNeutralMutedHigh","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigher.json index 9ef56d568..0bc4f3bcf 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhigher.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedHigher"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigher"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandNeutralMutedHigher","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralMutedHigherSSSgvp","modules":[{"name":"OUDS"}],"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigher"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigher":{"abstract":[],"title":"sysColorBrandNeutralMutedHigher","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigher","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNeutralMutedHigher","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigher"]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralMutedHigher","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralMutedHigherSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHigher":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHigher","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhigher","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandNeutralMutedHigher"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhighest.json index 4bb614f96..be34ad386 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedhighest.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"metadata":{"role":"symbol","symbolKind":"property","title":"sysColorBrandNeutralMutedHighest","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC32sysColorBrandNeutralMutedHighestSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedHighest"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhighest"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHighest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhighest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest","kind":"symbol","title":"sysColorBrandNeutralMutedHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedHighest"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhighest"]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralMutedHighest","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC32sysColorBrandNeutralMutedHighestSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedHighest":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedhighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedHighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralMutedHighest","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlow.json index bf6cf60bf..88d5c6f90 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlow.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedLow"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlow"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","title":"sysColorBrandNeutralMutedLow","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandNeutralMutedLowSSSgvp"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlow","abstract":[],"role":"symbol","title":"sysColorBrandNeutralMutedLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlow"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandNeutralMutedLowSSSgvp","modules":[{"name":"OUDS"}],"title":"sysColorBrandNeutralMutedLow","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNeutralMutedLow","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlow","title":"sysColorBrandNeutralMutedLow","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlower.json index 6ccb4f156..cdf9a4bf1 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlower.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedLower"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlower"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"symbolKind":"property","title":"sysColorBrandNeutralMutedLower","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC30sysColorBrandNeutralMutedLowerSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLower":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlower","role":"symbol","title":"sysColorBrandNeutralMutedLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralMutedLower","externalID":"s:4OUDS9OUDSThemeC30sysColorBrandNeutralMutedLowerSSSgvp","role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedLower"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLower","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlower"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLower":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLower","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"sysColorBrandNeutralMutedLower","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlowest.json index b76b197a1..7cdf44e2f 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedlowest.json @@ -1 +1 @@ -{"metadata":{"title":"sysColorBrandNeutralMutedLowest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralMutedLowestSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNeutralMutedLowest","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlowest"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLowest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlowest","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest","title":"sysColorBrandNeutralMutedLowest","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlowest"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"sysColorBrandNeutralMutedLowest","role":"symbol","externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralMutedLowestSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedLowest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNeutralMutedLowest","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedlowest","title":"sysColorBrandNeutralMutedLowest","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedmedium.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedmedium.json index a66a02cbb..e8fead366 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedmedium.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedmedium.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandNeutralMutedMedium","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium"},"metadata":{"title":"sysColorBrandNeutralMutedMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralMutedMediumSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedmedium"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium","title":"sysColorBrandNeutralMutedMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedMedium"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedmedium","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","title":"sysColorBrandNeutralMutedMedium","externalID":"s:4OUDS9OUDSThemeC31sysColorBrandNeutralMutedMediumSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedMedium"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedMedium":{"title":"sysColorBrandNeutralMutedMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedmedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedwhite.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedwhite.json index 5ce09577e..b16327e96 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedwhite.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandneutralmutedwhite.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC30sysColorBrandNeutralMutedWhiteSSSgvp","roleHeading":"Instance Property","symbolKind":"property","title":"sysColorBrandNeutralMutedWhite","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedWhite"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedwhite"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedWhite":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedwhite","role":"symbol","title":"sysColorBrandNeutralMutedWhite","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"title":"sysColorBrandNeutralMutedWhite","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC30sysColorBrandNeutralMutedWhiteSSSgvp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedWhite","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandNeutralMutedWhite"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedwhite"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandNeutralMutedWhite":{"title":"sysColorBrandNeutralMutedWhite","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedWhite","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandNeutralMutedWhite","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandneutralmutedwhite"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivedefault.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivedefault.json index d25c563e0..d7d9ed712 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivedefault.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivedefault.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveDefault"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivedefault"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"sysColorBrandPositiveDefault","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandPositiveDefaultSSSgvp","role":"symbol","extendedModule":"OUDS","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveDefault":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivedefault","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault","title":"sysColorBrandPositiveDefault","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveDefault"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivedefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"symbolKind":"property","role":"symbol","title":"sysColorBrandPositiveDefault","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandPositiveDefaultSSSgvp","extendedModule":"OUDS"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveDefault":{"title":"sysColorBrandPositiveDefault","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivedefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveDefault","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigh.json index 4ae0a16e5..aca4dc2d5 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigh.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveHigh"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh"},"metadata":{"title":"sysColorBrandPositiveHigh","externalID":"s:4OUDS9OUDSThemeC25sysColorBrandPositiveHighSSSgvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigh"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigh","abstract":[],"role":"symbol","title":"sysColorBrandPositiveHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDS"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDS","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC25sysColorBrandPositiveHighSSSgvp","title":"sysColorBrandPositiveHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandPositiveHigh","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigh"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigh":{"title":"sysColorBrandPositiveHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigh","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigher.json index f3ea38b45..3eefa58ac 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehigher.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigher"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveHigher"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandPositiveHigher","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPositiveHigherSSSgvp","extendedModule":"OUDS"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigher","abstract":[],"role":"symbol","title":"sysColorBrandPositiveHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"title":"sysColorBrandPositiveHigher","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPositiveHigherSSSgvp","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandPositiveHigher","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigher"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHigher":{"title":"sysColorBrandPositiveHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHigher","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehighest.json index 8572bdf53..cbbb5f452 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivehighest.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandPositiveHighestSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandPositiveHighest","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveHighest"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehighest"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHighest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehighest","abstract":[],"role":"symbol","title":"sysColorBrandPositiveHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS","title":"sysColorBrandPositiveHighest","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandPositiveHighestSSSgvp","symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehighest"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveHighest"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveHighest":{"title":"sysColorBrandPositiveHighest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivehighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelow.json index f1b875c8f..9111b3828 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelow.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelow"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandPositiveLow","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"sysColorBrandPositiveLow","roleHeading":"Instance Property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandPositiveLowSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLow":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelow","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow","kind":"symbol","title":"sysColorBrandPositiveLow"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC24sysColorBrandPositiveLowSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","title":"sysColorBrandPositiveLow"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveLow"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelow"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLow":{"title":"sysColorBrandPositiveLow","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLow","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelower.json index 9ce775ef9..09ca86034 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelower.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"title":"sysColorBrandPositiveLower","extendedModule":"OUDS","role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandPositiveLowerSSSgvp","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveLower"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelower"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLower":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandPositiveLower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelower","role":"symbol","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelower"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandPositiveLowerSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveLower"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"sysColorBrandPositiveLower","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandPositiveLower","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLower":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandPositiveLower","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelowest.json index 65da09ec7..653acc7dd 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandpositivelowest.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPositiveLowest"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","symbolKind":"property","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPositiveLowestSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"sysColorBrandPositiveLowest","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLowest":{"abstract":[],"title":"sysColorBrandPositiveLowest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelowest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandPositiveLowest","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPositiveLowestSSSgvp","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandPositiveLowest","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelowest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPositiveLowest":{"title":"sysColorBrandPositiveLowest","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandpositivelowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPositiveLowest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarydefault.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarydefault.json index 97ad52ee1..5407f1938 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarydefault.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarydefault.json @@ -1 +1 @@ -{"sections":[],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPrimaryDefaultSSSgvp","title":"sysColorBrandPrimaryDefault"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandPrimaryDefault","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarydefault","abstract":[],"role":"symbol","title":"sysColorBrandPrimaryDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryDefault"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"extendedModule":"OUDS","symbolKind":"property","modules":[{"name":"OUDS"}],"title":"sysColorBrandPrimaryDefault","roleHeading":"Instance Property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPrimaryDefaultSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryDefault":{"title":"sysColorBrandPrimaryDefault","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarydefault","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryDefault","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigh.json index c9bd7453e..2a3fb0209 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigh.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigh"]}],"sections":[],"kind":"symbol","metadata":{"extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandPrimaryHighSSSgvp","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"sysColorBrandPrimaryHigh"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandPrimaryHigh","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigh":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigh","role":"symbol","title":"sysColorBrandPrimaryHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigh"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC24sysColorBrandPrimaryHighSSSgvp","title":"sysColorBrandPrimaryHigh","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryHigh"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigh":{"title":"sysColorBrandPrimaryHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigher.json index 5e40423b3..ed86658d9 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhigher.json @@ -1 +1 @@ -{"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC26sysColorBrandPrimaryHigherSSSgvp","roleHeading":"Instance Property","title":"sysColorBrandPrimaryHigher"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigher"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandPrimaryHigher","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigher":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigher","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher","kind":"symbol","title":"sysColorBrandPrimaryHigher"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26sysColorBrandPrimaryHigherSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"sysColorBrandPrimaryHigher","extendedModule":"OUDS"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigher"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryHigher"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhigher","title":"sysColorBrandPrimaryHigher","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhighest.json index 63ab0f49f..e1b9c493c 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimaryhighest.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryHighest"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPrimaryHighestSSSgvp","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"role":"symbol","title":"sysColorBrandPrimaryHighest"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhighest"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHighest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhighest","title":"sysColorBrandPrimaryHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryHighest"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandPrimaryHighestSSSgvp","role":"symbol","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","title":"sysColorBrandPrimaryHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryHighest":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimaryhighest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryHighest","title":"sysColorBrandPrimaryHighest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylow.json index bf3c00c2f..15bdd2b56 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylow.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylow"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","symbolKind":"property","title":"sysColorBrandPrimaryLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC23sysColorBrandPrimaryLowSSSgvp","extendedModule":"OUDS"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryLow"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLow":{"kind":"symbol","role":"symbol","title":"sysColorBrandPrimaryLow","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylow","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylow"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"externalID":"s:4OUDS9OUDSThemeC23sysColorBrandPrimaryLowSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sysColorBrandPrimaryLow","extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryLow"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLow":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylow","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLow","role":"symbol","abstract":[],"title":"sysColorBrandPrimaryLow","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylower.json index 10fac4bdb..a3ad16d84 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylower.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"metadata":{"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC25sysColorBrandPrimaryLowerSSSgvp","modules":[{"name":"OUDS"}],"title":"sysColorBrandPrimaryLower","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandPrimaryLower","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylower"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLower":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylower","abstract":[],"role":"symbol","title":"sysColorBrandPrimaryLower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryLower"},{"type":"text","text":"."}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC25sysColorBrandPrimaryLowerSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"sysColorBrandPrimaryLower","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylower"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLower":{"title":"sysColorBrandPrimaryLower","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLower","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylowest.json index 96e947aa2..4a6006427 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandprimarylowest.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryLowest"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandPrimaryLowestSSSgvp","title":"sysColorBrandPrimaryLowest","extendedModule":"OUDS","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylowest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLowest":{"abstract":[],"title":"sysColorBrandPrimaryLowest","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylowest","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","title":"sysColorBrandPrimaryLowest","extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandPrimaryLowestSSSgvp","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandPrimaryLowest"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylowest"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandPrimaryLowest":{"title":"sysColorBrandPrimaryLowest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandprimarylowest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandPrimaryLowest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarydefault.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarydefault.json index 561a27ad4..3b7effa3e 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarydefault.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarydefault.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarydefault"]}],"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"sysColorBrandSecondaryDefault","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandSecondaryDefaultSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandSecondaryDefault","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryDefault":{"abstract":[],"title":"sysColorBrandSecondaryDefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarydefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryDefault"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC29sysColorBrandSecondaryDefaultSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"sysColorBrandSecondaryDefault","role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryDefault"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarydefault"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarydefault","title":"sysColorBrandSecondaryDefault","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigh.json index ed01aaaeb..fdc1b2b86 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigh.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandSecondaryHighSSSgvp","symbolKind":"property","role":"symbol","title":"sysColorBrandSecondaryHigh"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandSecondaryHigh","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigh"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigh":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigh","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh","kind":"symbol","title":"sysColorBrandSecondaryHigh"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"metadata":{"externalID":"s:4OUDS9OUDSThemeC26sysColorBrandSecondaryHighSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sysColorBrandSecondaryHigh","symbolKind":"property"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryHigh"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigh"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigh":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigh","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigh","abstract":[],"role":"symbol","title":"sysColorBrandSecondaryHigh","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigher.json index 98a592dea..c3d286dea 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhigher.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher"},"sections":[],"metadata":{"title":"sysColorBrandSecondaryHigher","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryHigher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandSecondaryHigherSSSgvp"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandSecondaryHigher","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigher"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigher":{"abstract":[],"title":"sysColorBrandSecondaryHigher","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigher","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigher"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandSecondaryHigherSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDS"}],"title":"sysColorBrandSecondaryHigher"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandSecondaryHigher","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHigher":{"title":"sysColorBrandSecondaryHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHigher","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhighest.json index 5edb9c1f4..d4f879816 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondaryhighest.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:4OUDS9OUDSThemeC29sysColorBrandSecondaryHighestSSSgvp","roleHeading":"Instance Property","symbolKind":"property","title":"sysColorBrandSecondaryHighest","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHighest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryHighest"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHighest":{"kind":"symbol","abstract":[],"type":"topic","title":"sysColorBrandSecondaryHighest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhighest"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryHighest"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandSecondaryHighest","roleHeading":"Instance Property","extendedModule":"OUDS","role":"symbol","externalID":"s:4OUDS9OUDSThemeC29sysColorBrandSecondaryHighestSSSgvp","modules":[{"name":"OUDS"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryHighest":{"title":"sysColorBrandSecondaryHighest","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondaryhighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylow.json index bdb892f88..74238cc46 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylow.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryLow"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS9OUDSThemeC25sysColorBrandSecondaryLowSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sysColorBrandSecondaryLow","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylow"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLow":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylow","role":"symbol","title":"sysColorBrandSecondaryLow","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryLow"},{"text":".","type":"text"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC25sysColorBrandSecondaryLowSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"sysColorBrandSecondaryLow","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylow"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLow":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLow","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylow","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandSecondaryLow"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylower.json index 8e02b28f9..307f05fd8 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylower.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryLower"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower","interfaceLanguage":"swift"},"metadata":{"title":"sysColorBrandSecondaryLower","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandSecondaryLowerSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylower"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLower":{"abstract":[],"title":"sysColorBrandSecondaryLower","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylower","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandSecondaryLower"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylower"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:4OUDS9OUDSThemeC27sysColorBrandSecondaryLowerSSSgvp","role":"symbol","title":"sysColorBrandSecondaryLower","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","roleHeading":"Instance Property","symbolKind":"property"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLower":{"title":"sysColorBrandSecondaryLower","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLower","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylowest.json index 6164bf7d5..a7907248b 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandsecondarylowest.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandSecondaryLowest","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylowest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest"},"kind":"symbol","metadata":{"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandSecondaryLowestSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sysColorBrandSecondaryLowest","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLowest":{"abstract":[],"kind":"symbol","title":"sysColorBrandSecondaryLowest","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandSecondaryLowest","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylowest"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"title":"sysColorBrandSecondaryLowest","symbolKind":"property","modules":[{"name":"OUDS"}],"role":"symbol","extendedModule":"OUDS","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandSecondaryLowestSSSgvp"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandSecondaryLowest":{"title":"sysColorBrandSecondaryLowest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandsecondarylowest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandSecondaryLowest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarydefault.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarydefault.json index 301c0fffd..4412f3e9b 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarydefault.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarydefault.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandTertiaryDefault","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandTertiaryDefaultSSSgvp","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarydefault"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandTertiaryDefault","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryDefault":{"abstract":[],"title":"sysColorBrandTertiaryDefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarydefault","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDS","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandTertiaryDefault","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandTertiaryDefaultSSSgvp","role":"symbol"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryDefault"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryDefault":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarydefault","title":"sysColorBrandTertiaryDefault","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigh.json index ec2809ea6..f5cc77114 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigh.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","metadata":{"title":"sysColorBrandTertiaryHigh","modules":[{"name":"OUDS"}],"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC25sysColorBrandTertiaryHighSSSgvp","extendedModule":"OUDS","roleHeading":"Instance Property"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryHigh"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigh"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigh":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigh","role":"symbol","title":"sysColorBrandTertiaryHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigh"]}],"metadata":{"externalID":"s:4OUDS9OUDSThemeC25sysColorBrandTertiaryHighSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"sysColorBrandTertiaryHigh","role":"symbol","symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryHigh"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigh":{"title":"sysColorBrandTertiaryHigh","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigh","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigher.json index 33fb9479d..82e23c083 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhigher.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"ColorSemanticTokens.sysColorBrandTertiaryHigher","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"OUDS","modules":[{"name":"OUDS"}],"title":"sysColorBrandTertiaryHigher","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandTertiaryHigherSSSgvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigher"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigher":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigher","abstract":[],"title":"sysColorBrandTertiaryHigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryHigher"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigher"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC27sysColorBrandTertiaryHigherSSSgvp","role":"symbol","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","symbolKind":"property","title":"sysColorBrandTertiaryHigher","roleHeading":"Instance Property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHigher":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhigher","title":"sysColorBrandTertiaryHigher","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhighest.json index ab67d3a61..f28a4fc1e 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiaryhighest.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryHighest"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:4OUDS9OUDSThemeC28sysColorBrandTertiaryHighestSSSgvp","role":"symbol","extendedModule":"OUDS","title":"sysColorBrandTertiaryHighest","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhighest"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHighest":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","title":"sysColorBrandTertiaryHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhighest","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHighest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC28sysColorBrandTertiaryHighestSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","extendedModule":"OUDS","title":"sysColorBrandTertiaryHighest","symbolKind":"property"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandTertiaryHighest","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryHighest":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryHighest","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiaryhighest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandTertiaryHighest"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylow.json index cb01c572a..630d941e9 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylow.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"title":"sysColorBrandTertiaryLow","symbolKind":"property","role":"symbol","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandTertiaryLowSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryLow"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylow"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLow":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylow","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","kind":"symbol","title":"sysColorBrandTertiaryLow"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylow"]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandTertiaryLow","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandTertiaryLowSSSgvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandTertiaryLow","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLow":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylow","title":"sysColorBrandTertiaryLow","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylower.json index 72e69a5d9..e3ac7750b 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylower.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower"},"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandTertiaryLowerSSSgvp","title":"sysColorBrandTertiaryLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDS"}],"extendedModule":"OUDS"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylower"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryLower"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"role":"symbol","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"text":"to implement all tokens.","type":"text"},{"text":" ","type":"text"},{"text":"Any properties of an overridable theme should be defined so as to provide defaults values.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"OUDSTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"title":"OUDSTheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","type":"topic","url":"\/documentation\/ouds\/oudstheme","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLower":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower","title":"sysColorBrandTertiaryLower"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylower"]}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandTertiaryLowerSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandTertiaryLower","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandTertiaryLower"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLower":{"title":"sysColorBrandTertiaryLower","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLower","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylowest.json index 23bf93f15..d8c8fb1b6 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandtertiarylowest.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"title":"sysColorBrandTertiaryLowest","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandTertiaryLowestSSSgvp","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDS"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandTertiaryLowest","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylowest"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylowest","abstract":[],"role":"symbol","title":"sysColorBrandTertiaryLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylowest"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","extendedModule":"OUDS","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","title":"sysColorBrandTertiaryLowest","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandTertiaryLowestSSSgvp","modules":[{"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandTertiaryLowest","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandTertiaryLowest":{"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandtertiarylowest","title":"sysColorBrandTertiaryLowest","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandTertiaryLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarningdefault.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarningdefault.json index c41d5ff11..5ae7eccee 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarningdefault.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarningdefault.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC27sysColorBrandWarningDefaultSSSgvp","title":"sysColorBrandWarningDefault","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDS"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandWarningDefault","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarningdefault"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningDefault":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarningdefault","role":"symbol","title":"sysColorBrandWarningDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningDefault"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarningdefault"]}],"metadata":{"roleHeading":"Instance Property","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandWarningDefaultSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDS"}],"title":"sysColorBrandWarningDefault","extendedModule":"OUDS"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningDefault":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarningdefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningDefault","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningDefault","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigh.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigh.json index 65daf018b..5ac3c7f7f 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigh.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigh.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigh"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningHigh"},{"type":"text","text":"."}],"metadata":{"role":"symbol","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandWarningHighSSSgvp","modules":[{"name":"OUDS"}],"extendedModule":"OUDS","title":"sysColorBrandWarningHigh","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigh":{"abstract":[],"title":"sysColorBrandWarningHigh","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigh","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandWarningHigh","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigh"]}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:4OUDS9OUDSThemeC24sysColorBrandWarningHighSSSgvp","extendedModule":"OUDS","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningHigh","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigh":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigh","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigh","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningHigh","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigher.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigher.json index 8a149e375..41fb5dcba 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigher.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghigher.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigher"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigher"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandWarningHigher","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandWarningHigherSSSgvp","extendedModule":"OUDS","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningHigher"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigher":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigher","role":"symbol","title":"sysColorBrandWarningHigher","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"sysColorBrandWarningHigher","role":"symbol","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandWarningHigherSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDS"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningHigher"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigher"]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHigher":{"title":"sysColorBrandWarningHigher","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghigher","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHigher","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghighest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghighest.json index be0efbc72..6526924a9 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghighest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninghighest.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghighest"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest","interfaceLanguage":"swift"},"metadata":{"title":"sysColorBrandWarningHighest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandWarningHighestSSSgvp","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"symbolKind":"property","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandWarningHighest","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHighest":{"title":"sysColorBrandWarningHighest","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghighest","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningHighest"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghighest"]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningHighest","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC27sysColorBrandWarningHighestSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningHighest":{"title":"sysColorBrandWarningHighest","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninghighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningHighest","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglow.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglow.json index ec6f57c32..377719e48 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglow.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglow.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglow"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"@objc","kind":"attribute"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningLow"},{"type":"text","text":"."}],"metadata":{"title":"sysColorBrandWarningLow","roleHeading":"Instance Property","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC23sysColorBrandWarningLowSSSgvp","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLow":{"title":"sysColorBrandWarningLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglow","role":"symbol","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","modules":[{"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:4OUDS9OUDSThemeC23sysColorBrandWarningLowSSSgvp","symbolKind":"property","role":"symbol","title":"sysColorBrandWarningLow"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningLow"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglow"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLow":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglow","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLow","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningLow","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglower.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglower.json index 83584ca79..ccf43e3cb 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglower.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglower.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","title":"sysColorBrandWarningLower","externalID":"s:4OUDS9OUDSThemeC25sysColorBrandWarningLowerSSSgvp","extendedModule":"OUDS","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"variants":[{"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglower"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandWarningLower","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLower":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","title":"sysColorBrandWarningLower","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglower","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningLower"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"sysColorBrandWarningLower","extendedModule":"OUDS","externalID":"s:4OUDS9OUDSThemeC25sysColorBrandWarningLowerSSSgvp","modules":[{"name":"OUDS"}],"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"@objc","kind":"attribute"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglower"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLower":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLower","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglower","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"title":"sysColorBrandWarningLower"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglowest.json b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglowest.json index b4b6158ac..4a8d53a64 100644 --- a/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglowest.json +++ b/docs/data/documentation/ouds/oudstheme/syscolorbrandwarninglowest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ColorSemanticTokens.sysColorBrandWarningLowest"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglowest"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDS","title":"sysColorBrandWarningLowest","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:4OUDS9OUDSThemeC26sysColorBrandWarningLowestSSSgvp","modules":[{"name":"OUDS"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLowest":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglowest","role":"symbol","title":"sysColorBrandWarningLowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"title":"ColorSemanticTokens Implementations","abstract":[],"kind":"article","role":"collectionGroup","url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"attribute","text":"@objc"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglowest"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"ColorSemanticTokens.sysColorBrandWarningLowest","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"extendedModule":"OUDS","role":"symbol","modules":[{"name":"OUDS"}],"externalID":"s:4OUDS9OUDSThemeC26sysColorBrandWarningLowestSSSgvp","title":"sysColorBrandWarningLowest","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property"},"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/sysColorBrandWarningLowest":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/syscolorbrandwarninglowest","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/sysColorBrandWarningLowest","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningLowest","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/ColorSemanticTokens-Implementations":{"url":"\/documentation\/ouds\/oudstheme\/colorsemantictokens-implementations","kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/ColorSemanticTokens-Implementations","title":"ColorSemanticTokens Implementations","role":"collectionGroup","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudstheme/typographysemantictokens-implementations.json b/docs/data/documentation/ouds/oudstheme/typographysemantictokens-implementations.json index 64958ae59..1da4896ef 100644 --- a/docs/data/documentation/ouds/oudstheme/typographysemantictokens-implementations.json +++ b/docs/data/documentation/ouds/oudstheme/typographysemantictokens-implementations.json @@ -1 +1 @@ -{"topicSections":[{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"TypographySemanticTokens Implementations","modules":[{"name":"OUDS"}],"roleHeading":"API Collection","role":"collectionGroup"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"]}],"sections":[],"kind":"article","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplaySmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall","abstract":[],"title":"fontLineHeightTabletDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaysmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyHeading":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","abstract":[],"title":"fontFamilyHeading","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilyheading","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyHeading"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelLarge":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge","abstract":[],"title":"fontLineHeightLabelLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabellarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileCodeMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodemedium","title":"fontSizeMobileCodeMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplaySmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaysmall","title":"fontLineHeightMobileDisplaySmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaylarge","title":"fontSizeTabletDisplayLarge","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadinglarge","title":"fontParagraphSpacingMobileHeadingLarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodylarge","title":"fontLineHeightMobileBodyLarge","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingsmall","title":"fontSizeTabletHeadingSmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodymedium","title":"fontLineHeightMobileBodyMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaymedium","title":"fontLineHeightMobileDisplayMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyDisplay":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyDisplay"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamilydisplay","title":"fontFamilyDisplay","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingmedium","title":"fontParagraphSpacingTabletHeadingMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadinglarge","title":"fontLineHeightMobileHeadingLarge","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabellarge","title":"fontSizeLabelLarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodymedium","title":"fontLineHeightTabletBodyMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingSmall":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeMobileHeadingSmall","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingsmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodesmall","title":"fontParagraphSpacingCodeSmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingmedium","title":"fontLineHeightTabletHeadingMedium","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodymedium","title":"fontParagraphSpacingMobileBodyMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamily":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamily"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamily","title":"fontFamily","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaylarge","title":"fontParagraphSpacingTabletDisplayLarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","title":"fontLineHeightTabletCodeMedium","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodemedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingsmall","title":"fontParagraphSpacingMobileHeadingSmall","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingXLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingxlarge","title":"fontSizeMobileHeadingXLarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingMedium":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","title":"fontParagraphSpacingMobileHeadingMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingxlarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge","title":"fontLineHeightMobileHeadingXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingMedium":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium","title":"fontSizeTabletHeadingMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyBody":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontfamilybody","title":"fontFamilyBody"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodySmall":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall","title":"fontSizeTabletBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodySmall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall","title":"fontParagraphSpacingMobileBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelMedium":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium","title":"fontLineHeightLabelMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeSmall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodesmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall","title":"fontParagraphSpacingTabletCodeSmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyMedium":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodymedium","role":"symbol","title":"fontParagraphSpacingTabletBodyMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaymedium","kind":"symbol","abstract":[],"title":"fontSizeMobileDisplayMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingXLarge":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingxlarge","kind":"symbol","type":"topic","abstract":[],"role":"symbol","title":"fontParagraphSpacingMobileHeadingXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaylarge","abstract":[],"title":"fontLineHeightTabletDisplayLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeSmall":{"title":"fontLineHeightCodeSmall","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodesmall","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyLabel":{"title":"fontFamilyLabel","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilylabel","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingLarge":{"title":"fontSizeTabletHeadingLarge","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadinglarge","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelXLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelxlarge","abstract":[],"title":"fontSizeLabelXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadinglarge","kind":"symbol","abstract":[],"title":"fontParagraphSpacingTabletHeadingLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadinglarge","abstract":[],"title":"fontLineHeightTabletHeadingLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelmedium","kind":"symbol","abstract":[],"title":"fontParagraphSpacingLabelMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodysmall","abstract":[],"title":"fontParagraphSpacingTabletBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingmedium","kind":"symbol","abstract":[],"title":"fontSizeMobileHeadingMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodesmall","abstract":[],"title":"fontLineHeightTabletCodeSmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelXLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelxlarge","kind":"symbol","abstract":[],"title":"fontParagraphSpacingLabelXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelDefault":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightLabelDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightlabeldefault","abstract":[],"title":"fontWeightLabelDefault"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeMedium":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodemedium","kind":"symbol","abstract":[],"title":"fontSizeTabletCodeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightCode":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightcode","abstract":[],"title":"fontWeightCode"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingXLarge":{"abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingxlarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingTabletHeadingXLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingSmall":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingsmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletHeadingSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodySmall":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodysmall","kind":"symbol","abstract":[],"title":"fontLineHeightTabletBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodemedium","abstract":[],"title":"fontLineHeightMobileCodeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingXLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingxlarge","kind":"symbol","abstract":[],"title":"fontSizeTabletHeadingXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyStrong":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightbodystrong","abstract":[],"title":"fontWeightBodyStrong"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelXLarge":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelxlarge","kind":"symbol","abstract":[],"title":"fontLineHeightLabelXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodesmall","abstract":[],"title":"fontSizeTabletCodeSmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeSmall":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodesmall","kind":"symbol","abstract":[],"title":"fontParagraphSpacingMobileCodeSmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyDefault":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightBodyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightBodyDefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightbodydefault","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodySmall":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","abstract":[],"title":"fontSizeMobileBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodysmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodylarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingSmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileHeadingSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingsmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightDisplay":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightDisplay","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightDisplay","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightdisplay","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingLabelLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabellarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileBodyMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodymedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayLarge":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplayLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaylarge","title":"fontSizeMobileDisplayLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodemedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodylarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplaySmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaysmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelsmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodySmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileBodySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodysmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplaySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaysmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileHeadingMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingmedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaymedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelStrong":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightLabelStrong","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightLabelStrong","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightlabelstrong","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodesmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaymedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelsmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelMedium":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium","abstract":[],"title":"fontSizeLabelMedium","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelmedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeSmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizecodesmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"fontParagraphSpacingCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodemedium","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodemedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingXLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletHeadingXLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingxlarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeMedium":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizecodemedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelSmall":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelsmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplaySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaysmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodylarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletHeadingSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingsmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileHeadingLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadinglarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplaySmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaysmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodymedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeSmall":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodesmall","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletCodeMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodemedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileDisplayLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaylarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightHeading":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightHeading","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightHeading","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightheading","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyCode":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyCode","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"title":"fontFamilyCode","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilycode","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaymedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileDisplayLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaylarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyLarge":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodylarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodylarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayMedium":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaymedium","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"]]},"metadata":{"roleHeading":"API Collection","role":"collectionGroup","title":"TypographySemanticTokens Implementations","modules":[{"name":"OUDS"}]},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault","doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong"],"generated":true}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudstheme\/typographysemantictokens-implementations"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/TypographySemanticTokens-Implementations","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"article","references":{"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingMedium":{"type":"topic","title":"fontLineHeightMobileHeadingMedium","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingmedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightDisplay":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightDisplay","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"title":"fontWeightDisplay","url":"\/documentation\/ouds\/oudstheme\/fontweightdisplay","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingLarge":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadinglarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletHeadingLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingLarge":{"title":"fontSizeTabletHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadinglarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeSmall":{"title":"fontParagraphSpacingMobileCodeSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodesmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingXLarge":{"title":"fontSizeTabletHeadingXLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingxlarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingXLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyLarge":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodylarge","title":"fontParagraphSpacingMobileBodyLarge","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeMedium","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodemedium","kind":"symbol","title":"fontParagraphSpacingTabletCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingLarge":{"title":"fontLineHeightMobileHeadingLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadinglarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletCodeSmall":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingTabletCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletcodesmall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletCodeSmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyCode":{"title":"fontFamilyCode","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamilycode","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyCode","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayMedium":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaymedium","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightMobileDisplayMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyMedium":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodymedium","type":"topic","title":"fontParagraphSpacingTabletBodyMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplaySmall":{"title":"fontLineHeightMobileDisplaySmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaysmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplaySmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayLarge":{"title":"fontSizeTabletDisplayLarge","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaylarge","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayLarge","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamily":{"title":"fontFamily","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontfamily","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamily","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamily","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayLarge":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingTabletDisplayLarge","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaylarge","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayLarge","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodySmall":{"kind":"symbol","title":"fontLineHeightMobileBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodysmall","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodySmall":{"title":"fontSizeMobileBodySmall","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodySmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodysmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyLarge":{"title":"fontLineHeightTabletBodyLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodyLarge":{"title":"fontParagraphSpacingTabletBodyLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodylarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodyLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodySmall":{"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodysmall","kind":"symbol","title":"fontLineHeightTabletBodySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodySmall","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyLarge":{"title":"fontLineHeightMobileBodyLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyLarge":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodylarge","title":"fontSizeMobileBodyLarge","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyLarge","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodyMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodyMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingMobileBodyMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodymedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayMedium":{"title":"fontParagraphSpacingMobileDisplayMedium","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayMedium","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingMedium":{"title":"fontParagraphSpacingTabletHeadingMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingmedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelLarge":{"title":"fontParagraphSpacingLabelLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabellarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileDisplayLarge":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobiledisplaylarge","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileDisplayLarge","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"title":"fontLineHeightMobileDisplayLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingSmall":{"type":"topic","title":"fontLineHeightMobileHeadingSmall","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingSmall","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingsmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelLarge":{"url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabellarge","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelLarge","title":"fontLineHeightLabelLarge","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingMedium":{"title":"fontLineHeightTabletHeadingMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingmedium","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingMedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileBodyMedium":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobilebodymedium","title":"fontSizeMobileBodyMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileBodyMedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingSmall":{"title":"fontSizeTabletHeadingSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingsmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletHeadingMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletheadingmedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletHeadingMedium","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletHeadingMedium","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingXLarge":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingxlarge","abstract":[],"role":"symbol","title":"fontParagraphSpacingTabletHeadingXLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletHeadingSmall":{"title":"fontParagraphSpacingTabletHeadingSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletheadingsmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletHeadingSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletBodySmall":{"kind":"symbol","type":"topic","title":"fontParagraphSpacingTabletBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletbodysmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletBodySmall","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletBodySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeSmall":{"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodesmall","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeSmall","kind":"symbol","title":"fontSizeMobileCodeSmall","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileCodeMedium":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilecodemedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileCodeMedium","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileBodySmall":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileBodySmall","title":"fontParagraphSpacingMobileBodySmall","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobilebodysmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplaySmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","abstract":[],"title":"fontLineHeightTabletDisplaySmall","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaysmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingMedium":{"title":"fontSizeMobileHeadingMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingmedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeMedium":{"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodemedium","title":"fontLineHeightCodeMedium","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileBodyMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilebodymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileBodyMedium","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelLarge":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelLarge","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeLabelLarge","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizelabellarge","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightCodeSmall":{"title":"fontLineHeightCodeSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightcodesmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightHeading":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightHeading","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontweightheading","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightHeading","role":"symbol","abstract":[],"title":"fontWeightHeading","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeMedium":{"title":"fontParagraphSpacingCodeMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodemedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyHeading":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyHeading","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"title":"fontFamilyHeading","url":"\/documentation\/ouds\/oudstheme\/fontfamilyheading"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelSmall":{"abstract":[],"type":"topic","title":"fontSizeLabelSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelSmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizelabelsmall","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingMedium":{"title":"fontParagraphSpacingMobileHeadingMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeSmall":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontsizecodesmall","title":"fontSizeCodeSmall","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyDisplay":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/fontfamilydisplay","title":"fontFamilyDisplay","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyDisplay","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyDefault":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightBodyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightBodyDefault","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightbodydefault","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyDefault","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeMedium":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletCodeMedium","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeMedium","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodemedium","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelXLarge":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizelabelxlarge","type":"topic","abstract":[],"title":"fontSizeLabelXLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelXLarge","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingLarge":{"title":"fontLineHeightTabletHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadinglarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyLarge":{"title":"fontSizeTabletBodyLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingSmall":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingSmall","role":"symbol","title":"fontSizeMobileHeadingSmall","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingsmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelStrong":{"url":"\/documentation\/ouds\/oudstheme\/fontweightlabelstrong","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelStrong","title":"fontWeightLabelStrong","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightLabelStrong","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodyMedium":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodyMedium","role":"symbol","abstract":[],"title":"fontSizeTabletBodyMedium","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeMedium":{"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodemedium","abstract":[],"role":"symbol","kind":"symbol","title":"fontSizeTabletCodeMedium","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayLarge":{"title":"fontSizeMobileDisplayLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaylarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelXLarge":{"title":"fontLineHeightLabelXLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelxlarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelXLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplaySmall":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplaySmall","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaysmall","type":"topic","title":"fontSizeMobileDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileDisplayMedium":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileDisplayMedium","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileDisplayMedium"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeMobileDisplayMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizemobiledisplaymedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingLarge":{"role":"symbol","title":"fontSizeMobileHeadingLarge","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadinglarge","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingSmall":{"title":"fontLineHeightTabletHeadingSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingsmall","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplaySmall":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplaySmall","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaysmall","title":"fontParagraphSpacingTabletDisplaySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileHeadingXLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobileheadingxlarge","abstract":[],"title":"fontLineHeightMobileHeadingXLarge","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileHeadingXLarge","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightLabelDefault":{"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightlabeldefault","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightLabelDefault","type":"topic","title":"fontWeightLabelDefault","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplayMedium":{"title":"fontSizeTabletDisplayMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaymedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplayMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelSmall":{"title":"fontLineHeightLabelSmall","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelsmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelSmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelMedium":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelMedium","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelmedium","role":"symbol","abstract":[],"type":"topic","title":"fontParagraphSpacingLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletCodeSmall":{"title":"fontSizeTabletCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletCodeSmall","url":"\/documentation\/ouds\/oudstheme\/fontsizetabletcodesmall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelXLarge":{"title":"fontParagraphSpacingLabelXLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelxlarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelXLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightCode":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightCode","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontweightcode","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightCode"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","abstract":[],"title":"fontWeightCode","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileCodeMedium":{"title":"fontSizeMobileCodeMedium","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobilecodemedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileCodeMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingSmall":{"title":"fontParagraphSpacingMobileHeadingSmall","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingsmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeSmall":{"title":"fontLineHeightMobileCodeSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodesmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightMobileCodeMedium":{"abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightMobileCodeMedium","type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightmobilecodemedium","title":"fontLineHeightMobileCodeMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayMedium":{"role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaymedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightTabletDisplayMedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayMedium","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplaySmall":{"title":"fontParagraphSpacingMobileDisplaySmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaysmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplaySmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletBodySmall":{"kind":"symbol","title":"fontSizeTabletBodySmall","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletbodysmall","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletBodySmall"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletHeadingXLarge":{"title":"fontLineHeightTabletHeadingXLarge","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletHeadingXLarge","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletheadingxlarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeLabelMedium":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeLabelMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontsizelabelmedium","type":"topic","title":"fontSizeLabelMedium","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyBody":{"title":"fontFamilyBody","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontfamilybody","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyBody","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingLabelSmall":{"title":"fontParagraphSpacingLabelSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacinglabelsmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingLabelSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingCodeSmall":{"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingcodesmall","title":"fontParagraphSpacingCodeSmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingXLarge":{"title":"fontParagraphSpacingMobileHeadingXLarge","type":"topic","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadingxlarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingXLarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeCodeMedium":{"title":"fontSizeCodeMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontsizecodemedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeCodeMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeMobileHeadingXLarge":{"title":"fontSizeMobileHeadingXLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontsizemobileheadingxlarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeMobileHeadingXLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightLabelMedium":{"title":"fontLineHeightLabelMedium","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontlineheightlabelmedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightLabelMedium","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletCodeSmall":{"title":"fontLineHeightTabletCodeSmall","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletcodesmall","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletCodeSmall","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletDisplayLarge":{"title":"fontLineHeightTabletDisplayLarge","abstract":[],"url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletdisplaylarge","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletDisplayLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontFamilyLabel":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontfamilylabel","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontFamilyLabel","title":"fontFamilyLabel","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileHeadingLarge":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileHeadingLarge","title":"fontParagraphSpacingMobileHeadingLarge","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobileheadinglarge"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontLineHeightTabletBodyMedium":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontLineHeightTabletBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontLineHeightTabletBodyMedium","kind":"symbol","url":"\/documentation\/ouds\/oudstheme\/fontlineheighttabletbodymedium","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingTabletDisplayMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletDisplayMedium","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingtabletdisplaymedium","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingTabletDisplayMedium"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontParagraphSpacingMobileDisplayLarge":{"title":"fontParagraphSpacingMobileDisplayLarge","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudstheme\/fontparagraphspacingmobiledisplaylarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontParagraphSpacingMobileDisplayLarge","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontWeightBodyStrong":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyStrong"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"url":"\/documentation\/ouds\/oudstheme\/fontweightbodystrong","type":"topic","title":"fontWeightBodyStrong","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontWeightBodyStrong","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSTheme/fontSizeTabletDisplaySmall":{"url":"\/documentation\/ouds\/oudstheme\/fontsizetabletdisplaysmall","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","abstract":[],"title":"fontSizeTabletDisplaySmall","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme\/fontSizeTabletDisplaySmall"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview.json b/docs/data/documentation/ouds/oudsthemeableview.json index e1d9a782a..fd8fb1375 100644 --- a/docs/data/documentation/ouds/oudsthemeableview.json +++ b/docs/data/documentation/ouds/oudsthemeableview.json @@ -1 +1 @@ -{"relationshipsSections":[{"kind":"relationships","title":"Conforms To","type":"conformsTo","identifiers":["doc:\/\/OUDS\/7SwiftUI4ViewP"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","interfaceLanguage":"swift"},"metadata":{"externalID":"s:4OUDS17OUDSThemeableViewV","roleHeading":"Structure","title":"OUDSThemeableView","role":"symbol","modules":[{"name":"OUDS"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"symbolKind":"struct","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}]},"abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"text":" to add at the top level of your views tree so as to define","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)"]},{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body"],"title":"Instance Properties"},{"title":"Default Implementations","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"],"generated":true}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/init(theme:content:)":{"title":"init(theme:content:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/init(theme:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)","fragments":[{"text":"init","kind":"identifier"},{"text":"(","kind":"text"},{"text":"theme","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OUDSTheme","preciseIdentifier":"s:4OUDS9OUDSThemeC"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":")","kind":"text"}]},"doc://OUDS/7SwiftUI4ViewP":{"type":"unresolvable","identifier":"doc:\/\/OUDS\/7SwiftUI4ViewP","title":"SwiftUI.View"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/body":{"kind":"symbol","abstract":[],"type":"topic","title":"body","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"body"},{"text":": ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/body"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:4OUDS17OUDSThemeableViewV","title":"OUDSThemeableView","symbolKind":"struct","roleHeading":"Structure","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSThemeableView","kind":"identifier"}],"modules":[{"name":"OUDS"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)"],"title":"Initializers"},{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body"],"title":"Instance Properties"},{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"],"generated":true,"title":"Default Implementations"}],"relationshipsSections":[{"title":"Conforms To","type":"conformsTo","identifiers":["doc:\/\/OUDS\/7SwiftUI4ViewP"],"kind":"relationships"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"abstract":[{"text":"This is a kind of root ","type":"text"},{"type":"codeVoice","code":"SwiftUI.View"},{"text":" to add at the top level of your views tree so as to define","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":", direct or not."}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/init(theme:content:)":{"kind":"symbol","title":"init(theme:content:)","type":"topic","abstract":[],"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"text":"theme","kind":"externalParam"},{"kind":"text","text":": "},{"text":"OUDSTheme","kind":"typeIdentifier","preciseIdentifier":"s:4OUDS9OUDSThemeC"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"url":"\/documentation\/ouds\/oudsthemeableview\/init(theme:content:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)"},"doc://OUDS/7SwiftUI4ViewP":{"title":"SwiftUI.View","identifier":"doc:\/\/OUDS\/7SwiftUI4ViewP","type":"unresolvable"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/body":{"kind":"symbol","title":"body","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/body","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accentcolor(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accentcolor(_:).json index 1aeaafad5..b1ef5a5b3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accentcolor(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accentcolor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accentColor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"accentColor","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"accentColor(_:)","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","deprecated":false,"name":"iOS"},{"introducedAt":"10.15","deprecatedAt":"100000.0","beta":false,"unavailable":false,"deprecated":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead.","name":"macOS"},{"message":"Use the asset catalog's accent color or View.tint(_:) instead.","unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","name":"tvOS","introducedAt":"13.0","beta":false},{"unavailable":false,"introducedAt":"6.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","deprecated":false,"name":"watchOS","deprecatedAt":"100000.0","beta":false},{"name":"visionOS","beta":false,"deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"introducedAt":"1.0","message":"Use the asset catalog's accent color or View.tint(_:) instead."}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accentcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accentColor(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accentColor(_:)":{"kind":"symbol","title":"accentColor(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accentcolor(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accentColor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accentColor(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accentColor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accentColor(_:)","roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecatedAt":"100000.0"},{"name":"macOS","deprecatedAt":"100000.0","beta":false,"introducedAt":"10.15","unavailable":false,"deprecated":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead."},{"deprecatedAt":"100000.0","introducedAt":"13.0","name":"tvOS","unavailable":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead.","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead.","name":"watchOS","deprecatedAt":"100000.0","beta":false},{"message":"Use the asset catalog's accent color or View.tint(_:) instead.","deprecatedAt":"100000.0","deprecated":false,"introducedAt":"1.0","unavailable":false,"name":"visionOS","beta":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"accentColor"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accentcolor(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accentColor(_:)":{"kind":"symbol","deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accentcolor(_:)","title":"accentColor(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-12q0p.json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-12q0p.json index 7e1838ad0..60008f747 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-12q0p.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-12q0p.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(activationPoint:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-12q0p"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"renamed":"accessibilityActivationPoint(_:)","introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","unavailable":false},{"beta":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false},{"introducedAt":"13.0","beta":false,"renamed":"accessibilityActivationPoint(_:)","deprecated":false,"name":"tvOS","unavailable":false,"deprecatedAt":"100000.0"},{"deprecated":false,"name":"watchOS","renamed":"accessibilityActivationPoint(_:)","introducedAt":"6.0","unavailable":false,"deprecatedAt":"100000.0","beta":false},{"unavailable":false,"renamed":"accessibilityActivationPoint(_:)","introducedAt":"1.0","deprecated":false,"beta":false,"deprecatedAt":"100000.0","name":"visionOS"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-12q0p":{"kind":"symbol","title":"accessibility(activationPoint:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-12q0p","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(activationPoint:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-12q0p"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"introducedAt":"10.15","deprecatedAt":"100000.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false,"renamed":"accessibilityActivationPoint(_:)"},{"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false},{"deprecated":false,"beta":false,"renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","name":"watchOS","unavailable":false,"introducedAt":"6.0"},{"name":"visionOS","renamed":"accessibilityActivationPoint(_:)","beta":false,"deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"introducedAt":"1.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-12q0p":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibility(activationPoint:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-12q0p","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-99gly.json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-99gly.json index adddf85e0..b23fd289a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-99gly.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(activationpoint:)-99gly.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-99gly"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(activationPoint:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"platforms":[{"renamed":"accessibilityActivationPoint(_:)","unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"deprecatedAt":"100000.0","beta":false},{"name":"macOS","beta":false,"renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"10.15","deprecated":false},{"deprecatedAt":"100000.0","deprecated":false,"name":"tvOS","beta":false,"renamed":"accessibilityActivationPoint(_:)","unavailable":false,"introducedAt":"13.0"},{"deprecatedAt":"100000.0","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false,"renamed":"accessibilityActivationPoint(_:)","name":"watchOS"},{"unavailable":false,"introducedAt":"1.0","name":"visionOS","deprecatedAt":"100000.0","deprecated":false,"renamed":"accessibilityActivationPoint(_:)","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","title":"accessibility(activationPoint:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-99gly":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-99gly","role":"symbol","type":"topic","title":"accessibility(activationPoint:)","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"title":"accessibility(activationPoint:)","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecatedAt":"100000.0","deprecated":false,"name":"iOS","renamed":"accessibilityActivationPoint(_:)","beta":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","name":"macOS","beta":false,"renamed":"accessibilityActivationPoint(_:)"},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","name":"tvOS","introducedAt":"13.0","renamed":"accessibilityActivationPoint(_:)","unavailable":false},{"unavailable":false,"renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false},{"renamed":"accessibilityActivationPoint(_:)","introducedAt":"1.0","beta":false,"name":"visionOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-99gly"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-99gly":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-99gly","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(activationPoint:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(addtraits:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(addtraits:).json index 2a053b468..803133324 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(addtraits:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(addtraits:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","introducedAt":"13.0","name":"iOS","unavailable":false},{"unavailable":false,"beta":false,"renamed":"accessibilityAddTraits(_:)","introducedAt":"10.15","deprecatedAt":"100000.0","deprecated":false,"name":"macOS"},{"renamed":"accessibilityAddTraits(_:)","deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","introducedAt":"6.0","deprecated":false,"name":"watchOS"},{"introducedAt":"1.0","renamed":"accessibilityAddTraits(_:)","beta":false,"deprecated":false,"name":"visionOS","deprecatedAt":"100000.0","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","title":"accessibility(addTraits:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(addTraits:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(addtraits:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"addTraits"},{"text":" ","kind":"text"},{"text":"traits","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(addTraits:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(addTraits:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(addtraits:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"kind":"text","text":" "},{"text":"traits","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(addtraits:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(addTraits:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"accessibility(addTraits:)","role":"symbol","platforms":[{"renamed":"accessibilityAddTraits(_:)","deprecatedAt":"100000.0","name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"introducedAt":"10.15","deprecatedAt":"100000.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false,"renamed":"accessibilityAddTraits(_:)"},{"name":"tvOS","deprecatedAt":"100000.0","beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"renamed":"accessibilityAddTraits(_:)"},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","name":"watchOS","unavailable":false,"introducedAt":"6.0"},{"renamed":"accessibilityAddTraits(_:)","beta":false,"deprecatedAt":"100000.0","name":"visionOS","deprecated":false,"introducedAt":"1.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(addTraits:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibility(addTraits:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(addtraits:)","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(hidden:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(hidden:).json index 48ff8c0a2..494a06559 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(hidden:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(hidden:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(hidden:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","title":"accessibility(hidden:)","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)"},{"unavailable":false,"deprecatedAt":"100000.0","name":"macOS","introducedAt":"10.15","renamed":"accessibilityHidden(_:)","deprecated":false,"beta":false},{"renamed":"accessibilityHidden(_:)","deprecatedAt":"100000.0","name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"name":"watchOS","introducedAt":"6.0","beta":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"unavailable":false},{"name":"visionOS","renamed":"accessibilityHidden(_:)","introducedAt":"1.0","unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"hidden","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(hidden:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"hidden","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hidden:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(hidden:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hidden:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(hidden:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(hidden:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)","interfaceLanguage":"swift"},"metadata":{"title":"accessibility(hidden:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false,"renamed":"accessibilityHidden(_:)"},{"renamed":"accessibilityHidden(_:)","deprecatedAt":"100000.0","name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","renamed":"accessibilityHidden(_:)","unavailable":false,"deprecatedAt":"100000.0","name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","beta":false,"name":"watchOS","renamed":"accessibilityHidden(_:)"},{"deprecated":false,"introducedAt":"1.0","beta":false,"renamed":"accessibilityHidden(_:)","deprecatedAt":"100000.0","name":"visionOS","unavailable":false}],"role":"symbol","roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"hidden","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hidden:)":{"title":"accessibility(hidden:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hidden:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)","deprecated":true,"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(hint:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(hint:).json index 53b1e4bf6..948b2bd79 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(hint:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(hint:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(hint:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibility(hint:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","platforms":[{"renamed":"accessibilityHint(_:)","introducedAt":"13.0","name":"iOS","beta":false,"deprecated":false,"deprecatedAt":"100000.0","unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"10.15","renamed":"accessibilityHint(_:)"},{"renamed":"accessibilityHint(_:)","unavailable":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","name":"tvOS","deprecated":false},{"unavailable":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"6.0","name":"watchOS","deprecated":false,"renamed":"accessibilityHint(_:)"},{"introducedAt":"1.0","renamed":"accessibilityHint(_:)","beta":false,"name":"visionOS","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(hint:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hint:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)","title":"accessibility(hint:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","deprecated":true,"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hint:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(hint:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(hint:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"accessibility(hint:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"hint"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecatedAt":"100000.0","deprecated":false,"renamed":"accessibilityHint(_:)","beta":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"beta":false,"unavailable":false,"renamed":"accessibilityHint(_:)","name":"macOS","deprecatedAt":"100000.0","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","name":"tvOS","deprecated":false},{"unavailable":false,"renamed":"accessibilityHint(_:)","name":"watchOS","introducedAt":"6.0","deprecatedAt":"100000.0","deprecated":false,"beta":false},{"deprecatedAt":"100000.0","introducedAt":"1.0","name":"visionOS","beta":false,"deprecated":false,"unavailable":false,"renamed":"accessibilityHint(_:)"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hint:)":{"abstract":[],"role":"symbol","deprecated":true,"title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hint:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(identifier:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(identifier:).json index a2a9c3b6a..1016363dc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(identifier:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(identifier:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(identifier:)"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"accessibility(identifier:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.15","renamed":"accessibilityIdentifier(_:)","deprecatedAt":"100000.0","name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","unavailable":false,"introducedAt":"13.0"},{"renamed":"accessibilityIdentifier(_:)","beta":false,"name":"watchOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"introducedAt":"6.0"},{"beta":false,"deprecated":false,"name":"visionOS","renamed":"accessibilityIdentifier(_:)","unavailable":false,"introducedAt":"1.0","deprecatedAt":"100000.0"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(identifier:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(identifier:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(identifier:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(identifier:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"accessibility(identifier:)","platforms":[{"introducedAt":"13.0","renamed":"accessibilityIdentifier(_:)","unavailable":false,"name":"iOS","deprecated":false,"deprecatedAt":"100000.0","beta":false},{"deprecated":false,"beta":false,"name":"macOS","deprecatedAt":"100000.0","introducedAt":"10.15","renamed":"accessibilityIdentifier(_:)","unavailable":false},{"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityIdentifier(_:)","introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"6.0","deprecatedAt":"100000.0","beta":false,"name":"watchOS","unavailable":false,"renamed":"accessibilityIdentifier(_:)","deprecated":false},{"introducedAt":"1.0","unavailable":false,"deprecated":false,"name":"visionOS","deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","beta":false}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(identifier:)":{"deprecated":true,"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(identifier:)","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibility(identifier:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(inputlabels:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(inputlabels:).json index b1ecbac63..b4b60e92e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(inputlabels:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(inputlabels:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(inputlabels:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(inputLabels:)"},{"text":".","type":"text"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"inputLabels","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0"},{"deprecated":false,"name":"macOS","introducedAt":"10.15","deprecatedAt":"100000.0","unavailable":false,"beta":false,"renamed":"accessibilityInputLabels(_:)"},{"deprecated":false,"introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","name":"tvOS","renamed":"accessibilityInputLabels(_:)","unavailable":false},{"introducedAt":"6.0","deprecatedAt":"100000.0","name":"watchOS","deprecated":false,"renamed":"accessibilityInputLabels(_:)","beta":false,"unavailable":false},{"deprecatedAt":"100000.0","introducedAt":"1.0","renamed":"accessibilityInputLabels(_:)","name":"visionOS","deprecated":false,"unavailable":false,"beta":false}],"title":"accessibility(inputLabels:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(inputLabels:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(inputLabels:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(inputlabels:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(inputLabels:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(inputlabels:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","title":"accessibility(inputLabels:)","externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"renamed":"accessibilityInputLabels(_:)","introducedAt":"13.0","beta":false,"name":"iOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false},{"name":"macOS","unavailable":false,"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"10.15"},{"deprecatedAt":"100000.0","introducedAt":"13.0","renamed":"accessibilityInputLabels(_:)","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityInputLabels(_:)","introducedAt":"6.0","name":"watchOS","unavailable":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","introducedAt":"1.0","name":"visionOS","beta":false,"deprecated":false}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(inputLabels:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"kind":"symbol","deprecated":true,"title":"accessibility(inputLabels:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(inputlabels:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(label:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(label:).json index d443fcd53..43c0fcef0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(label:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(label:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(label:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(label:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"label","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"title":"accessibility(label:)","externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":[{"unavailable":false,"introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"name":"iOS","renamed":"accessibilityLabel(_:)"},{"introducedAt":"10.15","name":"macOS","renamed":"accessibilityLabel(_:)","deprecated":false,"unavailable":false,"beta":false,"deprecatedAt":"100000.0"},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","deprecatedAt":"100000.0","unavailable":false,"renamed":"accessibilityLabel(_:)"},{"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"6.0","renamed":"accessibilityLabel(_:)","deprecated":false,"name":"watchOS","beta":false},{"deprecatedAt":"100000.0","beta":false,"unavailable":false,"introducedAt":"1.0","name":"visionOS","deprecated":false,"renamed":"accessibilityLabel(_:)"}],"extendedModule":"SwiftUI","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(label:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"deprecated":true,"title":"accessibility(label:)","role":"symbol","kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(label:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(label:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"label","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"renamed":"accessibilityLabel(_:)","deprecatedAt":"100000.0","unavailable":false,"name":"iOS","introducedAt":"13.0","beta":false},{"deprecatedAt":"100000.0","unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false,"renamed":"accessibilityLabel(_:)","deprecated":false},{"deprecatedAt":"100000.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","renamed":"accessibilityLabel(_:)"},{"renamed":"accessibilityLabel(_:)","unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false},{"deprecated":false,"beta":false,"renamed":"accessibilityLabel(_:)","name":"visionOS","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"1.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"label","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibility(label:)","roleHeading":"Instance Method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(label:)":{"type":"topic","title":"accessibility(label:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(label:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(removetraits:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(removetraits:).json index 50345dc41..9efc4e134 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(removetraits:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(removetraits:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"renamed":"accessibilityRemoveTraits(_:)","deprecatedAt":"100000.0","name":"iOS"},{"deprecatedAt":"100000.0","beta":false,"introducedAt":"10.15","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","renamed":"accessibilityRemoveTraits(_:)","unavailable":false,"beta":false,"deprecatedAt":"100000.0"},{"beta":false,"deprecatedAt":"100000.0","deprecated":false,"name":"watchOS","introducedAt":"6.0","renamed":"accessibilityRemoveTraits(_:)","unavailable":false},{"renamed":"accessibilityRemoveTraits(_:)","beta":false,"unavailable":false,"name":"visionOS","deprecatedAt":"100000.0","introducedAt":"1.0","deprecated":false}],"title":"accessibility(removeTraits:)","role":"symbol","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"removeTraits","kind":"externalParam"},{"kind":"text","text":" "},{"text":"traits","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(removetraits:)"]}],"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(removeTraits:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(removeTraits:)":{"kind":"symbol","title":"accessibility(removeTraits:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(removetraits:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removeTraits","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(removeTraits:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"removeTraits","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"traits","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removeTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"accessibility(removeTraits:)","platforms":[{"renamed":"accessibilityRemoveTraits(_:)","deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"deprecatedAt":"100000.0","deprecated":false,"name":"macOS","introducedAt":"10.15","renamed":"accessibilityRemoveTraits(_:)","unavailable":false},{"renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecatedAt":"100000.0","beta":false},{"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false},{"name":"visionOS","unavailable":false,"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityRemoveTraits(_:)","introducedAt":"1.0","deprecated":false}],"roleHeading":"Instance Method","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(removetraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(removeTraits:)":{"kind":"symbol","title":"accessibility(removeTraits:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(removetraits:)","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(selectionidentifier:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(selectionidentifier:).json index 2a1753a39..3d2ee253b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(selectionidentifier:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(selectionidentifier:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"accessibility(selectionIdentifier:)","platforms":[{"name":"iOS","unavailable":false,"deprecated":true,"beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","deprecated":true,"name":"macOS","unavailable":false,"beta":false},{"deprecated":true,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"beta":false,"introducedAt":"6.0","deprecated":true,"unavailable":false,"name":"watchOS"},{"deprecatedAt":"1.0","unavailable":false,"introducedAt":"1.0","beta":false,"deprecated":false,"name":"visionOS"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"selectionIdentifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AnyHashable","kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(selectionIdentifier:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(selectionidentifier:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"selectionIdentifier","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV","text":"AnyHashable"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(selectionIdentifier:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(selectionIdentifier:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(selectionidentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"selectionIdentifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s11AnyHashableV","kind":"typeIdentifier","text":"AnyHashable"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"selectionIdentifier","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV","text":"AnyHashable"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(selectionIdentifier:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","deprecated":true,"unavailable":false,"beta":false,"name":"iOS"},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":true,"beta":false},{"deprecated":true,"unavailable":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecated":true,"beta":false},{"introducedAt":"1.0","deprecatedAt":"1.0","name":"visionOS","deprecated":false,"unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(selectionIdentifier:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(selectionidentifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(selectionIdentifier:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"selectionIdentifier","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s11AnyHashableV","kind":"typeIdentifier","text":"AnyHashable"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(selectionIdentifier:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(selectionidentifier:)","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(sortpriority:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(sortpriority:).json index 653a86936..36a57475b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(sortpriority:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(sortpriority:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"sortPriority","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13accessibility12sortPriorityAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSd_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","platforms":[{"introducedAt":"13.0","renamed":"accessibilitySortPriority(_:)","name":"iOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"beta":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","introducedAt":"10.15","name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"deprecatedAt":"100000.0","deprecated":false,"renamed":"accessibilitySortPriority(_:)","introducedAt":"13.0","unavailable":false},{"renamed":"accessibilitySortPriority(_:)","introducedAt":"6.0","unavailable":false,"name":"watchOS","deprecatedAt":"100000.0","deprecated":false,"beta":false},{"renamed":"accessibilitySortPriority(_:)","deprecatedAt":"100000.0","introducedAt":"1.0","deprecated":false,"beta":false,"name":"visionOS","unavailable":false}],"roleHeading":"Instance Method","title":"accessibility(sortPriority:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(sortPriority:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(sortpriority:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(sortPriority:)":{"kind":"symbol","title":"accessibility(sortPriority:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"sortPriority","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(sortpriority:)","role":"symbol","deprecated":true,"abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(sortpriority:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"accessibility(sortPriority:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"renamed":"accessibilitySortPriority(_:)","deprecatedAt":"100000.0","name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"beta":false,"renamed":"accessibilitySortPriority(_:)","deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","name":"tvOS","renamed":"accessibilitySortPriority(_:)","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"name":"watchOS","unavailable":false,"renamed":"accessibilitySortPriority(_:)","introducedAt":"6.0","beta":false,"deprecatedAt":"100000.0"},{"unavailable":false,"deprecated":false,"renamed":"accessibilitySortPriority(_:)","introducedAt":"1.0","name":"visionOS","beta":false,"deprecatedAt":"100000.0"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility12sortPriorityAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSd_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"sortPriority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(sortPriority:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(sortPriority:)":{"title":"accessibility(sortPriority:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(sortpriority:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)","deprecated":true,"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibility(value:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibility(value:).json index e5ccd15d8..70be3e7cc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibility(value:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibility(value:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(value:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","renamed":"accessibilityValue(_:)","deprecated":false,"beta":false},{"deprecatedAt":"100000.0","beta":false,"introducedAt":"10.15","renamed":"accessibilityValue(_:)","deprecated":false,"unavailable":false,"name":"macOS"},{"renamed":"accessibilityValue(_:)","name":"tvOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","deprecatedAt":"100000.0"},{"name":"watchOS","deprecated":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","beta":false,"introducedAt":"6.0","unavailable":false},{"deprecated":false,"name":"visionOS","introducedAt":"1.0","renamed":"accessibilityValue(_:)","unavailable":false,"beta":false,"deprecatedAt":"100000.0"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"accessibility(value:)"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(value:)":{"kind":"symbol","title":"accessibility(value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(value:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(value:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0"},{"introducedAt":"10.15","deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"13.0","renamed":"accessibilityValue(_:)","beta":false,"deprecatedAt":"100000.0"},{"unavailable":false,"deprecated":false,"renamed":"accessibilityValue(_:)","introducedAt":"6.0","name":"watchOS","beta":false,"deprecatedAt":"100000.0"},{"renamed":"accessibilityValue(_:)","unavailable":false,"introducedAt":"1.0","beta":false,"deprecatedAt":"100000.0","name":"visionOS","deprecated":false}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibility(value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(value:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","title":"accessibility(value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(value:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(_:_:).json index a3d3c9ae6..d04a524ad 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(_:_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAction(_:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"actionKind"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","text":"AccessibilityActionKind","kind":"typeIdentifier"},{"kind":"text","text":" = .default, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","kind":"typeIdentifier","text":"AccessibilityActionKind"},{"text":", () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}],"title":"accessibilityAction(_:_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(_:_:)":{"kind":"symbol","title":"accessibilityAction(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(_:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityActionKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"actionKind","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","text":"AccessibilityActionKind","kind":"typeIdentifier"},{"text":" = .default, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(_:_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAction(_:_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":[{"name":"iOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"10.15","name":"macOS","unavailable":false},{"name":"tvOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(_:_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","kind":"typeIdentifier","text":"AccessibilityActionKind"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityAction(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(_:_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(action:label:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(action:label:).json index 21ea54d02..989b9c35f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(action:label:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(action:label:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"text":">(","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"label"},{"text":": () -> ","kind":"text"},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Label","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Label","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"label","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","title":"accessibilityAction(action:label:)","role":"symbol","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0"},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(action:label:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(action:label:)"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(action:label:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(action:label:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Label","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)","kind":"symbol","abstract":[],"title":"accessibilityAction(action:label:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(action:label:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(action:label:)"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"text":">(","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Label","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Label","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"label","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityAction(action:label:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"8.0"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(action:label:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Label"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)","title":"accessibilityAction(action:label:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(action:label:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-10qpu.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-10qpu.json index bbdfc16d9..485b12c4d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-10qpu.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-10qpu.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0","name":"iOS"},{"name":"macOS","introducedAt":"11.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityAction(named:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"nameKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-10qpu"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-10qpu":{"abstract":[],"title":"accessibilityAction(named:_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-10qpu","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"nameKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"handler","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"11.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0","name":"tvOS"},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0"}],"title":"accessibilityAction(named:_:)","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-10qpu"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-10qpu":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu","abstract":[],"title":"accessibilityAction(named:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-10qpu","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-4ziwp.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-4ziwp.json index 21a2febed..33e1eb6bf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-4ziwp.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-4ziwp.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-4ziwp"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityAction(named:_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false}],"roleHeading":"Instance Method","title":"accessibilityAction(named:_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-4ziwp":{"kind":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-4ziwp","role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"title":"accessibilityAction(named:_:)","role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false},{"introducedAt":"7.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-4ziwp"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"name"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-4ziwp":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-4ziwp","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"title":"accessibilityAction(named:_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-5fl8n.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-5fl8n.json index 7ae08ca9e..8eb34a079 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-5fl8n.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaction(named:_:)-5fl8n.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"10.15","unavailable":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false},{"name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false}],"role":"symbol","title":"accessibilityAction(named:_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityAction(named:_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"text":"name","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-5fl8n"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-5fl8n":{"kind":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-5fl8n","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n","interfaceLanguage":"swift"},"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityAction(named:_:)","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityAction(named:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"text":"name","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-5fl8n"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-5fl8n":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityAction(named:_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-5fl8n","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityactions(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityactions(_:).json index 40fc696a5..652fb40a2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityactions(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityactions(_:).json @@ -1 +1 @@ -{"metadata":{"title":"accessibilityActions(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"16.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"beta":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"9.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityActions(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"content","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActions(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactions(_:)","abstract":[],"title":"accessibilityActions(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)","type":"topic","role":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActions"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"content","kind":"internalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"13.0"},{"introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityActions(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityActions(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActions(_:)":{"title":"accessibilityActions(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactions(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-76mo8.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-76mo8.json index 3c8978745..c704f3ed2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-76mo8.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-76mo8.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"introducedAt":"14.0","name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"11.0","unavailable":false},{"name":"tvOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","title":"accessibilityActivationPoint(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-76mo8"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-76mo8":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-76mo8","role":"symbol","title":"accessibilityActivationPoint(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"activationPoint","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"tvOS"},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false}],"title":"accessibilityActivationPoint(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-76mo8"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-76mo8":{"title":"accessibilityActivationPoint(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-76mo8","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-78bfo.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-78bfo.json index 079c402e0..6ba3a5318 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-78bfo.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityactivationpoint(_:)-78bfo.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityActivationPoint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"activationPoint","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"14.0","beta":false},{"name":"macOS","beta":false,"introducedAt":"11.0","unavailable":false,"deprecated":false},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false},{"beta":false,"introducedAt":"7.0","unavailable":false,"name":"watchOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityActivationPoint(_:)","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-78bfo"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-78bfo":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-78bfo","role":"symbol","type":"topic","title":"accessibilityActivationPoint(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityActivationPoint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-78bfo"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"activationPoint","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","title":"accessibilityActivationPoint(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"7.0","beta":false}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-78bfo":{"title":"accessibilityActivationPoint(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-78bfo","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaddtraits(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaddtraits(_:).json index ebe61d3f0..aa76d8c93 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityaddtraits(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityaddtraits(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"7.0"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"kind":"text","text":"("},{"text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibilityAddTraits(_:)","symbolKind":"method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaddtraits(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAddTraits(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"traits","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAddTraits(_:)":{"title":"accessibilityAddTraits(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaddtraits(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAddTraits"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"accessibilityAddTraits(_:)","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"7.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityaddtraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityAddTraits(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAddTraits(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaddtraits(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","type":"topic","title":"accessibilityAddTraits(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAddTraits"},{"text":"(","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityadjustableaction(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityadjustableaction(_:).json index 648fcdc22..61dbc5ded 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityadjustableaction(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityadjustableaction(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityadjustableaction(_:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityAdjustableAction(_:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"text":"((","kind":"text"},{"text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAdjustableAction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityadjustableaction(_:)","type":"topic","abstract":[],"title":"accessibilityAdjustableAction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"text":"((","kind":"text"},{"text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO","text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","title":"accessibilityAdjustableAction(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityadjustableaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAdjustableAction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityadjustableaction(_:)","type":"topic","abstract":[],"title":"accessibilityAdjustableAction(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO","text":"AccessibilityAdjustmentDirection"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitychartdescriptor(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitychartdescriptor(_:).json index 4653a4dcb..e20f37639 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitychartdescriptor(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitychartdescriptor(_:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"15.0"},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"text":"R","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityChartDescriptor(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitychartdescriptor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityChartDescriptor(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"representable","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP","text":"AXChartDescriptorRepresentable"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChartDescriptor(_:)":{"kind":"symbol","type":"topic","title":"accessibilityChartDescriptor(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychartdescriptor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"representable"},{"text":": ","kind":"text"},{"text":"R","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP","text":"AXChartDescriptorRepresentable"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitychartdescriptor(_:)"]}],"metadata":{"title":"accessibilityChartDescriptor(_:)","externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"introducedAt":"15.0","unavailable":false,"name":"iOS","deprecated":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"15.0"},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"R","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"R"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChartDescriptor(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChartDescriptor(_:)":{"abstract":[],"title":"accessibilityChartDescriptor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychartdescriptor(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitychildren(children:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitychildren(children:).json index 1c9801299..aeeb9c36a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitychildren(children:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitychildren(children:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitychildren(children:)"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"accessibilityChildren(children:)","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE21accessibilityChildren8childrenQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0"},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","beta":false,"deprecated":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChildren(children:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"children","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChildren(children:)":{"kind":"symbol","title":"accessibilityChildren(children:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychildren(children:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"children"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"children"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"children","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityChildren(children:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","beta":false,"unavailable":false},{"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false,"deprecated":false},{"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false,"deprecated":false},{"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE21accessibilityChildren8childrenQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitychildren(children:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityChildren(children:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChildren(children:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychildren(children:)","role":"symbol","type":"topic","title":"accessibilityChildren(children:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"children","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-21xqs.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-21xqs.json index c090e17e9..7a2098cb8 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-21xqs.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-21xqs.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"}]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-21xqs"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-21xqs":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-21xqs","role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-21xqs"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0"}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"symbolKind":"method","extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-21xqs":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-21xqs","kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-3hylw.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-3hylw.json index 3fafba6bd..f906c301b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-3hylw.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-3hylw.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-3hylw"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"accessibilityCustomContent(_:_:importance:)","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"introducedAt":"15.0","beta":false,"unavailable":false,"name":"tvOS","deprecated":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":" = .default) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-3hylw":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-3hylw","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0"},{"deprecated":false,"beta":false,"introducedAt":"12.0","unavailable":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-3hylw"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-3hylw":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-3hylw","title":"accessibilityCustomContent(_:_:importance:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-60757.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-60757.json index 9db2f96eb..832f2f8fc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-60757.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-60757.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityCustomContent(_:_:importance:)","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-60757"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"valueKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-60757":{"abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-60757","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757","type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-60757"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","platforms":[{"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"12.0","name":"macOS","unavailable":false},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"valueKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-60757":{"title":"accessibilityCustomContent(_:_:importance:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-60757","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7iz6j.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7iz6j.json index f3a9db89e..263c8bd29 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7iz6j.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7iz6j.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7iz6j"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0"},{"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","title":"accessibilityCustomContent(_:_:importance:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7iz6j":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7iz6j","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"metadata":{"title":"accessibilityCustomContent(_:_:importance:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0"},{"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7iz6j"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7iz6j":{"title":"accessibilityCustomContent(_:_:importance:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7iz6j","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7xukp.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7xukp.json index accae6a28..1777ac08e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7xukp.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-7xukp.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct."}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false,"deprecated":false}],"title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7xukp"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7xukp":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7xukp","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"introducedAt":"12.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0"}],"title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7xukp"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct."}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7xukp":{"title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7xukp","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-8xkpp.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-8xkpp.json index b8d912c23..218db1443 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-8xkpp.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-8xkpp.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"15.0"},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"valueKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-8xkpp"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-8xkpp":{"abstract":[],"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-8xkpp","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"accessibilityCustomContent(_:_:importance:)","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"valueKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-8xkpp"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-8xkpp":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-8xkpp","title":"accessibilityCustomContent(_:_:importance:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"kind":"text","text":", "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-92qe9.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-92qe9.json index 696de9ce1..f5c93479f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-92qe9.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-92qe9.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-92qe9"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":" = .default) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityCustomContent(_:_:importance:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0"},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA4TextV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-92qe9":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9","title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-92qe9","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-92qe9"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA4TextV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-92qe9":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-92qe9","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-9vyyq.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-9vyyq.json index 2fdc475a9..e1a5a82e0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-9vyyq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitycustomcontent(_:_:importance:)-9vyyq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?, ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-9vyyq"]}],"sections":[],"metadata":{"platforms":[{"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-9vyyq":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-9vyyq","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"kind":"text","text":", "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":" = .default) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"roleHeading":"Instance Method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-9vyyq"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-9vyyq":{"title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-9vyyq","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitydirecttouch(_:options:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitydirecttouch(_:options:).json index 2e960c9dd..9c1fb53ac 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitydirecttouch(_:options:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitydirecttouch(_:options:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isDirectTouchArea","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"options"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"kind":"text","text":" = []) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"metadata":{"platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityDirectTouch_7optionsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_AA0jeF7OptionsVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityDirectTouch"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityDirectTouch(_:options:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitydirecttouch(_:options:)"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityDirectTouch(_:options:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityDirectTouch(_:options:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)","title":"accessibilityDirectTouch(_:options:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitydirecttouch(_:options:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityDirectTouch"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitydirecttouch(_:options:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityDirectTouch(_:options:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityDirectTouch"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"isDirectTouchArea","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"kind":"text","text":" = []) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE24accessibilityDirectTouch_7optionsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_AA0jeF7OptionsVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method","title":"accessibilityDirectTouch(_:options:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityDirectTouch"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityDirectTouchOptions","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityDirectTouch(_:options:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitydirecttouch(_:options:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityDirectTouchOptions","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityDirectTouch(_:options:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityelement(children:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityelement(children:).json index cf0023c64..61811dc30 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityelement(children:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityelement(children:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityelement(children:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AccessibilityChildBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"text":" = .ignore) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"accessibilityElement(children:)","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"10.15","unavailable":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"text":": ","kind":"text"},{"text":"AccessibilityChildBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityElement(children:)":{"kind":"symbol","title":"accessibilityElement(children:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","text":"AccessibilityChildBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityelement(children:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","text":"AccessibilityChildBehavior"},{"text":" = .ignore) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"kind":"text","text":"("},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"name":"macOS","introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","title":"accessibilityElement(children:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityelement(children:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityElement(children:)":{"title":"accessibilityElement(children:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"children"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","kind":"typeIdentifier","text":"AccessibilityChildBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityelement(children:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:).json index ba73d5088..42c34d123 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:)"]}],"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"8.0"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"accessibilityFocused(_:)","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:)":{"kind":"symbol","title":"accessibilityFocused(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"text":"(","kind":"text"},{"text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","kind":"typeIdentifier","text":"AccessibilityFocusState"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0"},{"beta":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","deprecated":false}],"title":"accessibilityFocused(_:)","symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:)","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"accessibilityFocused(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:equals:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:equals:).json index dc67e1f9a..0f14bbcaa 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:equals:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityfocused(_:equals:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityFocused(_:equals:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"equals","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0"},{"beta":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false},{"introducedAt":"15.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:equals:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"binding","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Value","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:equals:)":{"abstract":[],"title":"accessibilityFocused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:equals:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityFocused(_:equals:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"accessibilityFocused(_:equals:)","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityFocused"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"binding","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Value","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:equals:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding"},{"kind":"text","text":", "},{"text":"equals","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"accessibilityFocused(_:equals:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:equals:)","kind":"symbol","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityheading(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityheading(_:).json index f22c9512f..44b8a0a1c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityheading(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityheading(_:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityHeading","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier","text":"AccessibilityHeadingLevel"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityHeading(_:)","platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false},{"beta":false,"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false,"unavailable":false}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHeading","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"level"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","text":"AccessibilityHeadingLevel"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityheading(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHeading(_:)":{"kind":"symbol","title":"accessibilityHeading(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityheading(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier","text":"AccessibilityHeadingLevel"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHeading","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","text":"AccessibilityHeadingLevel","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0","unavailable":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityHeading(_:)","roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityheading(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHeading","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"level"},{"text":": ","kind":"text"},{"text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHeading(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityheading(_:)","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhidden(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhidden(_:).json index 0f985a5b7..2f5a76b08 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhidden(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhidden(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"hidden"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHidden(_:)"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"accessibilityHidden(_:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","beta":false,"unavailable":false},{"beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"14.0"},{"name":"watchOS","unavailable":false,"introducedAt":"7.0","beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHidden(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityHidden","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhidden(_:)","role":"symbol","title":"accessibilityHidden(_:)","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHidden(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHidden","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"hidden","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhidden(_:)"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"14.0"},{"deprecated":false,"introducedAt":"11.0","beta":false,"unavailable":false,"name":"macOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"7.0"}],"symbolKind":"method","role":"symbol","title":"accessibilityHidden(_:)","externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityHidden","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHidden(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHidden","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhidden(_:)","title":"accessibilityHidden(_:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-34348.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-34348.json index 6058c7355..b066c49c9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-34348.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-34348.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"iOS","deprecated":false},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"7.0"}],"title":"accessibilityHint(_:)","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"hint","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-34348"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-34348":{"kind":"symbol","title":"accessibilityHint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-34348","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false},{"introducedAt":"7.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI","title":"accessibilityHint(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-34348"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-34348":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityHint(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-34348","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-6bj1a.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-6bj1a.json index e828d85f6..9bff911e1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-6bj1a.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-6bj1a.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"hint","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"title":"accessibilityHint(_:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"iOS","beta":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"14.0"},{"unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityHint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-6bj1a"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-6bj1a":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a","title":"accessibilityHint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-6bj1a","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-6bj1a"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"accessibilityHint(_:)","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0"},{"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-6bj1a":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-6bj1a","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityHint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-9dobk.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-9dobk.json index 172ecd918..c853e2a4a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-9dobk.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityhint(_:)-9dobk.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityHint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS"},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"7.0"}],"extendedModule":"SwiftUI","role":"symbol","title":"accessibilityHint(_:)","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-9dobk"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"hintKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-9dobk":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","title":"accessibilityHint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-9dobk","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-9dobk"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"14.0"},{"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0","beta":false}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityHint(_:)"},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"hintKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-9dobk":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibilityHint(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-9dobk","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityidentifier(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityidentifier(_:).json index e0b548cc6..d6a44ab88 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityidentifier(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityidentifier(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"beta":false,"introducedAt":"14.0","unavailable":false,"name":"iOS","deprecated":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"11.0","beta":false},{"name":"tvOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS","unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIdentifier"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityIdentifier(_:)","externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityIdentifier(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"identifier","kind":"internalParam"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIdentifier(_:)":{"abstract":[],"title":"accessibilityIdentifier(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityidentifier(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityIdentifier(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityIdentifier","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"identifier","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityIdentifier(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityIdentifier","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","platforms":[{"introducedAt":"14.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"introducedAt":"7.0","unavailable":false,"name":"watchOS","beta":false}]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIdentifier(_:)":{"type":"topic","title":"accessibilityIdentifier(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityidentifier(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityignoresinvertcolors(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityignoresinvertcolors(_:).json index 2a45612d5..fccd75098 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityignoresinvertcolors(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityignoresinvertcolors(_:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","title":"accessibilityIgnoresInvertColors(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE32accessibilityIgnoresInvertColorsyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"11.0","deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"7.0","unavailable":false,"deprecated":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIgnoresInvertColors(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityignoresinvertcolors(_:)"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"active"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIgnoresInvertColors(_:)":{"kind":"symbol","title":"accessibilityIgnoresInvertColors(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityignoresinvertcolors(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"active","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityignoresinvertcolors(_:)"]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0"},{"introducedAt":"11.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"7.0","name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE32accessibilityIgnoresInvertColorsyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityIgnoresInvertColors(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIgnoresInvertColors(_:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIgnoresInvertColors(_:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)","abstract":[],"title":"accessibilityIgnoresInvertColors(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityignoresinvertcolors(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-1a89f.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-1a89f.json index ff7361362..39877eac7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-1a89f.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-1a89f.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0"},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0"},{"introducedAt":"7.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"accessibilityInputLabels(_:)","symbolKind":"method"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityInputLabels(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-1a89f"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-1a89f":{"kind":"symbol","title":"accessibilityInputLabels(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-1a89f","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"beta":false},{"introducedAt":"14.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"introducedAt":"7.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"accessibilityInputLabels(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-1a89f"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-1a89f":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-1a89f","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-4z95g.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-4z95g.json index 76a10997b..2fd01fdb2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-4z95g.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-4z95g.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","interfaceLanguage":"swift"},"metadata":{"title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0"},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0"}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA18LocalizedStringKeyVGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"inputLabelKeys","kind":"internalParam"},{"text":": [","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-4z95g"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-4z95g":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","title":"accessibilityInputLabels(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-4z95g","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-4z95g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA18LocalizedStringKeyVGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":[{"unavailable":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"7.0"}],"role":"symbol","title":"accessibilityInputLabels(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabelKeys"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-4z95g":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-4z95g","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-6z21h.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-6z21h.json index 222a9b4cb..82f870a85 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-6z21h.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityinputlabels(_:)-6z21h.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"inputLabels","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityInputLabels(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h"},"metadata":{"title":"accessibilityInputLabels(_:)","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">([","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"14.0","unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"7.0","unavailable":false,"deprecated":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-6z21h"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-6z21h":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-6z21h","role":"symbol","title":"accessibilityInputLabels(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"metadata":{"title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0","name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-6z21h"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-6z21h":{"title":"accessibilityInputLabels(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-6z21h","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">([","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-4txu2.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-4txu2.json index 18d77f5ca..476eacb68 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-4txu2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-4txu2.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"accessibilityLabel(_:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false},{"introducedAt":"7.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-4txu2"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-4txu2":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2","title":"accessibilityLabel(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-4txu2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"accessibilityLabel(_:)","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":[{"introducedAt":"14.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"deprecated":false},{"name":"tvOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"deprecated":false,"beta":false,"introducedAt":"7.0","unavailable":false,"name":"watchOS"}]},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-4txu2"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-4txu2":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-4txu2","title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-5vcw2.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-5vcw2.json index be02b40ec..6ae04a4fc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-5vcw2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-5vcw2.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"11.0","unavailable":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"7.0"}],"title":"accessibilityLabel(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-5vcw2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-5vcw2":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-5vcw2","abstract":[],"role":"symbol","title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"11.0","beta":false,"unavailable":false,"name":"macOS"},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"7.0","beta":false}],"title":"accessibilityLabel(_:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-5vcw2"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-5vcw2":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-5vcw2","role":"symbol","title":"accessibilityLabel(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-80ux7.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-80ux7.json index 93234591a..525e0bd86 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-80ux7.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabel(_:)-80ux7.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-80ux7"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","beta":false,"unavailable":false}],"extendedModule":"SwiftUI","role":"symbol","title":"accessibilityLabel(_:)","symbolKind":"method","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-80ux7":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-80ux7","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","kind":"symbol","title":"accessibilityLabel(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-80ux7"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"title":"accessibilityLabel(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"iOS"},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"11.0","deprecated":false},{"name":"tvOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"7.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-80ux7":{"kind":"symbol","role":"symbol","abstract":[],"title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-80ux7","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabeledpair(role:id:in:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabeledpair(role:id:in:).json index bd52be43a..1f5e63466 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabeledpair(role:id:in:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylabeledpair(role:id:in:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabeledpair(role:id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","text":"AccessibilityLabeledPairRole"},{"text":", ","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"accessibilityLabeledPair(role:id:in:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS"},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabeledPair(role:id:in:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabeledPair(role:id:in:)":{"title":"accessibilityLabeledPair(role:id:in:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabeledPair"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabeledpair(role:id:in:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityLabeledPair(role:id:in:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","title":"accessibilityLabeledPair(role:id:in:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabeledPair"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","kind":"typeIdentifier","text":"AccessibilityLabeledPairRole"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"11.0","unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0","beta":false}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"text":": ","kind":"text"},{"text":"AccessibilityLabeledPairRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"namespace"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylabeledpair(role:id:in:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabeledPair(role:id:in:)":{"type":"topic","title":"accessibilityLabeledPair(role:id:in:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabeledpair(role:id:in:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylinkedgroup(id:in:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylinkedgroup(id:in:).json index 2dffeb96a..c40594467 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitylinkedgroup(id:in:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitylinkedgroup(id:in:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityLinkedGroup(id:in:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false},{"introducedAt":"11.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"accessibilityLinkedGroup(id:in:)","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLinkedGroup2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylinkedgroup(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLinkedGroup(id:in:)":{"title":"accessibilityLinkedGroup(id:in:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylinkedgroup(id:in:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"method","title":"accessibilityLinkedGroup(id:in:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLinkedGroup2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"11.0","deprecated":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"14.0","beta":false,"unavailable":false},{"beta":false,"introducedAt":"7.0","name":"watchOS","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitylinkedgroup(id:in:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityLinkedGroup(id:in:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLinkedGroup(id:in:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylinkedgroup(id:in:)","title":"accessibilityLinkedGroup(id:in:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityremovetraits(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityremovetraits(_:).json index 400cf69de..fb5d6843b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityremovetraits(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityremovetraits(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"name":"macOS","beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"14.0","unavailable":false},{"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false,"beta":false}],"symbolKind":"method","role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"traits","kind":"internalParam"},{"kind":"text","text":": "},{"text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityremovetraits(_:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRemoveTraits(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityremovetraits(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","kind":"symbol","abstract":[],"title":"accessibilityRemoveTraits(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityremovetraits(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityRemoveTraits(_:)","platforms":[{"introducedAt":"14.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"introducedAt":"11.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0","name":"tvOS"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"7.0","name":"watchOS"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","symbolKind":"method","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"traits","kind":"internalParam"},{"kind":"text","text":": "},{"text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRemoveTraits(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityRemoveTraits(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityremovetraits(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrepresentation(representation:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrepresentation(representation:).json index 97aa25083..6e676730f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrepresentation(representation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrepresentation(representation:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"representation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRepresentation(representation:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRepresentation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"representation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityRepresentation(representation:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false},{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"8.0"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRepresentation(representation:)":{"kind":"symbol","title":"accessibilityRepresentation(representation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrepresentation(representation:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"representation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","metadata":{"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"8.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRepresentation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"representation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityRepresentation(representation:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRepresentation(representation:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRepresentation(representation:)":{"kind":"symbol","abstract":[],"title":"accessibilityRepresentation(representation:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrepresentation(representation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrespondstouserinteraction(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrespondstouserinteraction(_:).json index ef63f7a3a..d059397ca 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrespondstouserinteraction(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrespondstouserinteraction(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrespondstouserinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"accessibilityRespondsToUserInteraction(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0"},{"introducedAt":"8.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"respondsToUserInteraction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRespondsToUserInteraction(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRespondsToUserInteraction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrespondstouserinteraction(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","abstract":[],"title":"accessibilityRespondsToUserInteraction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS"}],"symbolKind":"method","role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRespondsToUserInteraction(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"respondsToUserInteraction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrespondstouserinteraction(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRespondsToUserInteraction(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrespondstouserinteraction(_:)","kind":"symbol","role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-21qrm.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-21qrm.json index 1af607d40..250d1f0b6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-21qrm.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-21qrm.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0"},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"accessibilityRotor(_:entries:)","symbolKind":"method","role":"symbol"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:entries:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"AccessibilityRotorContentBuilder","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-21qrm"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-21qrm":{"kind":"symbol","title":"accessibilityRotor(_:entries:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-21qrm","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-21qrm"]}],"metadata":{"platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false,"beta":false}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","text":"AccessibilityRotorContentBuilder"},{"text":" ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","kind":"typeIdentifier","text":"AccessibilityRotorContent"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-21qrm":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-21qrm","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-31uu1.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-31uu1.json index 202293a35..eaaa78e01 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-31uu1.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-31uu1.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","kind":"attribute","text":"AccessibilityRotorContentBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1"},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"8.0"}],"title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-31uu1"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-31uu1":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1","title":"accessibilityRotor(_:entries:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-31uu1","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","text":"AccessibilityRotorContentBuilder"},{"kind":"text","text":" "},{"text":"entries","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-31uu1"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityRotor(_:entries:)","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"introducedAt":"12.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-31uu1":{"kind":"symbol","type":"topic","title":"accessibilityRotor(_:entries:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-31uu1","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-4j4pt.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-4j4pt.json index bd681c5ca..0ed54fd05 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-4j4pt.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-4j4pt.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"AccessibilityRotorContentBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"kind":"text","text":" "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"text":"AccessibilityRotorContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA18LocalizedStringKeyV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"title":"accessibilityRotor(_:entries:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-4j4pt"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-4j4pt":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-4j4pt","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-4j4pt"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"accessibilityRotor(_:entries:)","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"15.0","beta":false},{"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA18LocalizedStringKeyV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:entries:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"AccessibilityRotorContentBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-4j4pt":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-4j4pt","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","title":"accessibilityRotor(_:entries:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-83k.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-83k.json index e0130ceb7..971eee5d7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-83k.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:)-83k.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false,"name":"iOS"},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","kind":"attribute","text":"AccessibilityRotorContentBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"entries"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-83k"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-83k":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"accessibilityRotor(_:entries:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-83k"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","text":"AccessibilityRotorContentBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityRotor(_:entries:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0","unavailable":false}],"extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-83k"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-83k":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-83k","title":"accessibilityRotor(_:entries:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf.json index ab6ef9be8..5755373fa 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","interfaceLanguage":"swift"},"metadata":{"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0","deprecated":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"rotorLabelKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"12.0","beta":false,"name":"macOS"},{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"deprecated":false}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf","type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu.json index 54b652a97..ebf9ae3cc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"systemRotor","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"systemRotor"},{"text":": ","kind":"text"},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu"]}],"metadata":{"extendedModule":"SwiftUI","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0"},{"name":"tvOS","introducedAt":"15.0","beta":false,"unavailable":false,"deprecated":false},{"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i.json index 8819d0e97..d65eae750 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabel"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"rotorLabel","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782.json index 510d89bbb..b66a442b0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","beta":false,"name":"watchOS"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"rotorLabel","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"L","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS","deprecated":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false,"unavailable":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-2fhpw.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-2fhpw.json index 66d14db6c..0359b4d38 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-2fhpw.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-2fhpw.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"accessibilityRotor(_:entries:entryLabel:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"15.0"},{"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false,"deprecated":false},{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"role":"symbol","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-2fhpw"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-2fhpw":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-2fhpw","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-2fhpw"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"rotorLabel","kind":"internalParam"},{"kind":"text","text":": "},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"text":"EntryModel","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"accessibilityRotor(_:entries:entryLabel:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false,"deprecated":false},{"introducedAt":"15.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}]},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-2fhpw":{"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-2fhpw","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-5trfo.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-5trfo.json index 8b72db746..9abc9be27 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-5trfo.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-5trfo.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"rotorLabelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-5trfo"]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-5trfo":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-5trfo","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"rotorLabelKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-5trfo"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"15.0"},{"beta":false,"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-5trfo":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-5trfo","kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-7sis3.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-7sis3.json index b57c6c2b4..021db11b2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-7sis3.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-7sis3.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"systemRotor","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:entryLabel:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"accessibilityRotor(_:entries:entryLabel:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false},{"introducedAt":"15.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"deprecated":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-7sis3"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-7sis3":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-7sis3","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-7sis3"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"EntryModel","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"15.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"introducedAt":"8.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"accessibilityRotor(_:entries:entryLabel:)"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-7sis3":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-7sis3","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3","type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-jjh.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-jjh.json index d38c2ce9a..d5f6113d7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-jjh.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:entries:entrylabel:)-jjh.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"EntryModel","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-jjh"]}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh"},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0","unavailable":false},{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-jjh":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-jjh","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"rotorLabel","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"accessibilityRotor(_:entries:entryLabel:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:entries:entryLabel:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-jjh"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-jjh":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityRotor(_:entries:entryLabel:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-jjh"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-29mos.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-29mos.json index c3f16361f..0440947db 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-29mos.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-29mos.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false}],"title":"accessibilityRotor(_:textRanges:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-29mos"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-29mos":{"kind":"symbol","title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-29mos","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","text":"Index","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier","text":"Index"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-29mos"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"accessibilityRotor(_:textRanges:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"8.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"roleHeading":"Instance Method"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-29mos":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-29mos","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","role":"symbol","kind":"symbol","title":"accessibilityRotor(_:textRanges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-2ngsy.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-2ngsy.json index db3e8dbbe..7ffa0e1df 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-2ngsy.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-2ngsy.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","text":"Index","kind":"typeIdentifier"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"accessibilityRotor(_:textRanges:)","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"name":"tvOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-2ngsy"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-2ngsy":{"title":"accessibilityRotor(_:textRanges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-2ngsy","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier","text":"Index"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"accessibilityRotor(_:textRanges:)","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0"},{"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-2ngsy"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-2ngsy":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-2ngsy","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy","kind":"symbol","abstract":[],"title":"accessibilityRotor(_:textRanges:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-8bvyy.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-8bvyy.json index 3996450f9..7bfa88513 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-8bvyy.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-8bvyy.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"systemRotor","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-8bvyy"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy"},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}],"title":"accessibilityRotor(_:textRanges:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-8bvyy":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-8bvyy","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityRotor(_:textRanges:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"systemRotor","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-8bvyy"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-8bvyy":{"role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-8bvyy","kind":"symbol","title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"title":"OUDSThemeableView","type":"topic","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-tr7x.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-tr7x.json index 09f957b74..4efe6ed85 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-tr7x.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotor(_:textranges:)-tr7x.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-tr7x"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false,"deprecated":false}],"title":"accessibilityRotor(_:textRanges:)","role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-tr7x":{"kind":"symbol","title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-tr7x","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"accessibilityRotor(_:textRanges:)","platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"introducedAt":"12.0","unavailable":false,"name":"macOS","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:Sn","kind":"typeIdentifier","text":"Range"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","text":"Index","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-tr7x"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-tr7x":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-tr7x","title":"accessibilityRotor(_:textRanges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotorentry(id:in:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotorentry(id:in:).json index 2f967846f..e129ac195 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotorentry(id:in:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityrotorentry(id:in:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotorentry(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotorEntry"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"name":"macOS","beta":false},{"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"accessibilityRotorEntry(id:in:)"},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotorEntry(id:in:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier","text":"Namespace"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotorEntry(id:in:)":{"type":"topic","title":"accessibilityRotorEntry(id:in:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotorEntry"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotorentry(id:in:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotorEntry(id:in:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityrotorentry(id:in:)"]}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0"},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","title":"accessibilityRotorEntry(id:in:)","externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotorEntry(id:in:)":{"abstract":[],"title":"accessibilityRotorEntry(id:in:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotorentry(id:in:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityscrollaction(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityscrollaction(_:).json index 312592b40..eaa22af4e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityscrollaction(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityscrollaction(_:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"((","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"accessibilityScrollAction(_:)","externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"10.15"},{"introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false,"beta":false}],"symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityScrollAction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityscrollaction(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityScrollAction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityscrollaction(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","kind":"symbol","abstract":[],"title":"accessibilityScrollAction(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityscrollaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityScrollAction(_:)"},{"type":"text","text":"."}],"metadata":{"title":"accessibilityScrollAction(_:)","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityScrollAction"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityScrollAction(_:)":{"title":"accessibilityScrollAction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityscrollaction(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer().json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer().json index 5341526b4..21832e77c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer().json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer().json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityShowsLargeContentViewer()","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"title":"accessibilityShowsLargeContentViewer()","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer()"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer()":{"kind":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer()","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"accessibilityShowsLargeContentViewer()","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0"},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer()"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer()"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer()":{"kind":"symbol","title":"accessibilityShowsLargeContentViewer()","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer()","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer(_:).json index 06cce6f19..36c6f8f47 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityshowslargecontentviewer(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"largeContentView","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false},{"deprecated":false,"beta":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer(_:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer(_:)":{"kind":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"12.0","name":"macOS"},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityShowsLargeContentViewer(_:)","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityShowsLargeContentViewer(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"largeContentView"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityShowsLargeContentViewer(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitysortpriority(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitysortpriority(_:).json index e3b758f37..45be94c5c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitysortpriority(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitysortpriority(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitysortpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","role":"symbol","title":"accessibilitySortPriority(_:)","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"11.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"introducedAt":"14.0","name":"tvOS","deprecated":false,"beta":false},{"introducedAt":"7.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilitySortPriority","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"sortPriority","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilitySortPriority(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilitySortPriority(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)","title":"accessibilitySortPriority(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitysortpriority(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilitySortPriority(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilitySortPriority"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilitySortPriority","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilitySortPriority(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false},{"beta":false,"introducedAt":"14.0","name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"7.0"}],"externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitysortpriority(_:)"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilitySortPriority(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitysortpriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilitySortPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)","title":"accessibilitySortPriority(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilitytextcontenttype(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilitytextcontenttype(_:).json index 799f4af4e..b4adb6ca1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilitytextcontenttype(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilitytextcontenttype(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityTextContentType","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","kind":"typeIdentifier","text":"AccessibilityTextContentType"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitytextcontenttype(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityTextContentType(_:)"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"accessibilityTextContentType(_:)","extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"12.0","beta":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","kind":"typeIdentifier","text":"AccessibilityTextContentType"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityTextContentType(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitytextcontenttype(_:)","role":"symbol","kind":"symbol","type":"topic","title":"accessibilityTextContentType(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityTextContentType","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","text":"AccessibilityTextContentType","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"title":"accessibilityTextContentType(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityTextContentType","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","text":"AccessibilityTextContentType","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilitytextcontenttype(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityTextContentType(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityTextContentType"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityTextContentType(_:)":{"title":"accessibilityTextContentType(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitytextcontenttype(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"text":"AccessibilityTextContentType","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-2pf0k.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-2pf0k.json index f58d3bb57..6ea9358bd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-2pf0k.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-2pf0k.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"accessibilityValue(_:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"11.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"7.0"}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","roleHeading":"Instance Method"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-2pf0k"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-2pf0k":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-2pf0k","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k","kind":"symbol","abstract":[],"title":"accessibilityValue(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"valueKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-2pf0k"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"14.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"7.0","beta":false}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"accessibilityValue(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityValue","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"roleHeading":"Instance Method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-2pf0k":{"title":"accessibilityValue(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-2pf0k","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-339xq.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-339xq.json index 0d838c38d..459b49ba6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-339xq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-339xq.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"14.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"name":"tvOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","title":"accessibilityValue(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-339xq"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-339xq":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-339xq","role":"symbol","title":"accessibilityValue(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-339xq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"11.0"},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"introducedAt":"7.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"accessibilityValue(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityValue(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-339xq":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibilityValue(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-339xq","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-9w87u.json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-9w87u.json index d0dc8b153..ac312db5b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-9w87u.json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityvalue(_:)-9w87u.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityValue(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"valueDescription"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-9w87u"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityValue(_:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"beta":false},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"11.0","unavailable":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-9w87u":{"kind":"symbol","title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-9w87u","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Method","title":"accessibilityValue(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"valueDescription","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-9w87u"]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-9w87u":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-9w87u","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","title":"accessibilityValue(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/accessibilityzoomaction(_:).json b/docs/data/documentation/ouds/oudsthemeableview/accessibilityzoomaction(_:).json index 08ce0699d..6511e5d87 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/accessibilityzoomaction(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/accessibilityzoomaction(_:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0"},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"9.0"}],"roleHeading":"Instance Method","title":"accessibilityZoomAction(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityZoomAction","kind":"identifier"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityZoomGestureAction","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE23accessibilityZoomActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0ie7GestureF0VcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityzoomaction(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityZoomAction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"AccessibilityZoomGestureAction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityZoomAction(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityZoomAction(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)","title":"accessibilityZoomAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityZoomAction","kind":"identifier"},{"text":"((","kind":"text"},{"text":"AccessibilityZoomGestureAction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityzoomaction(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityZoomAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"AccessibilityZoomGestureAction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/accessibilityzoomaction(_:)"]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityZoomAction(_:)"},{"text":".","type":"text"}],"metadata":{"title":"accessibilityZoomAction(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityZoomActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0ie7GestureF0VcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"16.0"},{"name":"watchOS","introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityZoomAction"},{"kind":"text","text":"(("},{"preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","kind":"typeIdentifier","text":"AccessibilityZoomGestureAction"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityZoomAction(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityZoomAction"},{"text":"((","kind":"text"},{"text":"AccessibilityZoomGestureAction","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityzoomaction(_:)","kind":"symbol","title":"accessibilityZoomAction(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-2iae4.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-2iae4.json index 741003d0e..596f7ee28 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-2iae4.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-2iae4.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"alert(_:isPresented:actions:)","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-2iae4"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-2iae4":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-2iae4","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4","kind":"symbol","abstract":[],"title":"alert(_:isPresented:actions:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"alert(_:isPresented:actions:)","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"8.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-2iae4"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-2iae4":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4","title":"alert(_:isPresented:actions:)","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-2iae4","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-4h8u9.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-4h8u9.json index cc7313dca..51a93f966 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-4h8u9.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-4h8u9.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(_:isPresented:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0"},{"beta":false,"introducedAt":"12.0","unavailable":false,"name":"macOS","deprecated":false},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"alert(_:isPresented:actions:)","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-4h8u9"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-4h8u9":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"alert(_:isPresented:actions:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-4h8u9","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9","type":"topic","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-4h8u9"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false},{"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"alert(_:isPresented:actions:)","role":"symbol"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-4h8u9":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-4h8u9","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alert(_:isPresented:actions:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-6m7xx.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-6m7xx.json index 7420a9534..badb451aa 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-6m7xx.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:)-6m7xx.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx","interfaceLanguage":"swift"},"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false},{"beta":false,"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrqd___AA7BindingVySbGqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"alert(_:isPresented:actions:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-6m7xx"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-6m7xx":{"title":"alert(_:isPresented:actions:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-6m7xx","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrqd___AA7BindingVySbGqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"alert(_:isPresented:actions:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"15.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0","unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-6m7xx"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-6m7xx":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-6m7xx","title":"alert(_:isPresented:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-3sgch.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-3sgch.json index 8dda20cf4..2f38a377a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-3sgch.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-3sgch.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"introducedAt":"15.0","beta":false,"unavailable":false,"name":"iOS","deprecated":false},{"unavailable":false,"introducedAt":"12.0","beta":false,"name":"macOS","deprecated":false},{"unavailable":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"alert(_:isPresented:actions:message:)","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-3sgch"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-3sgch":{"title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-3sgch","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-3sgch"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"alert(_:isPresented:actions:message:)","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-3sgch":{"title":"alert(_:isPresented:actions:message:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-3sgch","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-4dy9w.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-4dy9w.json index 7515fcb03..821f8d92d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-4dy9w.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-4dy9w.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"beta":false,"introducedAt":"12.0","unavailable":false,"name":"macOS","deprecated":false},{"unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-4dy9w"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-4dy9w":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-4dy9w","role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-4dy9w"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0"},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS"}],"title":"alert(_:isPresented:actions:message:)","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-4dy9w":{"title":"alert(_:isPresented:actions:message:)","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-4dy9w","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-6cwz4.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-6cwz4.json index a908c91fd..971e8aad5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-6cwz4.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:actions:message:)-6cwz4.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-6cwz4"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0"},{"unavailable":false,"introducedAt":"15.0","name":"tvOS","deprecated":false,"beta":false},{"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"title":"alert(_:isPresented:actions:message:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-6cwz4":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-6cwz4","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4"},"metadata":{"platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0"},{"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"title":"alert(_:isPresented:actions:message:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-6cwz4"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-6cwz4":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-6cwz4","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4","title":"alert(_:isPresented:actions:message:)","kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-1yr99.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-1yr99.json index cd17f4003..cf652720c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-1yr99.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-1yr99.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-1yr99"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-1yr99":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99","role":"symbol","title":"alert(_:isPresented:presenting:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-1yr99","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-1yr99"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99","interfaceLanguage":"swift"},"metadata":{"platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"title":"alert(_:isPresented:presenting:actions:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-1yr99":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-1yr99","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","type":"topic","title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-5gwok.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-5gwok.json index 1378221d9..4b17e308e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-5gwok.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-5gwok.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok"},"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"alert(_:isPresented:presenting:actions:)","symbolKind":"method","role":"symbol","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false},{"beta":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-5gwok"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-5gwok":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-5gwok","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok","kind":"symbol","abstract":[],"title":"alert(_:isPresented:presenting:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-5gwok"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-5gwok":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"alert(_:isPresented:presenting:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-5gwok","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-85n7p.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-85n7p.json index 391861255..4425a7556 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-85n7p.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:)-85n7p.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p"},"metadata":{"extendedModule":"SwiftUI","title":"alert(_:isPresented:presenting:actions:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0","name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"name":"watchOS","introducedAt":"8.0","unavailable":false,"deprecated":false,"beta":false}],"roleHeading":"Instance Method"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-85n7p"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(_:isPresented:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-85n7p":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-85n7p","type":"topic","title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(_:isPresented:presenting:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-85n7p"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}],"title":"alert(_:isPresented:presenting:actions:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-85n7p":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-85n7p","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:presenting:actions:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-9nug0.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-9nug0.json index d99d34dae..10d0e0962 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-9nug0.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-9nug0.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-9nug0"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"alert(_:isPresented:presenting:actions:message:)","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"12.0","deprecated":false},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-9nug0":{"title":"alert(_:isPresented:presenting:actions:message:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-9nug0"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-9nug0"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"introducedAt":"12.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}],"title":"alert(_:isPresented:presenting:actions:message:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-9nug0":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:presenting:actions:message:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-9nug0","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-mah3.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-mah3.json index d202e4a7c..d9922c666 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-mah3.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-mah3.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-mah3"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"introducedAt":"8.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-mah3":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-mah3","kind":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-mah3"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"8.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-mah3":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-mah3","abstract":[],"type":"topic","kind":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-zn60.json b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-zn60.json index dec2eba4f..3506b3de3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-zn60.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(_:ispresented:presenting:actions:message:)-zn60.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-zn60"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA4TextV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:presenting:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-zn60":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-zn60","title":"alert(_:isPresented:presenting:actions:message:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-zn60"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA4TextV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"alert(_:isPresented:presenting:actions:message:)","symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-zn60":{"title":"alert(_:isPresented:presenting:actions:message:)","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-zn60","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:content:).json b/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:content:).json index 308c7f3ca..cb093f638 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}],"type":"paragraph"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:content:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"alert(isPresented:content:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecatedAt":"100000.0","beta":false,"introducedAt":"13.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecatedAt":"100000.0","beta":false},{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecatedAt":"100000.0","name":"tvOS"},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","name":"watchOS","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","unavailable":false},{"deprecatedAt":"100000.0","name":"visionOS","introducedAt":"1.0","deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","beta":false,"unavailable":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(isPresented:content:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:content:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)","title":"alert(isPresented:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"alert(isPresented:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","name":"iOS","deprecated":false},{"introducedAt":"10.15","name":"macOS","message":"use `alert(title:isPresented:presenting::actions:) instead.","unavailable":false,"beta":false,"deprecatedAt":"100000.0","deprecated":false},{"message":"use `alert(title:isPresented:presenting::actions:) instead.","name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","beta":false},{"introducedAt":"6.0","name":"watchOS","beta":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecated":false,"deprecatedAt":"100000.0","unavailable":false},{"name":"visionOS","deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"1.0"}],"symbolKind":"method","roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(isPresented:content:)","type":"codeVoice"},{"type":"text","text":"."}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:content:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(isPresented:content:)","deprecated":true}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:).json b/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:).json index 104f8d082..1b589a252 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"E","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:10Foundation14LocalizedErrorP","text":"LocalizedError","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0"},{"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"15.0","deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"alert(isPresented:error:actions:)","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:)":{"kind":"symbol","title":"alert(isPresented:error:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:)"]}],"metadata":{"title":"alert(isPresented:error:actions:)","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":" : ","kind":"text"},{"text":"LocalizedError","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:)":{"title":"alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:message:).json b/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:message:).json index 8500bf8df..1dfa5d22b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:message:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(ispresented:error:actions:message:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"text":"LocalizedError","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:message:)"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false}],"title":"alert(isPresented:error:actions:message:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:message:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:message:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)","title":"alert(isPresented:error:actions:message:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:message:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:message:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:message:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation14LocalizedErrorP","text":"LocalizedError"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","role":"symbol","title":"alert(isPresented:error:actions:message:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:message:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"alert(isPresented:error:actions:message:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:message:)","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alert(item:content:).json b/docs/data/documentation/ouds/oudsthemeableview/alert(item:content:).json index 282c51058..a74a6e3ca 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alert(item:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/alert(item:content:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(item:content:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alert(item:content:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","beta":false},{"deprecatedAt":"100000.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","message":"use `alert(title:isPresented:presenting::actions:) instead."},{"name":"tvOS","deprecatedAt":"100000.0","deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","beta":false,"unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","beta":false,"deprecated":false,"name":"watchOS"},{"name":"visionOS","unavailable":false,"introducedAt":"1.0","beta":false,"deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecatedAt":"100000.0"}],"symbolKind":"method"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"use `alert(title:isPresented:presenting::actions:) instead.","type":"text"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(item:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(item:content:)":{"title":"alert(item:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/alert(item:content:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","title":"alert(item:content:)","platforms":[{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"deprecatedAt":"100000.0","name":"iOS","message":"use `alert(title:isPresented:presenting::actions:) instead."},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"10.15","message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecatedAt":"100000.0","beta":false},{"name":"tvOS","deprecated":false,"beta":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0"},{"deprecatedAt":"100000.0","unavailable":false,"name":"watchOS","introducedAt":"6.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"1.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","name":"visionOS"}],"extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(item:content:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alert(item:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(item:content:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(item:content:)","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(item:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-269d5.json b/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-269d5.json index 82101a8d3..076cfd370 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-269d5.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-269d5.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-269d5"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"text":": (","kind":"text"},{"text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","title":"alignmentGuide(_:computeValue:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"g","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier","text":"HorizontalAlignment"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-269d5":{"kind":"symbol","title":"alignmentGuide(_:computeValue:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-269d5","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-269d5"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alignmentGuide(_:computeValue:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"g","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","kind":"typeIdentifier","text":"ViewDimensions"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier","text":"HorizontalAlignment"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"alignmentGuide(_:computeValue:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-269d5":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-269d5","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"alignmentGuide(_:computeValue:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-305eo.json b/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-305eo.json index d5abf0e1e..fb5b2c894 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-305eo.json +++ b/docs/data/documentation/ouds/oudsthemeableview/alignmentguide(_:computevalue:)-305eo.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-305eo"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"text":"computeValue","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions"},{"text":") -> ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","kind":"typeIdentifier","text":"ViewDimensions"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alignmentGuide(_:computeValue:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-305eo":{"abstract":[],"title":"alignmentGuide(_:computeValue:)","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-305eo","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"computeValue","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"alignmentGuide(_:computeValue:)","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alignmentGuide(_:computeValue:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"g","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-305eo"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-305eo":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo","abstract":[],"role":"symbol","type":"topic","kind":"symbol","title":"alignmentGuide(_:computeValue:)","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-305eo","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alloweddynamicrange(_:).json b/docs/data/documentation/ouds/oudsthemeableview/alloweddynamicrange(_:).json index 7b0b936fe..14eb05525 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alloweddynamicrange(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/alloweddynamicrange(_:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"allowedDynamicRange","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","text":"DynamicRange"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false},{"deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false,"name":"macOS"},{"introducedAt":"17.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE19allowedDynamicRangeyQrAA5ImageV0eF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","title":"allowedDynamicRange(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowedDynamicRange(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alloweddynamicrange(_:)"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowedDynamicRange"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"range","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Image","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier","text":"DynamicRange"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowedDynamicRange(_:)":{"title":"allowedDynamicRange(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowedDynamicRange"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","text":"DynamicRange"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alloweddynamicrange(_:)","abstract":[],"type":"topic","role":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.allowedDynamicRange(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/alloweddynamicrange(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)"},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0"},{"beta":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0"}],"symbolKind":"method","title":"allowedDynamicRange(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowedDynamicRange"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":".","kind":"text"},{"text":"DynamicRange","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE19allowedDynamicRangeyQrAA5ImageV0eF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"range"},{"kind":"text","text":": "},{"text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"DynamicRange","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowedDynamicRange(_:)":{"title":"allowedDynamicRange(_:)","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alloweddynamicrange(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowedDynamicRange"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"DynamicRange","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/allowshittesting(_:).json b/docs/data/documentation/ouds/oudsthemeableview/allowshittesting(_:).json index 9de3351e0..4572da045 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/allowshittesting(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/allowshittesting(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.allowsHitTesting(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/allowshittesting(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"enabled","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowsHitTesting","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"allowsHitTesting(_:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsHitTesting(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)","title":"allowsHitTesting(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/allowshittesting(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowsHitTesting"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"enabled","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsHitTesting(_:)"},{"text":".","type":"text"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"allowsHitTesting(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/allowshittesting(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsHitTesting(_:)":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/allowshittesting(_:)","title":"allowsHitTesting(_:)","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/allowstightening(_:).json b/docs/data/documentation/ouds/oudsthemeableview/allowstightening(_:).json index 102056b06..6b1decfd2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/allowstightening(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/allowstightening(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.allowsTightening(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","title":"allowsTightening(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"10.15","unavailable":false,"name":"macOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS"},{"deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"allowsTightening","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"flag"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/allowstightening(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsTightening(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)","role":"symbol","title":"allowsTightening(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/allowstightening(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Method","title":"allowsTightening(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"allowsTightening","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"flag","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.allowsTightening(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/allowstightening(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsTightening(_:)":{"role":"symbol","abstract":[],"title":"allowsTightening(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/allowstightening(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/alternatingrowbackgrounds(_:).json b/docs/data/documentation/ouds/oudsthemeableview/alternatingrowbackgrounds(_:).json index c7bf5cfee..6d062db95 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/alternatingrowbackgrounds(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/alternatingrowbackgrounds(_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alternatingrowbackgrounds(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","kind":"typeIdentifier","text":"AlternatingRowBackgroundBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE25alternatingRowBackgroundsyQrAA011AlternatingE18BackgroundBehaviorVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"alternatingRowBackgrounds(_:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alternatingRowBackgrounds"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV"},{"text":" = .enabled) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alternatingRowBackgrounds(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alternatingRowBackgrounds(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/alternatingrowbackgrounds(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","kind":"symbol","abstract":[],"title":"alternatingRowBackgrounds(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alternatingRowBackgrounds(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/alternatingrowbackgrounds(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alternatingRowBackgrounds"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier"},{"text":" = .enabled) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","text":"AlternatingRowBackgroundBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25alternatingRowBackgroundsyQrAA011AlternatingE18BackgroundBehaviorVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false,"name":"macOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"alternatingRowBackgrounds(_:)","symbolKind":"method","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alternatingRowBackgrounds(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"kind":"text","text":"("},{"text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","type":"topic","kind":"symbol","title":"alternatingRowBackgrounds(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/alternatingrowbackgrounds(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/anchorpreference(key:value:transform:).json b/docs/data/documentation/ouds/oudsthemeableview/anchorpreference(key:value:transform:).json index 5bdf23d55..24a835532 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/anchorpreference(key:value:transform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/anchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"anchorPreference(key:value:transform:)","externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"unavailable":false,"introducedAt":"6.0","name":"watchOS","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/anchorpreference(key:value:transform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":" ","kind":"text"},{"text":"_","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.anchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/anchorPreference(key:value:transform:)":{"title":"anchorPreference(key:value:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"transform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/anchorpreference(key:value:transform:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/anchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.anchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"_"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"anchorPreference(key:value:transform:)","roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"10.15","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecated":false}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/anchorPreference(key:value:transform:)":{"title":"anchorPreference(key:value:transform:)","url":"\/documentation\/ouds\/oudsthemeableview\/anchorpreference(key:value:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","abstract":[],"role":"symbol","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"anchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"text":"Source","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier","text":"Anchor"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/animation(_:).json b/docs/data/documentation/ouds/oudsthemeableview/animation(_:).json index 07283aefb..bb247cc86 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/animation(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/animation(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"animation","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.animation(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/animation(_:)"]}],"metadata":{"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"message":"Use withAnimation or animation(_:value:) instead.","name":"iOS","beta":false,"deprecatedAt":"15.0","unavailable":false,"introducedAt":"13.0"},{"beta":false,"deprecatedAt":"12.0","introducedAt":"10.15","message":"Use withAnimation or animation(_:value:) instead.","deprecated":false,"name":"macOS","unavailable":false},{"deprecatedAt":"15.0","name":"tvOS","beta":false,"introducedAt":"13.0","message":"Use withAnimation or animation(_:value:) instead.","deprecated":false,"unavailable":false},{"message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"deprecatedAt":"8.0"},{"introducedAt":"1.0","unavailable":false,"deprecatedAt":"1.0","beta":false,"deprecated":false,"message":"Use withAnimation or animation(_:value:) instead.","name":"visionOS"}],"title":"animation(_:)","externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"text":"(","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use withAnimation or animation(_:value:) instead."}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","title":"animation(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"deprecated":true}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.animation(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"animation"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"sections":[],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use withAnimation or animation(_:value:) instead."}],"type":"paragraph"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/animation(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"animation(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","message":"Use withAnimation or animation(_:value:) instead.","beta":false,"introducedAt":"13.0","deprecated":false,"deprecatedAt":"15.0","unavailable":false},{"message":"Use withAnimation or animation(_:value:) instead.","deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecatedAt":"12.0","beta":false},{"message":"Use withAnimation or animation(_:value:) instead.","deprecatedAt":"15.0","introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"message":"Use withAnimation or animation(_:value:) instead.","unavailable":false,"deprecatedAt":"8.0","name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"1.0","deprecatedAt":"1.0","name":"visionOS","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"animation(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/animation(_:body:).json b/docs/data/documentation/ouds/oudsthemeableview/animation(_:body:).json index bd09c5e43..11e3af095 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/animation(_:body:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/animation(_:body:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.animation(_:body:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/animation(_:body:)"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"animation"},{"text":": ","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"metadata":{"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"body"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE9animation_4bodyQrAA9AnimationVSg_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"animation(_:body:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:body:)":{"kind":"symbol","title":"animation(_:body:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:body:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">) -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)"},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?, ","kind":"text"},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE9animation_4bodyQrAA9AnimationVSg_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"17.0"},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}],"role":"symbol","title":"animation(_:body:)","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/animation(_:body:)"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"animation","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:body:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:body:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:body:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"body"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"animation(_:body:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/animation(_:value:).json b/docs/data/documentation/ouds/oudsthemeableview/animation(_:value:).json index 90ebf81f6..de268bb54 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/animation(_:value:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/animation(_:value:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"beta":false,"introducedAt":"10.15","unavailable":false,"name":"macOS","deprecated":false},{"name":"tvOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"animation(_:value:)","externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/animation(_:value:)"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:value:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:value:)":{"kind":"symbol","title":"animation(_:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:value:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"animation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"animation","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"animation","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","title":"animation(_:value:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0"},{"introducedAt":"6.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/animation(_:value:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.animation(_:value:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","role":"collection","title":"OUDS","kind":"symbol","url":"\/documentation\/ouds","identifier":"doc:\/\/OUDS\/documentation\/OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"text":", the new design system unified and cohesive across all platforms to build Orange mobile applications.","type":"text"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:value:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"animation(_:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:value:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-4wpbs.json b/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-4wpbs.json index 64a3fd64b..46afb5146 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-4wpbs.json +++ b/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-4wpbs.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"contentMode","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier","text":"ContentMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"name":"macOS","introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","title":"aspectRatio(_:contentMode:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-4wpbs"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-4wpbs":{"kind":"symbol","title":"aspectRatio(_:contentMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-4wpbs","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-4wpbs"]}],"metadata":{"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"aspectRatio(_:contentMode:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.aspectRatio(_:contentMode:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier","text":"ContentMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-4wpbs":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"aspectRatio(_:contentMode:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-4wpbs","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-72pn8.json b/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-72pn8.json index f170c31b6..6b43a3489 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-72pn8.json +++ b/docs/data/documentation/ouds/oudsthemeableview/aspectratio(_:contentmode:)-72pn8.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-72pn8"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"text":": ","kind":"text"},{"text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"introducedAt":"10.15","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"aspectRatio(_:contentMode:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-72pn8":{"kind":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-72pn8","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"aspectRatio(_:contentMode:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"name":"tvOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"text":": ","kind":"text"},{"text":"ContentMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-72pn8"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-72pn8":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContentMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-72pn8","title":"aspectRatio(_:contentMode:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/autocorrectiondisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/autocorrectiondisabled(_:).json index c7af8c4e7..6422341dc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/autocorrectiondisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/autocorrectiondisabled(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.autocorrectionDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"autocorrectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/autocorrectiondisabled(_:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"autocorrectionDisabled(_:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"autocorrectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/autocorrectionDisabled(_:)":{"type":"topic","abstract":[],"title":"autocorrectionDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"autocorrectionDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/autocorrectiondisabled(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.autocorrectionDisabled(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"autocorrectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"disable","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0"}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"autocorrectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"autocorrectionDisabled(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/autocorrectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/autocorrectionDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"autocorrectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"autocorrectionDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/autocorrectiondisabled(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(_:alignment:).json b/docs/data/documentation/ouds/oudsthemeableview/background(_:alignment:).json index e851f7f73..fa2e45bed 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(_:alignment:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(_:alignment:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"13.0","message":"Use `background(alignment:content:)` instead.","beta":false,"deprecatedAt":"100000.0"},{"introducedAt":"10.15","message":"Use `background(alignment:content:)` instead.","beta":false,"unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","name":"macOS"},{"message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"deprecatedAt":"100000.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"deprecatedAt":"100000.0","beta":false,"message":"Use `background(alignment:content:)` instead.","introducedAt":"6.0"},{"message":"Use `background(alignment:content:)` instead.","deprecatedAt":"100000.0","beta":false,"introducedAt":"1.0","unavailable":false,"deprecated":false,"name":"visionOS"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"background(_:alignment:)","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"background","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Background","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}],"type":"paragraph"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:alignment:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:alignment:)","role":"symbol","title":"background(_:alignment:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"Background","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"background","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Background","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:alignment:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"name":"iOS","beta":false,"deprecated":false,"message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","unavailable":false,"deprecatedAt":"100000.0"},{"unavailable":false,"message":"Use `background(alignment:content:)` instead.","introducedAt":"10.15","beta":false,"name":"macOS","deprecated":false,"deprecatedAt":"100000.0"},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead."},{"introducedAt":"6.0","message":"Use `background(alignment:content:)` instead.","beta":false,"deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","name":"watchOS"},{"beta":false,"unavailable":false,"message":"Use `background(alignment:content:)` instead.","name":"visionOS","introducedAt":"1.0","deprecatedAt":"100000.0","deprecated":false}],"extendedModule":"SwiftUI","title":"background(_:alignment:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Background","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:alignment:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"Background","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"background(_:alignment:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(_:ignoressafeareaedges:).json b/docs/data/documentation/ouds/oudsthemeableview/background(_:ignoressafeareaedges:).json index 715c19aba..acce2dbb4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(_:ignoressafeareaedges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.background(_:ignoresSafeAreaEdges:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","beta":false,"deprecated":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:ignoresSafeAreaEdges:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:ignoressafeareaedges:)","title":"background(_:ignoresSafeAreaEdges:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"background(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":" "},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:ignoresSafeAreaEdges:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:ignoressafeareaedges:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"background(_:ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-6euoh.json b/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-6euoh.json index 283ab6a75..f47faac17 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-6euoh.json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-6euoh.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"8.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.background(_:in:fillStyle:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-6euoh"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":" = FillStyle()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI15InsettableShapeP","text":"InsettableShape","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-6euoh":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh","title":"background(_:in:fillStyle:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-6euoh","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"metadata":{"title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS"},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"beta":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"InsettableShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-6euoh"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-6euoh":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh","kind":"symbol","title":"background(_:in:fillStyle:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-6euoh"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-9snzn.json b/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-9snzn.json index a44008495..71a2c58b5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-9snzn.json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(_:in:fillstyle:)-9snzn.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn"},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"background(_:in:fillStyle:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-9snzn"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.background(_:in:fillStyle:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-9snzn":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-9snzn","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn","kind":"symbol","title":"background(_:in:fillStyle:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"kind":"text","text":" = FillStyle()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ShapeP","text":"Shape","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"background(_:in:fillStyle:)","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"introducedAt":"15.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"12.0","unavailable":false,"name":"macOS"},{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"8.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-9snzn"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-9snzn":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-9snzn","type":"topic","title":"background(_:in:fillStyle:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(alignment:content:).json b/docs/data/documentation/ouds/oudsthemeableview/background(alignment:content:).json index 0d0c0d0c6..ab0dadd24 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(alignment:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(alignment:content:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(alignment:content:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10background9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"background(alignment:content:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":" = .center, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(alignment:content:)":{"title":"background(alignment:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(alignment:content:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10background9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false,"name":"iOS"},{"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"15.0"},{"introducedAt":"8.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"background(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.background(alignment:content:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(alignment:content:)":{"type":"topic","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(alignment:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)","title":"background(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(ignoressafeareaedges:).json b/docs/data/documentation/ouds/oudsthemeableview/background(ignoressafeareaedges:).json index c004cf15c..452dec45f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(ignoressafeareaedges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(ignoressafeareaedges:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false},{"introducedAt":"12.0","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10background20ignoresSafeAreaEdgesQrAA4EdgeO3SetV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI","title":"background(ignoresSafeAreaEdges:)","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/background(ignoressafeareaedges:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":" "},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(ignoresSafeAreaEdges:)":{"kind":"symbol","title":"background(ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(ignoressafeareaedges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":" "},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.background(ignoresSafeAreaEdges:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"background(ignoresSafeAreaEdges:)","platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"beta":false,"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10background20ignoresSafeAreaEdgesQrAA4EdgeO3SetV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(ignoresSafeAreaEdges:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/background(ignoressafeareaedges:)","title":"background(ignoresSafeAreaEdges:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-605yu.json b/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-605yu.json index 93902ec28..e8cc435b7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-605yu.json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-605yu.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-605yu"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"text":" = FillStyle()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15InsettableShapeP","text":"InsettableShape","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"12.0","beta":false},{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"8.0","deprecated":false}],"title":"background(in:fillStyle:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.background(in:fillStyle:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-605yu":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu","kind":"symbol","role":"symbol","title":"background(in:fillStyle:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-605yu","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15InsettableShapeP","text":"InsettableShape"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-605yu"]}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"background(in:fillStyle:)","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0","beta":false},{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS"},{"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-605yu":{"title":"background(in:fillStyle:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-605yu","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-uduw.json b/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-uduw.json index 72ea2e1a2..1d24e4828 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-uduw.json +++ b/docs/data/documentation/ouds/oudsthemeableview/background(in:fillstyle:)-uduw.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-uduw"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.background(in:fillStyle:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0"},{"unavailable":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","symbolKind":"method","title":"background(in:fillStyle:)","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-uduw":{"title":"background(in:fillStyle:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-uduw","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"text":" = FillStyle()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ShapeP","text":"Shape","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"background(in:fillStyle:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0"},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0"},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-uduw"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-uduw":{"url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-uduw","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw","kind":"symbol","title":"background(in:fillStyle:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:_:).json index db5e3acad..cee394d0d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false,"beta":false}],"title":"backgroundPreferenceValue(_:_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.backgroundPreferenceValue(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:_:)":{"type":"topic","title":"backgroundPreferenceValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"title":"backgroundPreferenceValue(_:_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:_:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".Type = Key.self, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:_:)":{"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"backgroundPreferenceValue(_:_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:alignment:_:).json b/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:alignment:_:).json index 99a979668..950e58c86 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:alignment:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/backgroundpreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:alignment:_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"16.0"},{"unavailable":false,"introducedAt":"9.0","name":"watchOS","deprecated":false,"beta":false}],"title":"backgroundPreferenceValue(_:alignment:_:)","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:alignment:_:)"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:alignment:_:)":{"abstract":[],"kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:alignment:_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"backgroundPreferenceValue(_:alignment:_:)","platforms":[{"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"9.0","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":" = .center, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:alignment:_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:alignment:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)","abstract":[],"role":"symbol","kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/backgroundstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/backgroundstyle(_:).json index e4323b6d7..062e4db8a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/backgroundstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/backgroundstyle(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/backgroundstyle(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.backgroundStyle(_:)"},{"text":".","type":"text"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"backgroundStyle(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"16.0"},{"name":"macOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","role":"symbol"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)","title":"backgroundStyle(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundstyle(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/backgroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.backgroundStyle(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)"},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"backgroundStyle(_:)","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"16.0"},{"unavailable":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundStyle(_:)":{"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundstyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"backgroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"backgroundStyle(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-57x42.json b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-57x42.json index 2a88bf2ee..06987efdf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-57x42.json +++ b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-57x42.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.badge(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-57x42"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"badge(_:)","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-57x42":{"title":"badge(_:)","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-57x42"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"badge(_:)"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-57x42"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-57x42":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-57x42","kind":"symbol","title":"badge(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"title":"OUDSThemeableView","type":"topic","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-61d0v.json b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-61d0v.json index a7c2a0d91..bd9faa4e4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-61d0v.json +++ b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-61d0v.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-61d0v"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"badge(_:)","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.badge(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-61d0v":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v","kind":"symbol","role":"symbol","title":"badge(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-61d0v","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","title":"badge(_:)","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.badge(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-61d0v"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-61d0v":{"url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-61d0v","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"badge(_:)","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-7qm34.json b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-7qm34.json index ae069d2dd..abcb1a97b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-7qm34.json +++ b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-7qm34.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","beta":false,"unavailable":false,"name":"iOS","deprecated":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"badge(_:)","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-7qm34"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-7qm34":{"kind":"symbol","title":"badge(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-7qm34","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-7qm34"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"12.0","beta":false}],"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-7qm34":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"badge(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-7qm34","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-rpin.json b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-rpin.json index d27e0f869..79437dc84 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-rpin.json +++ b/docs/data/documentation/ouds/oudsthemeableview/badge(_:)-rpin.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"count","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"}],"title":"badge(_:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-rpin"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"text":" to add at the top level of your views tree so as to define","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"type":"text","text":"Any theme to apply must be a child of "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":", direct or not."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","title":"OUDSThemeableView","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-rpin":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"badge(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-rpin","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/badge(_:)-rpin"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"count","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"title":"badge(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.badge(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-rpin":{"title":"badge(_:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-rpin","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/badgeprominence(_:).json b/docs/data/documentation/ouds/oudsthemeableview/badgeprominence(_:).json index 3d47df644..72a5114c5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/badgeprominence(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/badgeprominence(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15badgeProminenceyQrAA05BadgeE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badgeProminence","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15BadgeProminenceV","text":"BadgeProminence","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"badgeProminence(_:)","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badgeProminence","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"prominence"},{"text":": ","kind":"text"},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badgeProminence(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/badgeprominence(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badgeProminence(_:)":{"abstract":[],"kind":"symbol","title":"badgeProminence(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badgeprominence(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badgeProminence"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15BadgeProminenceV","text":"BadgeProminence","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badgeProminence","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"prominence","kind":"internalParam"},{"kind":"text","text":": "},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/badgeprominence(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","title":"badgeProminence(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15badgeProminenceyQrAA05BadgeE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"17.0","unavailable":false},{"introducedAt":"14.0","beta":false,"unavailable":false,"name":"macOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"badgeProminence"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15BadgeProminenceV","kind":"typeIdentifier","text":"BadgeProminence"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.badgeProminence(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/badgeProminence(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badgeProminence","kind":"identifier"},{"kind":"text","text":"("},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","title":"badgeProminence(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/badgeprominence(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/baselineoffset(_:).json b/docs/data/documentation/ouds/oudsthemeableview/baselineoffset(_:).json index eae53ac96..e140578ef 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/baselineoffset(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/baselineoffset(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"baselineOffset"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"baselineOffset"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.baselineOffset(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)"},"metadata":{"title":"baselineOffset(_:)","externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"baselineOffset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"iOS","beta":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"16.0","unavailable":false},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/baselineoffset(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/baselineOffset(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/baselineoffset(_:)","abstract":[],"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.baselineOffset(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"baselineOffset","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"baselineOffset","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"name":"tvOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}],"symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"baselineOffset(_:)"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/baselineoffset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/baselineOffset(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/baselineoffset(_:)","role":"symbol","title":"baselineOffset(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/blendmode(_:).json b/docs/data/documentation/ouds/oudsthemeableview/blendmode(_:).json index c88bf40c9..47deccf32 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/blendmode(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/blendmode(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.blendMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9BlendModeO","kind":"typeIdentifier","text":"BlendMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false}],"title":"blendMode(_:)","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"blendMode"},{"text":": ","kind":"text"},{"text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/blendmode(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/blendMode(_:)":{"title":"blendMode(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/blendmode(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.blendMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","title":"blendMode(_:)","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9BlendModeO","text":"BlendMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/blendmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"blendMode"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"blendMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9BlendModeO","text":"BlendMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/blendMode(_:)":{"abstract":[],"type":"topic","title":"blendMode(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"blendMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"BlendMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/blendmode(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/blur(radius:opaque:).json b/docs/data/documentation/ouds/oudsthemeableview/blur(radius:opaque:).json index 6ea2fb634..1a881099e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/blur(radius:opaque:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/blur(radius:opaque:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"text":"radius","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"blur(radius:opaque:)","externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"beta":false,"introducedAt":"10.15","unavailable":false,"name":"macOS","deprecated":false},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/blur(radius:opaque:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blur(radius:opaque:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = false) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/blur(radius:opaque:)":{"abstract":[],"kind":"symbol","title":"blur(radius:opaque:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/blur(radius:opaque:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"kind":"text","text":"("},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"text":"radius","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blur(radius:opaque:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"blur(radius:opaque:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"blur","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS"},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/blur(radius:opaque:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/blur(radius:opaque:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/blur(radius:opaque:)","type":"topic","abstract":[],"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/body.json b/docs/data/documentation/ouds/oudsthemeableview/body.json index 38f6be839..319390989 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/body.json +++ b/docs/data/documentation/ouds/oudsthemeableview/body.json @@ -1 +1 @@ -{"sections":[],"metadata":{"externalID":"s:4OUDS17OUDSThemeableViewV4bodyQrvp","roleHeading":"Instance Property","symbolKind":"property","title":"body","modules":[{"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"body","kind":"identifier"},{"kind":"text","text":": "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/body"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.body","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/body":{"kind":"symbol","abstract":[],"type":"topic","title":"body","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"body"},{"text":": ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/body"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.body","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"symbolKind":"property","role":"symbol","title":"body","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"text":": ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS"}],"externalID":"s:4OUDS17OUDSThemeableViewV4bodyQrvp","roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"kind":"text","text":": "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/body"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/body":{"kind":"symbol","title":"body","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/body","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/body"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/bold(_:).json b/docs/data/documentation/ouds/oudsthemeableview/bold(_:).json index dd2fc7b4e..3e9192faa 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/bold(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/bold(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.bold(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"bold","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false,"name":"iOS"},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false}],"title":"bold(_:)","role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/bold(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/bold(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"bold"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/bold(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/bold(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"bold","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.bold(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"bold(_:)","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"9.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/bold(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"bold","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/bold(_:)","title":"bold(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/border(_:width:).json b/docs/data/documentation/ouds/oudsthemeableview/border(_:width:).json index 83d2c3bc8..1b19f1f0b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/border(_:width:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/border(_:width:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)"},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"border(_:width:)","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"10.15","deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"name":"watchOS","introducedAt":"6.0","beta":false,"unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"border","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"content","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":" = 1) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/border(_:width:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.border(_:width:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/border(_:width:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"border"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"border(_:width:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/border(_:width:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/border(_:width:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"border","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"content","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.border(_:width:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"border(_:width:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"border","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/border(_:width:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/border(_:width:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)","kind":"symbol","type":"topic","title":"border(_:width:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/brightness(_:).json b/docs/data/documentation/ouds/oudsthemeableview/brightness(_:).json index 071344212..4633d76f0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/brightness(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/brightness(_:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"brightness","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","title":"brightness(_:)","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.brightness(_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/brightness(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"amount","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/brightness(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"title":"brightness(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/brightness(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"brightness","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"brightness(_:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false}]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.brightness(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"brightness","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"amount","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/brightness(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/brightness(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"brightness","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","title":"brightness(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/brightness(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/buttonbordershape(_:).json b/docs/data/documentation/ouds/oudsthemeableview/buttonbordershape(_:).json index 6a9bcf722..10d711600 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/buttonbordershape(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/buttonbordershape(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonbordershape(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonBorderShape","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"buttonBorderShape(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonBorderShape","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ButtonBorderShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonBorderShape(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonBorderShape(_:)":{"kind":"symbol","title":"buttonBorderShape(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/buttonbordershape(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ButtonBorderShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.buttonBorderShape(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0"},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false},{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0","beta":false}],"title":"buttonBorderShape(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonbordershape(_:)"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonBorderShape(_:)":{"title":"buttonBorderShape(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonbordershape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/buttonrepeatbehavior(_:).json b/docs/data/documentation/ouds/oudsthemeableview/buttonrepeatbehavior(_:).json index 2491ff616..2de70684d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/buttonrepeatbehavior(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/buttonrepeatbehavior(_:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0","deprecated":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"10.0","unavailable":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"ButtonRepeatBehavior","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"buttonRepeatBehavior(_:)","externalID":"s:7SwiftUI4ViewPAAE20buttonRepeatBehavioryQrAA06ButtoneF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonRepeatBehavior"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"text":": ","kind":"text"},{"text":"ButtonRepeatBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonRepeatBehavior(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonrepeatbehavior(_:)"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonRepeatBehavior(_:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonrepeatbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ButtonRepeatBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)","type":"topic","title":"buttonRepeatBehavior(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonrepeatbehavior(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)"},"metadata":{"title":"buttonRepeatBehavior(_:)","externalID":"s:7SwiftUI4ViewPAAE20buttonRepeatBehavioryQrAA06ButtoneF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"17.0"},{"deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false,"name":"macOS"},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"beta":false,"introducedAt":"10.0","unavailable":false,"name":"watchOS","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ButtonRepeatBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","text":"ButtonRepeatBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.buttonRepeatBehavior(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonRepeatBehavior(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonrepeatbehavior(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"ButtonRepeatBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"buttonRepeatBehavior(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-6s3xi.json b/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-6s3xi.json index a2bc47585..e7b3bd3fe 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-6s3xi.json +++ b/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-6s3xi.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ButtonStyle","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-6s3xi"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"name":"tvOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}],"title":"buttonStyle(_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-6s3xi":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi","title":"buttonStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-6s3xi","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"platforms":[{"introducedAt":"13.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"symbolKind":"method","role":"symbol","title":"buttonStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"buttonStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ButtonStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.buttonStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-6s3xi"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-6s3xi":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-6s3xi","kind":"symbol","role":"symbol","title":"buttonStyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-7q71.json b/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-7q71.json index 6d49a71be..b20138c92 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-7q71.json +++ b/docs/data/documentation/ouds/oudsthemeableview/buttonstyle(_:)-7q71.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"text":".","type":"text"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false}],"title":"buttonStyle(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-7q71"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PrimitiveButtonStyle","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-7q71":{"url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-7q71","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","kind":"symbol","abstract":[],"title":"buttonStyle(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"buttonStyle(_:)","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PrimitiveButtonStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-7q71"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-7q71":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-7q71","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"buttonStyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/clipped(antialiased:).json b/docs/data/documentation/ouds/oudsthemeableview/clipped(antialiased:).json index 551a826fd..8b23431d3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/clipped(antialiased:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/clipped(antialiased:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/clipped(antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.clipped(antialiased:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"text":"(","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"clipped(antialiased:)","externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"beta":false,"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"text":"(","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = false) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipped(antialiased:)":{"kind":"symbol","title":"clipped(antialiased:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/clipped(antialiased:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"clipped","kind":"identifier"},{"kind":"text","text":"("},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"clipped","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"antialiased"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"13.0","unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"clipped(antialiased:)"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = false) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/clipped(antialiased:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipped(antialiased:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipped(antialiased:)":{"kind":"symbol","title":"clipped(antialiased:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"clipped","kind":"identifier"},{"kind":"text","text":"("},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/clipped(antialiased:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/clipshape(_:style:).json b/docs/data/documentation/ouds/oudsthemeableview/clipshape(_:style:).json index 7fce86838..b4192ec51 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/clipshape(_:style:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/clipshape(_:style:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","title":"clipShape(_:style:)","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"clipShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"style","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipShape(_:style:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"clipShape","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"text":" = FillStyle()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/clipshape(_:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipShape(_:style:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)","title":"clipShape(_:style:)","url":"\/documentation\/ouds\/oudsthemeableview\/clipshape(_:style:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"style","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.clipShape(_:style:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/clipshape(_:style:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"clipShape","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI5ShapeP","kind":"typeIdentifier","text":"Shape"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS"},{"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"6.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"clipShape"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"style","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","role":"symbol","title":"clipShape(_:style:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipShape(_:style:)":{"kind":"symbol","abstract":[],"role":"symbol","title":"clipShape(_:style:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/clipshape(_:style:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/coloreffect(_:isenabled:).json b/docs/data/documentation/ouds/oudsthemeableview/coloreffect(_:isenabled:).json index ed0e7d5b3..6c36618f3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/coloreffect(_:isenabled:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/coloreffect(_:isenabled:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)"},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11colorEffect_9isEnabledQrAA6ShaderV_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false,"name":"macOS"},{"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier","text":"Shader"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"colorEffect(_:isEnabled:)","symbolKind":"method","roleHeading":"Instance Method","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/coloreffect(_:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.colorEffect(_:isEnabled:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorEffect"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"shader","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorEffect(_:isEnabled:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorEffect"},{"kind":"text","text":"("},{"text":"Shader","preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)","url":"\/documentation\/ouds\/oudsthemeableview\/coloreffect(_:isenabled:)","role":"symbol","title":"colorEffect(_:isEnabled:)","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/coloreffect(_:isenabled:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11colorEffect_9isEnabledQrAA6ShaderV_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0"}],"roleHeading":"Instance Method","title":"colorEffect(_:isEnabled:)","symbolKind":"method"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"shader","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.colorEffect(_:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorEffect(_:isEnabled:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/coloreffect(_:isenabled:)","role":"symbol","title":"colorEffect(_:isEnabled:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/colorinvert().json b/docs/data/documentation/ouds/oudsthemeableview/colorinvert().json index 12120b293..62fffe7fc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/colorinvert().json +++ b/docs/data/documentation/ouds/oudsthemeableview/colorinvert().json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"10.15"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE11colorInvertQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"colorInvert()"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.colorInvert()","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/colorinvert()"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorInvert()":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/colorinvert()","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()","kind":"symbol","title":"colorInvert()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.colorInvert()","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/colorinvert()"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorInvert"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false},{"introducedAt":"13.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"6.0","beta":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"colorInvert()","externalID":"s:7SwiftUI4ViewPAAE11colorInvertQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorInvert()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()","url":"\/documentation\/ouds\/oudsthemeableview\/colorinvert()","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"colorInvert()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/colormultiply(_:).json b/docs/data/documentation/ouds/oudsthemeableview/colormultiply(_:).json index 4fa876ea9..50d164d73 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/colormultiply(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/colormultiply(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorMultiply(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"color","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/colormultiply(_:)"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"10.15","deprecated":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"colorMultiply(_:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorMultiply"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorMultiply(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)","kind":"symbol","role":"symbol","title":"colorMultiply(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/colormultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.colorMultiply(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorMultiply","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"color"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"colorMultiply(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/colormultiply(_:)"]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorMultiply(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/colormultiply(_:)","title":"colorMultiply(_:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/colorscheme(_:).json b/docs/data/documentation/ouds/oudsthemeableview/colorscheme(_:).json index 3e1b7efb7..002f2b53c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/colorscheme(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/colorscheme(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/colorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorScheme"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"colorScheme","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"colorScheme(_:)","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","deprecated":false,"renamed":"preferredColorScheme(_:)","name":"iOS","unavailable":false},{"deprecated":false,"renamed":"preferredColorScheme(_:)","beta":false,"deprecatedAt":"100000.0","introducedAt":"10.15","name":"macOS","unavailable":false},{"deprecatedAt":"100000.0","beta":false,"renamed":"preferredColorScheme(_:)","deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","introducedAt":"6.0","beta":false},{"deprecated":false,"unavailable":false,"name":"visionOS","renamed":"preferredColorScheme(_:)","deprecatedAt":"100000.0","beta":false,"introducedAt":"1.0"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorScheme(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorScheme(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/colorscheme(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)","kind":"symbol","abstract":[],"deprecated":true,"title":"colorScheme(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"colorScheme","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"platforms":[{"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false,"renamed":"preferredColorScheme(_:)"},{"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false,"renamed":"preferredColorScheme(_:)","deprecatedAt":"100000.0","unavailable":false},{"renamed":"preferredColorScheme(_:)","unavailable":false,"introducedAt":"13.0","deprecatedAt":"100000.0","beta":false,"name":"tvOS","deprecated":false},{"unavailable":false,"renamed":"preferredColorScheme(_:)","name":"watchOS","introducedAt":"6.0","beta":false,"deprecatedAt":"100000.0","deprecated":false},{"introducedAt":"1.0","deprecated":false,"renamed":"preferredColorScheme(_:)","deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"visionOS"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorScheme"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"colorScheme(_:)","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/colorscheme(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.colorScheme(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorScheme(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/colorscheme(_:)","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"colorScheme(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/compositinggroup().json b/docs/data/documentation/ouds/oudsthemeableview/compositinggroup().json index bfac2231b..4af3962fd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/compositinggroup().json +++ b/docs/data/documentation/ouds/oudsthemeableview/compositinggroup().json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/compositinggroup()"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.compositingGroup()","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"compositingGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"compositingGroup()","role":"symbol","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15"},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false,"unavailable":false},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/compositingGroup()":{"kind":"symbol","title":"compositingGroup()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","url":"\/documentation\/ouds\/oudsthemeableview\/compositinggroup()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"compositingGroup"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.compositingGroup()"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"compositingGroup"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"compositingGroup()","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"compositingGroup"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/compositinggroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/compositingGroup()":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"compositingGroup","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/compositinggroup()","title":"compositingGroup()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk.json index 9f0655020..6ca36becf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"unavailable":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk":{"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"12.0","name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","symbolKind":"method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h.json index d2d741feb..6427b7de1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h":{"abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false},{"introducedAt":"8.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h","type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp.json index 85df4d225..db0de5ebf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"text":".","type":"text"}],"metadata":{"platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"8.0"}],"role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp":{"abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false,"name":"macOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"symbolKind":"method","role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw.json index 19c3ff332..3692b440a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"15.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw","kind":"symbol","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc.json index e2ea98ff9..3d5994e32 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc"},"metadata":{"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc","kind":"symbol","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt.json index 0d2da30c9..48df4c77b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt":{"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya.json index 467ec95ed..aebd2dd59 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"12.0"},{"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya","kind":"symbol","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","role":"symbol","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0","unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei.json index fbfa94ee2..81303c92d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"15.0","unavailable":false},{"unavailable":false,"introducedAt":"12.0","beta":false,"name":"macOS","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei","role":"symbol","type":"topic","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"beta":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei":{"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2.json index 2cad8c3c7..12e8aa892 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"metadata":{"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0","unavailable":false},{"deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2","abstract":[],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"},{"introducedAt":"15.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj.json index c25fabbb9..52a8ace5f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"text":".","type":"text"}],"metadata":{"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false,"deprecated":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj":{"type":"topic","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz.json index 3f6cb045a..e6e77f423 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0","deprecated":false},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"8.0","deprecated":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz"},"sections":[],"metadata":{"role":"symbol","symbolKind":"method","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"name":"macOS","beta":false},{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"tvOS","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g.json b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g.json index 32c8bfa88..32369dce6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g.json +++ b/docs/data/documentation/ouds/oudsthemeableview/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":" = .automatic, "},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g":{"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g"},"metadata":{"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"15.0"},{"beta":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","deprecated":false}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":" = .automatic, "},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g","role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/containerbackground(_:for:).json b/docs/data/documentation/ouds/oudsthemeableview/containerbackground(_:for:).json index 14dc18ba5..aa582e966 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/containerbackground(_:for:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/containerbackground(_:for:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerBackground(_:for:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"container","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/containerbackground(_:for:)"]}],"sections":[],"metadata":{"title":"containerBackground(_:for:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"14.0","beta":false,"name":"macOS","deprecated":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0"},{"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false}],"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19containerBackground_3forQrqd___AA09ContainerE9PlacementVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(_:for:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(_:for:)","kind":"symbol","title":"containerBackground(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)","type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE19containerBackground_3forQrqd___AA09ContainerE9PlacementVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"containerBackground(_:for:)","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS"}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.containerBackground(_:for:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"container"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","text":"ContainerBackgroundPlacement","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/containerbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(_:for:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"containerBackground(_:for:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/containerbackground(for:alignment:content:).json b/docs/data/documentation/ouds/oudsthemeableview/containerbackground(for:alignment:content:).json index 5de6a7a25..2be62e10c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/containerbackground(for:alignment:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/containerbackground(for:alignment:content:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE19containerBackground3for9alignment7contentQrAA09ContainerE9PlacementV_AA9AlignmentVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI","title":"containerBackground(for:alignment:content:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"17.0"},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"introducedAt":"17.0","beta":false,"deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"container","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.containerBackground(for:alignment:content:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/containerbackground(for:alignment:content:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(for:alignment:content:)":{"kind":"symbol","title":"containerBackground(for:alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(for:alignment:content:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/containerbackground(for:alignment:content:)"]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"container","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerBackground(for:alignment:content:)"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier","text":"ContainerBackgroundPlacement"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0"},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false}],"title":"containerBackground(for:alignment:content:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19containerBackground3for9alignment7contentQrAA09ContainerE9PlacementV_AA9AlignmentVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(for:alignment:content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(for:alignment:content:)","kind":"symbol","title":"containerBackground(for:alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier","text":"ContainerBackgroundPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:).json b/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:).json index 6099776f3..79a59fc38 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerRelativeFrame(_:alignment:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"axes"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier","text":"Set"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignmentQrAA4AxisO3SetV_AA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0"},{"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0"},{"deprecated":false,"beta":false,"introducedAt":"10.0","unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","title":"containerRelativeFrame(_:alignment:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","role":"symbol","title":"containerRelativeFrame(_:alignment:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerRelativeFrame(_:alignment:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"containerRelativeFrame(_:alignment:)","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignmentQrAA4AxisO3SetV_AA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"introducedAt":"14.0","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"17.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:)","type":"topic","title":"containerRelativeFrame(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:_:).json b/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:_:).json index ba498cbed..5140b86d0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:alignment:_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignment_QrAA4AxisO3SetV_AA9AlignmentV14CoreFoundation7CGFloatVAN_AGtctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"},{"deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.0"}],"title":"containerRelativeFrame(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.containerRelativeFrame(_:alignment:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":" = .center, "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:_:)":{"abstract":[],"kind":"symbol","title":"containerRelativeFrame(_:alignment:_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerRelativeFrame(_:alignment:_:)"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"containerRelativeFrame(_:alignment:_:)","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignment_QrAA4AxisO3SetV_AA9AlignmentV14CoreFoundation7CGFloatVAN_AGtctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"axes","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":" = .center, ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":", ("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"containerRelativeFrame(_:alignment:_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:count:span:spacing:alignment:).json b/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:count:span:spacing:alignment:).json index 2b8326703..1cb1c360b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:count:span:spacing:alignment:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/containerrelativeframe(_:count:span:spacing:alignment:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:count:span:spacing:alignment:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerRelativeFrame(_:count:span:spacing:alignment:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_5count4span7spacing9alignmentQrAA4AxisO3SetV_S2i14CoreFoundation7CGFloatVAA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"containerRelativeFrame(_:count:span:spacing:alignment:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"name":"tvOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"axes"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"kind":"text","text":", "},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":" = 1, ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:count:span:spacing:alignment:)":{"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:count:span:spacing:alignment:)","title":"containerRelativeFrame(_:count:span:spacing:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:count:span:spacing:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier","text":"Set"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"span"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":" = 1, ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","title":"containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"span"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"17.0","beta":false,"name":"iOS","unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"10.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_5count4span7spacing9alignmentQrAA4AxisO3SetV_S2i14CoreFoundation7CGFloatVAA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerRelativeFrame(_:count:span:spacing:alignment:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:count:span:spacing:alignment:)":{"title":"containerRelativeFrame(_:count:span:spacing:alignment:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:count:span:spacing:alignment:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/containershape(_:).json b/docs/data/documentation/ouds/oudsthemeableview/containershape(_:).json index 7862b69da..2e75907f6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/containershape(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/containershape(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/containershape(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"containerShape(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.containerShape(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15InsettableShapeP","text":"InsettableShape","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerShape(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/containershape(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)","title":"containerShape(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false,"name":"watchOS"}],"title":"containerShape(_:)","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/containershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"InsettableShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerShape(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerShape(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/containershape(_:)","title":"containerShape(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-81ljk.json b/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-81ljk.json index 994fb6069..1a3a02e0c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-81ljk.json +++ b/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-81ljk.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contentMargins(_:_:for:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-81ljk"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"text":"placement","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement","kind":"typeIdentifier"},{"text":" = .automatic) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"platforms":[{"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_AA0G6InsetsVAA22ContentMarginPlacementVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contentMargins(_:_:for:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-81ljk":{"title":"contentMargins(_:_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-81ljk","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contentMargins(_:_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":" = .all, "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"insets","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_AA0G6InsetsVAA22ContentMarginPlacementVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"contentMargins(_:_:for:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0","name":"tvOS"},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-81ljk"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-81ljk":{"abstract":[],"type":"topic","role":"symbol","title":"contentMargins(_:_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-81ljk","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-8213m.json b/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-8213m.json index 488666c18..cf54fcdfe 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-8213m.json +++ b/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:_:for:)-8213m.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contentMargins(_:_:for:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-8213m"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"text":"placement","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier","text":"ContentMarginPlacement"},{"kind":"text","text":" = .automatic) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgAA22ContentMarginPlacementVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"contentMargins(_:_:for:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","name":"iOS","deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"10.0","unavailable":false}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-8213m":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-8213m","title":"contentMargins(_:_:for:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-8213m"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":" = .all, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"kind":"text","text":" = .automatic) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0","unavailable":false}],"role":"symbol","extendedModule":"SwiftUI","title":"contentMargins(_:_:for:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgAA22ContentMarginPlacementVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contentMargins(_:_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-8213m":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","type":"topic","title":"contentMargins(_:_:for:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-8213m","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:for:).json b/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:for:).json index 0a01b4bca..901222cc1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:for:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contentmargins(_:for:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14contentMargins_3forQr14CoreFoundation7CGFloatV_AA22ContentMarginPlacementVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"contentMargins(_:for:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"17.0","deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentMargins"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"text":" = .automatic) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contentMargins(_:for:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:for:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:for:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contentMargins(_:for:)","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"placement"},{"kind":"text","text":": "},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":" = .automatic) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"contentMargins(_:for:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","beta":false,"unavailable":false},{"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14contentMargins_3forQr14CoreFoundation7CGFloatV_AA22ContentMarginPlacementVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:for:)"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contentMargins(_:for:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:for:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"title":"contentMargins(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:for:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:_:eofill:).json b/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:_:eofill:).json index 77b261b99..0ddaadba3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:_:eofill:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:_:eofill:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contentshape(_:_:eofill:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:_:eoFill:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0"},{"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","title":"contentShape(_:_:eoFill:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV","text":"ContentShapeKinds"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"kind","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = false) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP","text":"Shape"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:_:eoFill:)":{"kind":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:_:eofill:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)"},"sections":[],"metadata":{"platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0"},{"deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false,"name":"macOS"},{"introducedAt":"15.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"symbolKind":"method","role":"symbol","title":"contentShape(_:_:eoFill:)","externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:_:eoFill:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"kind","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = false) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contentshape(_:_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:_:eoFill:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:_:eofill:)","kind":"symbol","role":"symbol","title":"contentShape(_:_:eoFill:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:eofill:).json b/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:eofill:).json index 934847537..20fe0948c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:eofill:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contentshape(_:eofill:).json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ShapeP","kind":"typeIdentifier","text":"Shape"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contentshape(_:eofill:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false,"name":"macOS"},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"6.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","title":"contentShape(_:eoFill:)","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:eoFill:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:eoFill:)":{"kind":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:eofill:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"10.15"},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"contentShape(_:eoFill:)","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contentshape(_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:eoFill:)"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:eoFill:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:eofill:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","type":"topic","abstract":[],"role":"symbol","title":"contentShape(_:eoFill:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contenttransition(_:).json b/docs/data/documentation/ouds/oudsthemeableview/contenttransition(_:).json index 01615aa6a..cebbbab5a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contenttransition(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contenttransition(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transition"},{"kind":"text","text":": "},{"text":"ContentTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"16.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"9.0"}],"title":"contentTransition(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contenttransition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contentTransition(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentTransition(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contenttransition(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)","kind":"symbol","abstract":[],"title":"contentTransition(_:)"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contenttransition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transition"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"16.0"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"9.0","beta":false,"unavailable":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"contentTransition(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentTransition(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentTransition(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contenttransition(_:)","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)","type":"topic","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"text":"ContentTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(_:).json b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(_:).json index c426e232a..0c8c1b515 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contextMenu(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContextMenuV","text":"ContextMenu"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"text":">?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `contextMenu(menuItems:)` instead."}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContextMenu","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":">?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"message":"Use `contextMenu(menuItems:)` instead.","name":"iOS","beta":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0"},{"message":"Use `contextMenu(menuItems:)` instead.","name":"macOS","introducedAt":"10.15","beta":false,"deprecatedAt":"100000.0","deprecated":false,"unavailable":false},{"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false,"deprecatedAt":"7.0","deprecated":false},{"beta":false,"deprecatedAt":"100000.0","introducedAt":"1.0","message":"Use `contextMenu(menuItems:)` instead.","name":"visionOS","deprecated":false,"unavailable":false}],"title":"contextMenu(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","kind":"typeIdentifier","text":"ContextMenu"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":">?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(_:)","role":"symbol","type":"topic","title":"contextMenu(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(_:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","text":"ContextMenu","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":">?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contextMenu(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","beta":false,"deprecated":false,"message":"Use `contextMenu(menuItems:)` instead.","name":"iOS"},{"message":"Use `contextMenu(menuItems:)` instead.","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"10.15","beta":false,"deprecated":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"watchOS","deprecatedAt":"7.0","introducedAt":"6.0"},{"introducedAt":"1.0","unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","name":"visionOS","message":"Use `contextMenu(menuItems:)` instead.","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","text":"ContextMenu","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":">?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"contextMenu(_:)"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use `contextMenu(menuItems:)` instead.","type":"text"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","kind":"typeIdentifier","text":"ContextMenu"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":">?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)","title":"contextMenu(_:)","kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(forselectiontype:menu:primaryaction:).json b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(forselectiontype:menu:primaryaction:).json index 5f75b7818..055d7a8f2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(forselectiontype:menu:primaryaction:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(forselectiontype:menu:primaryaction:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(forSelectionType:menu:primaryAction:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(forselectiontype:menu:primaryaction:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"I"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"forSelectionType","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"itemType","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"text":".Type = I.self, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"menu"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":", ","kind":"text"},{"text":"primaryAction","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)"},"kind":"symbol","sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"}],"extendedModule":"SwiftUI","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"forSelectionType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"text":"menu","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"text":": ((","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(forSelectionType:menu:primaryAction:)":{"kind":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(forselectiontype:menu:primaryaction:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"forSelectionType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"text":".Type, ","kind":"text"},{"text":"menu","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"primaryAction"},{"text":": ((","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":" "},{"text":"itemType","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":".Type = I.self, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"menu","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"text":"primaryAction","kind":"externalParam"},{"kind":"text","text":": (("},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"I","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(forselectiontype:menu:primaryaction:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false},{"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false}],"title":"contextMenu(forSelectionType:menu:primaryAction:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"forSelectionType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"primaryAction","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(forSelectionType:menu:primaryAction:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"text":"I","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"menu"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"primaryAction"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"contextMenu(forSelectionType:menu:primaryAction:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(forselectiontype:menu:primaryaction:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:).json b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:).json index 270382768..a7497b684 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false},{"beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"deprecatedAt":"7.0","introducedAt":"6.0"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"contextMenu(menuItems:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contextMenu(menuItems:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)","kind":"symbol","abstract":[],"title":"contextMenu(menuItems:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"14.0"},{"introducedAt":"6.0","deprecatedAt":"7.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","title":"contextMenu(menuItems:)","roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:)":{"kind":"symbol","title":"contextMenu(menuItems:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:preview:).json b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:preview:).json index f4384c447..94c97de51 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:preview:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contextmenu(menuitems:preview:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","title":"contextMenu(menuItems:preview:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"beta":false,"introducedAt":"16.0","name":"iOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","beta":false},{"introducedAt":"16.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:preview:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:preview:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:preview:)":{"kind":"symbol","title":"contextMenu(menuItems:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:preview:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS","unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"contextMenu(menuItems:preview:)","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contextMenu(menuItems:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:preview:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"text":"P","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contextMenu(menuItems:preview:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:preview:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/contrast(_:).json b/docs/data/documentation/ouds/oudsthemeableview/contrast(_:).json index 36b7688c1..662a032c4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/contrast(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/contrast(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"amount","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"contrast(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contrast","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"beta":false,"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contrast(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contrast(_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contrast(_:)":{"kind":"symbol","title":"contrast(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contrast"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contrast(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","role":"symbol","title":"contrast(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contrast","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contrast(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contrast"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/contrast(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contrast(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contrast(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"contrast(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/controlgroupstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/controlgroupstyle(_:).json index a62b91a38..64c7d43e3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/controlgroupstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/controlgroupstyle(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlGroupStyle(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Method","title":"controlGroupStyle(_:)","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"controlGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/controlgroupstyle(_:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"controlGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP","text":"ControlGroupStyle"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlGroupStyle(_:)":{"title":"controlGroupStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/controlgroupstyle(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.controlGroupStyle(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/controlgroupstyle(_:)"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","title":"controlGroupStyle(_:)","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"controlGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ControlGroupStyle","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlGroupStyle(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/controlgroupstyle(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"controlGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"controlGroupStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/controlsize(_:).json b/docs/data/documentation/ouds/oudsthemeableview/controlsize(_:).json index 82cbc9fa6..1e2209dbe 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/controlsize(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/controlsize(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.controlSize(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"controlSize","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"introducedAt":"10.15","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false}],"title":"controlSize(_:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlSize","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ControlSizeO","kind":"typeIdentifier","text":"ControlSize"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlSize(_:)":{"kind":"symbol","title":"controlSize(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/controlsize(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlSize","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.controlSize(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"controlSize"},{"text":"(","kind":"text"},{"text":"ControlSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"10.15","unavailable":false,"deprecated":false},{"introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"controlSize","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"controlSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlSize(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/controlsize(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)","role":"symbol","abstract":[],"title":"controlSize(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(_:).json b/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(_:).json index 32eec4059..3a10489fb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","platforms":[{"beta":false,"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"iOS"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0","beta":false},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","text":"NamedCoordinateSpace","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"coordinateSpace(_:)","externalID":"s:7SwiftUI4ViewPAAE15coordinateSpaceyQrAA015NamedCoordinateE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.coordinateSpace(_:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/coordinatespace(_:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"text":"NamedCoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(_:)":{"kind":"symbol","title":"coordinateSpace(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","kind":"typeIdentifier","text":"NamedCoordinateSpace"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.coordinateSpace(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/coordinatespace(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"text":"NamedCoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15coordinateSpaceyQrAA015NamedCoordinateE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false,"name":"tvOS"},{"introducedAt":"10.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"coordinateSpace"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"NamedCoordinateSpace","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"coordinateSpace(_:)","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(_:)","title":"coordinateSpace(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"text":"(","kind":"text"},{"text":"NamedCoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(name:).json b/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(name:).json index e646b9a16..7a9741d6d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(name:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/coordinatespace(name:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.coordinateSpace(name:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use coordinateSpace(_:) instead"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/coordinatespace(name:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"name","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"deprecatedAt":"100000.0","beta":false,"message":"use coordinateSpace(_:) instead","introducedAt":"13.0"},{"message":"use coordinateSpace(_:) instead","deprecatedAt":"100000.0","beta":false,"introducedAt":"10.15","unavailable":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","beta":false,"introducedAt":"13.0","message":"use coordinateSpace(_:) instead","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0"},{"message":"use coordinateSpace(_:) instead","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","beta":false,"name":"watchOS","introducedAt":"6.0"},{"message":"use coordinateSpace(_:) instead","deprecatedAt":"100000.0","name":"visionOS","deprecated":false,"unavailable":false,"introducedAt":"1.0","beta":false}],"title":"coordinateSpace(name:)","externalID":"s:7SwiftUI4ViewPAAE15coordinateSpace4nameQrqd___tSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(name:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)","title":"coordinateSpace(name:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(name:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.coordinateSpace(name:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/coordinatespace(name:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"name"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"deprecationSummary":[{"inlineContent":[{"text":"use coordinateSpace(_:) instead","type":"text"}],"type":"paragraph"}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"coordinateSpace(name:)","symbolKind":"method","platforms":[{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","unavailable":false,"message":"use coordinateSpace(_:) instead","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","name":"macOS","message":"use coordinateSpace(_:) instead","unavailable":false,"introducedAt":"10.15"},{"message":"use coordinateSpace(_:) instead","deprecatedAt":"100000.0","name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"beta":false,"deprecatedAt":"100000.0","deprecated":false,"introducedAt":"6.0","message":"use coordinateSpace(_:) instead","unavailable":false,"name":"watchOS"},{"beta":false,"message":"use coordinateSpace(_:) instead","introducedAt":"1.0","name":"visionOS","unavailable":false,"deprecatedAt":"100000.0","deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"name","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE15coordinateSpace4nameQrqd___tSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(name:)":{"kind":"symbol","title":"coordinateSpace(name:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(name:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"coordinateSpace"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/copyable(_:).json b/docs/data/documentation/ouds/oudsthemeableview/copyable(_:).json index 4ce907d1c..748d3f331 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/copyable(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/copyable(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)"},"sections":[],"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"copyable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"copyable(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"macOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/copyable(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.copyable(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"copyable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/copyable(_:)":{"kind":"symbol","title":"copyable(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/copyable(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"copyable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.copyable(_:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"copyable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"payload","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"attribute","text":"@autoclosure "},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/copyable(_:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"copyable(_:)","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"copyable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/copyable(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/copyable(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)","title":"copyable(_:)","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/cornerradius(_:antialiased:).json b/docs/data/documentation/ouds/oudsthemeableview/cornerradius(_:antialiased:).json index b17739086..64617d8ea 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/cornerradius(_:antialiased:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/cornerradius(_:antialiased:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"cornerRadius"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"13.0","beta":false,"name":"iOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"message":"Use `clipShape` or `fill` instead."},{"beta":false,"deprecated":false,"message":"Use `clipShape` or `fill` instead.","name":"macOS","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"10.15"},{"message":"Use `clipShape` or `fill` instead.","beta":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"deprecatedAt":"100000.0","name":"watchOS","introducedAt":"6.0","deprecated":false,"message":"Use `clipShape` or `fill` instead.","beta":false,"unavailable":false},{"message":"Use `clipShape` or `fill` instead.","unavailable":false,"deprecatedAt":"100000.0","beta":false,"deprecated":false,"introducedAt":"1.0","name":"visionOS"}],"extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"cornerRadius(_:antialiased:)","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/cornerradius(_:antialiased:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cornerRadius(_:antialiased:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"radius"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use `clipShape` or `fill` instead.","type":"text"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/cornerRadius(_:antialiased:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"cornerRadius"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)","title":"cornerRadius(_:antialiased:)","url":"\/documentation\/ouds\/oudsthemeableview\/cornerradius(_:antialiased:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"cornerRadius"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"radius","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"antialiased"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/cornerradius(_:antialiased:)"]}],"metadata":{"platforms":[{"unavailable":false,"deprecatedAt":"100000.0","beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"message":"Use `clipShape` or `fill` instead."},{"beta":false,"name":"macOS","deprecatedAt":"100000.0","message":"Use `clipShape` or `fill` instead.","unavailable":false,"introducedAt":"10.15","deprecated":false},{"deprecatedAt":"100000.0","name":"tvOS","message":"Use `clipShape` or `fill` instead.","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","deprecatedAt":"100000.0","message":"Use `clipShape` or `fill` instead."},{"deprecated":false,"deprecatedAt":"100000.0","message":"Use `clipShape` or `fill` instead.","introducedAt":"1.0","beta":false,"unavailable":false,"name":"visionOS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"cornerRadius(_:antialiased:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"cornerRadius","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use `clipShape` or `fill` instead.","type":"text"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.cornerRadius(_:antialiased:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/cornerRadius(_:antialiased:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/cornerradius(_:antialiased:)","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"cornerRadius","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"cornerRadius(_:antialiased:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/cuttable(for:action:).json b/docs/data/documentation/ouds/oudsthemeableview/cuttable(for:action:).json index c406f43ce..4bc829d79 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/cuttable(for:action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/cuttable(for:action:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/cuttable(for:action:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"cuttable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"text":"payloadType","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type = T.self, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"cuttable(for:action:)","externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"deprecated":false,"name":"macOS","introducedAt":"13.0","beta":false,"unavailable":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.cuttable(for:action:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/cuttable(for:action:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/cuttable(for:action:)","title":"cuttable(for:action:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","title":"cuttable(for:action:)","externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS"}],"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"cuttable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"cuttable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":".Type = T.self, ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cuttable(for:action:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/cuttable(for:action:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/cuttable(for:action:)":{"title":"cuttable(for:action:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/cuttable(for:action:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/datepickerstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/datepickerstyle(_:).json index 9a0fc3a82..7727e27b9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/datepickerstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/datepickerstyle(_:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","extendedModule":"SwiftUI","title":"datePickerStyle(_:)","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"10.15"},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"10.0","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/datepickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"datePickerStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DatePickerStyleP","text":"DatePickerStyle"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.datePickerStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/datePickerStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/datepickerstyle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","title":"datePickerStyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"10.15"},{"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI","title":"datePickerStyle(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.datePickerStyle(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DatePickerStyleP","text":"DatePickerStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/datepickerstyle(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/datePickerStyle(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/datepickerstyle(_:)","abstract":[],"role":"symbol","title":"datePickerStyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/defaultappstorage(_:).json b/docs/data/documentation/ouds/oudsthemeableview/defaultappstorage(_:).json index 18ef0e740..1f842d542 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/defaultappstorage(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/defaultappstorage(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"store"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults","text":"UserDefaults"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"11.0"},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"name":"watchOS","deprecated":false,"introducedAt":"7.0","beta":false,"unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"defaultAppStorage(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSUserDefaults","text":"UserDefaults","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/defaultappstorage(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.defaultAppStorage(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultAppStorage(_:)":{"kind":"symbol","title":"defaultAppStorage(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultAppStorage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UserDefaults","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultappstorage(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/defaultappstorage(_:)"]}],"metadata":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultAppStorage","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:objc(cs)NSUserDefaults","kind":"typeIdentifier","text":"UserDefaults"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.defaultAppStorage(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultAppStorage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"store","kind":"internalParam"},{"kind":"text","text":": "},{"text":"UserDefaults","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultAppStorage(_:)":{"title":"defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultappstorage(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultAppStorage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/defaultfocus(_:_:priority:).json b/docs/data/documentation/ouds/oudsthemeableview/defaultfocus(_:_:priority:).json index 9946c669c..4b9159dce 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/defaultfocus(_:_:priority:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/defaultfocus(_:_:priority:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/defaultfocus(_:_:priority:)"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.defaultFocus(_:_:priority:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultFocus"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority"},{"text":" = .automatic) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultFocus"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS","unavailable":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"defaultFocus(_:_:priority:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultFocus(_:_:priority:)":{"abstract":[],"kind":"symbol","title":"defaultFocus(_:_:priority:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultfocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"defaultFocus","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/defaultfocus(_:_:priority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"9.0","name":"watchOS"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"defaultFocus(_:_:priority:)","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"defaultFocus","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultFocus","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"binding"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"text":"DefaultFocusEvaluationPriority","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"text":" = .automatic) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.defaultFocus(_:_:priority:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultFocus(_:_:priority:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/defaultfocus(_:_:priority:)","type":"topic","title":"defaultFocus(_:_:priority:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultFocus","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/defaultscrollanchor(_:).json b/docs/data/documentation/ouds/oudsthemeableview/defaultscrollanchor(_:).json index 38a30fffb..d0ebb6489 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/defaultscrollanchor(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/defaultscrollanchor(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)"},"metadata":{"title":"defaultScrollAnchor(_:)","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"introducedAt":"10.0","beta":false,"name":"watchOS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultScrollAnchor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE19defaultScrollAnchoryQrAA9UnitPointVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultScrollAnchor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/defaultscrollanchor(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultScrollAnchor(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultScrollAnchor(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"defaultScrollAnchor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/defaultscrollanchor(_:)","role":"symbol","type":"topic","title":"defaultScrollAnchor(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/defaultscrollanchor(_:)"]}],"metadata":{"role":"symbol","title":"defaultScrollAnchor(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0","deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19defaultScrollAnchoryQrAA9UnitPointVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultScrollAnchor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultScrollAnchor(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"defaultScrollAnchor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"anchor","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultScrollAnchor(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)","kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultscrollanchor(_:)","abstract":[],"title":"defaultScrollAnchor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultScrollAnchor"},{"kind":"text","text":"("},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/deletedisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/deletedisabled(_:).json index a220a1249..58025d995 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/deletedisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/deletedisabled(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.deleteDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS"},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","title":"deleteDisabled(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/deletedisabled(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/deleteDisabled(_:)":{"kind":"symbol","title":"deleteDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/deletedisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/deletedisabled(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.deleteDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"deleteDisabled","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"deleteDisabled(_:)","extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"deleteDisabled"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/deleteDisabled(_:)":{"role":"symbol","type":"topic","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/deletedisabled(_:)","title":"deleteDisabled(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dialogicon(_:).json b/docs/data/documentation/ouds/oudsthemeableview/dialogicon(_:).json index 2fe7299c6..b2d836fc6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dialogicon(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/dialogicon(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dialogIcon(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogicon(_:)"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"dialogIcon(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogIcon"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"macOS"},{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10dialogIconyQrAA5ImageVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogIcon","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"icon"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogIcon(_:)":{"title":"dialogIcon(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogIcon"},{"text":"(","kind":"text"},{"text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/dialogicon(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogicon(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.dialogIcon(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10dialogIconyQrAA5ImageVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogIcon","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"17.0"},{"introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"dialogIcon(_:)","roleHeading":"Instance Method","symbolKind":"method"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogIcon"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"icon"},{"text":": ","kind":"text"},{"text":"Image","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogIcon(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/dialogicon(_:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogIcon","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)","title":"dialogIcon(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dialogseverity(_:).json b/docs/data/documentation/ouds/oudsthemeableview/dialogseverity(_:).json index 969316f78..20b8c956d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dialogseverity(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/dialogseverity(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSeverity","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"severity","kind":"internalParam"},{"kind":"text","text":": "},{"text":"DialogSeverity","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14DialogSeverityV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"dialogSeverity(_:)","externalID":"s:7SwiftUI4ViewPAAE14dialogSeverityyQrAA06DialogE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS"},{"beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSeverity(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogseverity(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSeverity(_:)":{"kind":"symbol","title":"dialogSeverity(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogseverity(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"DialogSeverity","preciseIdentifier":"s:7SwiftUI14DialogSeverityV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogseverity(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"dialogSeverity(_:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS"},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14dialogSeverityyQrAA06DialogE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSeverity(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"severity","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSeverity(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/dialogseverity(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)","abstract":[],"title":"dialogSeverity(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-1v9w5.json b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-1v9w5.json index 0b0bceb6e..0d5dc6ee5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-1v9w5.json +++ b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-1v9w5.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","title":"dialogSuppressionToggle(_:isSuppressed:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"17.0"},{"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0"},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrqd___AA7BindingVySbGtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.dialogSuppressionToggle(_:isSuppressed:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-1v9w5"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-1v9w5":{"kind":"symbol","title":"dialogSuppressionToggle(_:isSuppressed:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-1v9w5","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"10.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","title":"dialogSuppressionToggle(_:isSuppressed:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrqd___AA7BindingVySbGtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSuppressionToggle(_:isSuppressed:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-1v9w5"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-1v9w5":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-1v9w5","title":"dialogSuppressionToggle(_:isSuppressed:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-2fci2.json b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-2fci2.json index f56ce934f..cd419a038 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-2fci2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-2fci2.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"dialogSuppressionToggle(_:isSuppressed:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA4TextV_AA7BindingVySbGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"},{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"10.0","beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dialogSuppressionToggle(_:isSuppressed:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-2fci2"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-2fci2":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2","title":"dialogSuppressionToggle(_:isSuppressed:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-2fci2","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSuppressionToggle(_:isSuppressed:)"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"dialogSuppressionToggle(_:isSuppressed:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA4TextV_AA7BindingVySbGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"},{"introducedAt":"17.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-2fci2"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-2fci2":{"url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-2fci2","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2","type":"topic","title":"dialogSuppressionToggle(_:isSuppressed:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-60ppj.json b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-60ppj.json index ca7ea1471..9523862b3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-60ppj.json +++ b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(_:issuppressed:)-60ppj.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dialogSuppressionToggle(_:isSuppressed:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"dialogSuppressionToggle(_:isSuppressed:)","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"17.0"},{"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA18LocalizedStringKeyV_AA7BindingVySbGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-60ppj"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-60ppj":{"abstract":[],"title":"dialogSuppressionToggle(_:isSuppressed:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-60ppj","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.dialogSuppressionToggle(_:isSuppressed:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"dialogSuppressionToggle(_:isSuppressed:)","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"10.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA18LocalizedStringKeyV_AA7BindingVySbGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-60ppj"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-60ppj":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-60ppj","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"dialogSuppressionToggle(_:isSuppressed:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(issuppressed:).json b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(issuppressed:).json index 8ffad607b..9ac653c57 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(issuppressed:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/dialogsuppressiontoggle(issuppressed:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.dialogSuppressionToggle(isSuppressed:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(issuppressed:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle12isSuppressedQrAA7BindingVySbG_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"17.0","beta":false,"deprecated":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"10.0","unavailable":false}],"title":"dialogSuppressionToggle(isSuppressed:)","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(isSuppressed:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(issuppressed:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"dialogSuppressionToggle(isSuppressed:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSuppressionToggle(isSuppressed:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"dialogSuppressionToggle(isSuppressed:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"10.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle12isSuppressedQrAA7BindingVySbG_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(issuppressed:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(isSuppressed:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(issuppressed:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"dialogSuppressionToggle(isSuppressed:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/disableautocorrection(_:).json b/docs/data/documentation/ouds/oudsthemeableview/disableautocorrection(_:).json index 54bd86aaa..66144012f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/disableautocorrection(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/disableautocorrection(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.disableAutocorrection(_:)"},{"text":".","type":"text"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"disableAutocorrection","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"disableAutocorrection(_:)","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"renamed":"autocorrectionDisabled(_:)","introducedAt":"10.15","name":"macOS","deprecatedAt":"100000.0"},{"deprecated":false,"renamed":"autocorrectionDisabled(_:)","deprecatedAt":"100000.0","introducedAt":"13.0","beta":false,"unavailable":false,"name":"tvOS"},{"beta":false,"name":"watchOS","introducedAt":"8.0","deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","unavailable":false,"deprecated":false},{"name":"visionOS","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"1.0","unavailable":false,"deprecatedAt":"100000.0","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"disableAutocorrection","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/disableautocorrection(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disableAutocorrection(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disableAutocorrection","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/disableautocorrection(_:)","role":"symbol","type":"topic","title":"disableAutocorrection(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"disableAutocorrection","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.disableAutocorrection(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/disableautocorrection(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"renamed":"autocorrectionDisabled(_:)","deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"10.15","renamed":"autocorrectionDisabled(_:)"},{"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"renamed":"autocorrectionDisabled(_:)","deprecated":false,"deprecatedAt":"100000.0"},{"unavailable":false,"deprecated":false,"name":"watchOS","renamed":"autocorrectionDisabled(_:)","deprecatedAt":"100000.0","introducedAt":"8.0","beta":false},{"introducedAt":"1.0","name":"visionOS","beta":false,"renamed":"autocorrectionDisabled(_:)","deprecatedAt":"100000.0","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disableAutocorrection"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"disableAutocorrection(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disableAutocorrection(_:)":{"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/disableautocorrection(_:)","type":"topic","title":"disableAutocorrection(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"disableAutocorrection","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/disabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/disabled(_:).json index 20178af7d..5ad54975c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/disabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/disabled(_:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"disabled(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0","beta":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/disabled(_:)"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.disabled(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"disabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/disabled(_:)":{"kind":"symbol","title":"disabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/disabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.disabled(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/disabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"13.0","beta":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"disabled(_:)","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disabled(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"disabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/disabled(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/disclosuregroupstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/disclosuregroupstyle(_:).json index bfb7777f7..29747aaaa 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/disclosuregroupstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/disclosuregroupstyle(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.disclosureGroupStyle(_:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"disclosureGroupStyle(_:)","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"disclosureGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","roleHeading":"Instance Method"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"disclosureGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP","text":"DisclosureGroupStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/disclosuregroupstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disclosureGroupStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)","title":"disclosureGroupStyle(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disclosureGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/disclosuregroupstyle(_:)"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/disclosuregroupstyle(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP","kind":"typeIdentifier","text":"DisclosureGroupStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false}],"title":"disclosureGroupStyle(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.disclosureGroupStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disclosureGroupStyle(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)","type":"topic","title":"disclosureGroupStyle(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/disclosuregroupstyle(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"disclosureGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/distortioneffect(_:maxsampleoffset:isenabled:).json b/docs/data/documentation/ouds/oudsthemeableview/distortioneffect(_:maxsampleoffset:isenabled:).json index 1ec45f86f..05b02372b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/distortioneffect(_:maxsampleoffset:isenabled:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/distortioneffect(_:maxsampleoffset:isenabled:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"distortionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shader"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"kind":"text","text":", "},{"text":"maxSampleOffset","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.distortionEffect(_:maxSampleOffset:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/distortioneffect(_:maxsampleoffset:isenabled:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE16distortionEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"distortionEffect(_:maxSampleOffset:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"distortionEffect"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false,"name":"tvOS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/distortionEffect(_:maxSampleOffset:isEnabled:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/distortioneffect(_:maxsampleoffset:isenabled:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"distortionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)","kind":"symbol","abstract":[],"title":"distortionEffect(_:maxSampleOffset:isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.distortionEffect(_:maxSampleOffset:isEnabled:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16distortionEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"distortionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"maxSampleOffset","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false}]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"distortionEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shader"},{"text":": ","kind":"text"},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"kind":"text","text":": "},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/distortioneffect(_:maxsampleoffset:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/distortionEffect(_:maxSampleOffset:isEnabled:)":{"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/distortioneffect(_:maxsampleoffset:isenabled:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"distortionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/draggable(_:).json b/docs/data/documentation/ouds/oudsthemeableview/draggable(_:).json index 436569908..4130ad2ef 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/draggable(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/draggable(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"draggable(_:)","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","deprecated":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.draggable(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/draggable(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:)","title":"draggable(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"title":"draggable(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payload","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/draggable(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:)":{"title":"draggable(_:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/draggable(_:preview:).json b/docs/data/documentation/ouds/oudsthemeableview/draggable(_:preview:).json index d7555f7fc..20f39b3ce 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/draggable(_:preview:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/draggable(_:preview:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false},{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"draggable(_:preview:)","externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/draggable(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:preview:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"payload","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"attribute","text":"@autoclosure "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:preview:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","title":"draggable(_:preview:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/draggable(_:preview:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","title":"draggable(_:preview:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0"},{"name":"macOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"draggable"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payload","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:preview:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:preview:)":{"abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"draggable"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","title":"draggable(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:preview:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/drawinggroup(opaque:colormode:).json b/docs/data/documentation/ouds/oudsthemeableview/drawinggroup(opaque:colormode:).json index ea5b0c129..06252092e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/drawinggroup(opaque:colormode:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/drawinggroup(opaque:colormode:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Method","title":"drawingGroup(opaque:colorMode:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"drawingGroup","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO","text":"ColorRenderingMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false,"name":"macOS"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/drawinggroup(opaque:colormode:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"drawingGroup","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = false, "},{"text":"colorMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":" = .nonLinear) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/drawingGroup(opaque:colorMode:)":{"kind":"symbol","title":"drawingGroup(opaque:colorMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)","url":"\/documentation\/ouds\/oudsthemeableview\/drawinggroup(opaque:colormode:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"text":"(","kind":"text"},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"drawingGroup","kind":"identifier"},{"kind":"text","text":"("},{"text":"opaque","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = false, ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO","text":"ColorRenderingMode","kind":"typeIdentifier"},{"text":" = .nonLinear) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)"},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"drawingGroup","kind":"identifier"},{"text":"(","kind":"text"},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO","text":"ColorRenderingMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","title":"drawingGroup(opaque:colorMode:)","platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"13.0"},{"introducedAt":"6.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/drawinggroup(opaque:colormode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/drawingGroup(opaque:colorMode:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"text":"opaque","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO","text":"ColorRenderingMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"drawingGroup(opaque:colorMode:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/drawinggroup(opaque:colormode:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dropdestination(for:action:istargeted:).json b/docs/data/documentation/ouds/oudsthemeableview/dropdestination(for:action:istargeted:).json index 55c486ad3..d499f6617 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dropdestination(for:action:istargeted:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/dropdestination(for:action:istargeted:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dropDestination(for:action:isTargeted:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":".Type = T.self, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":" = { _ in }) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dropdestination(for:action:istargeted:)"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dropDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"16.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false}],"title":"dropDestination(for:action:isTargeted:)"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dropDestination(for:action:isTargeted:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dropDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/dropdestination(for:action:istargeted:)","abstract":[],"type":"topic","title":"dropDestination(for:action:isTargeted:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dropDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payloadType","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":" = { _ in }) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dropDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"13.0"}],"symbolKind":"method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"dropDestination(for:action:isTargeted:)"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dropDestination(for:action:isTargeted:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/dropdestination(for:action:istargeted:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dropDestination(for:action:isTargeted:)":{"kind":"symbol","title":"dropDestination(for:action:isTargeted:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dropDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/dropdestination(for:action:istargeted:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/dynamictypesize(_:).json b/docs/data/documentation/ouds/oudsthemeableview/dynamictypesize(_:).json index c33b3a396..53a1ce803 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/dynamictypesize(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/dynamictypesize(_:).json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dynamicTypeSize(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"size"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","kind":"typeIdentifier","text":"DynamicTypeSize"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"12.0"},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false}],"roleHeading":"Instance Method","title":"dynamicTypeSize(_:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dynamicTypeSize","kind":"identifier"},{"kind":"text","text":"("},{"text":"DynamicTypeSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/dynamictypesize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dynamicTypeSize(_:)":{"kind":"symbol","title":"dynamicTypeSize(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/dynamictypesize(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dynamicTypeSize"},{"text":"(","kind":"text"},{"text":"DynamicTypeSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dynamicTypeSize","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"size"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","text":"DynamicTypeSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dynamicTypeSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","text":"DynamicTypeSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0"},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0","unavailable":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"8.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dynamicTypeSize(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/dynamictypesize(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dynamicTypeSize(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/dynamictypesize(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","text":"DynamicTypeSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"dynamicTypeSize(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/edgesignoringsafearea(_:).json b/docs/data/documentation/ouds/oudsthemeableview/edgesignoringsafearea(_:).json index f5c1d6a79..a924f09a3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/edgesignoringsafearea(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/edgesignoringsafearea(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/edgesignoringsafearea(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use ignoresSafeArea(_:edges:) instead."}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"platforms":[{"message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS","deprecatedAt":"100000.0"},{"beta":false,"deprecatedAt":"100000.0","introducedAt":"10.15","deprecated":false,"message":"Use ignoresSafeArea(_:edges:) instead.","unavailable":false,"name":"macOS"},{"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"13.0","deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","deprecated":false},{"unavailable":false,"introducedAt":"6.0","deprecatedAt":"100000.0","deprecated":false,"beta":false,"name":"watchOS","message":"Use ignoresSafeArea(_:edges:) instead."},{"unavailable":false,"message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"1.0","deprecated":false,"beta":false,"deprecatedAt":"100000.0","name":"visionOS"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE21edgesIgnoringSafeAreayQrAA4EdgeO3SetVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","title":"edgesIgnoringSafeArea(_:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.edgesIgnoringSafeArea(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/edgesIgnoringSafeArea(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/edgesignoringsafearea(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)","title":"edgesIgnoringSafeArea(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"edgesIgnoringSafeArea(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecatedAt":"100000.0","beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"message":"Use ignoresSafeArea(_:edges:) instead."},{"beta":false,"deprecatedAt":"100000.0","name":"macOS","deprecated":false,"introducedAt":"10.15","message":"Use ignoresSafeArea(_:edges:) instead.","unavailable":false},{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"tvOS","beta":false,"message":"Use ignoresSafeArea(_:edges:) instead.","deprecated":false,"unavailable":false},{"introducedAt":"6.0","deprecated":false,"message":"Use ignoresSafeArea(_:edges:) instead.","beta":false,"name":"watchOS","deprecatedAt":"100000.0","unavailable":false},{"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"1.0","name":"visionOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE21edgesIgnoringSafeAreayQrAA4EdgeO3SetVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.edgesIgnoringSafeArea(_:)"},{"type":"text","text":"."}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use ignoresSafeArea(_:edges:) instead."}],"type":"paragraph"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/edgesignoringsafearea(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/edgesIgnoringSafeArea(_:)":{"title":"edgesIgnoringSafeArea(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/edgesignoringsafearea(_:)","deprecated":true,"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"text":"(","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/environment(_:).json b/docs/data/documentation/ouds/oudsthemeableview/environment(_:).json index 30b0557ca..97fef5621 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/environment(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/environment(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : AnyObject, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:11Observation10ObservableP","text":"Observable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.environment(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"environment(_:)","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"introducedAt":"14.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS","beta":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/environment(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:)":{"kind":"symbol","title":"environment(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.environment(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/environment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0"},{"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"introducedAt":"17.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"environment(_:)","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : AnyObject, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Observable","kind":"typeIdentifier","preciseIdentifier":"s:11Observation10ObservableP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:)":{"type":"topic","abstract":[],"kind":"symbol","title":"environment(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/environment(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/environment(_:_:).json index 81bf50bf9..7e15c5506 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/environment(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/environment(_:_:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.environment(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/environment(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)"},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","title":"environment(_:_:)","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false},{"name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:_:)":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"environment(_:_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environment(_:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)"},"metadata":{"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15"},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"typeIdentifier","text":"EnvironmentValues"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/environment(_:_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:_:)":{"abstract":[],"type":"topic","role":"symbol","title":"environment(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/environmentobject(_:).json b/docs/data/documentation/ouds/oudsthemeableview/environmentobject(_:).json index 69b803abd..465ae1e6d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/environmentobject(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/environmentobject(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/environmentobject(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"6.0"}],"role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"environmentObject(_:)","externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"environmentObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.environmentObject(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"environmentObject","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Combine16ObservableObjectP","text":"ObservableObject","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environmentObject(_:)":{"abstract":[],"kind":"symbol","title":"environmentObject(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/environmentobject(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"environmentObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/environmentobject(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.environmentObject(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"10.15"},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"environmentObject(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environmentObject(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/environmentobject(_:)","title":"environmentObject(_:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:).json b/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:).json index a14740f22..bd4ff49d3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"payload","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"kind":"keyword","text":"@escaping"},{"text":" () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.exportableToServices(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:)":{"title":"exportableToServices(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:)","abstract":[],"type":"topic","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","title":"exportableToServices(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportableToServices","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"kind":"attribute","text":"@autoclosure "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.exportableToServices(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:)","kind":"symbol","title":"exportableToServices(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:onedit:).json b/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:onedit:).json index 1910f9003..9cad03c94 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:onedit:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/exportabletoservices(_:onedit:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:onedit:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"title":"exportableToServices(_:onEdit:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:onEdit:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:onedit:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)","kind":"symbol","abstract":[],"title":"exportableToServices(_:onEdit:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:onedit:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onEdit","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"exportableToServices(_:onEdit:)","externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"13.0","deprecated":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onEdit","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:onEdit:)":{"title":"exportableToServices(_:onEdit:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:onedit:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:).json b/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:).json index b86e32f94..d4c36f52a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"platforms":[{"unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"exportsItemProviders(_:onExport:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"contentTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:)":{"kind":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"title":"exportsItemProviders(_:onExport:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"contentTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:)":{"title":"exportsItemProviders(_:onExport:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:onedit:).json b/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:onedit:).json index 74e5ee1b6..34aabd879 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:onedit:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/exportsitemproviders(_:onexport:onedit:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:onedit:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:onEdit:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"exportsItemProviders(_:onExport:onEdit:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportsItemProviders"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:onEdit:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"exportsItemProviders(_:onExport:onEdit:)","abstract":[],"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:onedit:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"title":"exportsItemProviders(_:onExport:onEdit:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0"}],"externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"text":": () -> [","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.exportsItemProviders(_:onExport:onEdit:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:onedit:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:onEdit:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportsItemProviders","kind":"identifier"},{"kind":"text","text":"(["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"exportsItemProviders(_:onExport:onEdit:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:onedit:)","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogbrowseroptions(_:).json b/docs/data/documentation/ouds/oudsthemeableview/filedialogbrowseroptions(_:).json index 4a9751ce3..9f6f01c99 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogbrowseroptions(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogbrowseroptions(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogbrowseroptions(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogBrowserOptions(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE24fileDialogBrowserOptionsyQrAA04FileefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"fileDialogBrowserOptions(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","text":"FileDialogBrowserOptions"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"options"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","kind":"typeIdentifier","text":"FileDialogBrowserOptions"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogBrowserOptions(_:)":{"kind":"symbol","title":"fileDialogBrowserOptions(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogbrowseroptions(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogBrowserOptions(_:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"options"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"fileDialogBrowserOptions(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogBrowserOptions"},{"text":"(","kind":"text"},{"text":"FileDialogBrowserOptions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false},{"introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE24fileDialogBrowserOptionsyQrAA04FileefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogbrowseroptions(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogBrowserOptions(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)","title":"fileDialogBrowserOptions(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogbrowseroptions(_:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-1ug2x.json b/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-1ug2x.json index 291a717db..ddee9b838 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-1ug2x.json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-1ug2x.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogConfirmationLabel(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-1ug2x"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"fileDialogConfirmationLabel(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"beta":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-1ug2x":{"kind":"symbol","title":"fileDialogConfirmationLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-1ug2x","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-1ug2x"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogConfirmationLabel(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"fileDialogConfirmationLabel(_:)","platforms":[{"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS","deprecated":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-1ug2x":{"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-1ug2x","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","kind":"symbol","title":"fileDialogConfirmationLabel(_:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-3505l.json b/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-3505l.json index c2d6205e9..05fb7023f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-3505l.json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-3505l.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"fileDialogConfirmationLabel(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false,"deprecated":false}],"roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-3505l"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogConfirmationLabel(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-3505l":{"kind":"symbol","title":"fileDialogConfirmationLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-3505l","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-3505l"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogConfirmationLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","title":"fileDialogConfirmationLabel(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false,"name":"macOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-3505l":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-3505l","role":"symbol","abstract":[],"title":"fileDialogConfirmationLabel(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-4x8i0.json b/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-4x8i0.json index 534597777..a55cfb80a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-4x8i0.json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogconfirmationlabel(_:)-4x8i0.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogConfirmationLabel(_:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"fileDialogConfirmationLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-4x8i0"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-4x8i0":{"kind":"symbol","title":"fileDialogConfirmationLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-4x8i0","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"introducedAt":"17.0","name":"iOS","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","title":"fileDialogConfirmationLabel(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-4x8i0"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogConfirmationLabel(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-4x8i0":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogConfirmationLabel(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-4x8i0","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogcustomizationid(_:).json b/docs/data/documentation/ouds/oudsthemeableview/filedialogcustomizationid(_:).json index 4eee552a2..826a39732 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogcustomizationid(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogcustomizationid(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogcustomizationid(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE25fileDialogCustomizationIDyQrSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"fileDialogCustomizationID(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogCustomizationID","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false,"name":"iOS"},{"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogCustomizationID(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogCustomizationID(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)","title":"fileDialogCustomizationID(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogcustomizationid(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogCustomizationID","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"id","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogcustomizationid(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogCustomizationID","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogCustomizationID(_:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE25fileDialogCustomizationIDyQrSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogCustomizationID(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogCustomizationID(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogcustomizationid(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogCustomizationID(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogdefaultdirectory(_:).json b/docs/data/documentation/ouds/oudsthemeableview/filedialogdefaultdirectory(_:).json index ba5db4a79..5b8bd5157 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogdefaultdirectory(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogdefaultdirectory(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"defaultDirectory","kind":"internalParam"},{"kind":"text","text":": "},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogDefaultDirectory(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogdefaultdirectory(_:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogDefaultDirectory"},{"text":"(","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE26fileDialogDefaultDirectoryyQr10Foundation3URLVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"fileDialogDefaultDirectory(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"iOS"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogDefaultDirectory(_:)":{"kind":"symbol","title":"fileDialogDefaultDirectory(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogdefaultdirectory(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"}],"title":"fileDialogDefaultDirectory(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26fileDialogDefaultDirectoryyQr10Foundation3URLVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"kind":"text","text":"("},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogDefaultDirectory(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogDefaultDirectory"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"defaultDirectory"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogdefaultdirectory(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogDefaultDirectory(_:)":{"title":"fileDialogDefaultDirectory(_:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogdefaultdirectory(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogimportsunresolvedaliases(_:).json b/docs/data/documentation/ouds/oudsthemeableview/filedialogimportsunresolvedaliases(_:).json index 4f6ca5e79..18956533f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogimportsunresolvedaliases(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogimportsunresolvedaliases(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogimportsunresolvedaliases(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogImportsUnresolvedAliases(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE34fileDialogImportsUnresolvedAliasesyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"fileDialogImportsUnresolvedAliases(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogImportsUnresolvedAliases"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"imports"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogImportsUnresolvedAliases(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)","title":"fileDialogImportsUnresolvedAliases(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogimportsunresolvedaliases(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogimportsunresolvedaliases(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogImportsUnresolvedAliases(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fileDialogImportsUnresolvedAliases(_:)","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE34fileDialogImportsUnresolvedAliasesyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"imports","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogImportsUnresolvedAliases(_:)":{"type":"topic","title":"fileDialogImportsUnresolvedAliases(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogimportsunresolvedaliases(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogImportsUnresolvedAliases"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-6yf16.json b/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-6yf16.json index 0cd0deb40..5b3f04e01 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-6yf16.json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-6yf16.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogMessage(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"messageKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fileDialogMessage(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-6yf16"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-6yf16":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-6yf16","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16","kind":"symbol","title":"fileDialogMessage(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogMessage(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"17.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogMessage(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-6yf16"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"messageKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-6yf16":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-6yf16","kind":"symbol","title":"fileDialogMessage(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-8fnyh.json b/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-8fnyh.json index 09fc63091..ed2f98635 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-8fnyh.json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-8fnyh.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogMessage(_:)"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh"},"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fileDialogMessage(_:)","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false},{"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-8fnyh"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"message","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-8fnyh":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-8fnyh","role":"symbol","title":"fileDialogMessage(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-8fnyh"]}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogMessage"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"fileDialogMessage(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"message","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogMessage(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-8fnyh":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-8fnyh","kind":"symbol","title":"fileDialogMessage(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-9crnh.json b/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-9crnh.json index 41317f5da..7841d9bc7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-9crnh.json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogmessage(_:)-9crnh.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogMessage(_:)"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileDialogMessage(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"macOS","unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-9crnh"]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"message","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-9crnh":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileDialogMessage(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-9crnh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogMessage(_:)"},{"type":"text","text":"."}],"metadata":{"title":"fileDialogMessage(_:)","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-9crnh"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"message","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-9crnh":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-9crnh","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileDialogMessage(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filedialogurlenabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/filedialogurlenabled(_:).json index 9f8cfc2c6..c1b7258ce 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filedialogurlenabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filedialogurlenabled(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogURLEnabled(_:)"},{"type":"text","text":"."}],"sections":[],"metadata":{"title":"fileDialogURLEnabled(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogURLEnabled"},{"kind":"text","text":"("},{"text":"Predicate","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE20fileDialogURLEnabledyQr10Foundation9PredicateVyAE3URLV_QPGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogurlenabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"predicate","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation9PredicateV","text":"Predicate","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogURLEnabled(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Predicate","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogurlenabled(_:)","role":"symbol","type":"topic","title":"fileDialogURLEnabled(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogURLEnabled"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"predicate","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Predicate","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation9PredicateV"},{"kind":"text","text":"<"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filedialogurlenabled(_:)"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE20fileDialogURLEnabledyQr10Foundation9PredicateVyAE3URLV_QPGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false}],"title":"fileDialogURLEnabled(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation9PredicateV","kind":"typeIdentifier","text":"Predicate"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogURLEnabled(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogURLEnabled(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Predicate","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogURLEnabled(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogurlenabled(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp.json index 68db11e65..607960ac3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"platforms":[{"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP","text":"FileDocument"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp":{"type":"topic","abstract":[],"kind":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI12FileDocumentP","kind":"typeIdentifier","text":"FileDocument"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false}],"title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp","role":"symbol","abstract":[],"title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob.json index 1e7412617..e097c5d9b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP","text":"ReferenceFileDocument","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob"]}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0","name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0"}],"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob","type":"topic","kind":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"beta":false}],"extendedModule":"SwiftUI","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"? = nil, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob":{"abstract":[],"type":"topic","role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq.json index d7eb1abd1..2fe58fcf5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq"]}],"kind":"symbol","metadata":{"platforms":[{"deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false,"name":"iOS"},{"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"] = [], "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":" = {}) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP","text":"ReferenceFileDocument","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"] = [], "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"? = nil, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":" = {}) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP","text":"ReferenceFileDocument","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"introducedAt":"14.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm.json index 13db9fcf0..005cf5604 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":" = {}) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12FileDocumentP","text":"FileDocument","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA12FileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm":{"kind":"symbol","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"] = [], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":" = {}) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP","text":"FileDocument"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA12FileDocumentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","platforms":[{"introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm","kind":"symbol","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc.json index 17b129df3..91abb1302 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"beta":false}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP","text":"ReferenceFileDocument"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc","kind":"symbol","role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":" : ","kind":"text"},{"text":"ReferenceFileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"metadata":{"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","platforms":[{"introducedAt":"14.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"11.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc","type":"topic","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8.json index 4ced9448d..2568cc100 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"name":"iOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"FileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8"]}],"metadata":{"platforms":[{"deprecated":false,"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"introducedAt":"11.0","beta":false,"deprecated":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8":{"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw.json index b37efa9f8..073a320d7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"}],"title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"] = [], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":" = {}) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP","text":"ReferenceFileDocument"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"] = [], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":" = {}) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq.json index 67ae1afd5..bf68293c9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"] = [], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":" = {}) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"text":"FileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"] = [], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":" = {}) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sl","kind":"typeIdentifier","text":"Collection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","extendedModule":"SwiftUI","symbolKind":"method"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq":{"abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq","type":"topic","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json index 95ef138ea..757937035 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"introducedAt":"17.0","unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented4item12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyct16CoreTransferable0Z0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"] = [], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":" = { }) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","role":"symbol","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)"}}} \ No newline at end of file +{"metadata":{"platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented4item12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyct16CoreTransferable0Z0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"] = [], "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":" = { }) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","type":"topic","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json index dd26aca72..9369124ba 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"items"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"] = [], "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":" = { }) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sl","kind":"typeIdentifier","text":"Collection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented5items12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__16CoreTransferable0X0Rd_0_7ElementQyd__Rsd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","platforms":[{"unavailable":false,"introducedAt":"17.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"14.0","name":"macOS","beta":false,"deprecated":false,"unavailable":false}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"type":"topic","navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"kind":"symbol","title":"OUDSThemeableView","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSThemeableView","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"type":"text","text":"Any theme to apply must be a child of "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":", direct or not."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","type":"topic","role":"symbol","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)"]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented5items12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__16CoreTransferable0X0Rd_0_7ElementQyd__Rsd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"] = [], "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":" = { }) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" == ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","type":"topic","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-14rri.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-14rri.json index 03a21fcc4..46fb69ef9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-14rri.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-14rri.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-14rri"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"fileExporterFilenameLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":"\n"}]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-14rri":{"kind":"symbol","title":"fileExporterFilenameLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-14rri","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-14rri"]}],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fileExporterFilenameLabel(_:)","platforms":[{"introducedAt":"17.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-14rri":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-14rri","title":"fileExporterFilenameLabel(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3dzhq.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3dzhq.json index c41935d58..8faa1b913 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3dzhq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3dzhq.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"fileExporterFilenameLabel(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3dzhq"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3dzhq":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq","title":"fileExporterFilenameLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3dzhq","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3dzhq"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"fileExporterFilenameLabel(_:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3dzhq":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3dzhq","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileExporterFilenameLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3r9ot.json b/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3r9ot.json index f02c9886d..5aab857dd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3r9ot.json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileexporterfilenamelabel(_:)-3r9ot.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3r9ot"]}],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","title":"fileExporterFilenameLabel(_:)","platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"14.0"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3r9ot":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot","role":"symbol","title":"fileExporterFilenameLabel(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3r9ot","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3r9ot"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"fileExporterFilenameLabel(_:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false}],"roleHeading":"Instance Method","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3r9ot":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3r9ot","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileExporterFilenameLabel(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json b/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json index 957ff9fd9..abb67d485 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"11.0","name":"macOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"14.0","name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"11.0","deprecated":false}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"kind":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json b/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json index 930a65f64..0dc67f353 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletion0N12CancellationQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGcyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"17.0","name":"iOS","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false}],"roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletion0N12CancellationQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGcyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"type":"topic","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json b/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json index beacb2647..13fd0b913 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","platforms":[{"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","role":"symbol","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","roleHeading":"Instance Method","platforms":[{"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"11.0","beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:).json b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:).json index c80fd871e..dd33b8975 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileMover(isPresented:file:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false}],"title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:)":{"kind":"symbol","title":"fileMover(isPresented:file:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"fileMover(isPresented:file:onCompletion:)","platforms":[{"introducedAt":"14.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"deprecated":false}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"text":": ","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:)","title":"fileMover(isPresented:file:onCompletion:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"text":": ","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:oncancellation:).json b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:oncancellation:).json index ea2f174dc..b6c69dccf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:oncancellation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:file:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:oncancellation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"title":"fileMover(isPresented:file:onCompletion:onCancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"introducedAt":"14.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletion0H12CancellationQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyANs5Error_pGcyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:onCancellation:)":{"kind":"symbol","title":"fileMover(isPresented:file:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:oncancellation:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:oncancellation:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"title":"fileMover(isPresented:file:onCompletion:onCancellation:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletion0H12CancellationQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyANs5Error_pGcyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"17.0"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileMover(isPresented:file:onCompletion:onCancellation:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:onCancellation:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileMover(isPresented:file:onCompletion:onCancellation:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:).json b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:).json index 7bb2f38e5..9a98917d5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0","name":"iOS"},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":" == ","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)","title":"fileMover(isPresented:files:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" == "},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"sections":[],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","beta":false}],"symbolKind":"method","role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:)","kind":"symbol","role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:oncancellation:).json b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:oncancellation:).json index 6e10e8549..02119135a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:oncancellation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/filemover(ispresented:files:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:oncancellation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"fileMover(isPresented:files:onCompletion:onCancellation:)","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletion0I12CancellationQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AP7ElementRtd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:onCancellation:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:oncancellation:)","role":"symbol","type":"topic","title":"fileMover(isPresented:files:onCompletion:onCancellation:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletion0I12CancellationQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AP7ElementRtd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"iOS"},{"beta":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","title":"fileMover(isPresented:files:onCompletion:onCancellation:)"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:oncancellation:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" == "},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:onCancellation:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileMover(isPresented:files:onCompletion:onCancellation:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fixedsize().json b/docs/data/documentation/ouds/oudsthemeableview/fixedsize().json index 7f45dbf42..dd20f62aa 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fixedsize().json +++ b/docs/data/documentation/ouds/oudsthemeableview/fixedsize().json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","title":"fixedSize()","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fixedSize"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fixedsize()"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fixedSize()","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize()":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()","title":"fixedSize()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize()","type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15"},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"introducedAt":"6.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","title":"fixedSize()"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fixedSize()"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fixedsize()"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"title":"OUDSThemeableView","type":"topic","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"url":"\/documentation\/ouds","abstract":[{"text":"The iOS library of ","type":"text"},{"inlineContent":[{"text":"Orange Unified Design System Design System","type":"text"}],"type":"emphasis"},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","title":"OUDS","role":"collection"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize()":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()","url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize()","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fixedSize()","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fixedsize(horizontal:vertical:).json b/docs/data/documentation/ouds/oudsthemeableview/fixedsize(horizontal:vertical:).json index 5c65daf13..864359c47 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fixedsize(horizontal:vertical:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fixedsize(horizontal:vertical:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fixedSize(horizontal:vertical:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fixedsize(horizontal:vertical:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fixedSize(horizontal:vertical:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize(horizontal:vertical:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize(horizontal:vertical:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)","kind":"symbol","abstract":[],"title":"fixedSize(horizontal:vertical:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fixedSize"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)"},"kind":"symbol","metadata":{"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"fixedSize(horizontal:vertical:)","role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fixedSize(horizontal:vertical:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fixedsize(horizontal:vertical:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize(horizontal:vertical:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize(horizontal:vertical:)","abstract":[],"title":"fixedSize(horizontal:vertical:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/flipsforrighttoleftlayoutdirection(_:).json b/docs/data/documentation/ouds/oudsthemeableview/flipsforrighttoleftlayoutdirection(_:).json index f33473e62..b7f231338 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/flipsforrighttoleftlayoutdirection(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/flipsforrighttoleftlayoutdirection(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.flipsForRightToLeftLayoutDirection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"13.0"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"flipsForRightToLeftLayoutDirection","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"flipsForRightToLeftLayoutDirection","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"enabled","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/flipsforrighttoleftlayoutdirection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/flipsforrighttoleftlayoutdirection(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"flipsForRightToLeftLayoutDirection","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)","type":"topic","title":"flipsForRightToLeftLayoutDirection(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"iOS"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","title":"flipsForRightToLeftLayoutDirection(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/flipsforrighttoleftlayoutdirection(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.flipsForRightToLeftLayoutDirection(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"flipsForRightToLeftLayoutDirection","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/flipsForRightToLeftLayoutDirection(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/flipsforrighttoleftlayoutdirection(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusable(_:).json b/docs/data/documentation/ouds/oudsthemeableview/focusable(_:).json index ab1f706e9..ffd590a0a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusable(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusable(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusable(_:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE9focusableyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"focusable(_:)","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"17.0","unavailable":false},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"8.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)","title":"focusable(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusable(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusable(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"title":"focusable(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9focusableyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isFocusable","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)","role":"symbol","abstract":[],"title":"focusable(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusable(_:interactions:).json b/docs/data/documentation/ouds/oudsthemeableview/focusable(_:interactions:).json index 2cdda5ef5..c865d6881 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusable(_:interactions:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusable(_:interactions:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","title":"focusable(_:interactions:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9focusable_12interactionsQrSb_AA17FocusInteractionsVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"interactions"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","kind":"typeIdentifier","text":"FocusInteractions"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","beta":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"deprecated":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusable(_:interactions:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusable(_:interactions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isFocusable","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"text":"interactions","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:interactions:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:interactions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"interactions"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","kind":"typeIdentifier","text":"FocusInteractions"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"focusable(_:interactions:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:interactions:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusable(_:interactions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true, ","kind":"text"},{"kind":"externalParam","text":"interactions"},{"kind":"text","text":": "},{"text":"FocusInteractions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"interactions","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FocusInteractions","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9focusable_12interactionsQrSb_AA17FocusInteractionsVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"introducedAt":"14.0","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0"}],"title":"focusable(_:interactions:)","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:interactions:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:interactions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"interactions","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"focusable(_:interactions:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusable(_:onfocuschange:).json b/docs/data/documentation/ouds/oudsthemeableview/focusable(_:onfocuschange:).json index 841c45b25..b80dec3dd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusable(_:onfocuschange:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusable(_:onfocuschange:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:onFocusChange:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"text":"onFocusChange","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":" = { _ in }) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."}],"type":"paragraph"}],"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"10.15","name":"macOS","beta":false,"deprecatedAt":"12.0","deprecated":false},{"name":"tvOS","deprecatedAt":"15.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"deprecatedAt":"8.0","unavailable":false,"message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","beta":false}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onFocusChange","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusable(_:onFocusChange:)","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusable(_:onfocuschange:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:onFocusChange:)":{"type":"topic","title":"focusable(_:onFocusChange:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onFocusChange"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","deprecated":true,"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:onfocuschange:)"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:onFocusChange:)"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","type":"text"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onFocusChange"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecatedAt":"12.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"10.15"},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"deprecatedAt":"15.0","name":"tvOS","beta":false,"message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."},{"beta":false,"message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"6.0","unavailable":false,"name":"watchOS","deprecated":false,"deprecatedAt":"8.0"}],"roleHeading":"Instance Method","title":"focusable(_:onFocusChange:)","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusable(_:onfocuschange:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true, "},{"text":"onFocusChange","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":" = { _ in }) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:onFocusChange:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onFocusChange"},{"text":": (","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:onfocuschange:)","title":"focusable(_:onFocusChange:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)","role":"symbol","abstract":[],"type":"topic","deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focused(_:).json b/docs/data/documentation/ouds/oudsthemeableview/focused(_:).json index 5992943db..9619d144e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focused(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focused(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focused(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focused(_:)"]}],"sections":[],"kind":"symbol","metadata":{"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false},{"beta":false,"introducedAt":"12.0","unavailable":false,"name":"macOS","deprecated":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"8.0"}],"title":"focused(_:)","externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"kind":"text","text":"("},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:)":{"kind":"symbol","title":"focused(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focused(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"condition","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focused(_:)"]}],"kind":"symbol","metadata":{"title":"focused(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focused"},{"text":"(","kind":"text"},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"},{"beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0"}],"symbolKind":"method","role":"symbol"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:)":{"title":"focused(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focused(_:equals:).json b/docs/data/documentation/ouds/oudsthemeableview/focused(_:equals:).json index 8cd4a12f5..3598715cc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focused(_:equals:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focused(_:equals:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"focused(_:equals:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focused(_:equals:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focused"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"binding","kind":"internalParam"},{"kind":"text","text":": "},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:equals:)":{"kind":"symbol","title":"focused(_:equals:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:equals:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"15.0","deprecated":false},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol","title":"focused(_:equals:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"text":": ","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":", "},{"text":"equals","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:equals:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focused"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"focused(_:equals:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:equals:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-3wbew.json b/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-3wbew.json index 1a3ef6eed..cee929dbd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-3wbew.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-3wbew.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ObservableObject","kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedObject(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew","interfaceLanguage":"swift"},"metadata":{"title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"deprecated":false},{"beta":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"beta":false,"unavailable":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-3wbew"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-3wbew":{"url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-3wbew","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew","kind":"symbol","abstract":[],"title":"focusedObject(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"focusedObject(_:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"deprecated":false,"introducedAt":"16.0","beta":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedObject(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-3wbew"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedObject","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"object","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ObservableObject","kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-3wbew":{"abstract":[],"title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-3wbew","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-c7qa.json b/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-c7qa.json index 306eea5ba..332a58c68 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-c7qa.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedobject(_:)-c7qa.json @@ -1 +1 @@ -{"metadata":{"title":"focusedObject(_:)","role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS"},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"9.0","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-c7qa"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-c7qa":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa","title":"focusedObject(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-c7qa","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-c7qa"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"focusedObject(_:)","platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0"},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"9.0"}],"externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP","text":"ObservableObject"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-c7qa":{"title":"focusedObject(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa","url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-c7qa","abstract":[],"type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-11wkc.json b/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-11wkc.json index 36e17649d..7ac53b4f3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-11wkc.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-11wkc.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"focusedSceneObject(_:)","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0"},{"name":"macOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"16.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"9.0","name":"watchOS","deprecated":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-11wkc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-11wkc":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-11wkc","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc","title":"focusedSceneObject(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Combine16ObservableObjectP","kind":"typeIdentifier","text":"ObservableObject"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-11wkc"]}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"iOS"},{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"macOS"},{"introducedAt":"16.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"9.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"focusedSceneObject(_:)","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedSceneObject(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-11wkc":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-11wkc","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedSceneObject(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-9yxmx.json b/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-9yxmx.json index ecf5f2d0e..92b7c60cc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-9yxmx.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedsceneobject(_:)-9yxmx.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7Combine16ObservableObjectP","text":"ObservableObject","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedSceneObject(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-9yxmx"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0"},{"deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"9.0","unavailable":false,"deprecated":false,"beta":false}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-9yxmx":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-9yxmx","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","abstract":[],"title":"focusedSceneObject(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7Combine16ObservableObjectP","kind":"typeIdentifier","text":"ObservableObject"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-9yxmx"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","title":"focusedSceneObject(_:)","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"16.0","unavailable":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","symbolKind":"method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-9yxmx":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx","url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-9yxmx","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedSceneObject(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-10xwb.json b/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-10xwb.json index d3172b845..0cdd80e46 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-10xwb.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-10xwb.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-10xwb"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","interfaceLanguage":"swift"},"metadata":{"title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false},{"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"keyPath"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-10xwb":{"kind":"symbol","title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-10xwb","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusedSceneValue(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","interfaceLanguage":"swift"},"sections":[],"metadata":{"title":"focusedSceneValue(_:_:)","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false,"beta":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"9.0","unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-10xwb"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-10xwb":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-10xwb","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"focusedSceneValue(_:_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-7xas2.json b/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-7xas2.json index 045883fc2..b3b0cd36a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-7xas2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedscenevalue(_:_:)-7xas2.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-7xas2"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"focusedSceneValue(_:_:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"introducedAt":"15.0","beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"symbolKind":"method","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-7xas2":{"title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?>, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-7xas2","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-7xas2"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2"},"kind":"symbol","metadata":{"role":"symbol","title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"15.0","unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusedSceneValue(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-7xas2":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-7xas2","title":"focusedSceneValue(_:_:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:).json b/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:).json index 18fc2fed1..c679464d9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusedValue(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : AnyObject, "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:11Observation10ObservableP","text":"Observable"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:)"]}],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false},{"name":"tvOS","introducedAt":"17.0","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","title":"focusedValue(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:)":{"type":"topic","title":"focusedValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:)","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusedValue(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"focusedValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"beta":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","deprecated":false},{"unavailable":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"watchOS","deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"object","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : AnyObject, "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Observable","kind":"typeIdentifier","preciseIdentifier":"s:11Observation10ObservableP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)","type":"topic","title":"focusedValue(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-2prme.json b/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-2prme.json index 4cb1f0769..4b3c5b695 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-2prme.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-2prme.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-2prme"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"unavailable":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"7.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"focusedValue(_:_:)"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusedValue(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-2prme":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme","title":"focusedValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-2prme","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"focusedValue(_:_:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"iOS","deprecated":false},{"beta":false,"introducedAt":"11.0","unavailable":false,"name":"macOS","deprecated":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"7.0"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-2prme"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-2prme":{"url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-2prme","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme","abstract":[],"type":"topic","role":"symbol","title":"focusedValue(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-77slh.json b/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-77slh.json index b9d0010cf..b75bc3c8b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-77slh.json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusedvalue(_:_:)-77slh.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-77slh"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"introducedAt":"9.0","name":"watchOS","deprecated":false,"beta":false,"unavailable":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-77slh":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","role":"symbol","title":"focusedValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-77slh","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-77slh"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"focusedValue(_:_:)","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0"},{"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-77slh":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","title":"focusedValue(_:_:)","kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-77slh","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focuseffectdisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/focuseffectdisabled(_:).json index 3e4e68f03..2c8593836 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focuseffectdisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focuseffectdisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusEffectDisabled(_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19focusEffectDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusEffectDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"focusEffectDisabled(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"14.0","beta":false,"name":"macOS","unavailable":false},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"name":"watchOS","beta":false,"introducedAt":"10.0","unavailable":false,"deprecated":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focuseffectdisabled(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusEffectDisabled(_:)":{"kind":"symbol","title":"focusEffectDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focuseffectdisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusEffectDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusEffectDisabled(_:)"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focuseffectdisabled(_:)"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"focusEffectDisabled(_:)","extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19focusEffectDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"disabled","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusEffectDisabled(_:)":{"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"focusEffectDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focuseffectdisabled(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focusscope(_:).json b/docs/data/documentation/ouds/oudsthemeableview/focusscope(_:).json index b1092d196..3993dd5f1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focusscope(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/focusscope(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focusscope(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusScope","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"namespace"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","platforms":[{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0","unavailable":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"7.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","title":"focusScope(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusScope","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusScope(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusScope(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","title":"focusScope(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusscope(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusScope","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/focusscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0"},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"14.0","unavailable":false},{"introducedAt":"7.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusScope","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusScope","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusScope(_:)":{"abstract":[],"title":"focusScope(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusscope(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/focussection().json b/docs/data/documentation/ouds/oudsthemeableview/focussection().json index c12254cae..be5778688 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/focussection().json +++ b/docs/data/documentation/ouds/oudsthemeableview/focussection().json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focussection()"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","title":"focusSection()","externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusSection()":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"focusSection()","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focussection()","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"15.0"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusSection"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/focussection()"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusSection()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusSection"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focussection()","type":"topic","abstract":[],"title":"focusSection()","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/font(_:).json b/docs/data/documentation/ouds/oudsthemeableview/font(_:).json index a8e8289ee..a0c631eb2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/font(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/font(_:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"10.15","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}],"extendedModule":"SwiftUI","title":"font(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"font","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"font","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.font(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/font(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/font(_:)":{"abstract":[],"kind":"symbol","title":"font(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/font(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"font"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/font(_:)"]}],"metadata":{"title":"font(_:)","externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"10.15","beta":false,"deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"font","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.font(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"font","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"font","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier","text":"Font"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/font(_:)":{"title":"font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/font(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"font","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fontdesign(_:).json b/docs/data/documentation/ouds/oudsthemeableview/fontdesign(_:).json index b0c4c19ac..df3f8b105 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fontdesign(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fontdesign(_:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"design","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fontDesign(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fontdesign(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","extendedModule":"SwiftUI","title":"fontDesign(_:)","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"text":"Design","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"16.1"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"16.1"},{"unavailable":false,"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"9.1"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontDesign(_:)":{"kind":"symbol","title":"fontDesign(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontdesign(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV6DesignO","kind":"typeIdentifier","text":"Design"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fontDesign(_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"beta":false,"name":"iOS","introducedAt":"16.1","deprecated":false,"unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"16.1","name":"tvOS","deprecated":false},{"introducedAt":"9.1","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontDesign"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"fontDesign(_:)","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fontdesign(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"design","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontDesign(_:)":{"abstract":[],"title":"fontDesign(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontdesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fontweight(_:).json b/docs/data/documentation/ouds/oudsthemeableview/fontweight(_:).json index 728515ace..face1b8b9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fontweight(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fontweight(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fontWeight(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fontWeight","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier","text":"Font"},{"kind":"text","text":"."},{"text":"Weight","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false},{"name":"tvOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"name":"watchOS","introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false}],"title":"fontWeight(_:)","externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","role":"symbol"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"weight","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier","text":"Font"},{"text":".","kind":"text"},{"text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWeight(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fontweight(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier","text":"Font"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)","title":"fontWeight(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fontWeight(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Weight","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"fontWeight(_:)","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"13.0"},{"introducedAt":"16.0","beta":false,"unavailable":false,"name":"tvOS","deprecated":false},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"weight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","kind":"typeIdentifier","text":"Weight"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWeight(_:)":{"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)","title":"fontWeight(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontweight(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/fontwidth(_:).json b/docs/data/documentation/ouds/oudsthemeableview/fontwidth(_:).json index bf3de14ec..a093cd368 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/fontwidth(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/fontwidth(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)"},"sections":[],"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"9.0"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWidth"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV5WidthV","text":"Width","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","title":"fontWidth(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fontwidth(_:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fontWidth","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fontWidth(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWidth(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)","title":"fontWidth(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontwidth(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Width","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fontWidth(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"width","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"."},{"text":"Width","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/fontwidth(_:)"]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWidth","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV","text":"Width"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"9.0","unavailable":false,"beta":false}],"role":"symbol","title":"fontWidth(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWidth(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fontWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV","text":"Width"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fontWidth(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fontwidth(_:)","type":"topic","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/foregroundcolor(_:).json b/docs/data/documentation/ouds/oudsthemeableview/foregroundcolor(_:).json index 9855f2310..cc23ac06e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/foregroundcolor(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/foregroundcolor(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundColor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"renamed":"foregroundStyle(_:)","unavailable":false,"introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"name":"iOS"},{"unavailable":false,"beta":false,"renamed":"foregroundStyle(_:)","introducedAt":"10.15","deprecatedAt":"100000.0","deprecated":false,"name":"macOS"},{"unavailable":false,"beta":false,"renamed":"foregroundStyle(_:)","deprecatedAt":"100000.0","introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"beta":false,"renamed":"foregroundStyle(_:)","introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecatedAt":"100000.0"},{"renamed":"foregroundStyle(_:)","name":"visionOS","unavailable":false,"deprecatedAt":"100000.0","beta":false,"deprecated":false,"introducedAt":"1.0"}],"externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"foregroundColor(_:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundColor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"color"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundcolor(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.foregroundColor(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundColor(_:)":{"kind":"symbol","title":"foregroundColor(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundcolor(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundColor"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)"},"metadata":{"title":"foregroundColor(_:)","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"renamed":"foregroundStyle(_:)","introducedAt":"13.0","deprecatedAt":"100000.0","beta":false},{"renamed":"foregroundStyle(_:)","beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"10.15","deprecatedAt":"100000.0"},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","renamed":"foregroundStyle(_:)","deprecated":false},{"renamed":"foregroundStyle(_:)","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"6.0"},{"deprecated":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"1.0","unavailable":false,"name":"visionOS","renamed":"foregroundStyle(_:)"}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"foregroundColor","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundColor(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"color","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundColor(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"foregroundColor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundcolor(_:)","title":"foregroundColor(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:).json index 49d6ea09b..aefedee7b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"foregroundStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)","title":"foregroundStyle(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","beta":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","title":"foregroundStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:)":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"foregroundStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:).json index e5d0ce419..949c95002 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.foregroundStyle(_:_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"primary","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"secondary","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:)"]}],"metadata":{"title":"foregroundStyle(_:_:)","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false,"deprecated":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)","kind":"symbol","title":"foregroundStyle(_:_:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S1"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"primary","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S1","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"text":"S2","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0"},{"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false}],"title":"foregroundStyle(_:_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.foregroundStyle(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:)":{"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:)","title":"foregroundStyle(_:_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:_:).json index 6447cb54c..3dc9e98fb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/foregroundstyle(_:_:_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.foregroundStyle(_:_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"primary","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"text":"S2","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tertiary"},{"text":": ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S2","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","title":"foregroundStyle(_:_:_:)","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:_:)":{"type":"topic","title":"foregroundStyle(_:_:_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"foregroundStyle(_:_:_:)","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","deprecated":false},{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S3"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"text":"S2","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S1"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"primary","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"secondary"},{"text":": ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"tertiary","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"text":"S2","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","title":"foregroundStyle(_:_:_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/formstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/formstyle(_:).json index 44a42a046..bf6747d66 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/formstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/formstyle(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"16.0","beta":false},{"beta":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"formStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/formstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.formStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"formStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FormStyle","preciseIdentifier":"s:7SwiftUI9FormStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/formStyle(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/formstyle(_:)","title":"formStyle(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/formstyle(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"FormStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FormStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.formStyle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"iOS"},{"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"16.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"beta":false,"unavailable":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"formStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"formStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/formStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"formStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/formstyle(_:)","kind":"symbol","title":"formStyle(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/frame().json b/docs/data/documentation/ouds/oudsthemeableview/frame().json index 8b52ed2a6..9202232f6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/frame().json +++ b/docs/data/documentation/ouds/oudsthemeableview/frame().json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame()"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Please pass one or more parameters.","type":"text"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"frame()"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/frame()"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame()":{"deprecated":true,"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/frame()","title":"frame()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"frame()","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0"}],"role":"symbol","extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.frame()","type":"codeVoice"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Please pass one or more parameters."}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/frame()"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","url":"\/documentation\/ouds\/oudsthemeableview\/frame()","abstract":[],"title":"frame()","role":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json b/docs/data/documentation/ouds/oudsthemeableview/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json index 2c6b7065f..1e499b8d8 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"idealWidth","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"text":"maxWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"? = nil, "},{"text":"idealHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxHeight"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"unavailable":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"6.0","name":"watchOS","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minWidth","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"idealHeight","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"text":"minWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"idealWidth","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"maxWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","role":"symbol","type":"topic","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"maxWidth","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"minHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"idealHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0"}]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"idealWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"text":"maxWidth","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"minHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"? = nil, "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"idealWidth"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"idealHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","abstract":[],"kind":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/frame(width:height:alignment:).json b/docs/data/documentation/ouds/oudsthemeableview/frame(width:height:alignment:).json index b40f73bf0..ffec267c6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/frame(width:height:alignment:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/frame(width:height:alignment:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)"},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"height","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","title":"frame(width:height:alignment:)","roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"? = nil, "},{"text":"height","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.frame(width:height:alignment:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/frame(width:height:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(width:height:alignment:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/frame(width:height:alignment:)","role":"symbol","type":"topic","title":"frame(width:height:alignment:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/frame(width:height:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(width:height:alignment:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"role":"symbol","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0","beta":false}],"title":"frame(width:height:alignment:)","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"text":"width","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"height","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"height","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(width:height:alignment:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/frame(width:height:alignment:)","kind":"symbol","title":"frame(width:height:alignment:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"height","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/gaugestyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/gaugestyle(_:).json index c94a7562e..2f6336a2e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/gaugestyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/gaugestyle(_:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gaugeStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"GaugeStyle","preciseIdentifier":"s:7SwiftUI10GaugeStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/gaugestyle(_:)"]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gaugeStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"gaugeStyle(_:)","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"macOS"},{"introducedAt":"7.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"role":"symbol"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gaugeStyle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gaugeStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/gaugestyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gaugeStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)","kind":"symbol","abstract":[],"title":"gaugeStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gaugeStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"GaugeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10GaugeStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"gaugeStyle(_:)","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"7.0","beta":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gaugeStyle(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/gaugestyle(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/gaugeStyle(_:)":{"kind":"symbol","title":"gaugeStyle(_:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/gaugestyle(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/geometrygroup().json b/docs/data/documentation/ouds/oudsthemeableview/geometrygroup().json index 5eca3a91f..8a936c22c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/geometrygroup().json +++ b/docs/data/documentation/ouds/oudsthemeableview/geometrygroup().json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"geometryGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"geometryGroup","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13geometryGroupQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false,"beta":false}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.geometryGroup()","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"geometryGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/geometrygroup()"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/geometryGroup()":{"kind":"symbol","title":"geometryGroup()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","url":"\/documentation\/ouds\/oudsthemeableview\/geometrygroup()","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"geometryGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"title":"geometryGroup()","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13geometryGroupQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"geometryGroup"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.0"}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.geometryGroup()","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/geometrygroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/geometryGroup()":{"abstract":[],"title":"geometryGroup()","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","url":"\/documentation\/ouds\/oudsthemeableview\/geometrygroup()","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/gesture(_:including:).json b/docs/data/documentation/ouds/oudsthemeableview/gesture(_:including:).json index 82156be90..51f10c0f5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/gesture(_:including:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/gesture(_:including:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"text":"mask","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/gesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier","text":"GestureMask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false}],"symbolKind":"method","title":"gesture(_:including:)","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.gesture(_:including:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gesture(_:including:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/gesture(_:including:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)","title":"gesture(_:including:)","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/gesture(_:including:)"]}],"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0","beta":false}],"title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.gesture(_:including:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/gesture(_:including:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gesture","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier","text":"GestureMask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)","abstract":[],"title":"gesture(_:including:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gesture(_:including:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/grayscale(_:).json b/docs/data/documentation/ouds/oudsthemeableview/grayscale(_:).json index f9ef7bff0..fddc4211c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/grayscale(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/grayscale(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/grayscale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.grayscale(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"grayscale(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/grayscale(_:)":{"kind":"symbol","title":"grayscale(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/grayscale(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.grayscale(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/grayscale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"grayscale"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","title":"grayscale(_:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"beta":false,"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"amount","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/grayscale(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"grayscale(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/grayscale(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/gridcellanchor(_:).json b/docs/data/documentation/ouds/oudsthemeableview/gridcellanchor(_:).json index 27455b85e..d5aabd25f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/gridcellanchor(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/gridcellanchor(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcellanchor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"gridCellAnchor(_:)","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0","name":"tvOS"},{"beta":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecated":false}],"extendedModule":"SwiftUI","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"anchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellAnchor(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/gridcellanchor(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)","kind":"symbol","abstract":[],"title":"gridCellAnchor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"iOS"},{"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"9.0"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"gridCellAnchor(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcellanchor(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellAnchor(_:)":{"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellanchor(_:)","title":"gridCellAnchor(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/gridcellcolumns(_:).json b/docs/data/documentation/ouds/oudsthemeableview/gridcellcolumns(_:).json index d5cbb6db8..dbfbc82ec 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/gridcellcolumns(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/gridcellcolumns(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","title":"gridCellColumns(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellColumns","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0"},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS"},{"beta":false,"introducedAt":"16.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"9.0","beta":false}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcellcolumns(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellColumns(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"count","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellColumns(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/gridcellcolumns(_:)","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)","kind":"symbol","title":"gridCellColumns(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcellcolumns(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)"},"metadata":{"extendedModule":"SwiftUI","title":"gridCellColumns(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"16.0"},{"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellColumns","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.gridCellColumns(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridCellColumns"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"count","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellColumns(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellcolumns(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellColumns","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"gridCellColumns(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/gridcellunsizedaxes(_:).json b/docs/data/documentation/ouds/oudsthemeableview/gridcellunsizedaxes(_:).json index 4f92fc0ee..0ce404587 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/gridcellunsizedaxes(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/gridcellunsizedaxes(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellUnsizedAxes(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0","unavailable":false},{"introducedAt":"16.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","title":"gridCellUnsizedAxes(_:)","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcellunsizedaxes(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellUnsizedAxes(_:)":{"kind":"symbol","abstract":[],"type":"topic","title":"gridCellUnsizedAxes(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellunsizedaxes(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"gridCellUnsizedAxes(_:)","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"16.0","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"text":"(","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"axes"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcellunsizedaxes(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellUnsizedAxes(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellUnsizedAxes(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellunsizedaxes(_:)","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"kind":"text","text":"("},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/gridcolumnalignment(_:).json b/docs/data/documentation/ouds/oudsthemeableview/gridcolumnalignment(_:).json index a6e8e3645..10bd37757 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/gridcolumnalignment(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/gridcolumnalignment(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcolumnalignment(_:)"]}],"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"16.0"},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"tvOS"},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"gridColumnAlignment(_:)","externalID":"s:7SwiftUI4ViewPAAE19gridColumnAlignmentyQrAA010HorizontalF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.gridColumnAlignment(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridColumnAlignment(_:)":{"kind":"symbol","title":"gridColumnAlignment(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/gridcolumnalignment(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"gridColumnAlignment(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE19gridColumnAlignmentyQrAA010HorizontalF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","deprecated":false},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"deprecated":false,"introducedAt":"9.0","beta":false,"unavailable":false,"name":"watchOS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.gridColumnAlignment(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/gridcolumnalignment(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"guide","kind":"internalParam"},{"kind":"text","text":": "},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridColumnAlignment(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/gridcolumnalignment(_:)","abstract":[],"title":"gridColumnAlignment(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/groupboxstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/groupboxstyle(_:).json index 2711f2a1e..6c75206b6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/groupboxstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/groupboxstyle(_:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13groupBoxStyleyQrqd__AA05GroupeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"groupBoxStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"11.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/groupboxstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"groupBoxStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"GroupBoxStyle","preciseIdentifier":"s:7SwiftUI13GroupBoxStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.groupBoxStyle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/groupBoxStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"groupBoxStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"groupBoxStyle(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/groupboxstyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13GroupBoxStyleP","kind":"typeIdentifier","text":"GroupBoxStyle"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.groupBoxStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/groupboxstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"14.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13groupBoxStyleyQrqd__AA05GroupeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"groupBoxStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"method","title":"groupBoxStyle(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/groupBoxStyle(_:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/groupboxstyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"groupBoxStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"groupBoxStyle(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/handlesexternalevents(preferring:allowing:).json b/docs/data/documentation/ouds/oudsthemeableview/handlesexternalevents(preferring:allowing:).json index bcd8cfe00..8d4d2703f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/handlesexternalevents(preferring:allowing:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/handlesexternalevents(preferring:allowing:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"handlesExternalEvents","kind":"identifier"},{"kind":"text","text":"("},{"text":"preferring","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"allowing","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE21handlesExternalEvents10preferring8allowingQrShySSG_AGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"handlesExternalEvents(preferring:allowing:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/handlesexternalevents(preferring:allowing:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"handlesExternalEvents","kind":"identifier"},{"kind":"text","text":"("},{"text":"preferring","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.handlesExternalEvents(preferring:allowing:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/handlesExternalEvents(preferring:allowing:)":{"abstract":[],"kind":"symbol","title":"handlesExternalEvents(preferring:allowing:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/handlesexternalevents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"handlesExternalEvents","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"preferring"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"allowing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.handlesExternalEvents(preferring:allowing:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"handlesExternalEvents","kind":"identifier"},{"kind":"text","text":"("},{"text":"preferring","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"handlesExternalEvents","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"allowing","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"11.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"handlesExternalEvents(preferring:allowing:)","externalID":"s:7SwiftUI4ViewPAAE21handlesExternalEvents10preferring8allowingQrShySSG_AGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/handlesexternalevents(preferring:allowing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"handlesExternalEvents","kind":"identifier"},{"kind":"text","text":"("},{"text":"preferring","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"handlesExternalEvents(preferring:allowing:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/handlesexternalevents(preferring:allowing:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/headerprominence(_:).json b/docs/data/documentation/ouds/oudsthemeableview/headerprominence(_:).json index 90285cd65..1967a9ccf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/headerprominence(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/headerprominence(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"headerProminence","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"prominence","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ProminenceO","text":"Prominence","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.headerProminence(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false},{"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"text":"(","kind":"text"},{"text":"Prominence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"headerProminence(_:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/headerProminence(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/headerprominence(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"headerProminence"},{"text":"(","kind":"text"},{"text":"Prominence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"headerProminence(_:)","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)"},"sections":[],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"symbolKind":"method","role":"symbol","title":"headerProminence(_:)","externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10ProminenceO","text":"Prominence","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.headerProminence(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"headerProminence","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"prominence","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10ProminenceO","kind":"typeIdentifier","text":"Prominence"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/headerProminence(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/headerprominence(_:)","kind":"symbol","role":"symbol","title":"headerProminence(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"text":"(","kind":"text"},{"text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/help(_:)-3it98.json b/docs/data/documentation/ouds/oudsthemeableview/help(_:)-3it98.json index d209dd167..ee0463d8c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/help(_:)-3it98.json +++ b/docs/data/documentation/ouds/oudsthemeableview/help(_:)-3it98.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"name":"tvOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"role":"symbol","title":"help(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.help(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/help(_:)-3it98"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"textKey","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-3it98":{"abstract":[],"kind":"symbol","title":"help(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-3it98","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"platforms":[{"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0"},{"deprecated":false,"beta":false,"introducedAt":"7.0","name":"watchOS","unavailable":false}],"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"help(_:)","extendedModule":"SwiftUI"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.help(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/help(_:)-3it98"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"textKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-3it98":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98","title":"help(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-3it98","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/help(_:)-4q3ap.json b/docs/data/documentation/ouds/oudsthemeableview/help(_:)-4q3ap.json index 289d57644..8b0924c8e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/help(_:)-4q3ap.json +++ b/docs/data/documentation/ouds/oudsthemeableview/help(_:)-4q3ap.json @@ -1 +1 @@ -{"metadata":{"title":"help(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"iOS","beta":false},{"beta":false,"unavailable":false,"introducedAt":"11.0","deprecated":false,"name":"macOS"},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"7.0","unavailable":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"help","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.help(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/help(_:)-4q3ap"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"text","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-4q3ap":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap","title":"help(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-4q3ap","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"help(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0"},{"introducedAt":"7.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/help(_:)-4q3ap"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-4q3ap":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-4q3ap","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap","type":"topic","title":"help(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/help(_:)-6y1r4.json b/docs/data/documentation/ouds/oudsthemeableview/help(_:)-6y1r4.json index c3f1feb45..5d878d83b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/help(_:)-6y1r4.json +++ b/docs/data/documentation/ouds/oudsthemeableview/help(_:)-6y1r4.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"11.0"},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"7.0","name":"watchOS","beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"help(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/help(_:)-6y1r4"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.help(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-6y1r4":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-6y1r4","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4","kind":"symbol","title":"help(_:)","role":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"help","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"11.0"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"tvOS"},{"beta":false,"introducedAt":"7.0","name":"watchOS","unavailable":false,"deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"help(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/help(_:)-6y1r4"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-6y1r4":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-6y1r4","title":"help(_:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/hidden().json b/docs/data/documentation/ouds/oudsthemeableview/hidden().json index bc75aed89..48d010e43 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/hidden().json +++ b/docs/data/documentation/ouds/oudsthemeableview/hidden().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"title":"hidden()","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"10.15","unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.hidden()"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/hidden()"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/hidden()":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()","url":"\/documentation\/ouds\/oudsthemeableview\/hidden()","role":"symbol","type":"topic","title":"hidden()","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hidden"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"hidden","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"hidden()","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.hidden()","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/hidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/hidden()":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"hidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/hidden()","abstract":[],"title":"hidden()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/highprioritygesture(_:including:).json b/docs/data/documentation/ouds/oudsthemeableview/highprioritygesture(_:including:).json index 98e5c1114..57b6491c4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/highprioritygesture(_:including:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/highprioritygesture(_:including:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/highprioritygesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.highPriorityGesture(_:including:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE19highPriorityGesture_9includingQrqd___AA0F4MaskVtAA0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"highPriorityGesture(_:including:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"highPriorityGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"name":"watchOS","introducedAt":"6.0","beta":false,"unavailable":false,"deprecated":false}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"highPriorityGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mask"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Gesture","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7GestureP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/highPriorityGesture(_:including:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/highprioritygesture(_:including:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"highPriorityGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","kind":"symbol","abstract":[],"title":"highPriorityGesture(_:including:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/highprioritygesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"method","title":"highPriorityGesture(_:including:)","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"6.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE19highPriorityGesture_9includingQrqd___AA0F4MaskVtAA0F0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"highPriorityGesture","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.highPriorityGesture(_:including:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/highPriorityGesture(_:including:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/highprioritygesture(_:including:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","abstract":[],"role":"symbol","kind":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"highPriorityGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/horizontalradiogrouplayout().json b/docs/data/documentation/ouds/oudsthemeableview/horizontalradiogrouplayout().json index a604263e4..9677730de 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/horizontalradiogrouplayout().json +++ b/docs/data/documentation/ouds/oudsthemeableview/horizontalradiogrouplayout().json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"horizontalRadioGroupLayout()","externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","platforms":[{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.horizontalRadioGroupLayout()"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/horizontalradiogrouplayout()"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/horizontalRadioGroupLayout()":{"url":"\/documentation\/ouds\/oudsthemeableview\/horizontalradiogrouplayout()","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"horizontalRadioGroupLayout","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"horizontalRadioGroupLayout()","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/horizontalradiogrouplayout()"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"title":"horizontalRadioGroupLayout()","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"horizontalRadioGroupLayout","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.horizontalRadioGroupLayout()","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/horizontalRadioGroupLayout()":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()","abstract":[],"title":"horizontalRadioGroupLayout()","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/horizontalradiogrouplayout()"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/huerotation(_:).json b/docs/data/documentation/ouds/oudsthemeableview/huerotation(_:).json index a1d1d12c2..fce815a7a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/huerotation(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/huerotation(_:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/huerotation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"hueRotation(_:)","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hueRotation(_:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"angle","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier","text":"Angle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/hueRotation(_:)":{"kind":"symbol","title":"hueRotation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/huerotation(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"text":"(","kind":"text"},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/huerotation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.hueRotation(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"angle","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","title":"hueRotation(_:)","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"6.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"hueRotation","kind":"identifier"},{"kind":"text","text":"("},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/hueRotation(_:)":{"title":"hueRotation(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/huerotation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)","abstract":[],"role":"symbol","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/id(_:).json b/docs/data/documentation/ouds/oudsthemeableview/id(_:).json index 2f637081a..fa1afcbef 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/id(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/id(_:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"id(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15"},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"roleHeading":"Instance Method","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.id(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"id","kind":"identifier"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"id","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/id(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/id(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/id(_:)","role":"symbol","title":"id(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"text":" to add at the top level of your views tree so as to define","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"type":"text","text":"Any theme to apply must be a child of "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":", direct or not."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","title":"OUDSThemeableView","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","title":"id(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.id(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"id","kind":"identifier"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"id","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/id(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/id(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/id(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"id(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ignoressafearea(_:edges:).json b/docs/data/documentation/ouds/oudsthemeableview/ignoressafearea(_:edges:).json index d538f9d08..afaff1d9f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ignoressafearea(_:edges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/ignoressafearea(_:edges:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.ignoresSafeArea(_:edges:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"ignoresSafeArea(_:edges:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","kind":"typeIdentifier","text":"SafeAreaRegions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"11.0","name":"macOS"},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"7.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ignoressafearea(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"regions","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"text":" = .all, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/ignoresSafeArea(_:edges:)":{"kind":"symbol","title":"ignoresSafeArea(_:edges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/ignoressafearea(_:edges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","text":"SafeAreaRegions"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.ignoresSafeArea(_:edges:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"ignoresSafeArea","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"regions","kind":"internalParam"},{"kind":"text","text":": "},{"text":"SafeAreaRegions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"text":" = .all, ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ignoressafearea(_:edges:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"introducedAt":"7.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ignoresSafeArea"},{"text":"(","kind":"text"},{"text":"SafeAreaRegions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"ignoresSafeArea(_:edges:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/ignoresSafeArea(_:edges:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/ignoressafearea(_:edges:)","abstract":[],"title":"ignoresSafeArea(_:edges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ignoresSafeArea","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","text":"SafeAreaRegions","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/imagescale(_:).json b/docs/data/documentation/ouds/oudsthemeableview/imagescale(_:).json index 6fbd65e18..f0d7d88c5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/imagescale(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/imagescale(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"deprecated":false,"introducedAt":"11.0","beta":false,"name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}],"title":"imageScale(_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"imageScale"},{"text":"(","kind":"text"},{"text":"Image","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.imageScale(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"scale","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/imagescale(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/imageScale(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","title":"imageScale(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/imagescale(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"imageScale","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"imageScale","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"imageScale(_:)","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"iOS"},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"11.0"},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"kind":"text","text":"."},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/imagescale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.imageScale(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/imageScale(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/imagescale(_:)","title":"imageScale(_:)","role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/importablefromservices(for:action:).json b/docs/data/documentation/ouds/oudsthemeableview/importablefromservices(for:action:).json index 9a6f5cd68..591c3d2d6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/importablefromservices(for:action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/importablefromservices(for:action:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"importableFromServices(for:action:)","externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.importableFromServices(for:action:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"importableFromServices","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":".Type = T.self, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/importablefromservices(for:action:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importableFromServices(for:action:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/importablefromservices(for:action:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","kind":"symbol","abstract":[],"title":"importableFromServices(for:action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadType","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.importableFromServices(for:action:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false}],"title":"importableFromServices(for:action:)","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"importableFromServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/importablefromservices(for:action:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importableFromServices(for:action:)":{"type":"topic","abstract":[],"title":"importableFromServices(for:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/importablefromservices(for:action:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"importableFromServices","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/importsitemproviders(_:onimport:).json b/docs/data/documentation/ouds/oudsthemeableview/importsitemproviders(_:onimport:).json index 7a7deeee7..5f9a2c08a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/importsitemproviders(_:onimport:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/importsitemproviders(_:onimport:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.importsItemProviders(_:onImport:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"importsItemProviders","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"contentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onImport"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/importsitemproviders(_:onimport:)"]}],"metadata":{"platforms":[{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"importsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onImport","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"importsItemProviders(_:onImport:)","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importsItemProviders(_:onImport:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"importsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onImport","kind":"externalParam"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","url":"\/documentation\/ouds\/oudsthemeableview\/importsitemproviders(_:onimport:)","role":"symbol","title":"importsItemProviders(_:onImport:)","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onImport"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0"}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"text":"([","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"importsItemProviders(_:onImport:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importsItemProviders(_:onImport:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/importsitemproviders(_:onimport:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importsItemProviders(_:onImport:)":{"title":"importsItemProviders(_:onImport:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"importsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"onImport","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/importsitemproviders(_:onimport:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/init(theme:content:).json b/docs/data/documentation/ouds/oudsthemeableview/init(theme:content:).json index 1b7014fba..6126b902f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/init(theme:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/init(theme:content:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"]]},"metadata":{"modules":[{"name":"OUDS"}],"title":"init(theme:content:)","externalID":"s:4OUDS17OUDSThemeableViewV5theme7contentACyxGAA9OUDSThemeC_xyctcfc","role":"symbol","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"text":"theme","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OUDSTheme","preciseIdentifier":"s:4OUDS9OUDSThemeC"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":")","kind":"text"}],"symbolKind":"init"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"init","kind":"keyword"},{"kind":"text","text":"("},{"text":"theme","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:4OUDS9OUDSThemeC","kind":"typeIdentifier","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","text":"OUDSTheme"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":")","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/init(theme:content:)"]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/init(theme:content:)":{"title":"init(theme:content:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/init(theme:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)","fragments":[{"text":"init","kind":"identifier"},{"text":"(","kind":"text"},{"text":"theme","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OUDSTheme","preciseIdentifier":"s:4OUDS9OUDSThemeC"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":")","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"init"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"theme"},{"text":": ","kind":"text"},{"text":"OUDSTheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","kind":"typeIdentifier","preciseIdentifier":"s:4OUDS9OUDSThemeC"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/init(theme:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"init","externalID":"s:4OUDS17OUDSThemeableViewV5theme7contentACyxGAA9OUDSThemeC_xyctcfc","title":"init(theme:content:)","fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"text":"theme","kind":"externalParam"},{"kind":"text","text":": "},{"text":"OUDSTheme","preciseIdentifier":"s:4OUDS9OUDSThemeC","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":")","kind":"text"}],"modules":[{"name":"OUDS"}],"role":"symbol","roleHeading":"Initializer"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/init(theme:content:)":{"kind":"symbol","title":"init(theme:content:)","type":"topic","abstract":[],"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"text":"theme","kind":"externalParam"},{"kind":"text","text":": "},{"text":"OUDSTheme","kind":"typeIdentifier","preciseIdentifier":"s:4OUDS9OUDSThemeC"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"url":"\/documentation\/ouds\/oudsthemeableview\/init(theme:content:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/init(theme:content:)"},"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/inspector(ispresented:content:).json b/docs/data/documentation/ouds/oudsthemeableview/inspector(ispresented:content:).json index 737614469..21e6e09ae 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/inspector(ispresented:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/inspector(ispresented:content:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/inspector(ispresented:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE9inspector11isPresented7contentQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"inspector(isPresented:content:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"inspector","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.inspector(isPresented:content:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspector","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspector(isPresented:content:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/inspector(ispresented:content:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)","kind":"symbol","abstract":[],"title":"inspector(isPresented:content:)"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.inspector(isPresented:content:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"inspector(isPresented:content:)","externalID":"s:7SwiftUI4ViewPAAE9inspector11isPresented7contentQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"inspector","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"inspector","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/inspector(ispresented:content:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspector(isPresented:content:)":{"title":"inspector(isPresented:content:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/inspector(ispresented:content:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(_:).json b/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(_:).json index 7c2c91b7b..5c0628cdb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"width","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.inspectorColumnWidth(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Method","title":"inspectorColumnWidth(_:)","platforms":[{"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(_:)":{"type":"topic","title":"inspectorColumnWidth(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"width","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.inspectorColumnWidth(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)"},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"inspectorColumnWidth(_:)","externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(_:)":{"abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"kind":"text","text":"("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(_:)","title":"inspectorColumnWidth(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(min:ideal:max:).json b/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(min:ideal:max:).json index 8e27fc614..6acdeb43c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(min:ideal:max:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/inspectorcolumnwidth(min:ideal:max:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"14.0"}],"role":"symbol","title":"inspectorColumnWidth(min:ideal:max:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"text":"ideal","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(min:ideal:max:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.inspectorColumnWidth(min:ideal:max:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(min:ideal:max:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(min:ideal:max:)","title":"inspectorColumnWidth(min:ideal:max:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"text":"ideal","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(min:ideal:max:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.inspectorColumnWidth(min:ideal:max:)"},{"type":"text","text":"."}],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false,"name":"iOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS"}],"symbolKind":"method","role":"symbol","title":"inspectorColumnWidth(min:ideal:max:)","externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(min:ideal:max:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(min:ideal:max:)","kind":"symbol","role":"symbol","title":"inspectorColumnWidth(min:ideal:max:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/interactionactivitytrackingtag(_:).json b/docs/data/documentation/ouds/oudsthemeableview/interactionactivitytrackingtag(_:).json index 8abf6212e..3b14ead3c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/interactionactivitytrackingtag(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/interactionactivitytrackingtag(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"tag"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.interactionActivityTrackingTag(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)"},"metadata":{"title":"interactionActivityTrackingTag(_:)","externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"introducedAt":"16.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"beta":false,"unavailable":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/interactionactivitytrackingtag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactionActivityTrackingTag(_:)":{"kind":"symbol","title":"interactionActivityTrackingTag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/interactionactivitytrackingtag(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.interactionActivityTrackingTag(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"tag","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/interactionactivitytrackingtag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"interactionActivityTrackingTag(_:)","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactionActivityTrackingTag(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"interactionActivityTrackingTag(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/interactionactivitytrackingtag(_:)","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/interactivedismissdisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/interactivedismissdisabled(_:).json index cb94d3250..0744e6a5d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/interactivedismissdisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/interactivedismissdisabled(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"interactiveDismissDisabled"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.interactiveDismissDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/interactivedismissdisabled(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"introducedAt":"12.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false}],"title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"interactiveDismissDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactiveDismissDisabled(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"interactiveDismissDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/interactivedismissdisabled(_:)","role":"symbol","type":"topic","title":"interactiveDismissDisabled(_:)","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"interactiveDismissDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/interactivedismissdisabled(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"interactiveDismissDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"interactiveDismissDisabled(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.interactiveDismissDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactiveDismissDisabled(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/interactivedismissdisabled(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"interactiveDismissDisabled(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/invalidatablecontent(_:).json b/docs/data/documentation/ouds/oudsthemeableview/invalidatablecontent(_:).json index 22dcbcc40..25623e56f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/invalidatablecontent(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/invalidatablecontent(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20invalidatableContentyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"invalidatableContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","title":"invalidatableContent(_:)","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0"},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.invalidatableContent(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidatableContent"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"invalidatable","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/invalidatablecontent(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/invalidatableContent(_:)":{"abstract":[],"kind":"symbol","title":"invalidatableContent(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/invalidatablecontent(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20invalidatableContentyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"invalidatableContent(_:)","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"17.0","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false},{"introducedAt":"10.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.invalidatableContent(_:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"invalidatable"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/invalidatablecontent(_:)"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/invalidatableContent(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)","abstract":[],"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"invalidatableContent(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/invalidatablecontent(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/italic(_:).json b/docs/data/documentation/ouds/oudsthemeableview/italic(_:).json index b5e84ca76..3c1a4ef3c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/italic(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/italic(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.italic(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/italic(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"italic","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"beta":false,"introducedAt":"16.0","name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","beta":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}],"title":"italic(_:)","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/italic(_:)":{"kind":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"italic","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/italic(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","platforms":[{"introducedAt":"16.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"introducedAt":"9.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"italic(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"italic","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/italic(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.italic(_:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"italic","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/italic(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/italic(_:)","title":"italic(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/itemprovider(_:).json b/docs/data/documentation/ouds/oudsthemeableview/itemprovider(_:).json index 6c1406b3c..590f30bbd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/itemprovider(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/itemprovider(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.itemProvider(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"Optional","kind":"typeIdentifier","preciseIdentifier":"s:Sq"},{"text":"<() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"?>) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/itemprovider(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"itemProvider(_:)","externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"itemProvider","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"text":"<() -> ","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"6.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/itemProvider(_:)":{"title":"itemProvider(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/itemprovider(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"itemProvider","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sq","kind":"typeIdentifier","text":"Optional"},{"text":"<() -> ","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"itemProvider","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sq","kind":"typeIdentifier","text":"Optional"},{"text":"<() -> ","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false}],"roleHeading":"Instance Method","title":"itemProvider(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"itemProvider","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sq","text":"Optional"},{"text":"<() -> ","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.itemProvider(_:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/itemprovider(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/itemProvider(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/itemprovider(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"itemProvider"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sq","kind":"typeIdentifier","text":"Optional"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"?>) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol","title":"itemProvider(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/kerning(_:).json b/docs/data/documentation/ouds/oudsthemeableview/kerning(_:).json index b7fcfa2a6..ad44f8112 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/kerning(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/kerning(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"kerning"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/kerning(_:)"]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)"},"metadata":{"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"kerning"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","beta":false,"unavailable":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS"}],"title":"kerning(_:)","symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.kerning(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/kerning(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/kerning(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)","kind":"symbol","abstract":[],"title":"kerning(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.kerning(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"kerning(_:)","externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false,"name":"tvOS"},{"beta":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS","unavailable":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/kerning(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"kerning","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"kerning","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/kerning(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"kerning"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/kerning(_:)","title":"kerning(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-9pjvi.json b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-9pjvi.json index bc0f9b875..7bde11428 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-9pjvi.json +++ b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-9pjvi.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-9pjvi"]}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.4","name":"iOS"},{"beta":false,"introducedAt":"12.3","deprecated":false,"name":"macOS","unavailable":false}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","title":"keyboardShortcut(_:)","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.keyboardShortcut(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shortcut","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-9pjvi":{"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-9pjvi","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","kind":"symbol","abstract":[],"title":"keyboardShortcut(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.4","unavailable":false},{"introducedAt":"12.3","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"keyboardShortcut(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"shortcut","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.keyboardShortcut(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-9pjvi"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-9pjvi":{"type":"topic","title":"keyboardShortcut(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-9pjvi","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-nuxb.json b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-nuxb.json index a9e93c06d..ec830e0a3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-nuxb.json +++ b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:)-nuxb.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"keyboardShortcut(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"11.0","name":"macOS"}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-nuxb"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shortcut","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-nuxb":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","title":"keyboardShortcut(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","kind":"typeIdentifier","text":"KeyboardShortcut"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-nuxb","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-nuxb"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"keyboardShortcut(_:)","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false},{"name":"macOS","introducedAt":"11.0","beta":false,"unavailable":false,"deprecated":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shortcut","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-nuxb":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyboardShortcut(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-nuxb","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:).json b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:).json index 04598fd5a..3a867bbd7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","kind":"typeIdentifier","text":"EventModifiers"},{"kind":"text","text":" = .command) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:)"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","kind":"typeIdentifier","text":"EventModifiers"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"keyboardShortcut(_:modifiers:)","platforms":[{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"unavailable":false}],"symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)","title":"keyboardShortcut(_:modifiers:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"metadata":{"title":"keyboardShortcut(_:modifiers:)","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"11.0"}],"role":"symbol","roleHeading":"Instance Method","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"kind":"text","text":" = .command) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyboardShortcut(_:modifiers:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:localization:).json b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:localization:).json index 96bd5a751..7634ee3be 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:localization:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/keyboardshortcut(_:modifiers:localization:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:localization:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV","text":"Localization"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"keyboardShortcut(_:modifiers:localization:)","roleHeading":"Instance Method","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","kind":"typeIdentifier","text":"EventModifiers"},{"kind":"text","text":" = .command, "},{"text":"localization","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV","text":"Localization","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:localization:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:localization:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"kind":"text","text":", "},{"text":"localization","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","abstract":[],"title":"keyboardShortcut(_:modifiers:localization:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"localization","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV","text":"Localization"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0"},{"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false,"beta":false}],"symbolKind":"method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"keyboardShortcut(_:modifiers:localization:)"},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"text":"modifiers","kind":"externalParam"},{"kind":"text","text":": "},{"text":"EventModifiers","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"text":" = .command, ","kind":"text"},{"text":"localization","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Localization","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:localization:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:localization:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"modifiers","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Localization","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:localization:)","kind":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:repeating:content:keyframes:).json b/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:repeating:content:keyframes:).json index d764bcde1..50f398d08 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:repeating:content:keyframes:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:repeating:content:keyframes:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"repeating","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9KeyframesP","text":"Keyframes","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue9repeating7content9keyframesQrqd___Sbqd_0_AA018PlaceholderContentC0VyxG_qd__tYbcqd_1_qd__ct0G0Qyd_1_Rsd__AaBRd_0_AA9KeyframesRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","platforms":[{"deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"name":"tvOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.0"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyframeAnimator(initialValue:repeating:content:keyframes:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"externalParam","text":"repeating"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV","text":"KeyframesBuilder"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"text":">","kind":"text"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"keyframes"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI9KeyframesP","text":"Keyframes","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:repeating:content:keyframes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"kind":"symbol","title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:repeating:content:keyframes:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:repeating:content:keyframes:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyframeAnimator(initialValue:repeating:content:keyframes:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue9repeating7content9keyframesQrqd___Sbqd_0_AA018PlaceholderContentC0VyxG_qd__tYbcqd_1_qd__ct0G0Qyd_1_Rsd__AaBRd_0_AA9KeyframesRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"17.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"10.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"text":"repeating","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"KeyframesBuilder","preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"keyframes"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9KeyframesP","kind":"typeIdentifier","text":"Keyframes"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyframeAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:repeating:content:keyframes:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:trigger:content:keyframes:).json b/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:trigger:content:keyframes:).json index 5bffb1a19..6288fd9d9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:trigger:content:keyframes:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/keyframeanimator(initialvalue:trigger:content:keyframes:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:trigger:content:keyframes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV","text":"KeyframesBuilder","kind":"attribute"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">"},{"text":" ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP","text":"Keyframes"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.keyframeAnimator(initialValue:trigger:content:keyframes:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue7trigger7content9keyframesQrqd___qd_0_qd_1_AA018PlaceholderContentC0VyxG_qd__tYbcqd_2_qd__ct0G0Qyd_2_Rsd__SQRd_0_AaBRd_1_AA9KeyframesRd_2_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"name":"macOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"10.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP","text":"Keyframes"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:trigger:content:keyframes:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.keyframeAnimator(initialValue:trigger:content:keyframes:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue7trigger7content9keyframesQrqd___qd_0_qd_1_AA018PlaceholderContentC0VyxG_qd__tYbcqd_2_qd__ct0G0Qyd_2_Rsd__SQRd_0_AaBRd_1_AA9KeyframesRd_2_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0","beta":false},{"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"kind":"externalParam","text":"keyframes"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"KeyframesBuilder","preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV","kind":"attribute"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">","kind":"text"},{"text":" ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"Keyframes","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:trigger:content:keyframes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:trigger:content:keyframes:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/labeledcontentstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/labeledcontentstyle(_:).json index fca63c051..9540b747e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/labeledcontentstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/labeledcontentstyle(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.labeledContentStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"labeledContentStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"LabeledContentStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/labeledcontentstyle(_:)"]}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","title":"labeledContentStyle(_:)","platforms":[{"deprecated":false,"introducedAt":"16.0","beta":false,"name":"iOS","unavailable":false},{"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","beta":false}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labeledContentStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/labeledcontentstyle(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)","kind":"symbol","abstract":[],"title":"labeledContentStyle(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"iOS","beta":false},{"introducedAt":"13.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"16.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"9.0","beta":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"labeledContentStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.labeledContentStyle(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"LabeledContentStyle","preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/labeledcontentstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labeledContentStyle(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/labeledcontentstyle(_:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"labeledContentStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/labelshidden().json b/docs/data/documentation/ouds/oudsthemeableview/labelshidden().json index ed8fe52cd..92e2fb4fb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/labelshidden().json +++ b/docs/data/documentation/ouds/oudsthemeableview/labelshidden().json @@ -1 +1 @@ -{"metadata":{"title":"labelsHidden()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.labelsHidden()","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/labelshidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelsHidden","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelsHidden()":{"url":"\/documentation\/ouds\/oudsthemeableview\/labelshidden()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()","title":"labelsHidden()","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.labelsHidden()","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelsHidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"labelsHidden()","extendedModule":"SwiftUI","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"labelsHidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/labelshidden()"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelsHidden()":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelsHidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/labelshidden()","role":"symbol","type":"topic","title":"labelsHidden()"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/labelstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/labelstyle(_:).json index 79192ec62..f95126619 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/labelstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/labelstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"LabelStyle","preciseIdentifier":"s:7SwiftUI10LabelStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","title":"labelStyle(_:)","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"11.0","name":"macOS"},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"14.0","unavailable":false},{"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labelStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/labelstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.labelStyle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelStyle(_:)":{"kind":"symbol","title":"labelStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/labelstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"LabelStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10LabelStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/labelstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","beta":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"11.0"},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS","unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"labelStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelStyle(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelStyle(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/labelstyle(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"labelStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/layereffect(_:maxsampleoffset:isenabled:).json b/docs/data/documentation/ouds/oudsthemeableview/layereffect(_:maxsampleoffset:isenabled:).json index 27ca8bd7f..cb70f31d2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/layereffect(_:maxsampleoffset:isenabled:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/layereffect(_:maxsampleoffset:isenabled:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layerEffect"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shader"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.layerEffect(_:maxSampleOffset:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"metadata":{"symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"17.0","beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"14.0","unavailable":false},{"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","title":"layerEffect(_:maxSampleOffset:isEnabled:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE11layerEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier","text":"Shader"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/layereffect(_:maxsampleoffset:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/layerEffect(_:maxSampleOffset:isEnabled:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/layereffect(_:maxsampleoffset:isenabled:)","type":"topic","title":"layerEffect(_:maxSampleOffset:isEnabled:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layerEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier","text":"Shader"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/layereffect(_:maxsampleoffset:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","title":"layerEffect(_:maxSampleOffset:isEnabled:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11layerEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false},{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layerEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"kind":"text","text":", "},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layerEffect"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"shader","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Shader","preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"kind":"text","text":": "},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.layerEffect(_:maxSampleOffset:isEnabled:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layerEffect(_:maxSampleOffset:isEnabled:)":{"title":"layerEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/layereffect(_:maxsampleoffset:isenabled:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/layoutdirectionbehavior(_:).json b/docs/data/documentation/ouds/oudsthemeableview/layoutdirectionbehavior(_:).json index aa06baffc..7e3f7de42 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/layoutdirectionbehavior(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/layoutdirectionbehavior(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.layoutDirectionBehavior(_:)"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/layoutdirectionbehavior(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutDirectionBehavior"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"17.0"},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0"}],"externalID":"s:7SwiftUI4ViewPAAE23layoutDirectionBehavioryQrAA06LayouteF0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"layoutDirectionBehavior(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutDirectionBehavior(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)","role":"symbol","title":"layoutDirectionBehavior(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/layoutdirectionbehavior(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutDirectionBehavior(_:)"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE23layoutDirectionBehavioryQrAA06LayouteF0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"layoutDirectionBehavior(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"layoutDirectionBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/layoutdirectionbehavior(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutDirectionBehavior(_:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/layoutdirectionbehavior(_:)","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutDirectionBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","kind":"typeIdentifier","text":"LayoutDirectionBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"layoutDirectionBehavior(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/layoutpriority(_:).json b/docs/data/documentation/ouds/oudsthemeableview/layoutpriority(_:).json index 52d4d3d86..51407ab31 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/layoutpriority(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/layoutpriority(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutPriority","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","title":"layoutPriority(_:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"introducedAt":"10.15","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"6.0"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.layoutPriority(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/layoutpriority(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutPriority(_:)":{"abstract":[],"kind":"symbol","title":"layoutPriority(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/layoutpriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layoutPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/layoutpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)"},"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layoutPriority","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"layoutPriority(_:)","symbolKind":"method","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutPriority(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutPriority(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutPriority"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/layoutpriority(_:)","title":"layoutPriority(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/layoutvalue(key:value:).json b/docs/data/documentation/ouds/oudsthemeableview/layoutvalue(key:value:).json index e3d89d401..ac4114ca0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/layoutvalue(key:value:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/layoutvalue(key:value:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/layoutvalue(key:value:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"layoutValue(key:value:)","platforms":[{"deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"unavailable":false,"introducedAt":"9.0","deprecated":false,"beta":false,"name":"watchOS"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutValue(key:value:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP","text":"LayoutValueKey"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutValue(key:value:)":{"kind":"symbol","title":"layoutValue(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/layoutvalue(key:value:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP","text":"LayoutValueKey"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.layoutValue(key:value:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/layoutvalue(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"layoutValue(key:value:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"16.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"9.0","unavailable":false,"deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutValue(key:value:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/layoutvalue(key:value:)","type":"topic","title":"layoutValue(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-28q3x.json b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-28q3x.json index 488cc4e72..c68c0057e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-28q3x.json +++ b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-28q3x.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-28q3x"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"text":".","type":"text"}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"name":"macOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"16.0","unavailable":false},{"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"lineLimit(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-28q3x":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x","title":"lineLimit(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-28q3x","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"lineLimit(_:)","role":"symbol","platforms":[{"introducedAt":"16.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"16.0","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS"}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-28q3x"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-28q3x":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"lineLimit(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-28q3x","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6hzmm.json b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6hzmm.json index 313290a1e..7c86dead6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6hzmm.json +++ b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6hzmm.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.lineLimit(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","interfaceLanguage":"swift"},"metadata":{"title":"lineLimit(_:)","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PartialRangeFrom","kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","beta":false},{"beta":false,"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"9.0","beta":false,"unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6hzmm"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6hzmm":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","title":"lineLimit(_:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6hzmm"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6hzmm"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"metadata":{"title":"lineLimit(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0"},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false},{"beta":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS","unavailable":false},{"beta":false,"introducedAt":"9.0","name":"watchOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom"},{"text":"<","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6hzmm":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom"},{"kind":"text","text":"<"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6hzmm","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","kind":"symbol","title":"lineLimit(_:)","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6nlf4.json b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6nlf4.json index 0e55ad0a8..960c74977 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6nlf4.json +++ b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-6nlf4.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"number"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","title":"lineLimit(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15"},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6nlf4"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6nlf4":{"type":"topic","title":"lineLimit(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6nlf4"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","title":"lineLimit(_:)","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6nlf4"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"number"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6nlf4":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6nlf4","title":"lineLimit(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-8oieq.json b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-8oieq.json index 49a9708da..4ae75fc7d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-8oieq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:)-8oieq.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:s19PartialRangeThroughV","kind":"typeIdentifier","text":"PartialRangeThrough"},{"kind":"text","text":"<"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"16.0","beta":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"9.0","beta":false,"deprecated":false,"name":"watchOS"}],"title":"lineLimit(_:)"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s19PartialRangeThroughV","text":"PartialRangeThrough"},{"text":"<","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-8oieq"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.lineLimit(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-8oieq":{"kind":"symbol","title":"lineLimit(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-8oieq","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"text":"<","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-8oieq"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"16.0","name":"iOS","beta":false,"deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PartialRangeThrough","kind":"typeIdentifier","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"lineLimit(_:)"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s19PartialRangeThroughV","kind":"typeIdentifier","text":"PartialRangeThrough"},{"text":"<","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-8oieq":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"PartialRangeThrough","kind":"typeIdentifier","preciseIdentifier":"s:s19PartialRangeThroughV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq","type":"topic","title":"lineLimit(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-8oieq","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:reservesspace:).json b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:reservesspace:).json index 976becbe8..a6c5046a2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:reservesspace:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/linelimit(_:reservesspace:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":", ","kind":"text"},{"text":"reservesSpace","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:reservesSpace:)"},{"text":".","type":"text"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"reservesSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"lineLimit(_:reservesSpace:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"13.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"name":"tvOS","unavailable":false,"introducedAt":"16.0","deprecated":false,"beta":false},{"introducedAt":"9.0","beta":false,"deprecated":false,"name":"watchOS","unavailable":false}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:reservesSpace:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:reservesspace:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"reservesSpace"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"lineLimit(_:reservesSpace:)","type":"topic","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"reservesSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"16.0"},{"introducedAt":"9.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"symbolKind":"method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"lineLimit(_:reservesSpace:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.lineLimit(_:reservesSpace:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:reservesSpace:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"reservesSpace"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:reservesspace:)","kind":"symbol","title":"lineLimit(_:reservesSpace:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/linespacing(_:).json b/docs/data/documentation/ouds/oudsthemeableview/linespacing(_:).json index cfe10f618..a004b03e9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/linespacing(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/linespacing(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/linespacing(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.lineSpacing(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)"},"metadata":{"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false,"unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineSpacing","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"lineSpacing(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"lineSpacing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineSpacing(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/linespacing(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)","title":"lineSpacing(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"6.0"}],"title":"lineSpacing(_:)","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"lineSpacing","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/linespacing(_:)"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineSpacing(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineSpacing(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linespacing(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"lineSpacing(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-2ttnc.json b/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-2ttnc.json index be690be78..fa0ea493b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-2ttnc.json +++ b/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-2ttnc.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.listItemTint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-2ttnc"]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","title":"listItemTint(_:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12ListItemTintV","kind":"typeIdentifier","text":"ListItemTint"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"introducedAt":"14.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"7.0","unavailable":false,"beta":false,"deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12ListItemTintV","kind":"typeIdentifier","text":"ListItemTint"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-2ttnc":{"title":"listItemTint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ListItemTint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-2ttnc","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"11.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","introducedAt":"7.0","beta":false,"deprecated":false}],"symbolKind":"method","roleHeading":"Instance Method","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ListItemTintV","text":"ListItemTint"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-2ttnc"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"tint"},{"text":": ","kind":"text"},{"text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-2ttnc":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"listItemTint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-2ttnc","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-knww.json b/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-knww.json index 6e9caab3c..1e95d4070 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-knww.json +++ b/docs/data/documentation/ouds/oudsthemeableview/listitemtint(_:)-knww.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","title":"listItemTint(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"11.0","beta":false},{"name":"tvOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"7.0","name":"watchOS","beta":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-knww"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.listItemTint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"tint","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-knww":{"title":"listItemTint(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-knww","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"metadata":{"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"11.0"},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"14.0","unavailable":false},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0"}],"title":"listItemTint(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"tint","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-knww"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-knww":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-knww","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"listItemTint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listrowbackground(_:).json b/docs/data/documentation/ouds/oudsthemeableview/listrowbackground(_:).json index a4b18a6cb..c231825f6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listrowbackground(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/listrowbackground(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"listRowBackground(_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"view"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowBackground(_:)":{"type":"topic","abstract":[],"title":"listRowBackground(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listrowbackground(_:)"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowbackground(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","beta":false}],"roleHeading":"Instance Method","symbolKind":"method","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"view","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowBackground(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listrowbackground(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"listRowBackground(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listrowinsets(_:).json b/docs/data/documentation/ouds/oudsthemeableview/listrowinsets(_:).json index 3f02cbf24..616986ce5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listrowinsets(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/listrowinsets(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"listRowInsets(_:)","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"6.0","unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowinsets(_:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowInsets(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)","title":"listRowInsets(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/listrowinsets(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"listRowInsets(_:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listRowInsets","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowInsets"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowinsets(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowInsets(_:)":{"title":"listRowInsets(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowInsets","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/listrowinsets(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listrowseparator(_:edges:).json b/docs/data/documentation/ouds/oudsthemeableview/listrowseparator(_:edges:).json index 8a66a3a29..4c80bda40 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listrowseparator(_:edges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/listrowseparator(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparator"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"macOS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","title":"listRowSeparator(_:edges:)","roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparator(_:edges:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowseparator(_:edges:)"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparator(_:edges:)":{"abstract":[],"kind":"symbol","title":"listRowSeparator(_:edges:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparator(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparator(_:edges:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"macOS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparator"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"listRowSeparator(_:edges:)","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparator(_:edges:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparator(_:edges:)","title":"listRowSeparator(_:edges:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listrowseparatortint(_:edges:).json b/docs/data/documentation/ouds/oudsthemeableview/listrowseparatortint(_:edges:).json index 1e81b6432..d89851b3d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listrowseparatortint(_:edges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/listrowseparatortint(_:edges:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listRowSeparatorTint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"listRowSeparatorTint(_:edges:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowseparatortint(_:edges:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"color","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listRowSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparatorTint(_:edges:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparatortint(_:edges:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","kind":"symbol","abstract":[],"title":"listRowSeparatorTint(_:edges:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false}],"title":"listRowSeparatorTint(_:edges:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparatorTint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?, ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listRowSeparatorTint","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"color","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?, ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listrowseparatortint(_:edges:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparatorTint(_:edges:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparatorTint(_:edges:)":{"kind":"symbol","type":"topic","abstract":[],"title":"listRowSeparatorTint(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparatortint(_:edges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listsectionseparator(_:edges:).json b/docs/data/documentation/ouds/oudsthemeableview/listsectionseparator(_:edges:).json index 64a0144ef..92b6ef08a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listsectionseparator(_:edges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/listsectionseparator(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listSectionSeparator","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listsectionseparator(_:edges:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listSectionSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20listSectionSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"13.0","name":"macOS","beta":false,"unavailable":false}],"role":"symbol","title":"listSectionSeparator(_:edges:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listSectionSeparator(_:edges:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparator(_:edges:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)","kind":"symbol","role":"symbol","title":"listSectionSeparator(_:edges:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparator(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false},{"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE20listSectionSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"listSectionSeparator(_:edges:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listsectionseparator(_:edges:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparator(_:edges:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparator(_:edges:)":{"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listSectionSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)","title":"listSectionSeparator(_:edges:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparator(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/listsectionseparatortint(_:edges:).json b/docs/data/documentation/ouds/oudsthemeableview/listsectionseparatortint(_:edges:).json index d43ba3663..861dd0485 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/listsectionseparatortint(_:edges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/listsectionseparatortint(_:edges:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listsectionseparatortint(_:edges:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"listSectionSeparatorTint(_:edges:)","platforms":[{"deprecated":false,"introducedAt":"15.0","beta":false,"name":"iOS","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?, ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"color","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparatorTint(_:edges:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparatorTint(_:edges:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)","title":"listSectionSeparatorTint(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparatortint(_:edges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"title":"listSectionSeparatorTint(_:edges:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparatorTint"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.listSectionSeparatorTint(_:edges:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"color","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/listsectionseparatortint(_:edges:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparatorTint(_:edges:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)","abstract":[],"kind":"symbol","title":"listSectionSeparatorTint(_:edges:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparatortint(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/liststyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/liststyle(_:).json index af819fa33..975e1e6f9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/liststyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/liststyle(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ListStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false}],"title":"listStyle(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listStyle(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/liststyle(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listStyle(_:)":{"abstract":[],"kind":"symbol","title":"listStyle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/liststyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"name":"tvOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0","beta":false}],"title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/liststyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ListStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.listStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/listStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/liststyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","title":"listStyle(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/luminancetoalpha().json b/docs/data/documentation/ouds/oudsthemeableview/luminancetoalpha().json index 9e82a5a0c..4f3dd29e4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/luminancetoalpha().json +++ b/docs/data/documentation/ouds/oudsthemeableview/luminancetoalpha().json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"luminanceToAlpha()","externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"luminanceToAlpha","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0"},{"beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS"}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"luminanceToAlpha","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/luminancetoalpha()"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/luminanceToAlpha()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"luminanceToAlpha"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/luminancetoalpha()","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()","type":"topic","title":"luminanceToAlpha()"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"luminanceToAlpha"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"luminanceToAlpha","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","title":"luminanceToAlpha()","platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0"}],"roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/luminancetoalpha()"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/luminanceToAlpha()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()","url":"\/documentation\/ouds\/oudsthemeableview\/luminancetoalpha()","abstract":[],"title":"luminanceToAlpha()","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"luminanceToAlpha","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/mask(_:).json b/docs/data/documentation/ouds/oudsthemeableview/mask(_:).json index ae4888f81..0ffe56c43 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/mask(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/mask(_:).json @@ -1 +1 @@ -{"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use overload where mask accepts a @ViewBuilder instead.","type":"text"}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/mask(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"mask","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","name":"iOS","message":"Use overload where mask accepts a @ViewBuilder instead.","deprecated":false},{"deprecated":false,"name":"macOS","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"10.15","message":"Use overload where mask accepts a @ViewBuilder instead.","beta":false},{"unavailable":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"message":"Use overload where mask accepts a @ViewBuilder instead.","deprecatedAt":"100000.0","beta":false},{"name":"watchOS","beta":false,"unavailable":false,"message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"6.0","deprecatedAt":"100000.0","deprecated":false}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","title":"mask(_:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.mask(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/mask(_:)","title":"mask(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/mask(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","interfaceLanguage":"swift"},"deprecationSummary":[{"inlineContent":[{"text":"Use overload where mask accepts a @ViewBuilder instead.","type":"text"}],"type":"paragraph"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"beta":false,"message":"Use overload where mask accepts a @ViewBuilder instead.","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0"},{"name":"macOS","message":"Use overload where mask accepts a @ViewBuilder instead.","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.15","deprecatedAt":"100000.0"},{"introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"name":"tvOS","unavailable":false,"message":"Use overload where mask accepts a @ViewBuilder instead."},{"message":"Use overload where mask accepts a @ViewBuilder instead.","deprecated":false,"name":"watchOS","beta":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"6.0"}],"title":"mask(_:)","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"mask","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.mask(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"mask","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","title":"mask(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/mask(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/mask(alignment:_:).json b/docs/data/documentation/ouds/oudsthemeableview/mask(alignment:_:).json index fc1b07e5a..be9fca134 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/mask(alignment:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/mask(alignment:_:).json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/mask(alignment:_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(alignment:_:)"},{"text":".","type":"text"}],"metadata":{"title":"mask(alignment:_:)","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0","unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE4mask9alignment_QrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Mask"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": () -> "},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(alignment:_:)":{"kind":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":", () -> "},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/mask(alignment:_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mask"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.mask(alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/mask(alignment:_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","beta":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", () -> ","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"mask(alignment:_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4mask9alignment_QrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(alignment:_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","type":"topic","title":"mask(alignment:_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/mask(alignment:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/matchedgeometryeffect(id:in:properties:anchor:issource:).json b/docs/data/documentation/ouds/oudsthemeableview/matchedgeometryeffect(id:in:properties:anchor:issource:).json index 979f37119..3079fa4df 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/matchedgeometryeffect(id:in:properties:anchor:issource:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/matchedgeometryeffect(id:in:properties:anchor:issource:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"14.0"},{"unavailable":false,"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"7.0","name":"watchOS","deprecated":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"properties","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"MatchedGeometryProperties","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":", ","kind":"text"},{"text":"isSource","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/matchedgeometryeffect(id:in:properties:anchor:issource:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"matchedGeometryEffect","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":", ","kind":"text"},{"text":"properties","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"text":" = .frame, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"isSource"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","url":"\/documentation\/ouds\/oudsthemeableview\/matchedgeometryeffect(id:in:properties:anchor:issource:)","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"matchedGeometryEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","text":"MatchedGeometryProperties","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/matchedgeometryeffect(id:in:properties:anchor:issource:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":", ","kind":"text"},{"text":"properties","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"MatchedGeometryProperties","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"text":" = .frame, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":" = .center, ","kind":"text"},{"kind":"externalParam","text":"isSource"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","roleHeading":"Instance Method","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"11.0","beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"matchedGeometryEffect","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":", ","kind":"text"},{"text":"properties","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","text":"MatchedGeometryProperties","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSource"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"matchedGeometryEffect","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"text":"properties","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"MatchedGeometryProperties","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSource","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/matchedgeometryeffect(id:in:properties:anchor:issource:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/menuactiondismissbehavior(_:).json b/docs/data/documentation/ouds/oudsthemeableview/menuactiondismissbehavior(_:).json index f6b352cab..39a3d33d5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/menuactiondismissbehavior(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/menuactiondismissbehavior(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)","interfaceLanguage":"swift"},"metadata":{"title":"menuActionDismissBehavior(_:)","role":"symbol","platforms":[{"introducedAt":"16.4","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"13.3","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.4","name":"tvOS"},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"9.4","unavailable":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","text":"MenuActionDismissBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25menuActionDismissBehavioryQrAA04MenuefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuActionDismissBehavior"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","text":"MenuActionDismissBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/menuactiondismissbehavior(_:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuActionDismissBehavior(_:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuActionDismissBehavior(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","kind":"typeIdentifier","text":"MenuActionDismissBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)","title":"menuActionDismissBehavior(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/menuactiondismissbehavior(_:)","role":"symbol","abstract":[],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.4"},{"unavailable":false,"name":"macOS","introducedAt":"13.3","deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"16.4","deprecated":false},{"name":"watchOS","deprecated":false,"introducedAt":"9.4","beta":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25menuActionDismissBehavioryQrAA04MenuefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","text":"MenuActionDismissBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"menuActionDismissBehavior(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"menuActionDismissBehavior","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"behavior"},{"text":": ","kind":"text"},{"text":"MenuActionDismissBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuActionDismissBehavior(_:)"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/menuactiondismissbehavior(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuActionDismissBehavior(_:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/menuactiondismissbehavior(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuActionDismissBehavior"},{"kind":"text","text":"("},{"text":"MenuActionDismissBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"menuActionDismissBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/menubuttonstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/menubuttonstyle(_:).json index bb2b25035..2c0baba70 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/menubuttonstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/menubuttonstyle(_:).json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `menuStyle(_:)` instead."}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuButtonStyle(_:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","deprecatedAt":"100000.0","message":"Use `menuStyle(_:)` instead."}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","title":"menuButtonStyle(_:)"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuButtonStyle","preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/menubuttonstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuButtonStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)","title":"menuButtonStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/menubuttonstyle(_:)","abstract":[],"type":"topic","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"MenuButtonStyle","preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/menubuttonstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuButtonStyle(_:)"},{"type":"text","text":"."}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use `menuStyle(_:)` instead."}],"type":"paragraph"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","title":"menuButtonStyle(_:)","platforms":[{"unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"10.15","beta":false,"message":"Use `menuStyle(_:)` instead.","name":"macOS"}]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuButtonStyle(_:)":{"deprecated":true,"title":"menuButtonStyle(_:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/menubuttonstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/menuindicator(_:).json b/docs/data/documentation/ouds/oudsthemeableview/menuindicator(_:).json index 5be8c5d6e..dcb4c8d44 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/menuindicator(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/menuindicator(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuIndicator(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuIndicator"},{"text":"(","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"menuIndicator(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false},{"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"tvOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/menuindicator(_:)"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuIndicator(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/menuindicator(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)","type":"topic","abstract":[],"kind":"symbol","title":"menuIndicator(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/menuindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"},{"beta":false,"introducedAt":"17.0","name":"tvOS","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuIndicator(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuIndicator(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/menuindicator(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"menuIndicator(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/menuorder(_:).json b/docs/data/documentation/ouds/oudsthemeableview/menuorder(_:).json index b5c34381d..527b5c5ba 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/menuorder(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/menuorder(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.menuOrder(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"order","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"MenuOrder","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"unavailable":false,"introducedAt":"9.0","deprecated":false,"beta":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuOrder"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9MenuOrderV","text":"MenuOrder","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"menuOrder(_:)","externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/menuorder(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuOrder(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/menuorder(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","kind":"symbol","title":"menuOrder(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"order","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuOrder(_:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"menuOrder(_:)","roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"introducedAt":"16.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"9.0","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuOrder"},{"text":"(","kind":"text"},{"text":"MenuOrder","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/menuorder(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuOrder(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"MenuOrder","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/menuorder(_:)","abstract":[],"title":"menuOrder(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/menustyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/menustyle(_:).json index 7d6bb96aa..848bc2020 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/menustyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/menustyle(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/menustyle(_:)"]}],"metadata":{"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0"},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"menuStyle(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"MenuStyle","preciseIdentifier":"s:7SwiftUI9MenuStyleP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuStyle(_:)":{"kind":"symbol","title":"menuStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/menustyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuStyle","preciseIdentifier":"s:7SwiftUI9MenuStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/menustyle(_:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"11.0","beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"17.0"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"menuStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/menustyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"title":"menuStyle(_:)","role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/minimumscalefactor(_:).json b/docs/data/documentation/ouds/oudsthemeableview/minimumscalefactor(_:).json index 404a37e76..9a6a47bab 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/minimumscalefactor(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/minimumscalefactor(_:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Method","title":"minimumScaleFactor(_:)","externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"minimumScaleFactor"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false,"beta":false},{"name":"tvOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.minimumScaleFactor(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"factor","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/minimumscalefactor(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/minimumScaleFactor(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/minimumscalefactor(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)","kind":"symbol","abstract":[],"title":"minimumScaleFactor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"minimumScaleFactor(_:)","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"factor","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/minimumscalefactor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.minimumScaleFactor(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/minimumScaleFactor(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/minimumscalefactor(_:)","title":"minimumScaleFactor(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"minimumScaleFactor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/modifier(_:).json b/docs/data/documentation/ouds/oudsthemeableview/modifier(_:).json index 181f4c78f..243e6f1da 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/modifier(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/modifier(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.modifier(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"modifier","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"modifier"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"modifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":">","kind":"text"}],"symbolKind":"method","title":"modifier(_:)","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/modifier(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/modifier(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/modifier(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"modifier","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"title":"modifier(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.modifier(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"modifier","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"modifier"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/modifier(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"modifier(_:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"modifier","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/modifier(_:)":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"url":"\/documentation\/ouds\/oudsthemeableview\/modifier(_:)","title":"modifier(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/monospaced(_:).json b/docs/data/documentation/ouds/oudsthemeableview/monospaced(_:).json index 767ef291c..6d5b9909e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/monospaced(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/monospaced(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospaced(_:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)"},"kind":"symbol","metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"iOS"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0"},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"9.0"}],"extendedModule":"SwiftUI","role":"symbol","title":"monospaced(_:)","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/monospaced(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospaced(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/monospaced(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)","kind":"symbol","abstract":[],"title":"monospaced(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"beta":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"9.0","name":"watchOS","beta":false,"unavailable":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"monospaced(_:)","roleHeading":"Instance Method"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.monospaced(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/monospaced(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospaced(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/monospaced(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"monospaced(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/monospaceddigit().json b/docs/data/documentation/ouds/oudsthemeableview/monospaceddigit().json index 315356692..a421c213d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/monospaceddigit().json +++ b/docs/data/documentation/ouds/oudsthemeableview/monospaceddigit().json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospacedDigit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/monospaceddigit()"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.monospacedDigit()","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()"},"metadata":{"platforms":[{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0"},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"8.0"}],"symbolKind":"method","title":"monospacedDigit()","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospacedDigit()":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()","url":"\/documentation\/ouds\/oudsthemeableview\/monospaceddigit()","role":"symbol","title":"monospacedDigit()","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/monospaceddigit()"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"monospacedDigit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0"},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0","unavailable":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.monospacedDigit()","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospacedDigit()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()","url":"\/documentation\/ouds\/oudsthemeableview\/monospaceddigit()","abstract":[],"title":"monospacedDigit()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/movedisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/movedisabled(_:).json index 5fe894b08..c87158f68 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/movedisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/movedisabled(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","title":"moveDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"moveDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false,"unavailable":false},{"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"moveDisabled"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)"},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/movedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.moveDisabled(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/moveDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/movedisabled(_:)","kind":"symbol","title":"moveDisabled(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"moveDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.moveDisabled(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/movedisabled(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"moveDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"iOS","beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"title":"moveDisabled(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"moveDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/moveDisabled(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"moveDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/movedisabled(_:)","title":"moveDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/multilinetextalignment(_:).json b/docs/data/documentation/ouds/oudsthemeableview/multilinetextalignment(_:).json index 3d540796b..03d43bcd1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/multilinetextalignment(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/multilinetextalignment(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.multilineTextAlignment(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"multilineTextAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI13TextAlignmentO","text":"TextAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/multilinetextalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","title":"multilineTextAlignment(_:)","externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"unavailable":false,"introducedAt":"6.0","beta":false,"name":"watchOS","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"multilineTextAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"text":"TextAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/multilineTextAlignment(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13TextAlignmentO","text":"TextAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/multilinetextalignment(_:)","role":"symbol","type":"topic","title":"multilineTextAlignment(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/multilinetextalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"multilineTextAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13TextAlignmentO","text":"TextAlignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","beta":false,"introducedAt":"13.0"},{"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0"}],"role":"symbol","title":"multilineTextAlignment(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"multilineTextAlignment"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"alignment","kind":"internalParam"},{"kind":"text","text":": "},{"text":"TextAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.multilineTextAlignment(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/multilineTextAlignment(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/multilinetextalignment(_:)","title":"multilineTextAlignment(_:)","type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"multilineTextAlignment"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13TextAlignmentO","kind":"typeIdentifier","text":"TextAlignment"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbarbackbuttonhidden(_:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationbarbackbuttonhidden(_:).json index 68d8bcfd8..a1f8e70cc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbarbackbuttonhidden(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbarbackbuttonhidden(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarBackButtonHidden(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"hidesBackButton","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"navigationBarBackButtonHidden(_:)","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"deprecated":false,"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbarbackbuttonhidden(_:)"]}],"kind":"symbol","sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarBackButtonHidden(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarbackbuttonhidden(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)","kind":"symbol","title":"navigationBarBackButtonHidden(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationBarBackButtonHidden(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbarbackbuttonhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidesBackButton"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"13.0","beta":false},{"beta":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","title":"navigationBarBackButtonHidden(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarBackButtonHidden(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationBarBackButtonHidden(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarbackbuttonhidden(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)","role":"symbol","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbarhidden(_:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationbarhidden(_:).json index acea58844..6a3213109 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbarhidden(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbarhidden(_:).json @@ -1 +1 @@ -{"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use toolbar(.hidden)"}],"type":"paragraph"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarHidden(_:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarHidden","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"navigationBarHidden(_:)","platforms":[{"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"message":"Use toolbar(.hidden)","deprecated":false,"name":"tvOS","deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"6.0","unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","name":"watchOS","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"deprecatedAt":"100000.0","name":"visionOS","introducedAt":"1.0","message":"Use toolbar(.hidden)","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarHidden","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbarhidden(_:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarHidden(_:)":{"type":"topic","title":"navigationBarHidden(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarHidden","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","deprecated":true,"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarhidden(_:)"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationBarHidden(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"title":"navigationBarHidden(_:)","platforms":[{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","unavailable":false,"beta":false,"message":"Use toolbar(.hidden)","deprecated":false},{"deprecatedAt":"100000.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","message":"Use toolbar(.hidden)"},{"deprecatedAt":"100000.0","deprecated":false,"beta":false,"message":"Use toolbar(.hidden)","name":"watchOS","unavailable":false,"introducedAt":"6.0"},{"deprecated":false,"name":"visionOS","introducedAt":"1.0","beta":false,"unavailable":false,"message":"Use toolbar(.hidden)","deprecatedAt":"100000.0"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbarhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarHidden","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use toolbar(.hidden)","type":"text"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarHidden(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarHidden"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationBarHidden(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarhidden(_:)","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-3vjo2.json b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-3vjo2.json index 2910fc216..cff71a1e0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-3vjo2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-3vjo2.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"navigationBarTitle(_:)","platforms":[{"deprecated":false,"name":"iOS","renamed":"navigationTitle(_:)","beta":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","deprecated":false,"renamed":"navigationTitle(_:)"},{"unavailable":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"6.0","deprecated":false,"name":"watchOS","renamed":"navigationTitle(_:)"},{"unavailable":false,"introducedAt":"1.0","beta":false,"deprecatedAt":"100000.0","name":"visionOS","deprecated":false,"renamed":"navigationTitle(_:)"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-3vjo2"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-3vjo2":{"abstract":[],"deprecated":true,"kind":"symbol","title":"navigationBarTitle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-3vjo2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"platforms":[{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false,"renamed":"navigationTitle(_:)"},{"beta":false,"renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"tvOS","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","beta":false,"renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS"},{"deprecatedAt":"100000.0","name":"visionOS","renamed":"navigationTitle(_:)","deprecated":false,"unavailable":false,"introducedAt":"1.0","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","title":"navigationBarTitle(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationBarTitle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-3vjo2"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-3vjo2":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationBarTitle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-3vjo2","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-6z88b.json b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-6z88b.json index 3c093a167..30dd4e69d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-6z88b.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-6z88b.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"navigationBarTitle(_:)","platforms":[{"unavailable":false,"introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"name":"iOS","renamed":"navigationTitle(_:)"},{"deprecatedAt":"100000.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"13.0","renamed":"navigationTitle(_:)"},{"renamed":"navigationTitle(_:)","unavailable":false,"name":"watchOS","beta":false,"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"6.0"},{"beta":false,"deprecated":false,"name":"visionOS","renamed":"navigationTitle(_:)","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"1.0"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-6z88b"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-6z88b":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"title":"navigationBarTitle(_:)","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-6z88b","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-6z88b"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationBarTitle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"renamed":"navigationTitle(_:)","name":"iOS","deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"renamed":"navigationTitle(_:)","beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0"},{"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false},{"renamed":"navigationTitle(_:)","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"1.0","name":"visionOS","deprecated":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-6z88b":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-6z88b","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","title":"navigationBarTitle(_:)","abstract":[],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-9sm7u.json b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-9sm7u.json index aac788323..2af84fbe7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-9sm7u.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:)-9sm7u.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"symbolKind":"method","title":"navigationBarTitle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","platforms":[{"beta":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"13.0"},{"renamed":"navigationTitle(_:)","unavailable":false,"beta":false,"introducedAt":"13.0","deprecatedAt":"100000.0","deprecated":false,"name":"tvOS"},{"renamed":"navigationTitle(_:)","deprecatedAt":"100000.0","name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false},{"name":"visionOS","introducedAt":"1.0","beta":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-9sm7u"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationBarTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-9sm7u":{"deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-9sm7u","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationBarTitle(_:)","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","beta":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","renamed":"navigationTitle(_:)","deprecated":false},{"renamed":"navigationTitle(_:)","name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","beta":false},{"deprecated":false,"name":"watchOS","renamed":"navigationTitle(_:)","unavailable":false,"deprecatedAt":"100000.0","beta":false,"introducedAt":"6.0"},{"deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"beta":false,"introducedAt":"1.0","renamed":"navigationTitle(_:)","name":"visionOS"}],"symbolKind":"method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"navigationBarTitle(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-9sm7u"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-9sm7u":{"kind":"symbol","title":"navigationBarTitle(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-9sm7u","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-3xhpq.json b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-3xhpq.json index 666db48b2..34321bb62 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-3xhpq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-3xhpq.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-3xhpq"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","type":"text"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecatedAt":"100000.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"},{"beta":false,"deprecatedAt":"100000.0","unavailable":false,"name":"visionOS","introducedAt":"1.0","deprecated":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier","text":"TitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationBarTitle(_:displayMode:)","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-3xhpq":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-3xhpq","type":"topic","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationBarTitle(_:displayMode:)","deprecated":true},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier","text":"NavigationBarItem"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","deprecatedAt":"100000.0","beta":false,"unavailable":false,"introducedAt":"13.0"},{"deprecated":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"1.0","unavailable":false,"deprecatedAt":"100000.0","name":"visionOS","beta":false}],"extendedModule":"SwiftUI","title":"navigationBarTitle(_:displayMode:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","type":"text"}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-3xhpq"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-3xhpq":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-3xhpq","deprecated":true,"title":"navigationBarTitle(_:displayMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-6bdon.json b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-6bdon.json index cab1eefae..4ccc8a01d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-6bdon.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-6bdon.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-6bdon"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"navigationBarTitle(_:displayMode:)","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"14.0","beta":false,"unavailable":false,"name":"iOS","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","beta":false,"name":"visionOS","unavailable":false,"deprecated":false,"introducedAt":"1.0"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"deprecationSummary":[{"inlineContent":[{"text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","type":"text"}],"type":"paragraph"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-6bdon":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-6bdon","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","kind":"symbol","title":"navigationBarTitle(_:displayMode:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"metadata":{"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","beta":false,"introducedAt":"14.0","deprecatedAt":"100000.0"},{"introducedAt":"1.0","unavailable":false,"name":"visionOS","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","beta":false,"deprecatedAt":"100000.0","deprecated":false}],"role":"symbol","symbolKind":"method","title":"navigationBarTitle(_:displayMode:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier","text":"NavigationBarItem"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-6bdon"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-6bdon":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-6bdon","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"navigationBarTitle(_:displayMode:)","deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-78hww.json b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-78hww.json index 62b5866a8..b206451f2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-78hww.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationbartitle(_:displaymode:)-78hww.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-78hww"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationBarTitle(_:displayMode:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"deprecatedAt":"100000.0","beta":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"13.0"},{"introducedAt":"1.0","deprecatedAt":"100000.0","beta":false,"unavailable":false,"deprecated":false,"name":"visionOS","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier","text":"NavigationBarItem"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"navigationBarTitle(_:displayMode:)","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA18LocalizedStringKeyV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol"},"deprecationSummary":[{"inlineContent":[{"text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","type":"text"}],"type":"paragraph"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-78hww":{"kind":"symbol","title":"navigationBarTitle(_:displayMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-78hww","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true}}} \ No newline at end of file +{"deprecationSummary":[{"inlineContent":[{"text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","type":"text"}],"type":"paragraph"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-78hww"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationBarTitle(_:displayMode:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"navigationBarTitle(_:displayMode:)","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA18LocalizedStringKeyV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"name":"iOS","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"introducedAt":"1.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"name":"visionOS","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier","text":"TitleDisplayMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-78hww":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-78hww","deprecated":true,"title":"navigationBarTitle(_:displayMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(for:destination:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(for:destination:).json index 744f6bdc1..5a51c23be 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(for:destination:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(for:destination:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"9.0"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"navigationDestination(for:destination:)","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDestination(for:destination:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"destination"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdestination(for:destination:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(for:destination:)":{"kind":"symbol","title":"navigationDestination(for:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(for:destination:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","role":"symbol","title":"navigationDestination(for:destination:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0"},{"introducedAt":"16.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","beta":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(for:destination:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"destination"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdestination(for:destination:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(for:destination:)":{"title":"navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(for:destination:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(ispresented:destination:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(ispresented:destination:).json index 451f62da9..9f18f0e25 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(ispresented:destination:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(ispresented:destination:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)"},"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"16.0"},{"name":"macOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false},{"beta":false,"introducedAt":"9.0","name":"watchOS","unavailable":false,"deprecated":false}],"title":"navigationDestination(isPresented:destination:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdestination(ispresented:destination:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDestination(isPresented:destination:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(isPresented:destination:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(ispresented:destination:)","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDestination(isPresented:destination:)","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDestination(isPresented:destination:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"introducedAt":"16.0","beta":false,"unavailable":false,"name":"iOS","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"introducedAt":"16.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"navigationDestination(isPresented:destination:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdestination(ispresented:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(isPresented:destination:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(ispresented:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)","title":"navigationDestination(isPresented:destination:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(item:destination:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(item:destination:).json index 67e5201ae..352da1cf1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(item:destination:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdestination(item:destination:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdestination(item:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Optional","kind":"typeIdentifier","preciseIdentifier":"s:Sq"},{"text":"<","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationDestination(item:destination:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"navigationDestination(item:destination:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"},{"unavailable":false,"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"17.0"},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"10.0"}],"externalID":"s:7SwiftUI4ViewPAAE21navigationDestination4item11destinationQrAA7BindingVyqd__SgG_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sq","text":"Optional"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"D"},{"text":">>, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(item:destination:)":{"kind":"symbol","title":"navigationDestination(item:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(item:destination:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"navigationDestination(item:destination:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"},{"name":"tvOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"10.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination4item11destinationQrAA7BindingVyqd__SgG_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"D"},{"text":">>, ","kind":"text"},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDestination(item:destination:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdestination(item:destination:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sq","kind":"typeIdentifier","text":"Optional"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"D"},{"text":">>, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(item:destination:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(item:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sq","text":"Optional"},{"kind":"text","text":"<"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDestination(item:destination:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:).json index d7eb6a5f7..87a89d392 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"url","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationDocument(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","interfaceLanguage":"swift"},"metadata":{"title":"navigationDocument(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"16.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","title":"navigationDocument(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"title":"navigationDocument(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0"},{"introducedAt":"16.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"("},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:)":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"("},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-2nyi.json b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-2nyi.json index 7bcfb5eb8..a36dfec82 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-2nyi.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-2nyi.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"document","kind":"internalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-2nyi"]}],"metadata":{"extendedModule":"SwiftUI","title":"navigationDocument(_:preview:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false,"name":"iOS"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","beta":false},{"deprecated":false,"beta":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-2nyi":{"title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-2nyi","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-2nyi"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"document","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"kind":"text","text":"<"},{"text":"Never","preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"I","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","title":"navigationDocument(_:preview:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"9.0","name":"watchOS","deprecated":false,"beta":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"kind":"text","text":"<"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-2nyi":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-2nyi","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"kind":"text","text":", "},{"text":"I","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-3m7d2.json b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-3m7d2.json index d20512c87..e8ff7a3e1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-3m7d2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-3m7d2.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"document","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-3m7d2"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"navigationDocument(_:preview:)","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"kind":"text","text":", "},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"16.0","name":"iOS","deprecated":false,"unavailable":false},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-3m7d2":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier","text":"SharePreview"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-3m7d2","role":"symbol","type":"topic","title":"navigationDocument(_:preview:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Never","preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-3m7d2"]}],"metadata":{"title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"introducedAt":"16.0","name":"iOS","deprecated":false},{"name":"macOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-3m7d2":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier","text":"Never"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","type":"topic","title":"navigationDocument(_:preview:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-3m7d2","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-6cing.json b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-6cing.json index 9a667a724..6fae48e20 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-6cing.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-6cing.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-6cing"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","title":"navigationDocument(_:preview:)","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"9.0","beta":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"document","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier","text":"SharePreview"},{"text":"<","kind":"text"},{"text":"I1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I2"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"text":", ","kind":"text"},{"text":"I1","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-6cing":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-6cing","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"text":"I1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"I2","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:preview:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I2"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"text":"I2","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I1","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"9.0","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"text":"I1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I2"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"navigationDocument(_:preview:)"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-6cing"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-6cing":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-6cing","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I1"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I2"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDocument(_:preview:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-9w6b9.json b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-9w6b9.json index 1b08e8943..b6d185df3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-9w6b9.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationdocument(_:preview:)-9w6b9.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9"},"metadata":{"role":"symbol","platforms":[{"deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"navigationDocument(_:preview:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":", ","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-9w6b9"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-9w6b9":{"kind":"symbol","title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-9w6b9","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"document","kind":"internalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"navigationDocument(_:preview:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"name":"iOS","beta":false,"introducedAt":"16.0","unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"9.0","name":"watchOS","beta":false}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-9w6b9"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-9w6b9":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-9w6b9","type":"topic","kind":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(_:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(_:).json index c60233883..8239d6d11 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(_:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(_:)"},{"type":"text","text":"."}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"name":"macOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"9.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"navigationSplitViewColumnWidth(_:)","role":"symbol","symbolKind":"method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(_:)":{"kind":"symbol","title":"navigationSplitViewColumnWidth(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationSplitViewColumnWidth(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"width","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","platforms":[{"beta":false,"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"16.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"9.0"}],"roleHeading":"Instance Method","role":"symbol","title":"navigationSplitViewColumnWidth(_:)","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(_:)":{"title":"navigationSplitViewColumnWidth(_:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(min:ideal:max:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(min:ideal:max:).json index 8a2de6d10..64dd22676 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(min:ideal:max:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewcolumnwidth(min:ideal:max:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(min:ideal:max:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(min:ideal:max:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"max"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","beta":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0"}],"extendedModule":"SwiftUI","role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(min:ideal:max:)":{"kind":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(min:ideal:max:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(min:ideal:max:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Method","platforms":[{"introducedAt":"16.0","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"16.0","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"max"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationSplitViewColumnWidth(min:ideal:max:)","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(min:ideal:max:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(min:ideal:max:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(min:ideal:max:)","title":"navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewstyle(_:).json index cca627175..2c4a25463 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationsplitviewstyle(_:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"name":"tvOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"16.0"},{"name":"watchOS","beta":false,"introducedAt":"9.0","deprecated":false,"unavailable":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewstyle(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewStyle(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"NavigationSplitViewStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewstyle(_:)","role":"symbol","title":"navigationSplitViewStyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewstyle(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0","name":"iOS"},{"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"9.0"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"navigationSplitViewStyle(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP","kind":"typeIdentifier","text":"NavigationSplitViewStyle"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationSplitViewStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewStyle(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewstyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","role":"symbol","title":"navigationSplitViewStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-15fp6.json b/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-15fp6.json index c039e7ae9..0307c4053 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-15fp6.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-15fp6.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationSubtitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-15fp6"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","title":"navigationSubtitle(_:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"unavailable":false,"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false},{"name":"Mac Catalyst","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"subtitleKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-15fp6":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-15fp6","role":"symbol","type":"topic","title":"navigationSubtitle(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-15fp6"]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","extendedModule":"SwiftUI","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","platforms":[{"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"Mac Catalyst","introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"subtitleKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-15fp6":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationSubtitle(_:)","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-15fp6"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-8ubm5.json b/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-8ubm5.json index 4559c250f..e7a78095f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-8ubm5.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-8ubm5.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-8ubm5"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"subtitle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5"},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"11.0"},{"name":"Mac Catalyst","introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol","title":"navigationSubtitle(_:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-8ubm5":{"type":"topic","title":"navigationSubtitle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-8ubm5","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"Mac Catalyst"}],"title":"navigationSubtitle(_:)","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-8ubm5"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-8ubm5":{"abstract":[],"title":"navigationSubtitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-8ubm5","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-9qd45.json b/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-9qd45.json index 8f5d83a5a..c919dcbbe 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-9qd45.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationsubtitle(_:)-9qd45.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"beta":false,"introducedAt":"11.0","unavailable":false,"deprecated":false,"name":"macOS"},{"name":"Mac Catalyst","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"navigationSubtitle(_:)","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-9qd45"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationSubtitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"subtitle","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-9qd45":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","abstract":[],"title":"navigationSubtitle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-9qd45"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"subtitle","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","platforms":[{"introducedAt":"11.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"name":"Mac Catalyst","beta":false,"introducedAt":"14.0","unavailable":false}],"title":"navigationSubtitle(_:)","symbolKind":"method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-9qd45"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationSubtitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-9qd45":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-9qd45","abstract":[],"title":"navigationSubtitle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-1erzo.json b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-1erzo.json index 6d119ef70..75f3ea989 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-1erzo.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-1erzo.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-1erzo"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"navigationTitle(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"name":"macOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS"},{"unavailable":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-1erzo":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-1erzo","role":"symbol","title":"navigationTitle(_:)","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"title":"navigationTitle(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"16.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"introducedAt":"13.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"16.0","beta":false,"unavailable":false,"name":"tvOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-1erzo"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-1erzo":{"title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-1erzo","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2pbcr.json b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2pbcr.json index c92fc4d2f..55f88be59 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2pbcr.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2pbcr.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2pbcr"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"introducedAt":"14.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"14.0"},{"unavailable":false,"introducedAt":"7.0","name":"watchOS","deprecated":false,"beta":false}],"title":"navigationTitle(_:)","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2pbcr":{"kind":"symbol","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2pbcr","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false},{"name":"tvOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"7.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"navigationTitle(_:)","extendedModule":"SwiftUI","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2pbcr"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2pbcr":{"title":"navigationTitle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2pbcr","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2wpzr.json b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2wpzr.json index 30c540bd9..4f48a261d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2wpzr.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-2wpzr.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2wpzr"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"navigationTitle(_:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"14.0","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"7.0","beta":false,"deprecated":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2wpzr":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2wpzr","role":"symbol","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr","title":"navigationTitle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2wpzr"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"tvOS"},{"name":"watchOS","introducedAt":"7.0","unavailable":false,"deprecated":false,"beta":false}],"title":"navigationTitle(_:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2wpzr":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2wpzr","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr","type":"topic","title":"navigationTitle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-65tev.json b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-65tev.json index 8a6d3b08e..62d412a7d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-65tev.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-65tev.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"7.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"navigationTitle(_:)","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-65tev"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-65tev":{"abstract":[],"title":"navigationTitle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-65tev","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-65tev"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"unavailable":false,"introducedAt":"7.0","name":"watchOS","deprecated":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"navigationTitle(_:)","roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-65tev":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-65tev","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-6z34.json b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-6z34.json index d8661dea0..6b187c0b7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-6z34.json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationtitle(_:)-6z34.json @@ -1 +1 @@ -{"metadata":{"title":"navigationTitle(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"unavailable":false},{"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"14.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"7.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-6z34"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-6z34":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-6z34","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","kind":"symbol","title":"navigationTitle(_:)","role":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false},{"unavailable":false,"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false},{"introducedAt":"14.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"navigationTitle(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-6z34"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-6z34":{"role":"symbol","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-6z34","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/navigationviewstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/navigationviewstyle(_:).json index 085e7583f..3da7864af 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/navigationviewstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/navigationviewstyle(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)","interfaceLanguage":"swift"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","type":"text"}]}],"metadata":{"symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","deprecatedAt":"100000.0","beta":false,"introducedAt":"13.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"},{"introducedAt":"10.15","beta":false,"deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","name":"macOS"},{"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","deprecatedAt":"100000.0","name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"7.0","deprecatedAt":"100000.0"},{"beta":false,"deprecated":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","name":"visionOS","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"1.0"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationViewStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP","text":"NavigationViewStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationviewstyle(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationViewStyle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationViewStyle(_:)":{"kind":"symbol","title":"navigationViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationviewstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"deprecated":true}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)"},"kind":"symbol","sections":[],"deprecationSummary":[{"inlineContent":[{"text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","type":"text"}],"type":"paragraph"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/navigationviewstyle(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationViewStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP","text":"NavigationViewStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","platforms":[{"deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"name":"iOS","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","beta":false,"deprecated":false},{"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","beta":false},{"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","deprecatedAt":"100000.0","deprecated":false},{"introducedAt":"7.0","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","beta":false,"name":"watchOS"},{"deprecatedAt":"100000.0","introducedAt":"1.0","name":"visionOS","deprecated":false,"unavailable":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","beta":false}],"title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationViewStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationViewStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","deprecated":true,"type":"topic","title":"navigationViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationviewstyle(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/offset(_:).json b/docs/data/documentation/ouds/oudsthemeableview/offset(_:).json index 1bab195fe..c8baedefe 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/offset(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/offset(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"beta":false,"introducedAt":"10.15","unavailable":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"beta":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE6offsetyQrSo6CGSizeVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"offset(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/offset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"offset","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(_:)":{"abstract":[],"kind":"symbol","title":"offset(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/offset(_:)"]}],"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE6offsetyQrSo6CGSizeVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false}],"title":"offset(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"offset"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.offset(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"offset(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/offset(x:y:).json b/docs/data/documentation/ouds/oudsthemeableview/offset(x:y:).json index 1b756b633..79bbfab75 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/offset(x:y:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/offset(x:y:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":" = 0, "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":" = 0) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"offset(x:y:)","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/offset(x:y:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(x:y:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(x:y:)":{"kind":"symbol","title":"offset(x:y:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"offset(x:y:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(x:y:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/offset(x:y:)"]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(x:y:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(x:y:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","title":"offset(x:y:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onappear(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onappear(perform:).json index b8c82e99a..2571b8cb5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onappear(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onappear(perform:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onAppear(perform:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onAppear(perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onappear(perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)","kind":"symbol","abstract":[],"title":"onAppear(perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)"},"sections":[],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"title":"onAppear(perform:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onAppear(perform:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onappear(perform:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onAppear(perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onAppear(perform:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onappear(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-35xl9.json b/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-35xl9.json index 58c77595e..b27eab814 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-35xl9.json +++ b/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-35xl9.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onChange(of:initial:_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"17.0","unavailable":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0","name":"tvOS"},{"introducedAt":"10.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","title":"onChange(of:initial:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"initial","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = false, ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-35xl9"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-35xl9":{"title":"onChange(of:initial:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"initial","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9","url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-35xl9","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"onChange(of:initial:_:)","symbolKind":"method","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"tvOS"},{"introducedAt":"10.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onChange(of:initial:_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-35xl9"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"initial","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = false, "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-35xl9":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-35xl9","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-7clm0.json b/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-7clm0.json index 70b62a489..f4574bbd0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-7clm0.json +++ b/docs/data/documentation/ouds/oudsthemeableview/onchange(of:initial:_:)-7clm0.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false},{"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"introducedAt":"17.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false}],"title":"onChange(of:initial:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___SbyyctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:initial:_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = false, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-7clm0"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-7clm0":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"initial"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-7clm0","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0","title":"onChange(of:initial:_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"17.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"10.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"onChange(of:initial:_:)","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___SbyyctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:initial:_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"initial"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = false, ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-7clm0"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-7clm0":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-7clm0","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onchange(of:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onchange(of:perform:).json index c956d420d..814938212 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onchange(of:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onchange(of:perform:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"onChange(of:perform:)","platforms":[{"name":"iOS","beta":false,"deprecated":false,"deprecatedAt":"17.0","unavailable":false,"introducedAt":"14.0","message":"Use `onChange` with a two or zero parameter action closure instead."},{"name":"macOS","message":"Use `onChange` with a two or zero parameter action closure instead.","deprecatedAt":"14.0","deprecated":false,"beta":false,"introducedAt":"11.0","unavailable":false},{"deprecatedAt":"17.0","deprecated":false,"message":"Use `onChange` with a two or zero parameter action closure instead.","unavailable":false,"name":"tvOS","introducedAt":"14.0","beta":false},{"introducedAt":"7.0","beta":false,"unavailable":false,"deprecated":false,"message":"Use `onChange` with a two or zero parameter action closure instead.","deprecatedAt":"10.0","name":"watchOS"}],"extendedModule":"SwiftUI","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onChange(of:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use `onChange` with a two or zero parameter action closure instead."}],"type":"paragraph"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onchange(of:perform:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","kind":"symbol","abstract":[],"deprecated":true,"title":"onChange(of:perform:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"iOS","message":"Use `onChange` with a two or zero parameter action closure instead.","deprecatedAt":"17.0","beta":false},{"name":"macOS","unavailable":false,"message":"Use `onChange` with a two or zero parameter action closure instead.","beta":false,"introducedAt":"11.0","deprecated":false,"deprecatedAt":"14.0"},{"message":"Use `onChange` with a two or zero parameter action closure instead.","introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"tvOS","deprecatedAt":"17.0","beta":false},{"deprecatedAt":"10.0","unavailable":false,"introducedAt":"7.0","message":"Use `onChange` with a two or zero parameter action closure instead.","beta":false,"name":"watchOS","deprecated":false}],"title":"onChange(of:perform:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"deprecationSummary":[{"inlineContent":[{"text":"Use `onChange` with a two or zero parameter action closure instead.","type":"text"}],"type":"paragraph"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onChange(of:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onchange(of:perform:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:perform:)":{"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:perform:)","title":"onChange(of:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/oncommand(_:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/oncommand(_:perform:).json index f1a2029ce..6e78d099d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/oncommand(_:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/oncommand(_:perform:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selector"},{"text":": ","kind":"text"},{"text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onCommand(_:perform:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCommand","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","kind":"typeIdentifier","text":"Selector"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onCommand(_:perform:)","symbolKind":"method","platforms":[{"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCommand(_:perform:)":{"kind":"symbol","title":"onCommand(_:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/oncommand(_:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"text":"(","kind":"text"},{"text":"Selector","kind":"typeIdentifier","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"selector"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onCommand(_:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCommand"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onCommand(_:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCommand(_:perform:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncommand(_:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCommand"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)","abstract":[],"title":"onCommand(_:perform:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/oncontinueuseractivity(_:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/oncontinueuseractivity(_:perform:).json index 12869de8b..79cd78867 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/oncontinueuseractivity(_:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/oncontinueuseractivity(_:perform:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onContinueUserActivity(_:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"11.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"7.0","unavailable":false,"name":"watchOS"}],"title":"onContinueUserActivity(_:perform:)","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/oncontinueuseractivity(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"activityType","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinueUserActivity(_:perform:)":{"kind":"symbol","title":"onContinueUserActivity(_:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinueuseractivity(_:perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"7.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onContinueUserActivity","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity","kind":"typeIdentifier"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"onContinueUserActivity(_:perform:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onContinueUserActivity(_:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onContinueUserActivity","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/oncontinueuseractivity(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinueUserActivity(_:perform:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","type":"topic","title":"onContinueUserActivity(_:perform:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinueuseractivity(_:perform:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/oncontinuoushover(coordinatespace:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/oncontinuoushover(coordinatespace:perform:).json index e5fa63fb5..20a03eac2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/oncontinuoushover(coordinatespace:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/oncontinuoushover(coordinatespace:perform:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"introducedAt":"16.0","deprecatedAt":"100000.0","message":"use overload that accepts a CoordinateSpaceProtocol instead","name":"iOS","deprecated":false,"beta":false},{"unavailable":false,"name":"macOS","deprecated":false,"deprecatedAt":"100000.0","beta":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","introducedAt":"13.0"},{"beta":false,"deprecatedAt":"100000.0","name":"tvOS","message":"use overload that accepts a CoordinateSpaceProtocol instead","introducedAt":"16.0","unavailable":false,"deprecated":false},{"name":"visionOS","beta":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","introducedAt":"1.0","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"HoverPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onContinuousHover(coordinateSpace:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)","interfaceLanguage":"swift"},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"use overload that accepts a CoordinateSpaceProtocol instead"}],"type":"paragraph"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onContinuousHover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"text":" = .local, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/oncontinuoushover(coordinatespace:perform:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinuousHover(coordinateSpace:perform:)":{"kind":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinuoushover(coordinatespace:perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onContinuousHover"},{"text":"(","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"HoverPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"use overload that accepts a CoordinateSpaceProtocol instead","type":"text"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onContinuousHover(coordinateSpace:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onContinuousHover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace"},{"text":" = .local, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","platforms":[{"deprecatedAt":"100000.0","deprecated":false,"name":"iOS","beta":false,"introducedAt":"16.0","unavailable":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead"},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"13.0","name":"macOS","message":"use overload that accepts a CoordinateSpaceProtocol instead","unavailable":false},{"message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0","deprecatedAt":"100000.0"},{"unavailable":false,"name":"visionOS","deprecatedAt":"100000.0","message":"use overload that accepts a CoordinateSpaceProtocol instead","beta":false,"introducedAt":"1.0","deprecated":false}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onContinuousHover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10HoverPhaseO","kind":"typeIdentifier","text":"HoverPhase"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/oncontinuoushover(coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinuousHover(coordinateSpace:perform:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinuoushover(coordinatespace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"onContinuousHover(coordinateSpace:perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/oncopycommand(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/oncopycommand(perform:).json index 7bd2a53ea..67bfbe8e6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/oncopycommand(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/oncopycommand(perform:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onCopyCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"text":": (() -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","platforms":[{"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false}],"roleHeading":"Instance Method","title":"onCopyCommand(perform:)","externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCopyCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"])?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCopyCommand(perform:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/oncopycommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCopyCommand(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","title":"onCopyCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/oncopycommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCopyCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCopyCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": (() -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onCopyCommand(perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"onCopyCommand(perform:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/oncopycommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCopyCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCopyCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncopycommand(perform:)","title":"onCopyCommand(perform:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/oncutcommand(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/oncutcommand(perform:).json index 83ff1208f..07c507092 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/oncutcommand(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/oncutcommand(perform:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payloadAction"},{"text":": (() -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"])?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCutCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"])?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false}],"role":"symbol","title":"onCutCommand(perform:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/oncutcommand(perform:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCutCommand(perform:)":{"kind":"symbol","title":"onCutCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/oncutcommand(perform:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onCutCommand(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCutCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onCutCommand(perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"macOS","deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false}]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/oncutcommand(perform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCutCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/oncutcommand(perform:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onCutCommand(perform:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondeletecommand(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/ondeletecommand(perform:).json index bf392bab1..92799adca 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondeletecommand(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondeletecommand(perform:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"onDeleteCommand(perform:)","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondeletecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDeleteCommand(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDeleteCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)","title":"onDeleteCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondeletecommand(perform:)","abstract":[],"type":"topic","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDeleteCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondeletecommand(perform:)"]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDeleteCommand(perform:)"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15"}],"title":"onDeleteCommand(perform:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDeleteCommand(perform:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onDeleteCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondeletecommand(perform:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondisappear(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/ondisappear(perform:).json index 099bd5034..c1fa09620 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondisappear(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondisappear(perform:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDisappear","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDisappear(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"onDisappear(perform:)","externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondisappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDisappear(perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/ondisappear(perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","kind":"symbol","abstract":[],"title":"onDisappear(perform:)"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15"},{"beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}],"title":"onDisappear(perform:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondisappear(perform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDisappear(perform:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDisappear","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDisappear(perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDisappear"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"onDisappear(perform:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondisappear(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:).json b/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:).json index 1b3ba9f09..e3e8b7ad0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:)"},{"text":".","type":"text"}],"metadata":{"title":"onDrag(_:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","introducedAt":"13.4","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"name":"macOS","beta":false}],"extendedModule":"SwiftUI","role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:)":{"abstract":[],"kind":"symbol","title":"onDrag(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.4","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"onDrag(_:)"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)","type":"topic","title":"onDrag(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"(() -> "},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:preview:).json b/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:preview:).json index 77abb6fcc..048e22419 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:preview:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrag(_:preview:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDrag(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrag(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onDrag(_:preview:)","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:preview:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)","title":"onDrag(_:preview:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:preview:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"onDrag(_:preview:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false},{"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:preview:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrag"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrag(_:preview:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrag"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:preview:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-1khac.json b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-1khac.json index ff96963e8..9a4cb7234 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-1khac.json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-1khac.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","name":"iOS","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.4","beta":false,"deprecated":false},{"name":"macOS","message":"Provide `UTType`s as the `supportedContentTypes` instead.","beta":false,"deprecatedAt":"100000.0","introducedAt":"10.15","deprecated":false,"unavailable":false},{"unavailable":false,"name":"visionOS","deprecated":false,"beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"1.0","deprecatedAt":"100000.0"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"onDrop(of:delegate:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac"},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-1khac"]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"delegate","kind":"externalParam"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDrop(of:delegate:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-1khac":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac","role":"symbol","abstract":[],"deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrop(of:delegate:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-1khac"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-1khac"]}],"metadata":{"symbolKind":"method","platforms":[{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false},{"deprecatedAt":"100000.0","name":"visionOS","beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecated":false,"unavailable":false,"introducedAt":"1.0"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"onDrop(of:delegate:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"], "},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"supportedTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-1khac":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-1khac","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onDrop(of:delegate:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-2amlv.json b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-2amlv.json index 0fe2d9895..0cda9413b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-2amlv.json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:delegate:)-2amlv.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"onDrop(of:delegate:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0","deprecated":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"text":": any ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier","text":"DropDelegate"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier","text":"DropDelegate"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-2amlv"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-2amlv":{"title":"onDrop(of:delegate:)","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-2amlv","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0","name":"iOS"},{"beta":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"onDrop(of:delegate:)","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrop(of:delegate:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-2amlv"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-2amlv":{"title":"onDrop(of:delegate:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-2amlv","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-22t48.json b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-22t48.json index 9898b45ba..b25b317f3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-22t48.json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-22t48.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-22t48"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onDrop(of:isTargeted:perform:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-22t48":{"kind":"symbol","title":"onDrop(of:isTargeted:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-22t48","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-22t48"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-22t48":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-22t48","title":"onDrop(of:isTargeted:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-8rczn.json b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-8rczn.json index 87cb13299..df286221f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-8rczn.json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-8rczn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-8rczn"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}]}],"metadata":{"title":"onDrop(of:isTargeted:perform:)","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","deprecated":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","introducedAt":"13.4"},{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","unavailable":false,"deprecatedAt":"100000.0","beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"introducedAt":"1.0","name":"visionOS","deprecatedAt":"100000.0","beta":false,"unavailable":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecated":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-8rczn":{"title":"onDrop(of:isTargeted:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-8rczn","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-8rczn"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"onDrop(of:isTargeted:perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","beta":false,"unavailable":false,"introducedAt":"10.15","message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecated":false,"name":"macOS"},{"introducedAt":"1.0","deprecated":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","name":"visionOS","unavailable":false,"beta":false}],"role":"symbol"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-8rczn":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-8rczn","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onDrop(of:isTargeted:perform:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-9jjch.json b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-9jjch.json index bd941c0c0..337e758fd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-9jjch.json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-9jjch.json @@ -1 +1 @@ -{"deprecationSummary":[{"inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}],"type":"paragraph"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"beta":false,"name":"iOS","message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.4","deprecated":false},{"name":"macOS","introducedAt":"10.15","message":"Provide `UTType`s as the `supportedContentTypes` instead.","beta":false,"deprecatedAt":"100000.0","deprecated":false,"unavailable":false},{"deprecatedAt":"100000.0","unavailable":false,"beta":false,"name":"visionOS","introducedAt":"1.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecated":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-9jjch"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-9jjch":{"abstract":[],"deprecated":true,"kind":"symbol","title":"onDrop(of:isTargeted:perform:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-9jjch","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onDrop(of:isTargeted:perform:)","platforms":[{"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.4","unavailable":false,"name":"iOS","deprecated":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead."},{"name":"macOS","message":"Provide `UTType`s as the `supportedContentTypes` instead.","beta":false,"introducedAt":"10.15","deprecatedAt":"100000.0","unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","name":"visionOS","deprecatedAt":"100000.0","introducedAt":"1.0","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-9jjch"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"supportedTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-9jjch":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onDrop(of:isTargeted:perform:)","role":"symbol","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-9jjch"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-eatv.json b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-eatv.json index 9210ec54a..bf7e56613 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-eatv.json +++ b/docs/data/documentation/ouds/oudsthemeableview/ondrop(of:istargeted:perform:)-eatv.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"onDrop(of:isTargeted:perform:)"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-eatv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-eatv":{"kind":"symbol","title":"onDrop(of:isTargeted:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-eatv","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"onDrop(of:isTargeted:perform:)","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-eatv"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDrop(of:isTargeted:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-eatv":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-eatv","title":"onDrop(of:isTargeted:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onexitcommand(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onexitcommand(perform:).json index 05ec71647..b9620fd66 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onexitcommand(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onexitcommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onExitCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onexitcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"onExitCommand(perform:)","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onExitCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onExitCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onExitCommand(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","title":"onExitCommand(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onexitcommand(perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onExitCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onexitcommand(perform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onExitCommand(perform:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onExitCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"platforms":[{"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"onExitCommand(perform:)","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onExitCommand(perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onexitcommand(perform:)","abstract":[],"title":"onExitCommand(perform:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onhover(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onhover(perform:).json index ebce32b0e..1ef091f3e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onhover(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onhover(perform:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onhover(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onHover(perform:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onHover"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.4","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onHover(perform:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onHover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onHover(perform:)":{"kind":"symbol","title":"onHover(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onhover(perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onHover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"onHover(perform:)","platforms":[{"introducedAt":"13.4","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"10.15","unavailable":false}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onHover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onhover(perform:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onHover(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onHover(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onhover(perform:)","title":"onHover(perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onHover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:action:).json b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:action:).json index f7e750e48..f31107617 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:action:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"onKeyPress(_:action:)","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6actionQrAA0E10EquivalentV_AA0eF0V6ResultOyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"introducedAt":"17.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"17.0"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:action:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onKeyPress(_:action:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:action:)":{"kind":"symbol","title":"onKeyPress(_:action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:action:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"onKeyPress(_:action:)","platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6actionQrAA0E10EquivalentV_AA0eF0V6ResultOyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onKeyPress(_:action:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:action:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:action:)":{"type":"topic","title":"onKeyPress(_:action:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:phases:action:).json b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:phases:action:).json index 5563bb379..1431c3ac0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:phases:action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(_:phases:action:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:phases:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onKeyPress(_:phases:action:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","title":"onKeyPress(_:phases:action:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"17.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6phases6actionQrAA0E10EquivalentV_AA0eF0V6PhasesVAJ6ResultOAJctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:phases:action:)":{"type":"topic","title":"onKeyPress(_:phases:action:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:phases:action:)"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onKeyPress(_:phases:action:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":") -> "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:phases:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6phases6actionQrAA0E10EquivalentV_AA0eF0V6PhasesVAJ6ResultOAJctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"tvOS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onKeyPress(_:phases:action:)","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:phases:action:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"kind":"text","text":", "},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:phases:action:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","role":"symbol","type":"topic","title":"onKeyPress(_:phases:action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(characters:phases:action:).json b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(characters:phases:action:).json index bc924543f..b4175bee8 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(characters:phases:action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(characters:phases:action:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress10characters6phases6actionQr10Foundation12CharacterSetV_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"onKeyPress(characters:phases:action:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"characters"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CharacterSet","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"deprecated":false,"introducedAt":"14.0","beta":false,"name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"17.0","unavailable":false}],"role":"symbol","symbolKind":"method"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(characters:phases:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onKeyPress(characters:phases:action:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"characters","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV","text":"CharacterSet"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(characters:phases:action:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)","role":"symbol","title":"onKeyPress(characters:phases:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(characters:phases:action:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"characters","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation12CharacterSetV","text":"CharacterSet","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(characters:phases:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onKeyPress(characters:phases:action:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"characters"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation12CharacterSetV","text":"CharacterSet","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases","kind":"typeIdentifier"},{"kind":"text","text":" = [.down, .repeat], "},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)"},"metadata":{"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"17.0","beta":false,"deprecated":false},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress10characters6phases6actionQr10Foundation12CharacterSetV_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"text":"characters","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CharacterSet","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onKeyPress(characters:phases:action:)","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(characters:phases:action:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(characters:phases:action:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)","kind":"symbol","title":"onKeyPress(characters:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"characters"},{"text":": ","kind":"text"},{"text":"CharacterSet","preciseIdentifier":"s:10Foundation12CharacterSetV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(keys:phases:action:).json b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(keys:phases:action:).json index 5bdd2824b..454535d10 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(keys:phases:action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(keys:phases:action:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false},{"name":"macOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false,"name":"tvOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"onKeyPress(keys:phases:action:)","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress4keys6phases6actionQrShyAA0E10EquivalentVG_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(keys:phases:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onKeyPress(keys:phases:action:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"kind":"externalParam","text":"keys"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":" = [.down, .repeat], ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(keys:phases:action:)":{"abstract":[],"kind":"symbol","title":"onKeyPress(keys:phases:action:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(keys:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"tvOS"}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress4keys6phases6actionQrShyAA0E10EquivalentVG_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"onKeyPress(keys:phases:action:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":">, ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(keys:phases:action:)"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onKeyPress(keys:phases:action:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(keys:phases:action:)":{"role":"symbol","title":"onKeyPress(keys:phases:action:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(keys:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(phases:action:).json b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(phases:action:).json index 1760412aa..13f31f33d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onkeypress(phases:action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onkeypress(phases:action:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(phases:action:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress6phases6actionQrAA0eF0V6PhasesV_AH6ResultOAHctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onKeyPress(phases:action:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onKeyPress(phases:action:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(phases:action:)":{"kind":"symbol","title":"onKeyPress(phases:action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onKeyPress(phases:action:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onkeypress(phases:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"onKeyPress(phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"introducedAt":"17.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress6phases6actionQrAA0eF0V6PhasesV_AH6ResultOAHctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(phases:action:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)","type":"topic","abstract":[],"kind":"symbol","title":"onKeyPress(phases:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(phases:action:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json index c6e0608b9..a488fb598 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":" = 0.5, ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 10, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onPressingChanged"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":" = 0.5, ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":", "},{"text":"maximumDistance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json index 5f02b720b..48f82b306 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":" = 0.5, "},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 10, ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"kind":"text","text":": (("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")? = nil, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)"},{"type":"text","text":"."}],"metadata":{"title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","platforms":[{"beta":false,"deprecatedAt":"100000.0","name":"iOS","deprecated":false,"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","beta":false,"name":"macOS","deprecatedAt":"100000.0","unavailable":false,"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false},{"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"deprecatedAt":"100000.0"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","platforms":[{"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","name":"macOS","deprecated":false,"introducedAt":"10.15","deprecatedAt":"100000.0","beta":false},{"deprecatedAt":"100000.0","unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false,"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)"}],"symbolKind":"method","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":" = 0.5, ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 10, ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")? = nil, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","type":"topic","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:perform:onpressingchanged:).json b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:perform:onpressingchanged:).json index 827704a81..0960aa156 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:perform:onpressingchanged:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:perform:onpressingchanged:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false,"unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","symbolKind":"method","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":" = 0.5, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onPressingChanged"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"kind":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":" = 0.5, "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"tvOS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:pressing:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:pressing:perform:).json index e67791173..fdd559e92 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:pressing:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onlongpressgesture(minimumduration:pressing:perform:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:pressing:perform:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onLongPressGesture(minimumDuration:pressing:perform:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","name":"tvOS","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"14.0","beta":false}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":" = 0.5, ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:pressing:perform:)":{"kind":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:pressing:perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:pressing:perform:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:pressing:perform:)"]}],"metadata":{"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","deprecated":false,"name":"tvOS","introducedAt":"14.0","beta":false}],"extendedModule":"SwiftUI","title":"onLongPressGesture(minimumDuration:pressing:perform:)","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"text":" = 0.5, ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")? = nil, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:pressing:perform:)":{"abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:pressing:perform:)","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onmovecommand(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onmovecommand(perform:).json index 55ed08d27..1e1ac41f2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onmovecommand(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onmovecommand(perform:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onMoveCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO","kind":"typeIdentifier","text":"MoveCommandDirection"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onmovecommand(perform:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onMoveCommand(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (("},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"10.15"},{"introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false,"name":"tvOS"}],"title":"onMoveCommand(perform:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onMoveCommand(perform:)":{"type":"topic","title":"onMoveCommand(perform:)","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onmovecommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onmovecommand(perform:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onMoveCommand(perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onMoveCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ((","kind":"text"},{"text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"onMoveCommand(perform:)","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"tvOS"}],"externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onMoveCommand"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onMoveCommand(perform:)":{"title":"onMoveCommand(perform:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/onmovecommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onMoveCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onopenurl(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onopenurl(perform:).json index dac6f5ace..3942691fc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onopenurl(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onopenurl(perform:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false,"name":"iOS"},{"beta":false,"unavailable":false,"introducedAt":"11.0","deprecated":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE9onOpenURL7performQry10Foundation0F0Vc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onOpenURL(perform:)","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onopenurl(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onOpenURL(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onOpenURL(perform:)":{"kind":"symbol","title":"onOpenURL(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onopenurl(perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onopenurl(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE9onOpenURL7performQry10Foundation0F0Vc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"introducedAt":"11.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","title":"onOpenURL(perform:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onOpenURL(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onOpenURL","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onOpenURL(perform:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/onopenurl(perform:)","title":"onOpenURL(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-44rdv.json b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-44rdv.json index f07761fcf..f3ea2821d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-44rdv.json +++ b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-44rdv.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","platforms":[{"deprecated":false,"name":"macOS","message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","beta":false,"unavailable":false,"introducedAt":"10.15"}],"roleHeading":"Instance Method","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payloadAction"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-44rdv"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-44rdv":{"abstract":[],"title":"onPasteCommand(of:perform:)","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-44rdv","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"platforms":[{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false,"deprecatedAt":"100000.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onPasteCommand(of:perform:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onPasteCommand(of:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-44rdv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-44rdv":{"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-44rdv","title":"onPasteCommand(of:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-8tx0a.json b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-8tx0a.json index 975972033..bbcf71f04 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-8tx0a.json +++ b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:perform:)-8tx0a.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","platforms":[{"name":"macOS","beta":false,"introducedAt":"11.0","unavailable":false,"deprecated":false}],"title":"onPasteCommand(of:perform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-8tx0a"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-8tx0a":{"kind":"symbol","title":"onPasteCommand(of:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-8tx0a","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-8tx0a"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-8tx0a":{"kind":"symbol","title":"onPasteCommand(of:perform:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-8tx0a","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-3ayc5.json b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-3ayc5.json index fdb32d5ca..a1a99e675 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-3ayc5.json +++ b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-3ayc5.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onPasteCommand(of:validator:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-3ayc5"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"onPasteCommand(of:validator:perform:)","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}],"type":"paragraph"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-3ayc5":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-3ayc5","abstract":[],"title":"onPasteCommand(of:validator:perform:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-3ayc5"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"text":".","type":"text"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","beta":false,"deprecated":false,"introducedAt":"10.15","deprecatedAt":"100000.0","unavailable":false,"name":"macOS"}],"title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-3ayc5":{"title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-3ayc5","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-h0ex.json b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-h0ex.json index 5eb48b282..0171c96e7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-h0ex.json +++ b/docs/data/documentation/ouds/oudsthemeableview/onpastecommand(of:validator:perform:)-h0ex.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-h0ex"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payloadAction"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"introducedAt":"11.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onPasteCommand(of:validator:perform:)"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-h0ex":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex","title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-h0ex","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-h0ex"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onPasteCommand(of:validator:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onPasteCommand(of:validator:perform:)","platforms":[{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"11.0","unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-h0ex":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"text":"<","kind":"text"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"onPasteCommand(of:validator:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-h0ex","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onpencildoubletap(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onpencildoubletap(perform:).json index 4727eaf38..a54b9a69c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onpencildoubletap(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onpencildoubletap(perform:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE17onPencilDoubleTap7performQryAA0efG12GestureValueVc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"17.5","unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"14.5","beta":false,"unavailable":false,"name":"macOS","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPencilDoubleTap","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PencilDoubleTapGestureValue","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"onPencilDoubleTap(perform:)","symbolKind":"method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onpencildoubletap(perform:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onPencilDoubleTap(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilDoubleTap"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"PencilDoubleTapGestureValue","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilDoubleTap(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onpencildoubletap(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPencilDoubleTap","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","text":"PencilDoubleTapGestureValue","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"onPencilDoubleTap(perform:)","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onpencildoubletap(perform:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPencilDoubleTap(perform:)"},{"type":"text","text":"."}],"sections":[],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.5","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.5","beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPencilDoubleTap","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","text":"PencilDoubleTapGestureValue"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onPencilDoubleTap(perform:)","externalID":"s:7SwiftUI4ViewPAAE17onPencilDoubleTap7performQryAA0efG12GestureValueVc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPencilDoubleTap"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","text":"PencilDoubleTapGestureValue"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilDoubleTap(perform:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPencilDoubleTap"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PencilDoubleTapGestureValue","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onpencildoubletap(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)","title":"onPencilDoubleTap(perform:)","kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onpencilsqueeze(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onpencilsqueeze(perform:).json index 42d260a93..32de7d4a0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onpencilsqueeze(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onpencilsqueeze(perform:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onPencilSqueeze(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15onPencilSqueeze7performQryAA0eF12GesturePhaseOc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onPencilSqueeze(perform:)","symbolKind":"method","platforms":[{"introducedAt":"17.5","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"14.5"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPencilSqueeze","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"PencilSqueezeGesturePhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPencilSqueeze","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","text":"PencilSqueezeGesturePhase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onpencilsqueeze(perform:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilSqueeze(perform:)":{"kind":"symbol","title":"onPencilSqueeze(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpencilsqueeze(perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"PencilSqueezeGesturePhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onpencilsqueeze(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15onPencilSqueeze7performQryAA0eF12GesturePhaseOc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onPencilSqueeze(perform:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPencilSqueeze","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","text":"PencilSqueezeGesturePhase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.5","deprecated":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.5","beta":false}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPencilSqueeze(perform:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"PencilSqueezeGesturePhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilSqueeze(perform:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onpencilsqueeze(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPencilSqueeze","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PencilSqueezeGesturePhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onPencilSqueeze(perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onplaypausecommand(perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onplaypausecommand(perform:).json index 9d579130f..14d36754f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onplaypausecommand(perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onplaypausecommand(perform:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onplaypausecommand(perform:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPlayPauseCommand(perform:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)"},"sections":[],"metadata":{"title":"onPlayPauseCommand(perform:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPlayPauseCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPlayPauseCommand(perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onplaypausecommand(perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)","kind":"symbol","abstract":[],"title":"onPlayPauseCommand(perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPlayPauseCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onplaypausecommand(perform:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false}],"extendedModule":"SwiftUI","title":"onPlayPauseCommand(perform:)","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPlayPauseCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPlayPauseCommand(perform:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPlayPauseCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPlayPauseCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","title":"onPlayPauseCommand(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onplaypausecommand(perform:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onpreferencechange(_:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onpreferencechange(_:perform:).json index ec9a4a4f1..ffbd3e4e3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onpreferencechange(_:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onpreferencechange(_:perform:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPreferenceChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type = K.self, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS"},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"6.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"onPreferenceChange(_:perform:)","symbolKind":"method","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onpreferencechange(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPreferenceChange(_:perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onpreferencechange(_:perform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPreferenceChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)","title":"onPreferenceChange(_:perform:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onpreferencechange(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"onPreferenceChange(_:perform:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false},{"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPreferenceChange","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":" : "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPreferenceChange(_:perform:)":{"type":"topic","title":"onPreferenceChange(_:perform:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpreferencechange(_:perform:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onreceive(_:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/onreceive(_:perform:).json index aedc2f23e..1880a80fc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onreceive(_:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onreceive(_:perform:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onreceive(_:perform:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onReceive(_:perform:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onReceive","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"10.15","deprecated":false},{"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onReceive(_:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onReceive","kind":"identifier"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"publisher","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"text":".","kind":"text"},{"text":"Output","kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP6OutputQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"P"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Combine9PublisherP","text":"Publisher","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP7FailureQa","text":"Failure"},{"text":" == ","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onReceive(_:perform:)":{"kind":"symbol","title":"onReceive(_:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onreceive(_:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Output","preciseIdentifier":"s:7Combine9PublisherP6OutputQa"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onReceive(_:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onReceive","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"publisher","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Output","kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP6OutputQa"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Publisher","kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7Combine9PublisherP7FailureQa","text":"Failure","kind":"typeIdentifier"},{"kind":"text","text":" == "},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"13.0","beta":false},{"introducedAt":"10.15","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7Combine9PublisherP6OutputQa","text":"Output","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"onReceive(_:perform:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/onreceive(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onReceive(_:perform:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","abstract":[],"title":"onReceive(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onreceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Output","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/onsubmit(of:_:).json b/docs/data/documentation/ouds/oudsthemeableview/onsubmit(of:_:).json index c7a91bd16..e3f0eeb6b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/onsubmit(of:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/onsubmit(of:_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onsubmit(of:_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"triggers","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","kind":"typeIdentifier","text":"SubmitTriggers"},{"kind":"text","text":" = .text, "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"title":"onSubmit(of:_:)","externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onSubmit"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","text":"SubmitTriggers","kind":"typeIdentifier"},{"text":", (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onSubmit(of:_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onSubmit(of:_:)":{"kind":"symbol","title":"onSubmit(of:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/onsubmit(of:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onSubmit"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","kind":"typeIdentifier"},{"text":", (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onSubmit","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"triggers","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","kind":"typeIdentifier","text":"SubmitTriggers"},{"text":" = .text, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/onsubmit(of:_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onSubmit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","text":"SubmitTriggers"},{"kind":"text","text":", (() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"onSubmit(of:_:)","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false,"name":"macOS"},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0"}],"externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onSubmit(of:_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onSubmit(of:_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/onsubmit(of:_:)","title":"onSubmit(of:_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onSubmit"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"SubmitTriggers","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"text":", (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:coordinatespace:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:coordinatespace:perform:).json index de917d510..6d383560b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:coordinatespace:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:coordinatespace:perform:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"introducedAt":"16.0","deprecatedAt":"100000.0","beta":false,"unavailable":false,"deprecated":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","name":"iOS"},{"deprecatedAt":"100000.0","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","message":"use overload that accepts a CoordinateSpaceProtocol instead"},{"message":"use overload that accepts a CoordinateSpaceProtocol instead","name":"watchOS","introducedAt":"9.0","deprecatedAt":"100000.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"introducedAt":"1.0","name":"visionOS"}],"externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"onTapGesture(count:coordinateSpace:perform:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier","text":"CoordinateSpace"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"coordinateSpace"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace","kind":"typeIdentifier"},{"text":" = .local, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"use overload that accepts a CoordinateSpaceProtocol instead"}],"type":"paragraph"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onTapGesture(count:coordinateSpace:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:coordinateSpace:perform:)":{"kind":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:coordinatespace:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"kind":"text","text":"("},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":" = 1, ","kind":"text"},{"kind":"externalParam","text":"coordinateSpace"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace"},{"kind":"text","text":" = .local, "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:coordinatespace:perform:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:coordinateSpace:perform:)"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use overload that accepts a CoordinateSpaceProtocol instead"}]}],"metadata":{"platforms":[{"deprecatedAt":"100000.0","introducedAt":"16.0","beta":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","unavailable":false,"name":"iOS","deprecated":false},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","message":"use overload that accepts a CoordinateSpaceProtocol instead","introducedAt":"13.0","name":"macOS","unavailable":false},{"unavailable":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false,"deprecatedAt":"100000.0","message":"use overload that accepts a CoordinateSpaceProtocol instead"},{"beta":false,"deprecatedAt":"100000.0","message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecated":false,"unavailable":false,"introducedAt":"1.0","name":"visionOS"}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"onTapGesture(count:coordinateSpace:perform:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:coordinateSpace:perform:)":{"deprecated":true,"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:coordinatespace:perform:)","title":"onTapGesture(count:coordinateSpace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:perform:).json b/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:perform:).json index d25850fdd..70eb66fcf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:perform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/ontapgesture(count:perform:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:perform:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":" = 1, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"roleHeading":"Instance Method","title":"onTapGesture(count:perform:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"name":"tvOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:perform:)":{"kind":"symbol","title":"onTapGesture(count:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:perform:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"16.0"},{"introducedAt":"6.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"title":"onTapGesture(count:perform:)","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onTapGesture(count:perform:)","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:perform:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/opacity(_:).json b/docs/data/documentation/ouds/oudsthemeableview/opacity(_:).json index 3ef1d1a67..cc90fd5ba 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/opacity(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/opacity(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","beta":false},{"name":"macOS","beta":false,"introducedAt":"10.15","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS"},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"opacity","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"opacity(_:)","externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/opacity(_:)"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.opacity(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"opacity","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/opacity(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/opacity(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"opacity","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","kind":"symbol","abstract":[],"title":"opacity(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/opacity(_:)"]}],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"opacity(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"opacity","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.opacity(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/opacity(_:)":{"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/opacity(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/overlay(_:alignment:).json b/docs/data/documentation/ouds/oudsthemeableview/overlay(_:alignment:).json index 6bfbf8bd0..c364d3911 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/overlay(_:alignment:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/overlay(_:alignment:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(_:alignment:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:alignment:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","platforms":[{"beta":false,"deprecatedAt":"100000.0","name":"iOS","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","unavailable":false,"deprecated":false},{"name":"macOS","beta":false,"introducedAt":"10.15","message":"Use `overlay(alignment:content:)` instead.","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0"},{"message":"Use `overlay(alignment:content:)` instead.","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","beta":false,"name":"tvOS","introducedAt":"13.0"},{"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"1.0","beta":false,"message":"Use `overlay(alignment:content:)` instead.","deprecatedAt":"100000.0","name":"visionOS"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"overlay(_:alignment:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"deprecationSummary":[{"inlineContent":[{"text":"Use `overlay(alignment:content:)` instead.","type":"text"}],"type":"paragraph"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"overlay"},{"kind":"text","text":": "},{"text":"Overlay","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Overlay","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:alignment:)":{"kind":"symbol","title":"overlay(_:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:alignment:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[],"deprecated":true}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"overlay","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Overlay"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)","interfaceLanguage":"swift"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `overlay(alignment:content:)` instead."}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"beta":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","unavailable":false,"introducedAt":"13.0","name":"iOS"},{"deprecated":false,"beta":false,"name":"macOS","deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","unavailable":false,"introducedAt":"10.15"},{"name":"tvOS","message":"Use `overlay(alignment:content:)` instead.","deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"deprecatedAt":"100000.0","unavailable":false,"beta":false,"message":"Use `overlay(alignment:content:)` instead.","introducedAt":"6.0","name":"watchOS","deprecated":false},{"introducedAt":"1.0","name":"visionOS","message":"Use `overlay(alignment:content:)` instead.","deprecatedAt":"100000.0","unavailable":false,"beta":false,"deprecated":false}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Overlay"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"overlay(_:alignment:)","externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:alignment:)"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:alignment:)":{"role":"symbol","abstract":[],"title":"overlay(_:alignment:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Overlay"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:alignment:)","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/overlay(_:ignoressafeareaedges:).json b/docs/data/documentation/ouds/oudsthemeableview/overlay(_:ignoressafeareaedges:).json index d77c6480a..e059e7b44 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/overlay(_:ignoressafeareaedges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/overlay(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0","unavailable":false},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"overlay(_:ignoresSafeAreaEdges:)","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.overlay(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:ignoresSafeAreaEdges:)":{"kind":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:ignoressafeareaedges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0"},{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"8.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.overlay(_:ignoresSafeAreaEdges:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(_:ignoressafeareaedges:)"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:ignoresSafeAreaEdges:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:ignoressafeareaedges:)","title":"overlay(_:ignoresSafeAreaEdges:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/overlay(_:in:fillstyle:).json b/docs/data/documentation/ouds/oudsthemeableview/overlay(_:in:fillstyle:).json index 16dbf6eda..fe00b41ca 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/overlay(_:in:fillstyle:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/overlay(_:in:fillstyle:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(_:in:fillstyle:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:in:fillStyle:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"overlay(_:in:fillStyle:)","symbolKind":"method","roleHeading":"Instance Method"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:in:fillStyle:)":{"kind":"symbol","title":"overlay(_:in:fillStyle:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:in:fillstyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0"},{"beta":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"overlay(_:in:fillStyle:)","externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(_:in:fillstyle:)"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.overlay(_:in:fillStyle:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:in:fillStyle:)":{"kind":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:in:fillstyle:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/overlay(alignment:content:).json b/docs/data/documentation/ouds/oudsthemeableview/overlay(alignment:content:).json index a30efd50f..030c05b36 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/overlay(alignment:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/overlay(alignment:content:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.overlay(alignment:content:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE7overlay9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"introducedAt":"15.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","title":"overlay(alignment:content:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(alignment:content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(alignment:content:)","title":"overlay(alignment:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.overlay(alignment:content:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"overlay(alignment:content:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7overlay9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/overlay(alignment:content:)"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(alignment:content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(alignment:content:)","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"overlay(alignment:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:_:).json index b73c16683..bd9140189 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:_:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlayPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"overlayPreferenceValue(_:_:)","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"text":"Key","kind":"typeIdentifier"},{"text":".Type = Key.self, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:_:)":{"kind":"symbol","title":"overlayPreferenceValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlayPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"overlayPreferenceValue(_:_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"text":"Key","kind":"typeIdentifier"},{"text":".Type = Key.self, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Key"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.overlayPreferenceValue(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:_:)":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:_:)","title":"overlayPreferenceValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:alignment:_:).json b/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:alignment:_:).json index 7e28db773..c90474d14 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:alignment:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/overlaypreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlayPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"introducedAt":"16.0","name":"iOS","deprecated":false},{"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"9.0"}],"title":"overlayPreferenceValue(_:alignment:_:)","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:alignment:_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:alignment:_:)":{"kind":"symbol","abstract":[],"title":"overlayPreferenceValue(_:alignment:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:alignment:_:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:alignment:_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlayPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","platforms":[{"introducedAt":"16.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false},{"beta":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.overlayPreferenceValue(_:alignment:_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:alignment:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)","type":"topic","title":"overlayPreferenceValue(_:alignment:_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:alignment:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlayPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-5upsp.json b/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-5upsp.json index 6e14985aa..06572b005 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-5upsp.json +++ b/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-5upsp.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.padding(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/padding(_:)-5upsp"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","kind":"typeIdentifier","text":"EdgeInsets"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"padding(_:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"13.0","beta":false,"name":"iOS","unavailable":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-5upsp":{"kind":"symbol","title":"padding(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-5upsp","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"insets","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/padding(_:)-5upsp"]}],"sections":[],"metadata":{"title":"padding(_:)","role":"symbol","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"name":"macOS","beta":false},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-5upsp":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-5upsp","type":"topic","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"padding(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-7n29v.json b/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-7n29v.json index 60573209e..0289e230d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-7n29v.json +++ b/docs/data/documentation/ouds/oudsthemeableview/padding(_:)-7n29v.json @@ -1 +1 @@ -{"metadata":{"title":"padding(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.padding(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/padding(_:)-7n29v"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-7n29v":{"kind":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-7n29v","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/padding(_:)-7n29v"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"padding(_:)","externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.padding(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-7n29v":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-7n29v","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"padding(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/padding(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/padding(_:_:).json index 4139b4467..adc1ba032 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/padding(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/padding(_:_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.padding(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/padding(_:_:)"]}],"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"unavailable":false,"introducedAt":"10.15","deprecated":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":", "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"padding(_:_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:_:)":{"kind":"symbol","title":"padding(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.padding(_:_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"padding(_:_:)","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"kind":"text","text":" = .all, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/padding(_:_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)","kind":"symbol","title":"padding(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/pagecommand(value:in:step:).json b/docs/data/documentation/ouds/oudsthemeableview/pagecommand(value:in:step:).json index b9b8c7d50..61a1d0d9a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/pagecommand(value:in:step:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/pagecommand(value:in:step:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pageCommand"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"text":"bounds","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"step","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sz","text":"BinaryInteger","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/pagecommand(value:in:step:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","title":"pageCommand(value:in:step:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pageCommand"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ClosedRange","preciseIdentifier":"s:SN","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"step","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"14.3","name":"tvOS","unavailable":false,"deprecated":false,"beta":false}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.pageCommand(value:in:step:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pageCommand(value:in:step:)":{"kind":"symbol","title":"pageCommand(value:in:step:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)","url":"\/documentation\/ouds\/oudsthemeableview\/pagecommand(value:in:step:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"step"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/pagecommand(value:in:step:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pageCommand(value:in:step:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pageCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"bounds","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"BinaryInteger","kind":"typeIdentifier","preciseIdentifier":"s:Sz"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"pageCommand(value:in:step:)","externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"introducedAt":"14.3","deprecated":false,"name":"tvOS","unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pageCommand(value:in:step:)":{"abstract":[],"title":"pageCommand(value:in:step:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pageCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/pagecommand(value:in:step:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/paletteselectioneffect(_:).json b/docs/data/documentation/ouds/oudsthemeableview/paletteselectioneffect(_:).json index 792bf3698..f2ce9c8e4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/paletteselectioneffect(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/paletteselectioneffect(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"paletteSelectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"effect","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","text":"PaletteSelectionEffect"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/paletteselectioneffect(_:)"]}],"metadata":{"title":"paletteSelectionEffect(_:)","externalID":"s:7SwiftUI4ViewPAAE22paletteSelectionEffectyQrAA07PaletteeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"paletteSelectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PaletteSelectionEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.paletteSelectionEffect(_:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/paletteSelectionEffect(_:)":{"title":"paletteSelectionEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"paletteSelectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PaletteSelectionEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/paletteselectioneffect(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22paletteSelectionEffectyQrAA07PaletteeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"paletteSelectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PaletteSelectionEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"paletteSelectionEffect(_:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","beta":false,"introducedAt":"17.0"},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.paletteSelectionEffect(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paletteSelectionEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"effect","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PaletteSelectionEffect","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/paletteselectioneffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/paletteSelectionEffect(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/paletteselectioneffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paletteSelectionEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"PaletteSelectionEffect","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"paletteSelectionEffect(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/pastedestination(for:action:validator:).json b/docs/data/documentation/ouds/oudsthemeableview/pastedestination(for:action:validator:).json index 4b285c5b9..c19577ccd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/pastedestination(for:action:validator:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/pastedestination(for:action:validator:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/pastedestination(for:action:validator:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"pasteDestination(for:action:validator:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pasteDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pasteDestination(for:action:validator:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":".Type = T.self, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"] = { $0 }) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pasteDestination(for:action:validator:)":{"kind":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pasteDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/pastedestination(for:action:validator:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pasteDestination(for:action:validator:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pasteDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> ["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"] = { $0 }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/pastedestination(for:action:validator:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"pasteDestination(for:action:validator:)","platforms":[{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"13.0"}],"role":"symbol","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/pasteDestination(for:action:validator:)":{"abstract":[],"title":"pasteDestination(for:action:validator:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pasteDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/pastedestination(for:action:validator:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/persistentsystemoverlays(_:).json b/docs/data/documentation/ouds/oudsthemeableview/persistentsystemoverlays(_:).json index fdcf15577..0cb137515 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/persistentsystemoverlays(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/persistentsystemoverlays(_:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0"},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"beta":false,"unavailable":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE24persistentSystemOverlaysyQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"persistentSystemOverlays(_:)","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"persistentSystemOverlays","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.persistentSystemOverlays(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/persistentsystemoverlays(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/persistentSystemOverlays(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"persistentSystemOverlays(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/persistentsystemoverlays(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.persistentSystemOverlays(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"16.0","deprecated":false},{"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"9.0","unavailable":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE24persistentSystemOverlaysyQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"persistentSystemOverlays","kind":"identifier"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","role":"symbol","title":"persistentSystemOverlays(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"persistentSystemOverlays","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/persistentsystemoverlays(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/persistentSystemOverlays(_:)":{"type":"topic","title":"persistentSystemOverlays(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"persistentSystemOverlays","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/persistentsystemoverlays(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:content:animation:).json b/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:content:animation:).json index a9f5afad2..13a41382b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:content:animation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:content:animation:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"phases","kind":"internalParam"},{"text":": some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"animation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"kind":"text","text":"? = { _ in .default }) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:content:animation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"phaseAnimator(_:content:animation:)","externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7content9animationQrqd_0__qd_1_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"17.0"},{"unavailable":false,"introducedAt":"10.0","name":"watchOS","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"text":">(some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"animation"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.phaseAnimator(_:content:animation:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:content:animation:)":{"type":"topic","title":"phaseAnimator(_:content:animation:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"text":">(some ","kind":"text"},{"preciseIdentifier":"s:ST","kind":"typeIdentifier","text":"Sequence"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.phaseAnimator(_:content:animation:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:content:animation:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Phase","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"phases"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:ST","text":"Sequence","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"animation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"? = { _ in .default }) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Phase","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":"\n"}]}]}],"sections":[],"metadata":{"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Phase","kind":"genericParameter"},{"text":">(some ","kind":"text"},{"preciseIdentifier":"s:ST","text":"Sequence","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7content9animationQrqd_0__qd_1_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"phaseAnimator(_:content:animation:)","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.0","beta":false,"unavailable":false,"name":"watchOS"}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:content:animation:)":{"title":"phaseAnimator(_:content:animation:)","url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:content:animation:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"phaseAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">(some "},{"text":"Sequence","preciseIdentifier":"s:ST","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:trigger:content:animation:).json b/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:trigger:content:animation:).json index e072f6fbe..7f6db5a1e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:trigger:content:animation:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/phaseanimator(_:trigger:content:animation:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.phaseAnimator(_:trigger:content:animation:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:trigger:content:animation:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"phases"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": some "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"animation","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"? = { _ in .default }) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Phase"},{"text":" : ","kind":"text"},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}]}]}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","beta":false,"unavailable":false},{"introducedAt":"10.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"extendedModule":"SwiftUI","title":"phaseAnimator(_:trigger:content:animation:)","role":"symbol","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Phase","kind":"genericParameter"},{"kind":"text","text":">(some "},{"preciseIdentifier":"s:ST","text":"Sequence","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"externalParam","text":"animation"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7trigger7content9animationQrqd_0__qd_1_qd_2_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_SQRd_1_AaBRd_2_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:trigger:content:animation:)":{"title":"phaseAnimator(_:trigger:content:animation:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"text":"Phase","kind":"genericParameter"},{"kind":"text","text":">(some "},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:trigger:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7trigger7content9animationQrqd_0__qd_1_qd_2_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_SQRd_1_AaBRd_2_r2_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"phaseAnimator(_:trigger:content:animation:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">(some "},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"animation"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"10.0","deprecated":false,"name":"watchOS"}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.phaseAnimator(_:trigger:content:animation:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Phase","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"phases","kind":"internalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:ST","text":"Sequence","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"animation"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"kind":"text","text":"? = { _ in .default }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:trigger:content:animation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:trigger:content:animation:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">(some "},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"externalParam","text":"animation"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> ","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:trigger:content:animation:)","kind":"symbol","title":"phaseAnimator(_:trigger:content:animation:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/pickerstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/pickerstyle(_:).json index 5c79b4630..750cddbdc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/pickerstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/pickerstyle(_:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"pickerStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"name":"tvOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/pickerstyle(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.pickerStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pickerStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"PickerStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11PickerStyleP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/pickerStyle(_:)":{"kind":"symbol","title":"pickerStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/pickerstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pickerStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/pickerstyle(_:)"]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"pickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"symbolKind":"method","extendedModule":"SwiftUI","title":"pickerStyle(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11PickerStyleP","text":"PickerStyle"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pickerStyle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pickerStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/pickerstyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)","role":"symbol","title":"pickerStyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/popover(ispresented:attachmentanchor:arrowedge:content:).json b/docs/data/documentation/ouds/oudsthemeableview/popover(ispresented:attachmentanchor:arrowedge:content:).json index 094ed802c..160b78986 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/popover(ispresented:attachmentanchor:arrowedge:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/popover(ispresented:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/popover(ispresented:attachmentanchor:arrowedge:content:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"popover"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier","text":"PopoverAttachmentAnchor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/popover(ispresented:attachmentanchor:arrowedge:content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":" = .top, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/popover(ispresented:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/popover(ispresented:attachmentanchor:arrowedge:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/popover(item:attachmentanchor:arrowedge:content:).json b/docs/data/documentation/ouds/oudsthemeableview/popover(item:attachmentanchor:arrowedge:content:).json index 79e24184b..84586895c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/popover(item:attachmentanchor:arrowedge:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/popover(item:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/popover(item:attachmentanchor:arrowedge:content:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.popover(item:attachmentAnchor:arrowEdge:content:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"kind":"text","text":" = .top, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"popover(item:attachmentAnchor:arrowEdge:content:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(item:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/popover(item:attachmentanchor:arrowedge:content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false,"name":"macOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"popover(item:attachmentAnchor:arrowEdge:content:)","externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.popover(item:attachmentAnchor:arrowEdge:content:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":" = .rect(.bounds), ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":" = .top, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/popover(item:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(item:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/popover(item:attachmentanchor:arrowedge:content:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"popover(item:attachmentAnchor:arrowEdge:content:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/position(_:).json b/docs/data/documentation/ouds/oudsthemeableview/position(_:).json index ee5f8e482..bf9bc1daa 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/position(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/position(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","title":"position(_:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.position(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"position","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/position(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/position(_:)","role":"symbol","type":"topic","kind":"symbol","title":"position(_:)"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"position"},{"kind":"text","text":": "},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"position(_:)","platforms":[{"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"introducedAt":"13.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS"}],"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/position(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.position(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"position(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/position(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/position(x:y:).json b/docs/data/documentation/ouds/oudsthemeableview/position(x:y:).json index f0cca960b..1a9af3441 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/position(x:y:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/position(x:y:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"position(x:y:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.position(x:y:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"position","kind":"identifier"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":" = 0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":" = 0) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/position(x:y:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(x:y:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)","kind":"symbol","role":"symbol","title":"position(x:y:)","url":"\/documentation\/ouds\/oudsthemeableview\/position(x:y:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","beta":false}],"title":"position(x:y:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 0) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/position(x:y:)"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.position(x:y:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(x:y:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"position","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)","url":"\/documentation\/ouds\/oudsthemeableview\/position(x:y:)","title":"position(x:y:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/preference(key:value:).json b/docs/data/documentation/ouds/oudsthemeableview/preference(key:value:).json index 0bc1e587f..3e6f30793 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/preference(key:value:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/preference(key:value:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"iOS"},{"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","title":"preference(key:value:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preference","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/preference(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"preference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type = K.self, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.preference(key:value:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/preference(key:value:)":{"kind":"symbol","title":"preference(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/preference(key:value:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"preference","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/preference(key:value:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"preference","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type = K.self, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"preference(key:value:)","platforms":[{"introducedAt":"13.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"preference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preference(key:value:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/preference(key:value:)":{"abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"preference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"preference(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/preference(key:value:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/preferredcolorscheme(_:).json b/docs/data/documentation/ouds/oudsthemeableview/preferredcolorscheme(_:).json index 172ec2062..720ab5097 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/preferredcolorscheme(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/preferredcolorscheme(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"colorScheme"},{"text":": ","kind":"text"},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","beta":false},{"deprecated":false,"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"6.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"preferredColorScheme(_:)","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.preferredColorScheme(_:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/preferredcolorscheme(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/preferredColorScheme(_:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)","title":"preferredColorScheme(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/preferredcolorscheme(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"metadata":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"11.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.preferredColorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/preferredcolorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/preferredColorScheme(_:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"preferredColorScheme(_:)","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/preferredcolorscheme(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/prefersdefaultfocus(_:in:).json b/docs/data/documentation/ouds/oudsthemeableview/prefersdefaultfocus(_:in:).json index 7b77d2a19..629cc7022 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/prefersdefaultfocus(_:in:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/prefersdefaultfocus(_:in:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/prefersdefaultfocus(_:in:)"]}],"metadata":{"title":"prefersDefaultFocus(_:in:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false},{"introducedAt":"14.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"name":"watchOS","unavailable":false,"introducedAt":"7.0","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"prefersDefaultFocus","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.prefersDefaultFocus(_:in:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"prefersDefaultFocus","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/prefersDefaultFocus(_:in:)":{"title":"prefersDefaultFocus(_:in:)","url":"\/documentation\/ouds\/oudsthemeableview\/prefersdefaultfocus(_:in:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"prefersDefaultFocus(_:in:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"14.0"},{"introducedAt":"7.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"prefersDefaultFocus","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/prefersdefaultfocus(_:in:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"prefersDefaultFocus","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prefersDefaultFocus"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"text":": ","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.prefersDefaultFocus(_:in:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/prefersDefaultFocus(_:in:)":{"abstract":[],"title":"prefersDefaultFocus(_:in:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/prefersdefaultfocus(_:in:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(_:).json index b870af62f..1333fb30e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE22presentationBackgroundyQrqd__AA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"presentationBackground(_:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"introducedAt":"16.4","beta":false,"deprecated":false,"name":"iOS"},{"introducedAt":"13.3","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"beta":false,"deprecated":false,"introducedAt":"16.4","name":"tvOS","unavailable":false},{"introducedAt":"9.4","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentationBackground(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationbackground(_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"presentationBackground(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"presentationBackground(_:)","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.4"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.3","name":"macOS"},{"deprecated":false,"introducedAt":"16.4","unavailable":false,"beta":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","introducedAt":"9.4","beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE22presentationBackgroundyQrqd__AA10ShapeStyleRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentationBackground(_:)"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)","type":"topic","abstract":[],"title":"presentationBackground(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(alignment:content:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(alignment:content:).json index c23a3a506..19230c9fc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(alignment:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationbackground(alignment:content:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationBackground(alignment:content:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE22presentationBackground9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","title":"presentationBackground(alignment:content:)","role":"symbol","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.4","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.3"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"16.4","name":"tvOS"},{"deprecated":false,"introducedAt":"9.4","name":"watchOS","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationbackground(alignment:content:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(alignment:content:)":{"kind":"symbol","title":"presentationBackground(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(alignment:content:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE22presentationBackground9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.4"},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.3","beta":false},{"deprecated":false,"beta":false,"introducedAt":"16.4","unavailable":false,"name":"tvOS"},{"introducedAt":"9.4","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"title":"presentationBackground(alignment:content:)","symbolKind":"method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationBackground(alignment:content:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationbackground(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(alignment:content:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(alignment:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","role":"symbol","abstract":[],"title":"presentationBackground(alignment:content:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationbackgroundinteraction(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationbackgroundinteraction(_:).json index cc641e483..6379d9178 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationbackgroundinteraction(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationbackgroundinteraction(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"16.4","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.3","beta":false,"name":"macOS"},{"introducedAt":"16.4","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"9.4"}],"role":"symbol","symbolKind":"method","title":"presentationBackgroundInteraction(_:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE33presentationBackgroundInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationBackgroundInteraction(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationbackgroundinteraction(_:)"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"interaction","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackgroundInteraction(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackgroundinteraction(_:)","title":"presentationBackgroundInteraction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.4","name":"iOS"},{"introducedAt":"13.3","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"16.4","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"9.4","unavailable":false,"name":"watchOS","beta":false}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"presentationBackgroundInteraction(_:)","externalID":"s:7SwiftUI4ViewPAAE33presentationBackgroundInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"interaction"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"PresentationBackgroundInteraction","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationbackgroundinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentationBackgroundInteraction(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackgroundInteraction(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"presentationBackgroundInteraction(_:)","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackgroundinteraction(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(_:).json index f08024592..b9706c2d5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"16.4","deprecated":false,"beta":false,"name":"iOS"},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.3"},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"16.4","unavailable":false},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"9.4"}],"externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptationyQrAA012PresentationF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"presentationCompactAdaptation(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationCompactAdaptation(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"adaptation"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(_:)":{"kind":"symbol","title":"presentationCompactAdaptation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationCompactAdaptation(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"adaptation","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"16.4","deprecated":false,"beta":false},{"name":"macOS","introducedAt":"13.3","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"16.4","beta":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"9.4","deprecated":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptationyQrAA012PresentationF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"presentationCompactAdaptation(_:)","roleHeading":"Instance Method","symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(_:)","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"presentationCompactAdaptation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(horizontal:vertical:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(horizontal:vertical:).json index c01c4b852..b1e67edf8 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(horizontal:vertical:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationcompactadaptation(horizontal:vertical:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"name":"iOS","beta":false,"introducedAt":"16.4","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.3","beta":false},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"16.4","beta":false},{"beta":false,"introducedAt":"9.4","unavailable":false,"name":"watchOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"vertical","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"presentationCompactAdaptation(horizontal:vertical:)","externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptation10horizontal8verticalQrAA012PresentationF0V_AHtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(horizontal:vertical:)"]}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentationCompactAdaptation(horizontal:vertical:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":" "},{"text":"horizontalAdaptation","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"verticalAdaptation"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(horizontal:vertical:)":{"abstract":[],"kind":"symbol","title":"presentationCompactAdaptation(horizontal:vertical:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationCompactAdaptation(horizontal:vertical:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(horizontal:vertical:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"horizontalAdaptation"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"vertical","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"verticalAdaptation","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"presentationCompactAdaptation(horizontal:vertical:)","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"16.4","name":"iOS","beta":false},{"introducedAt":"13.3","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"beta":false,"introducedAt":"16.4","name":"tvOS","unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"9.4","name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptation10horizontal8verticalQrAA012PresentationF0V_AHtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(horizontal:vertical:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":", ","kind":"text"},{"text":"vertical","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"presentationCompactAdaptation(horizontal:vertical:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(horizontal:vertical:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationcontentinteraction(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationcontentinteraction(_:).json index 5a4d3c41b..ee09508d4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationcontentinteraction(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationcontentinteraction(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationContentInteraction(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationContentInteraction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationContentInteraction"},{"text":"(","kind":"text"},{"text":"PresentationContentInteraction","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","introducedAt":"16.4","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.3","unavailable":false},{"introducedAt":"16.4","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"introducedAt":"9.4","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"title":"presentationContentInteraction(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE30presentationContentInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcontentinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationContentInteraction(_:)":{"kind":"symbol","title":"presentationContentInteraction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcontentinteraction(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationContentInteraction(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationContentInteraction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcontentinteraction(_:)"]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE30presentationContentInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"presentationContentInteraction(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.4"},{"introducedAt":"13.3","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.4"},{"introducedAt":"9.4","name":"watchOS","deprecated":false,"beta":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationContentInteraction"},{"text":"(","kind":"text"},{"text":"PresentationContentInteraction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationContentInteraction(_:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationcontentinteraction(_:)","title":"presentationContentInteraction(_:)","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationcornerradius(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationcornerradius(_:).json index cc605040d..6391f0a9c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationcornerradius(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationcornerradius(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE24presentationCornerRadiusyQr14CoreFoundation7CGFloatVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.4","beta":false},{"beta":false,"introducedAt":"13.3","unavailable":false,"name":"macOS","deprecated":false},{"deprecated":false,"name":"tvOS","introducedAt":"16.4","unavailable":false,"beta":false},{"introducedAt":"9.4","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"title":"presentationCornerRadius(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationCornerRadius(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"cornerRadius"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcornerradius(_:)"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCornerRadius(_:)":{"kind":"symbol","title":"presentationCornerRadius(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcornerradius(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE24presentationCornerRadiusyQr14CoreFoundation7CGFloatVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"introducedAt":"16.4","deprecated":false,"unavailable":false},{"introducedAt":"13.3","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"16.4","beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"9.4","name":"watchOS","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCornerRadius","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"presentationCornerRadius(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationCornerRadius(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationcornerradius(_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"cornerRadius"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCornerRadius(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)","title":"presentationCornerRadius(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcornerradius(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:).json index d18b3a556..b2996f1c6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationDetents(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationDetents","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"detents","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","platforms":[{"beta":false,"introducedAt":"16.0","unavailable":false,"name":"iOS","deprecated":false},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS"},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"9.0","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"presentationDetents(_:)","externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:)","title":"presentationDetents(_:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentationDetents(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"16.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"presentationDetents(_:)","externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:)"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"detents"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier","text":"PresentationDetent"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationDetents","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:)","title":"presentationDetents(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:selection:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:selection:).json index 7a8ddb438..3ab3d7217 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:selection:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationdetents(_:selection:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:selection:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE19presentationDetents_9selectionQrShyAA18PresentationDetentVG_AA7BindingVyAGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"text":">, ","kind":"text"},{"text":"selection","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier","text":"PresentationDetent"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false,"name":"iOS"},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"9.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"presentationDetents(_:selection:)","symbolKind":"method","role":"symbol"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentationDetents(_:selection:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"detents","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"text":"selection","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:selection:)":{"kind":"symbol","title":"presentationDetents(_:selection:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:selection:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"text":">, ","kind":"text"},{"text":"selection","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"detents","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"selection"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:selection:)"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19presentationDetents_9selectionQrShyAA18PresentationDetentVG_AA7BindingVyAGGtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"9.0","name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"selection"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"presentationDetents(_:selection:)"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:selection:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:selection:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"text":">, ","kind":"text"},{"text":"selection","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","title":"presentationDetents(_:selection:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:selection:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentationdragindicator(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentationdragindicator(_:).json index efb51a942..df7535eb3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentationdragindicator(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentationdragindicator(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationdragindicator(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDragIndicator(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationDragIndicator","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"presentationDragIndicator(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationDragIndicator","kind":"identifier"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0"},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"macOS","beta":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false},{"name":"watchOS","unavailable":false,"introducedAt":"9.0","beta":false,"deprecated":false}],"roleHeading":"Instance Method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDragIndicator(_:)":{"abstract":[],"kind":"symbol","title":"presentationDragIndicator(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationdragindicator(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)"},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"presentationDragIndicator(_:)","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0"},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false,"name":"tvOS"},{"introducedAt":"9.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentationDragIndicator(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationDragIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentationdragindicator(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDragIndicator(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDragIndicator","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationdragindicator(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)","role":"symbol","abstract":[],"title":"presentationDragIndicator(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentedwindowstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentedwindowstyle(_:).json index 89efaea27..3e061394a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentedwindowstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentedwindowstyle(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowStyle(_:)"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentedwindowstyle(_:)"]}],"kind":"symbol","metadata":{"platforms":[{"name":"macOS","introducedAt":"11.0","unavailable":false,"deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","title":"presentedWindowStyle(_:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentedWindowStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentedWindowStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"WindowStyle","preciseIdentifier":"s:7SwiftUI11WindowStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowStyle(_:)":{"kind":"symbol","title":"presentedWindowStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentedWindowStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentedwindowstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11WindowStyleP","text":"WindowStyle"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)"},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentedWindowStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"11.0","name":"macOS"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"presentedWindowStyle(_:)","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowStyle(_:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowstyle(_:)","title":"presentedWindowStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/presentedwindowtoolbarstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/presentedwindowtoolbarstyle(_:).json index 66fda72a4..f3f5d4126 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/presentedwindowtoolbarstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/presentedwindowtoolbarstyle(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentedwindowtoolbarstyle(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE27presentedWindowToolbarStyleyQrqd__AA0efG0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"presentedWindowToolbarStyle(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentedWindowToolbarStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowToolbarStyle(_:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentedWindowToolbarStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"WindowToolbarStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18WindowToolbarStyleP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowToolbarStyle(_:)":{"kind":"symbol","title":"presentedWindowToolbarStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowtoolbarstyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/presentedwindowtoolbarstyle(_:)"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE27presentedWindowToolbarStyleyQrqd__AA0efG0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"presentedWindowToolbarStyle(_:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentedWindowToolbarStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"WindowToolbarStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18WindowToolbarStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowToolbarStyle(_:)":{"kind":"symbol","title":"presentedWindowToolbarStyle(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowtoolbarstyle(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/previewcontext(_:).json b/docs/data/documentation/ouds/oudsthemeableview/previewcontext(_:).json index 14711f66b..a061beff5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/previewcontext(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/previewcontext(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"platforms":[{"introducedAt":"14.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"beta":false,"introducedAt":"14.0","name":"tvOS","unavailable":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"previewContext(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewcontext(_:)"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.previewContext(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"PreviewContext","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14PreviewContextP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewContext(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewcontext(_:)","role":"symbol","abstract":[],"title":"previewContext(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"14.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false},{"name":"tvOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false}],"roleHeading":"Instance Method","title":"previewContext(_:)","externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewContext","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreviewContext","preciseIdentifier":"s:7SwiftUI14PreviewContextP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/previewcontext(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.previewContext(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewContext(_:)":{"kind":"symbol","title":"previewContext(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/previewcontext(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/previewdevice(_:).json b/docs/data/documentation/ouds/oudsthemeableview/previewdevice(_:).json index 5d89fae56..54d6c5058 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/previewdevice(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/previewdevice(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewdevice(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreviewDeviceV","kind":"typeIdentifier","text":"PreviewDevice"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreviewDeviceV","kind":"typeIdentifier","text":"PreviewDevice"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"previewDevice(_:)","symbolKind":"method","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"6.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.previewDevice(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDevice(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)","title":"previewDevice(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/previewdevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewDevice","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewDevice","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewdevice(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDevice(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"symbolKind":"method","title":"previewDevice(_:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewDevice","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13PreviewDeviceV","text":"PreviewDevice","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"name":"tvOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDevice(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/previewdevice(_:)","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDevice"},{"text":"(","kind":"text"},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/previewdisplayname(_:).json b/docs/data/documentation/ouds/oudsthemeableview/previewdisplayname(_:).json index c38e896f3..a8191c6af 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/previewdisplayname(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/previewdisplayname(_:).json @@ -1 +1 @@ -{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.previewDisplayName(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewdisplayname(_:)"]}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewDisplayName","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","title":"previewDisplayName(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewDisplayName","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDisplayName(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewdisplayname(_:)","type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.previewDisplayName(_:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}]}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"previewDisplayName(_:)","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false},{"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewdisplayname(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDisplayName(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewDisplayName","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"previewDisplayName(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/previewdisplayname(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/previewinterfaceorientation(_:).json b/docs/data/documentation/ouds/oudsthemeableview/previewinterfaceorientation(_:).json index e6e7ff72d..07bfb5b24 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/previewinterfaceorientation(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/previewinterfaceorientation(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewinterfaceorientation(_:)"]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"previewInterfaceOrientation","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","text":"InterfaceOrientation","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","beta":false},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS"},{"beta":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS","deprecated":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"8.0","unavailable":false}],"title":"previewInterfaceOrientation(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewInterfaceOrientation(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewInterfaceOrientation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"role":"collectionGroup","kind":"article","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","type":"topic","title":"View Implementations","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewInterfaceOrientation(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewInterfaceOrientation","kind":"identifier"},{"kind":"text","text":"("},{"text":"InterfaceOrientation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewinterfaceorientation(_:)","kind":"symbol","title":"previewInterfaceOrientation(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewinterfaceorientation(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.previewInterfaceOrientation(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","title":"previewInterfaceOrientation(_:)","externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewInterfaceOrientation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","kind":"typeIdentifier","text":"InterfaceOrientation"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"InterfaceOrientation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewInterfaceOrientation(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewInterfaceOrientation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","kind":"typeIdentifier","text":"InterfaceOrientation"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)","role":"symbol","abstract":[],"title":"previewInterfaceOrientation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/previewinterfaceorientation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/previewlayout(_:).json b/docs/data/documentation/ouds/oudsthemeableview/previewlayout(_:).json index 8c32bd5ef..b5a4b0bc2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/previewlayout(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/previewlayout(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewLayout","kind":"identifier"},{"kind":"text","text":"("},{"text":"PreviewLayout","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15"},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQr21DeveloperToolsSupport07PreviewE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"previewLayout(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.previewLayout(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"PreviewLayout","kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/previewlayout(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewLayout(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PreviewLayout","kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewlayout(_:)","title":"previewLayout(_:)"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"PreviewLayout","kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewLayout(_:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"previewLayout(_:)","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false,"name":"macOS"},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"deprecated":false,"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"kind":"text","text":"("},{"text":"PreviewLayout","kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQr21DeveloperToolsSupport07PreviewE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/previewlayout(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewLayout(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewlayout(_:)","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewLayout"},{"text":"(","kind":"text"},{"text":"PreviewLayout","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"previewLayout(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/privacysensitive(_:).json b/docs/data/documentation/ouds/oudsthemeableview/privacysensitive(_:).json index 68e3a25d0..875340f1a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/privacysensitive(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/privacysensitive(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.privacySensitive(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/privacysensitive(_:)"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"privacySensitive","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"privacySensitive","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"sensitive","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/privacySensitive(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","title":"privacySensitive(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/privacysensitive(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"privacySensitive(_:)","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"introducedAt":"12.0","unavailable":false,"deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"privacySensitive","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.privacySensitive(_:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/privacysensitive(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"privacySensitive","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sensitive"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/privacySensitive(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/privacysensitive(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"privacySensitive(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/progressviewstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/progressviewstyle(_:).json index a3c851ff0..dcab1e281 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/progressviewstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/progressviewstyle(_:).json @@ -1 +1 @@ -{"metadata":{"title":"progressViewStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"progressViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false},{"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.progressViewStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/progressviewstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"progressViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"ProgressViewStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/progressViewStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/progressviewstyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","abstract":[],"kind":"symbol","title":"progressViewStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/progressviewstyle(_:)"]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"progressViewStyle(_:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0"},{"deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false,"name":"tvOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.progressViewStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"progressViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP","text":"ProgressViewStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/progressViewStyle(_:)":{"abstract":[],"type":"topic","title":"progressViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/progressviewstyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"progressViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/projectioneffect(_:).json b/docs/data/documentation/ouds/oudsthemeableview/projectioneffect(_:).json index 48ac900b3..fad015f45 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/projectioneffect(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/projectioneffect(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"projectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","title":"projectionEffect(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0"}],"role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.projectionEffect(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/projectioneffect(_:)"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","text":"ProjectionTransform","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/projectionEffect(_:)":{"type":"topic","title":"projectionEffect(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"text":"(","kind":"text"},{"text":"ProjectionTransform","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/projectioneffect(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}],"title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"projectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ProjectionTransform","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"projectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","text":"ProjectionTransform","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.projectionEffect(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/projectioneffect(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/projectionEffect(_:)":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"text":"ProjectionTransform","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/projectioneffect(_:)","type":"topic","title":"projectionEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/redacted(reason:).json b/docs/data/documentation/ouds/oudsthemeableview/redacted(reason:).json index d760362cb..4ebd1dd59 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/redacted(reason:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/redacted(reason:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)"},"kind":"symbol","metadata":{"title":"redacted(reason:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8redacted6reasonQrAA16RedactionReasonsV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"text":"RedactionReasons","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0","deprecated":false},{"unavailable":false,"introducedAt":"7.0","beta":false,"deprecated":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.redacted(reason:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"redacted","kind":"identifier"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/redacted(reason:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/redacted(reason:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/redacted(reason:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"redacted","kind":"identifier"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","text":"RedactionReasons","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)","kind":"symbol","abstract":[],"title":"redacted(reason:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"redacted","kind":"identifier"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","text":"RedactionReasons"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Method","title":"redacted(reason:)","role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"7.0","name":"watchOS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"redacted","kind":"identifier"},{"text":"(","kind":"text"},{"text":"reason","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","kind":"typeIdentifier","text":"RedactionReasons"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE8redacted6reasonQrAA16RedactionReasonsV_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/redacted(reason:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.redacted(reason:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/redacted(reason:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"redacted","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","text":"RedactionReasons","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"redacted(reason:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)","url":"\/documentation\/ouds\/oudsthemeableview\/redacted(reason:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/refreshable(action:).json b/docs/data/documentation/ouds/oudsthemeableview/refreshable(action:).json index fe5d350ef..79417ff04 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/refreshable(action:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/refreshable(action:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/refreshable(action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.refreshable(action:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"refreshable","kind":"identifier"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"refreshable(action:)","externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"refreshable"},{"text":"(","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () "},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/refreshable(action:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)","title":"refreshable(action:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"refreshable","kind":"identifier"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/refreshable(action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.refreshable(action:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"refreshable"},{"text":"(","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/refreshable(action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"refreshable(action:)","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/refreshable(action:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/refreshable(action:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"refreshable","kind":"identifier"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"refreshable(action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-3rr21.json b/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-3rr21.json index ff08859a2..7d80fcc35 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-3rr21.json +++ b/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-3rr21.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"text":"(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false,"deprecated":false},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0","beta":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","title":"renameAction(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-3rr21"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isFocused"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-3rr21":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21","title":"renameAction(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-3rr21","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-3rr21"]}],"metadata":{"role":"symbol","title":"renameAction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false},{"name":"macOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isFocused","kind":"internalParam"},{"kind":"text","text":": "},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-3rr21":{"title":"renameAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-3rr21","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-57cp6.json b/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-57cp6.json index 07e0966c6..68d02047e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-57cp6.json +++ b/docs/data/documentation/ouds/oudsthemeableview/renameaction(_:)-57cp6.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"13.0","beta":false},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0"},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"renameAction(_:)","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-57cp6"]}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.renameAction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-57cp6":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6","title":"renameAction(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-57cp6","type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-57cp6"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"renameAction(_:)","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"16.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.renameAction(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-57cp6":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-57cp6","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"text":"(() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"renameAction(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/rotation3deffect(_:axis:anchor:anchorz:perspective:).json b/docs/data/documentation/ouds/oudsthemeableview/rotation3deffect(_:axis:anchor:anchorz:perspective:).json index 22d92f0c0..de88ab299 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/rotation3deffect(_:axis:anchor:anchorz:perspective:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/rotation3deffect(_:axis:anchor:anchorz:perspective:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", y","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"), "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchorZ"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perspective","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", z"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":" = .center, ","kind":"text"},{"kind":"externalParam","text":"anchorZ"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"perspective"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"), "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchorZ","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"perspective","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","url":"\/documentation\/ouds\/oudsthemeableview\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","role":"symbol","type":"topic","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"angle","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"text":": (x","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", y","kind":"text"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"), "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"text":"anchorZ","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"perspective"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"metadata":{"title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false,"name":"macOS"},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"rotation3DEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"text":": (x","kind":"text"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"), ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","type":"topic","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"), ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":", "},{"text":"anchorZ","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perspective","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/rotationeffect(_:anchor:).json b/docs/data/documentation/ouds/oudsthemeableview/rotationeffect(_:anchor:).json index 041c86a60..7b01201f0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/rotationeffect(_:anchor:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/rotationeffect(_:anchor:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/rotationeffect(_:anchor:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"angle"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"rotationEffect(_:anchor:)","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotationEffect(_:anchor:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotationEffect(_:anchor:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"rotationEffect(_:anchor:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/rotationeffect(_:anchor:)"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.rotationEffect(_:anchor:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"angle","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/rotationeffect(_:anchor:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.15"},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false}],"title":"rotationEffect(_:anchor:)","symbolKind":"method"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotationEffect(_:anchor:)":{"title":"rotationEffect(_:anchor:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/rotationeffect(_:anchor:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotationEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-78c4r.json b/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-78c4r.json index 1bcb2a26f..1872c749c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-78c4r.json +++ b/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-78c4r.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"safeAreaInset","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"text":"HorizontalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-78c4r"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS","deprecated":false},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"safeAreaInset(edge:alignment:spacing:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-78c4r":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier","text":"VerticalAlignment"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-78c4r","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":" = .center, ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier","text":"VerticalAlignment"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"safeAreaInset(edge:alignment:spacing:content:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-78c4r"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-78c4r":{"title":"safeAreaInset(edge:alignment:spacing:content:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-78c4r","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"text":"HorizontalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-eu2c.json b/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-eu2c.json index aa5fabaf4..eadb1eeb7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-eu2c.json +++ b/docs/data/documentation/ouds/oudsthemeableview/safeareainset(edge:alignment:spacing:content:)-eu2c.json @@ -1 +1 @@ -{"metadata":{"title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"introducedAt":"8.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-eu2c"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-eu2c":{"abstract":[],"kind":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-eu2c","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier","text":"HorizontalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-eu2c"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"safeAreaInset(edge:alignment:spacing:content:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.safeAreaInset(edge:alignment:spacing:content:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-eu2c":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-eu2c","title":"safeAreaInset(edge:alignment:spacing:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-3y03e.json b/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-3y03e.json index 9ec163a26..08531482f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-3y03e.json +++ b/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-3y03e.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"17.0"},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"safeAreaPadding(_:)","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-3y03e"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.safeAreaPadding(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-3y03e":{"url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-3y03e","abstract":[],"title":"safeAreaPadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e","role":"symbol","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.safeAreaPadding(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"safeAreaPadding(_:)","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-3y03e"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-3y03e":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-3y03e","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e","type":"topic","title":"safeAreaPadding(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-733gi.json b/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-733gi.json index 344e61355..5d5a2633e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-733gi.json +++ b/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:)-733gi.json @@ -1 +1 @@ -{"metadata":{"platforms":[{"name":"iOS","beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"tvOS"},{"deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","title":"safeAreaPadding(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-733gi"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"insets","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.safeAreaPadding(_:)"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-733gi":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi","title":"safeAreaPadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-733gi","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0"},{"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"10.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"safeAreaPadding(_:)","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.safeAreaPadding(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"insets","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-733gi"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-733gi":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-733gi","title":"safeAreaPadding(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:_:).json index 2720436a2..63635cc53 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/safeareapadding(_:_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.safeAreaPadding(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"safeAreaPadding(_:_:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","beta":false},{"deprecated":false,"introducedAt":"17.0","beta":false,"name":"tvOS","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:_:)":{"kind":"symbol","title":"safeAreaPadding(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"introducedAt":"17.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"17.0","unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"10.0"}],"title":"safeAreaPadding(_:_:)","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.safeAreaPadding(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:_:)","title":"safeAreaPadding(_:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/saturation(_:).json b/docs/data/documentation/ouds/oudsthemeableview/saturation(_:).json index 5c59cf198..2ab45cc17 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/saturation(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/saturation(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"amount","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.saturation(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"saturation(_:)","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/saturation(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/saturation(_:)":{"type":"topic","title":"saturation(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"saturation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/saturation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"saturation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"introducedAt":"10.15","unavailable":false,"deprecated":false,"name":"macOS","beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0"}],"symbolKind":"method","role":"symbol","title":"saturation(_:)","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/saturation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.saturation(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/saturation(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/saturation(_:)","kind":"symbol","role":"symbol","title":"saturation(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scaledtofill().json b/docs/data/documentation/ouds/oudsthemeableview/scaledtofill().json index 1e98c3c73..91cc1c563 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scaledtofill().json +++ b/docs/data/documentation/ouds/oudsthemeableview/scaledtofill().json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scaledToFill()"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"scaledToFill()","externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false},{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFill","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scaledtofill()"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFill()":{"kind":"symbol","title":"scaledToFill()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofill()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scaledToFill","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"scaledToFill()","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"10.15","name":"macOS","unavailable":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaledToFill"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFill()"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaledtofill()"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaledToFill"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFill()":{"title":"scaledToFill()","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scaledtofit().json b/docs/data/documentation/ouds/oudsthemeableview/scaledtofit().json index b7a7c7e3e..fe9fe8eeb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scaledtofit().json +++ b/docs/data/documentation/ouds/oudsthemeableview/scaledtofit().json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFit()"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaledtofit()"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"scaledToFit()","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFit()":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofit()","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"scaledToFit()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scaledToFit()","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"scaledToFit()","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaledToFit","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaledtofit()"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFit()":{"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofit()","role":"symbol","title":"scaledToFit()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-3f5v2.json b/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-3f5v2.json index cfab28264..d019867e6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-3f5v2.json +++ b/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-3f5v2.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","metadata":{"title":"scaleEffect(_:anchor:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0"},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQrSo6CGSizeV_AA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-3f5v2"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-3f5v2":{"kind":"symbol","title":"scaleEffect(_:anchor:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-3f5v2","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-3f5v2"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"scale","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"title":"scaleEffect(_:anchor:)","symbolKind":"method","platforms":[{"introducedAt":"13.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"name":"macOS","beta":false,"introducedAt":"10.15","unavailable":false,"deprecated":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQrSo6CGSizeV_AA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-3f5v2":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-3f5v2","title":"scaleEffect(_:anchor:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-5jtqs.json b/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-5jtqs.json index fadd75c9f..47dab7e22 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-5jtqs.json +++ b/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(_:anchor:)-5jtqs.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"s"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs"},"metadata":{"title":"scaleEffect(_:anchor:)","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQr14CoreFoundation7CGFloatV_AA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"tvOS"},{"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-5jtqs"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-5jtqs":{"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-5jtqs","abstract":[],"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-5jtqs"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scaleEffect(_:anchor:)","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"13.0"},{"deprecated":false,"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQr14CoreFoundation7CGFloatV_AA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"s","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-5jtqs":{"type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-5jtqs","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(x:y:anchor:).json b/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(x:y:anchor:).json index 23f149af1..5f99dcdb9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(x:y:anchor:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scaleeffect(x:y:anchor:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"deprecated":false,"introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false},{"name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","title":"scaleEffect(x:y:anchor:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scaleeffect(x:y:anchor:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":" = 1.0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 1.0, ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scaleEffect(x:y:anchor:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(x:y:anchor:)":{"kind":"symbol","title":"scaleEffect(x:y:anchor:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)","url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(x:y:anchor:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","symbolKind":"method","title":"scaleEffect(x:y:anchor:)"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 1.0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scaleeffect(x:y:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scaleEffect(x:y:anchor:)"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(x:y:anchor:)":{"abstract":[],"type":"topic","title":"scaleEffect(x:y:anchor:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(x:y:anchor:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:).json b/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:).json index 8c5ca1883..f551eecbc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"scenePadding(_:)","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","kind":"symbol","role":"symbol","title":"scenePadding(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","title":"scenePadding(_:)","roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:)":{"role":"symbol","abstract":[],"title":"scenePadding(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:edges:).json b/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:edges:).json index 2a72726fd..bcefa6eb2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:edges:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scenepadding(_:edges:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"padding","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ScenePadding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scenePadding(_:edges:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)"},"metadata":{"title":"scenePadding(_:edges:)","externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","platforms":[{"beta":false,"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","beta":false},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:edges:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)","title":"scenePadding(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:edges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"ScenePadding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","title":"scenePadding(_:edges:)","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:edges:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"padding","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scenePadding(_:edges:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:edges:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:edges:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scenePadding(_:edges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrollbouncebehavior(_:axes:).json b/docs/data/documentation/ouds/oudsthemeableview/scrollbouncebehavior(_:axes:).json index 27f2c6d35..7b36f69e7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrollbouncebehavior(_:axes:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrollbouncebehavior(_:axes:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ScrollBounceBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"kind":"text","text":" = [.vertical]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20scrollBounceBehavior_4axesQrAA06ScrolleF0V_AA4AxisO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollBounceBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"deprecated":false,"introducedAt":"16.4","unavailable":false,"name":"iOS","beta":false},{"introducedAt":"13.3","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"16.4","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"9.4","unavailable":false}],"title":"scrollBounceBehavior(_:axes:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollBounceBehavior(_:axes:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollbouncebehavior(_:axes:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollBounceBehavior(_:axes:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/scrollbouncebehavior(_:axes:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"text":"ScrollBounceBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)","abstract":[],"kind":"symbol","title":"scrollBounceBehavior(_:axes:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollBounceBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","title":"scrollBounceBehavior(_:axes:)","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"16.4"},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.3","deprecated":false},{"introducedAt":"16.4","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"9.4","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE20scrollBounceBehavior_4axesQrAA06ScrolleF0V_AA4AxisO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollBounceBehavior"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"kind":"text","text":", "},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":" = [.vertical]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollbouncebehavior(_:axes:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollBounceBehavior(_:axes:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollBounceBehavior(_:axes:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrollbouncebehavior(_:axes:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)","title":"scrollBounceBehavior(_:axes:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrollclipdisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/scrollclipdisabled(_:).json index cb01ed53a..20f70a3b3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrollclipdisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrollclipdisabled(_:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollClipDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"disabled","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollclipdisabled(_:)"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18scrollClipDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"scrollClipDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","platforms":[{"deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false,"name":"iOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"},{"unavailable":false,"introducedAt":"17.0","name":"tvOS","deprecated":false,"beta":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.0"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollClipDisabled(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollClipDisabled(_:)":{"kind":"symbol","title":"scrollClipDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollClipDisabled","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrollclipdisabled(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"unavailable":false,"introducedAt":"17.0","beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"10.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"scrollClipDisabled(_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18scrollClipDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollClipDisabled(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollclipdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollClipDisabled(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollClipDisabled"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrollclipdisabled(_:)","title":"scrollClipDisabled(_:)","role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrollcontentbackground(_:).json b/docs/data/documentation/ouds/oudsthemeableview/scrollcontentbackground(_:).json index 36f8605cb..79a165c18 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrollcontentbackground(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrollcontentbackground(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollContentBackground","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scrollContentBackground(_:)","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE23scrollContentBackgroundyQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollContentBackground(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollcontentbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollContentBackground(_:)":{"kind":"symbol","title":"scrollContentBackground(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrollcontentbackground(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollContentBackground","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE23scrollContentBackgroundyQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"introducedAt":"16.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"9.0","beta":false,"name":"watchOS"}],"title":"scrollContentBackground(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollContentBackground(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollcontentbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollContentBackground","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollContentBackground(_:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrollcontentbackground(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)","role":"symbol","type":"topic","title":"scrollContentBackground(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrolldisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/scrolldisabled(_:).json index 9ba0d0f65..19c67ce05 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrolldisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrolldisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDisabled"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"disabled","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolldisabled(_:)"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0","name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"title":"scrollDisabled(_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollDisabled(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDisabled(_:)":{"kind":"symbol","title":"scrollDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDisabled(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolldisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}],"title":"scrollDisabled(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDisabled"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"disabled","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDisabled(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scrollDisabled(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrolldismisseskeyboard(_:).json b/docs/data/documentation/ouds/oudsthemeableview/scrolldismisseskeyboard(_:).json index 5f00683e0..9fdbc2b1a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrolldismisseskeyboard(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrolldismisseskeyboard(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ScrollDismissesKeyboardMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"iOS"},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"tvOS"},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0"}],"externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"scrollDismissesKeyboard(_:)","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDismissesKeyboard(_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolldismisseskeyboard(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDismissesKeyboard(_:)":{"kind":"symbol","title":"scrollDismissesKeyboard(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldismisseskeyboard(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollDismissesKeyboard(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"introducedAt":"13.0","unavailable":false,"name":"macOS","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"scrollDismissesKeyboard(_:)","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolldismisseskeyboard(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDismissesKeyboard(_:)":{"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldismisseskeyboard(_:)","title":"scrollDismissesKeyboard(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrollindicators(_:axes:).json b/docs/data/documentation/ouds/oudsthemeableview/scrollindicators(_:axes:).json index 66528f228..95bca6015 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrollindicators(_:axes:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrollindicators(_:axes:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"text":"ScrollIndicatorVisibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":" = [.vertical, .horizontal]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"scrollIndicators(_:axes:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollIndicators","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","text":"ScrollIndicatorVisibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS","deprecated":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollIndicators(_:axes:)"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollindicators(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicators(_:axes:)":{"type":"topic","title":"scrollIndicators(_:axes:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicators","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicators(_:axes:)"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)","interfaceLanguage":"swift"},"metadata":{"title":"scrollIndicators(_:axes:)","platforms":[{"introducedAt":"16.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","deprecated":false},{"unavailable":false,"name":"watchOS","introducedAt":"9.0","beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","text":"ScrollIndicatorVisibility"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollindicators(_:axes:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicators(_:axes:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":" = [.vertical, .horizontal]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicators(_:axes:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicators(_:axes:)","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollIndicators","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(onappear:).json b/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(onappear:).json index 6171b7cf6..248e3a8ab 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(onappear:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(onappear:).json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(onappear:)"]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash8onAppearQrSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"kind":"text","text":"("},{"text":"onAppear","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"scrollIndicatorsFlash(onAppear:)","platforms":[{"introducedAt":"17.0","name":"iOS","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false},{"beta":false,"name":"tvOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollIndicatorsFlash(onAppear:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"onAppear"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(onAppear:)":{"kind":"symbol","title":"scrollIndicatorsFlash(onAppear:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(onappear:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollIndicatorsFlash(onAppear:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","role":"symbol","title":"scrollIndicatorsFlash(onAppear:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.0","unavailable":false,"name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash8onAppearQrSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"onAppear"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(onappear:)"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(onAppear:)":{"kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(onappear:)","title":"scrollIndicatorsFlash(onAppear:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(trigger:).json b/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(trigger:).json index 7c6a0865e..c88e886a7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(trigger:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrollindicatorsflash(trigger:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"kind":"text","text":"("},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(trigger:)"]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false},{"name":"tvOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"title":"scrollIndicatorsFlash(trigger:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash7triggerQrqd___tSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicatorsFlash(trigger:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(trigger:)":{"kind":"symbol","title":"scrollIndicatorsFlash(trigger:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(trigger:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(trigger:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","title":"scrollIndicatorsFlash(trigger:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash7triggerQrqd___tSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"introducedAt":"17.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0"},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicatorsFlash(trigger:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"trigger"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(trigger:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(trigger:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"scrollIndicatorsFlash(trigger:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrollposition(id:anchor:).json b/docs/data/documentation/ouds/oudsthemeableview/scrollposition(id:anchor:).json index e55c7f24d..ef019459f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrollposition(id:anchor:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrollposition(id:anchor:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14scrollPosition2id6anchorQrAA7BindingVyqd__SgG_AA9UnitPointVSgtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollPosition"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<(some ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"kind":"text","text":")?>, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scrollPosition(id:anchor:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false},{"beta":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0"},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"10.0","deprecated":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollPosition(id:anchor:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<(some ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":")?>, ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollposition(id:anchor:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollPosition(id:anchor:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","title":"scrollPosition(id:anchor:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<(some ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":")?>, "},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollposition(id:anchor:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollPosition"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<(some "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":")?>, "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","title":"scrollPosition(id:anchor:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS"},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.0"}],"externalID":"s:7SwiftUI4ViewPAAE14scrollPosition2id6anchorQrAA7BindingVyqd__SgG_AA9UnitPointVSgtSHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrollposition(id:anchor:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<(some ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":")?>, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollPosition(id:anchor:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollPosition(id:anchor:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","title":"scrollPosition(id:anchor:)","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollposition(id:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<(some ","kind":"text"},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"kind":"text","text":")?>, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrolltargetbehavior(_:).json b/docs/data/documentation/ouds/oudsthemeableview/scrolltargetbehavior(_:).json index e744da3ea..21a2f7828 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrolltargetbehavior(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrolltargetbehavior(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltargetbehavior(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"beta":false,"introducedAt":"17.0","name":"tvOS","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}],"title":"scrollTargetBehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTargetBehavior","kind":"identifier"},{"kind":"text","text":"(some "},{"text":"ScrollTargetBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20scrollTargetBehavioryQrqd__AA06ScrolleF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTargetBehavior"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","kind":"typeIdentifier","text":"ScrollTargetBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollTargetBehavior(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetBehavior(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTargetBehavior"},{"kind":"text","text":"(some "},{"text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetbehavior(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)","kind":"symbol","title":"scrollTargetBehavior(_:)"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollTargetBehavior(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"},{"beta":false,"introducedAt":"17.0","name":"tvOS","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE20scrollTargetBehavioryQrqd__AA06ScrolleF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollTargetBehavior","kind":"identifier"},{"kind":"text","text":"(some "},{"preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","text":"ScrollTargetBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"scrollTargetBehavior(_:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollTargetBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltargetbehavior(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetBehavior(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTargetBehavior","kind":"identifier"},{"text":"(some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","text":"ScrollTargetBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","role":"symbol","title":"scrollTargetBehavior(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetbehavior(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrolltargetlayout(isenabled:).json b/docs/data/documentation/ouds/oudsthemeableview/scrolltargetlayout(isenabled:).json index 9e88a080c..90ce86998 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrolltargetlayout(isenabled:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrolltargetlayout(isenabled:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTargetLayout","kind":"identifier"},{"kind":"text","text":"("},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollTargetLayout(isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18scrollTargetLayout9isEnabledQrSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"scrollTargetLayout(isEnabled:)","platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"introducedAt":"10.0","beta":false,"name":"watchOS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltargetlayout(isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetLayout(isEnabled:)":{"kind":"symbol","title":"scrollTargetLayout(isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetlayout(isenabled:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"scrollTargetLayout(isEnabled:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"introducedAt":"14.0","unavailable":false,"name":"macOS","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18scrollTargetLayout9isEnabledQrSb_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollTargetLayout(isEnabled:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltargetlayout(isenabled:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetLayout(isEnabled:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetlayout(isenabled:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTargetLayout"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"scrollTargetLayout(isEnabled:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(_:axis:transition:).json b/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(_:axis:transition:).json index d1eb89948..5b86d1037 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(_:axis:transition:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(_:axis:transition:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollTransition(_:axis:transition:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltransition(_:axis:transition:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"configuration","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":" = .interactive, "},{"kind":"externalParam","text":"axis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":"? = nil, ","kind":"text"},{"text":"transition","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)"},"metadata":{"symbolKind":"method","platforms":[{"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"17.0"},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","beta":false,"unavailable":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16scrollTransition_4axis10transitionQrAA06ScrollE13ConfigurationV_AA4AxisOSgqd__AA17EmptyVisualEffectV_AA0hE5PhaseOtYbctAA0lM0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"scrollTransition(_:axis:transition:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(_:axis:transition:)":{"abstract":[],"kind":"symbol","title":"scrollTransition(_:axis:transition:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(_:axis:transition:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTransition"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":"?, ","kind":"text"},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"configuration","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":" = .interactive, ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"transition","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltransition(_:axis:transition:)"]}],"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false},{"deprecated":false,"introducedAt":"10.0","beta":false,"unavailable":false,"name":"watchOS"}],"title":"scrollTransition(_:axis:transition:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier","text":"ScrollTransitionPhase"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE16scrollTransition_4axis10transitionQrAA06ScrollE13ConfigurationV_AA4AxisOSgqd__AA17EmptyVisualEffectV_AA0hE5PhaseOtYbctAA0lM0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollTransition(_:axis:transition:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(_:axis:transition:)":{"title":"scrollTransition(_:axis:transition:)","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"kind":"text","text":", "},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(_:axis:transition:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(topleading:bottomtrailing:axis:transition:).json b/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(topleading:bottomtrailing:axis:transition:).json index 6d9955fb5..ef6f6a72d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(topleading:bottomtrailing:axis:transition:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/scrolltransition(topleading:bottomtrailing:axis:transition:).json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltransition(topleading:bottomtrailing:axis:transition:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"text":"topLeading","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"bottomTrailing"},{"kind":"text","text":": "},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":"? = nil, "},{"text":"transition","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollTransition(topLeading:bottomTrailing:axis:transition:)"},{"type":"text","text":"."}],"metadata":{"title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"17.0"},{"beta":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16scrollTransition10topLeading14bottomTrailing4axis10transitionQrAA06ScrollE13ConfigurationV_AjA4AxisOSgqd__AA17EmptyVisualEffectV_AA0lE5PhaseOtYbctAA0pQ0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"text":"topLeading","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier","text":"VisualEffect"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(topleading:bottomtrailing:axis:transition:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"topLeading"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"bottomTrailing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16scrollTransition10topLeading14bottomTrailing4axis10transitionQrAA06ScrollE13ConfigurationV_AjA4AxisOSgqd__AA17EmptyVisualEffectV_AA0lE5PhaseOtYbctAA0pQ0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"17.0","name":"iOS","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"introducedAt":"17.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"introducedAt":"10.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"topLeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"text":"bottomTrailing","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier","text":"VisualEffect"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/scrolltransition(topleading:bottomtrailing:axis:transition:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"kind":"text","text":"("},{"text":"topLeading","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollTransition(topLeading:bottomTrailing:axis:transition:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"topLeading","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(topleading:bottomtrailing:axis:transition:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx.json index ba6a32055..e5d49d9b6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx"]}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0","name":"macOS"}],"symbolKind":"method","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","extendedModule":"SwiftUI"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf.json index 952cc5c82..2eb9f6545 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_0_qd_1_ALy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","name":"iOS","deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false}],"extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf":{"kind":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_0_qd_1_ALy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"}],"role":"symbol","symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g.json index ac139938c..02a7a9fd7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g"]}],"metadata":{"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g","kind":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","kind":"typeIdentifier","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-2d3wb.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-2d3wb.json index e6bcdabb7..9af1ec06b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-2d3wb.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-2d3wb.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb"},"metadata":{"title":"searchable(text:editableTokens:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_0_qd_1_AKy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","platforms":[{"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-2d3wb"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-2d3wb":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-2d3wb","abstract":[],"role":"symbol","title":"searchable(text:editableTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:editableTokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-2d3wb"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","kind":"typeIdentifier","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_0_qd_1_AKy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"unavailable":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","beta":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"searchable(text:editableTokens:placement:prompt:token:)","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-2d3wb":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-2d3wb","title":"searchable(text:editableTokens:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-38fj5.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-38fj5.json index 4e72cd60e..4bc50072f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-38fj5.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-38fj5.json @@ -1 +1 @@ -{"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":">) -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","symbolKind":"method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:editableTokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-38fj5"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","kind":"typeIdentifier","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-38fj5":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5","title":"searchable(text:editableTokens:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-38fj5","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-38fj5"]}],"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"14.0"}],"extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-38fj5":{"kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":">) -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-38fj5","title":"searchable(text:editableTokens:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-9ypat.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-9ypat.json index 0e732c63c..1ff27c545 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-9ypat.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:editabletokens:placement:prompt:token:)-9ypat.json @@ -1 +1 @@ -{"metadata":{"platforms":[{"introducedAt":"17.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-9ypat"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-9ypat":{"abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-9ypat","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-9ypat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"14.0","unavailable":false}],"title":"searchable(text:editableTokens:placement:prompt:token:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-9ypat":{"title":"searchable(text:editableTokens:placement:prompt:token:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-9ypat","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-15yko.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-15yko.json index b5e4bae6a..32383f64a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-15yko.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-15yko.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:isPresented:placement:prompt:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"searchable(text:isPresented:placement:prompt:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-15yko"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-15yko":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko","title":"searchable(text:isPresented:placement:prompt:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-15yko","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"searchable(text:isPresented:placement:prompt:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:isPresented:placement:prompt:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-15yko"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-15yko":{"title":"searchable(text:isPresented:placement:prompt:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-15yko","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-3wrip.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-3wrip.json index c3da57534..1ec3a2bb3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-3wrip.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-3wrip.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false}],"symbolKind":"method","title":"searchable(text:isPresented:placement:prompt:)","role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-3wrip"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:isPresented:placement:prompt:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-3wrip":{"abstract":[],"title":"searchable(text:isPresented:placement:prompt:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-3wrip","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","type":"topic"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-3wrip"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false}],"title":"searchable(text:isPresented:placement:prompt:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:isPresented:placement:prompt:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-3wrip":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:isPresented:placement:prompt:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-3wrip","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-acxq.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-acxq.json index 014a88d08..27a39c4c0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-acxq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:ispresented:placement:prompt:)-acxq.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-acxq"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"}],"extendedModule":"SwiftUI","title":"searchable(text:isPresented:placement:prompt:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:isPresented:placement:prompt:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-acxq":{"abstract":[],"kind":"symbol","title":"searchable(text:isPresented:placement:prompt:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-acxq","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:isPresented:placement:prompt:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"searchable(text:isPresented:placement:prompt:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-acxq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-acxq":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-acxq","type":"topic","title":"searchable(text:isPresented:placement:prompt:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-4ck29.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-4ck29.json index 159ac9d18..5c2858fd1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-4ck29.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-4ck29.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-4ck29"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:placement:prompt:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:placement:prompt:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"unavailable":false,"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-4ck29":{"title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-4ck29","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:placement:prompt:)","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-4ck29"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-4ck29":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-4ck29","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-66egq.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-66egq.json index 57c113407..3321b989c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-66egq.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-66egq.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-66egq"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","title":"searchable(text:placement:prompt:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-66egq":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq","title":"searchable(text:placement:prompt:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-66egq"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-66egq"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"metadata":{"title":"searchable(text:placement:prompt:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0"},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-66egq":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-66egq","abstract":[],"role":"symbol","title":"searchable(text:placement:prompt:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-q9n.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-q9n.json index e39c353bf..9da7831f6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-q9n.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:)-q9n.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-q9n"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","interfaceLanguage":"swift"},"metadata":{"role":"symbol","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0"},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"searchable(text:placement:prompt:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:placement:prompt:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-q9n":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","title":"searchable(text:placement:prompt:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-q9n","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-q9n"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0","deprecated":false},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"searchable(text:placement:prompt:)","role":"symbol"},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-q9n":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-q9n","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","role":"symbol","kind":"symbol","abstract":[],"type":"topic","title":"searchable(text:placement:prompt:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-4g160.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-4g160.json index 1b0803896..19d60c3c6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-4g160.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-4g160.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-4g160"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"15.0","message":"Use the searchable modifier with the searchSuggestions modifier","name":"iOS","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0"},{"beta":false,"message":"Use the searchable modifier with the searchSuggestions modifier","unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"name":"tvOS","introducedAt":"15.0"},{"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-4g160":{"title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-4g160","abstract":[],"deprecated":true,"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-4g160"]}],"metadata":{"title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","platforms":[{"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"deprecatedAt":"100000.0","name":"macOS","unavailable":false,"deprecated":false,"message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier"},{"deprecatedAt":"100000.0","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","message":"Use the searchable modifier with the searchSuggestions modifier"}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-4g160":{"title":"searchable(text:placement:prompt:suggestions:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-4g160","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160","deprecated":true,"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-65ngy.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-65ngy.json index ea16e7410..5990047d0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-65ngy.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-65ngy.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","deprecatedAt":"100000.0","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","beta":false},{"introducedAt":"12.0","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"name":"macOS","deprecatedAt":"100000.0","beta":false},{"unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","deprecatedAt":"100000.0","beta":false},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","title":"searchable(text:placement:prompt:suggestions:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-65ngy"],"traits":[{"interfaceLanguage":"swift"}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-65ngy":{"kind":"symbol","title":"searchable(text:placement:prompt:suggestions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-65ngy","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"deprecated":true}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","platforms":[{"introducedAt":"15.0","name":"iOS","deprecatedAt":"100000.0","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier"},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","name":"tvOS","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0"},{"unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","name":"watchOS","beta":false,"introducedAt":"8.0","deprecatedAt":"100000.0","deprecated":false}],"symbolKind":"method"},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}],"type":"paragraph"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-65ngy"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:placement:prompt:suggestions:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-65ngy":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy","title":"searchable(text:placement:prompt:suggestions:)","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-65ngy","role":"symbol","deprecated":true}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-8xiy6.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-8xiy6.json index f7133793a..3e86d771f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-8xiy6.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:placement:prompt:suggestions:)-8xiy6.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:placement:prompt:suggestions:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6","interfaceLanguage":"swift"},"metadata":{"platforms":[{"beta":false,"deprecatedAt":"100000.0","name":"iOS","introducedAt":"15.0","message":"Use the searchable modifier with the searchSuggestions modifier","unavailable":false,"deprecated":false},{"deprecatedAt":"100000.0","introducedAt":"12.0","unavailable":false,"beta":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"name":"macOS"},{"beta":false,"introducedAt":"15.0","deprecated":false,"message":"Use the searchable modifier with the searchSuggestions modifier","unavailable":false,"deprecatedAt":"100000.0","name":"tvOS"},{"name":"watchOS","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecatedAt":"100000.0","beta":false,"deprecated":false}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:placement:prompt:suggestions:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use the searchable modifier with the searchSuggestions modifier","type":"text"}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-8xiy6"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-8xiy6":{"abstract":[],"deprecated":true,"kind":"symbol","title":"searchable(text:placement:prompt:suggestions:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-8xiy6","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","deprecationSummary":[{"inlineContent":[{"text":"Use the searchable modifier with the searchSuggestions modifier","type":"text"}],"type":"paragraph"}],"metadata":{"title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecatedAt":"100000.0","unavailable":false},{"message":"Use the searchable modifier with the searchSuggestions modifier","name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false,"deprecatedAt":"100000.0","unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier"},{"message":"Use the searchable modifier with the searchSuggestions modifier","name":"watchOS","introducedAt":"8.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-8xiy6"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:placement:prompt:suggestions:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-8xiy6":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6","title":"searchable(text:placement:prompt:suggestions:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-8xiy6"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3.json index 3d2080cf8..9b18076e8 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","kind":"typeIdentifier","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false},{"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false}],"roleHeading":"Instance Method","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3":{"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx.json index 1b33e6d79..a972cfd96 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"14.0","beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx":{"type":"topic","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8.json index b1d84deeb..08e2bc542 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8":{"kind":"symbol","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","beta":false,"unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8":{"role":"symbol","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-2k2qx.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-2k2qx.json index 652077e34..235e5b844 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-2k2qx.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-2k2qx.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-2k2qx"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"introducedAt":"16.0","unavailable":false,"name":"iOS","beta":false},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false}],"symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-2k2qx":{"abstract":[],"title":"searchable(text:tokens:placement:prompt:token:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-2k2qx","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-2k2qx"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"13.0"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-2k2qx":{"title":"searchable(text:tokens:placement:prompt:token:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-2k2qx","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-4rs5h.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-4rs5h.json index ea42ef903..e551f39a1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-4rs5h.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-4rs5h.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"searchable(text:tokens:placement:prompt:token:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-4rs5h"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-4rs5h":{"kind":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-4rs5h","role":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-4rs5h"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false,"name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS","deprecated":false}],"title":"searchable(text:tokens:placement:prompt:token:)","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-4rs5h":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-4rs5h","abstract":[],"title":"searchable(text:tokens:placement:prompt:token:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-9kawn.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-9kawn.json index 0e8e08453..0bb726013 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-9kawn.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:placement:prompt:token:)-9kawn.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-9kawn"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"? = nil, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:placement:prompt:token:)","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-9kawn":{"kind":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-9kawn","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"16.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false}],"extendedModule":"SwiftUI","title":"searchable(text:tokens:placement:prompt:token:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-9kawn"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-9kawn":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:tokens:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-9kawn","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs.json index c9741e6cb..e0a924fdd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false,"name":"macOS"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAWRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs":{"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs"]}],"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAWRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"beta":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn.json index 3ac3f648a..1f7835876 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"}],"role":"symbol","roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn":{"abstract":[],"kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn","interfaceLanguage":"swift"},"metadata":{"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"introducedAt":"17.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"}],"roleHeading":"Instance Method","symbolKind":"method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky.json index 745133a68..6a10090fb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableATRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false}],"roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SM","text":"MutableCollection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky","kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableATRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"MutableCollection","kind":"typeIdentifier","preciseIdentifier":"s:SM"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky":{"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky","role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha.json index 90179e422..27db7bd01 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha"},"metadata":{"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"iOS"},{"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SM","text":"MutableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha"]}],"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"introducedAt":"16.0","name":"iOS","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha":{"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn.json index 7b1ab983c..d86eb5480 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","kind":"symbol","abstract":[],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"MutableCollection","preciseIdentifier":"s:SM","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33.json b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33.json index 1265fe620..03c1b6810 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33.json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SM","text":"MutableCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"macOS","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"MutableCollection","kind":"typeIdentifier","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"16.0","deprecated":false,"beta":false},{"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33":{"type":"topic","kind":"symbol","abstract":[],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchcompletion(_:).json b/docs/data/documentation/ouds/oudsthemeableview/searchcompletion(_:).json index c5d0b6a36..4f67dd7cd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchcompletion(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchcompletion(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchcompletion(_:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"searchCompletion(_:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"completion"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchCompletion(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchCompletion"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchCompletion(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchcompletion(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchcompletion(_:)"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","role":"symbol","title":"searchCompletion(_:)","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchCompletion","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchCompletion","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"completion"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchCompletion(_:)":{"kind":"symbol","title":"searchCompletion(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchcompletion(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchCompletion","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchpresentationtoolbarbehavior(_:).json b/docs/data/documentation/ouds/oudsthemeableview/searchpresentationtoolbarbehavior(_:).json index 58d6277db..dad7f7b7d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchpresentationtoolbarbehavior(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchpresentationtoolbarbehavior(_:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","title":"searchPresentationToolbarBehavior(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SearchPresentationToolbarBehavior","preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.1","deprecated":false,"beta":false},{"introducedAt":"14.1","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"17.1","beta":false},{"deprecated":false,"introducedAt":"10.1","unavailable":false,"name":"watchOS","beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE33searchPresentationToolbarBehavioryQrAA06SearchefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchPresentationToolbarBehavior(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchpresentationtoolbarbehavior(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchPresentationToolbarBehavior"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"kind":"text","text":": "},{"text":"SearchPresentationToolbarBehavior","preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchPresentationToolbarBehavior(_:)":{"abstract":[],"kind":"symbol","title":"searchPresentationToolbarBehavior(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchpresentationtoolbarbehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchPresentationToolbarBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"text":": ","kind":"text"},{"text":"SearchPresentationToolbarBehavior","preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchpresentationtoolbarbehavior(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchPresentationToolbarBehavior(_:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchPresentationToolbarBehavior(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.1","name":"iOS","beta":false},{"unavailable":false,"beta":false,"introducedAt":"14.1","name":"macOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.1","beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"10.1"}],"externalID":"s:7SwiftUI4ViewPAAE33searchPresentationToolbarBehavioryQrAA06SearchefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchPresentationToolbarBehavior(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchPresentationToolbarBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"searchPresentationToolbarBehavior(_:)","kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchpresentationtoolbarbehavior(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:activation:_:).json b/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:activation:_:).json index 40351ff45..9d895d793 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:activation:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:activation:_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"scope","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"activation","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","kind":"typeIdentifier","text":"SearchScopeActivation"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"scopes","kind":"internalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchScopes(_:activation:_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","title":"searchScopes(_:activation:_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"16.4","deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.3"},{"introducedAt":"16.4","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"}],"externalID":"s:7SwiftUI4ViewPAAE12searchScopes_10activation_QrAA7BindingVyqd__G_AA21SearchScopeActivationVqd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"activation"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","text":"SearchScopeActivation"},{"text":", () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:activation:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:activation:_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:activation:_:)","title":"searchScopes(_:activation:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"activation","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","kind":"typeIdentifier","text":"SearchScopeActivation"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)","role":"symbol","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchScopes(_:activation:_:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scope"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"activation"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","text":"SearchScopeActivation"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"scopes","kind":"internalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:activation:_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"title":"searchScopes(_:activation:_:)","externalID":"s:7SwiftUI4ViewPAAE12searchScopes_10activation_QrAA7BindingVyqd__G_AA21SearchScopeActivationVqd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.4","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.3","name":"macOS","beta":false},{"introducedAt":"16.4","deprecated":false,"name":"tvOS","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchScopes"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"activation"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","text":"SearchScopeActivation","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:activation:_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:activation:_:)","title":"searchScopes(_:activation:_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"activation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchScopeActivation","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV"},{"kind":"text","text":", () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:scopes:).json b/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:scopes:).json index fb6dd9045..8e01ac3b4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:scopes:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchscopes(_:scopes:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchScopes(_:scopes:)"},{"type":"text","text":"."}],"metadata":{"platforms":[{"introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"13.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"16.4"}],"role":"symbol","title":"searchScopes(_:scopes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12searchScopes_6scopesQrAA7BindingVyqd__G_qd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"scope","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:scopes:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:scopes:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:scopes:)","title":"searchScopes(_:scopes:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"scopes","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"title":"searchScopes(_:scopes:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"scopes"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"16.0"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"16.4"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12searchScopes_6scopesQrAA7BindingVyqd__G_qd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:scopes:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchScopes(_:scopes:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchScopes"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"scope","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"scopes","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:scopes:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:scopes:)","title":"searchScopes(_:scopes:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"scopes","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:).json b/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:).json index a447b6837..719568aef 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchSuggestions","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"title":"searchSuggestions(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"name":"tvOS","unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchSuggestions(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:)":{"kind":"symbol","title":"searchSuggestions(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"suggestions","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"searchSuggestions(_:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0"},{"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS","beta":false},{"name":"watchOS","beta":false,"introducedAt":"9.0","unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchSuggestions(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchSuggestions"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)","role":"symbol","abstract":[],"title":"searchSuggestions(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:for:).json b/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:for:).json index 68ead4462..1b293d58c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:for:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/searchsuggestions(_:for:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchSuggestions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","text":"SearchSuggestionsPlacement"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false},{"name":"macOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"9.0","name":"watchOS","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"searchSuggestions(_:for:)","symbolKind":"method","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"placements"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","text":"SearchSuggestionsPlacement","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchSuggestions(_:for:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:for:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:for:)":{"abstract":[],"title":"searchSuggestions(_:for:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:for:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier","text":"SearchSuggestionsPlacement"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"placements","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier","text":"SearchSuggestionsPlacement"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchSuggestions"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchSuggestionsPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchSuggestions(_:for:)","extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.0"},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false},{"introducedAt":"16.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:for:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:for:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:for:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","text":"SearchSuggestionsPlacement","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)","type":"topic","title":"searchSuggestions(_:for:)","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/selectiondisabled(_:).json b/docs/data/documentation/ouds/oudsthemeableview/selectiondisabled(_:).json index de9ed6828..74b8d56a4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/selectiondisabled(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/selectiondisabled(_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/selectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectionDisabled"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"selectionDisabled(_:)","externalID":"s:7SwiftUI4ViewPAAE17selectionDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.selectionDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"selectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/selectionDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","title":"selectionDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"selectionDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/selectiondisabled(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17selectionDisabledyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"selectionDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"10.0","unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","title":"selectionDisabled(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"selectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/selectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.selectionDisabled(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/selectionDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"selectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/selectiondisabled(_:)","title":"selectionDisabled(_:)","role":"symbol","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:).json b/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:).json index 1fade7c4e..360b2cf27 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"feedback","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.sensoryFeedback(_:trigger:)"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7triggerQrAA07SensoryE0V_qd__tSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"introducedAt":"10.0","beta":false,"name":"watchOS","unavailable":false}],"title":"sensoryFeedback(_:trigger:)","roleHeading":"Instance Method"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:)","role":"symbol","type":"topic","title":"sensoryFeedback(_:trigger:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:)"]}],"metadata":{"platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"unavailable":false,"deprecated":false},{"name":"macOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"tvOS","beta":false},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"sensoryFeedback(_:trigger:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7triggerQrAA07SensoryE0V_qd__tSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.sensoryFeedback(_:trigger:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"feedback"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"sensoryFeedback(_:trigger:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:condition:).json b/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:condition:).json index 6953c01fd..1f947ddb2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:condition:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(_:trigger:condition:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"17.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}],"role":"symbol","title":"sensoryFeedback(_:trigger:condition:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7trigger9conditionQrAA07SensoryE0V_qd__Sbqd___qd__tctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.sensoryFeedback(_:trigger:condition:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:condition:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"feedback"},{"text":": ","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"condition","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:condition:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)","title":"sensoryFeedback(_:trigger:condition:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:condition:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.sensoryFeedback(_:trigger:condition:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"feedback","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7trigger9conditionQrAA07SensoryE0V_qd__Sbqd___qd__tctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"condition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"sensoryFeedback(_:trigger:condition:)","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0"},{"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0"},{"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false,"unavailable":false}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:condition:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:condition:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:condition:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"sensoryFeedback(_:trigger:condition:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(trigger:_:).json b/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(trigger:_:).json index a85929496..7536ea606 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(trigger:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/sensoryfeedback(trigger:_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"feedback","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"roleHeading":"Instance Method","title":"sensoryFeedback(trigger:_:)","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback7trigger_Qrqd___AA07SensoryE0VSgqd___qd__tctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"introducedAt":"17.0","beta":false,"deprecated":false,"name":"iOS"},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","beta":false,"deprecated":false}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.sensoryFeedback(trigger:_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(trigger:_:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(trigger:_:)":{"kind":"symbol","title":"sensoryFeedback(trigger:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(trigger:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier","text":"SensoryFeedback"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(trigger:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sensoryFeedback(trigger:_:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"feedback","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback7trigger_Qrqd___AA07SensoryE0VSgqd___qd__tctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"sensoryFeedback(trigger:_:)","symbolKind":"method","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(trigger:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)","role":"symbol","title":"sensoryFeedback(trigger:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(trigger:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/shadow(color:radius:x:y:).json b/docs/data/documentation/ouds/oudsthemeableview/shadow(color:radius:x:y:).json index 3a865ffd1..20dbb0dcc 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/shadow(color:radius:x:y:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/shadow(color:radius:x:y:).json @@ -1 +1 @@ -{"metadata":{"title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"shadow","kind":"identifier"},{"kind":"text","text":"("},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"13.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.shadow(color:radius:x:y:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/shadow(color:radius:x:y:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"shadow","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"color"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 0) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/shadow(color:radius:x:y:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)","title":"shadow(color:radius:x:y:)","url":"\/documentation\/ouds\/oudsthemeableview\/shadow(color:radius:x:y:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"shadow","kind":"identifier"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":", ","kind":"text"},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"shadow(color:radius:x:y:)","extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"shadow"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), ","kind":"text"},{"text":"radius","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 0, ","kind":"text"},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":" = 0) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/shadow(color:radius:x:y:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.shadow(color:radius:x:y:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/shadow(color:radius:x:y:)":{"type":"topic","title":"shadow(color:radius:x:y:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/shadow(color:radius:x:y:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/sheet(ispresented:ondismiss:content:).json b/docs/data/documentation/ouds/oudsthemeableview/sheet(ispresented:ondismiss:content:).json index c1371ad6b..11175ac0a 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/sheet(ispresented:ondismiss:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/sheet(ispresented:ondismiss:content:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/sheet(ispresented:ondismiss:content:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.sheet(isPresented:onDismiss:content:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"sheet(isPresented:onDismiss:content:)","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(isPresented:onDismiss:content:)":{"kind":"symbol","title":"sheet(isPresented:onDismiss:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/sheet(ispresented:ondismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/sheet(ispresented:ondismiss:content:)"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.sheet(isPresented:onDismiss:content:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"sheet(isPresented:onDismiss:content:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(isPresented:onDismiss:content:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"sheet(isPresented:onDismiss:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/sheet(ispresented:ondismiss:content:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/sheet(item:ondismiss:content:).json b/docs/data/documentation/ouds/oudsthemeableview/sheet(item:ondismiss:content:).json index 1d2a25f72..53a7448e5 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/sheet(item:ondismiss:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/sheet(item:ondismiss:content:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(item:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0","beta":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"sheet(item:onDismiss:content:)"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/sheet(item:ondismiss:content:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(item:onDismiss:content:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/sheet(item:ondismiss:content:)","kind":"symbol","type":"topic","title":"sheet(item:onDismiss:content:)"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/sheet(item:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS"},{"introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","role":"symbol","title":"sheet(item:onDismiss:content:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.sheet(item:onDismiss:content:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(item:onDismiss:content:)":{"title":"sheet(item:onDismiss:content:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/sheet(item:ondismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/simultaneousgesture(_:including:).json b/docs/data/documentation/ouds/oudsthemeableview/simultaneousgesture(_:including:).json index abb41b090..09e8d28f7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/simultaneousgesture(_:including:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/simultaneousgesture(_:including:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"kind":"text","text":": "},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","title":"simultaneousGesture(_:including:)","role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/simultaneousgesture(_:including:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.simultaneousGesture(_:including:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/simultaneousGesture(_:including:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)","url":"\/documentation\/ouds\/oudsthemeableview\/simultaneousgesture(_:including:)","role":"symbol","title":"simultaneousGesture(_:including:)","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"simultaneousGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"simultaneousGesture(_:including:)","externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/simultaneousgesture(_:including:)"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.simultaneousGesture(_:including:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"kind":"text","text":" "},{"text":"mask","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/simultaneousGesture(_:including:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier","text":"GestureMask"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/simultaneousgesture(_:including:)","type":"topic","abstract":[],"title":"simultaneousGesture(_:including:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/speechadjustedpitch(_:).json b/docs/data/documentation/ouds/oudsthemeableview/speechadjustedpitch(_:).json index fd95225cf..121776b22 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/speechadjustedpitch(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/speechadjustedpitch(_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechadjustedpitch(_:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechAdjustedPitch","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"speechAdjustedPitch(_:)","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAdjustedPitch(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAdjustedPitch(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)","title":"speechAdjustedPitch(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechAdjustedPitch","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/speechadjustedpitch(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"speechAdjustedPitch(_:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAdjustedPitch"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechadjustedpitch(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAdjustedPitch(_:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAdjustedPitch(_:)":{"title":"speechAdjustedPitch(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAdjustedPitch"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/speechadjustedpitch(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/speechalwaysincludespunctuation(_:).json b/docs/data/documentation/ouds/oudsthemeableview/speechalwaysincludespunctuation(_:).json index 05ee1c97d..d22c9ced1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/speechalwaysincludespunctuation(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/speechalwaysincludespunctuation(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.speechAlwaysIncludesPunctuation(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechalwaysincludespunctuation(_:)"]}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE31speechAlwaysIncludesPunctuationyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"speechAlwaysIncludesPunctuation(_:)","platforms":[{"unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAlwaysIncludesPunctuation(_:)":{"kind":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/speechalwaysincludespunctuation(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechAlwaysIncludesPunctuation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"title":"speechAlwaysIncludesPunctuation(_:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE31speechAlwaysIncludesPunctuationyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"introducedAt":"12.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechAlwaysIncludesPunctuation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.speechAlwaysIncludesPunctuation(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechalwaysincludespunctuation(_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAlwaysIncludesPunctuation(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/speechalwaysincludespunctuation(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/speechannouncementsqueued(_:).json b/docs/data/documentation/ouds/oudsthemeableview/speechannouncementsqueued(_:).json index 1b2a89a8f..3886da254 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/speechannouncementsqueued(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/speechannouncementsqueued(_:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE25speechAnnouncementsQueuedyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"speechAnnouncementsQueued(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false},{"name":"watchOS","introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false}],"role":"symbol","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAnnouncementsQueued(_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechannouncementsqueued(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAnnouncementsQueued(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)","title":"speechAnnouncementsQueued(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/speechannouncementsqueued(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechannouncementsqueued(_:)"]}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25speechAnnouncementsQueuedyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"speechAnnouncementsQueued(_:)","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0"},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0","deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAnnouncementsQueued(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAnnouncementsQueued(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/speechannouncementsqueued(_:)","role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/speechspellsoutcharacters(_:).json b/docs/data/documentation/ouds/oudsthemeableview/speechspellsoutcharacters(_:).json index 062baf840..6cba8ccce 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/speechspellsoutcharacters(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/speechspellsoutcharacters(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)","interfaceLanguage":"swift"},"metadata":{"title":"speechSpellsOutCharacters(_:)","externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.speechSpellsOutCharacters(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechSpellsOutCharacters","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechspellsoutcharacters(_:)"]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechSpellsOutCharacters(_:)":{"abstract":[],"kind":"symbol","title":"speechSpellsOutCharacters(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/speechspellsoutcharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechSpellsOutCharacters","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/speechspellsoutcharacters(_:)"]}],"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"speechSpellsOutCharacters(_:)","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"introducedAt":"15.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.speechSpellsOutCharacters(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechSpellsOutCharacters(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/speechspellsoutcharacters(_:)","title":"speechSpellsOutCharacters(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/springloadingbehavior(_:).json b/docs/data/documentation/ouds/oudsthemeableview/springloadingbehavior(_:).json index f9ba92d4e..4f95596d4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/springloadingbehavior(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/springloadingbehavior(_:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"10.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"springLoadingBehavior"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE21springLoadingBehavioryQrAA06SpringeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","title":"springLoadingBehavior(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.springLoadingBehavior(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/springloadingbehavior(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/springLoadingBehavior(_:)":{"kind":"symbol","title":"springLoadingBehavior(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/springloadingbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SpringLoadingBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"springLoadingBehavior(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21springLoadingBehavioryQrAA06SpringeF0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"17.0","beta":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false},{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.0"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/springloadingbehavior(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.springLoadingBehavior(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"behavior"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpringLoadingBehavior","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/springLoadingBehavior(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/springloadingbehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"springLoadingBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)","title":"springLoadingBehavior(_:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/strikethrough(_:pattern:color:).json b/docs/data/documentation/ouds/oudsthemeableview/strikethrough(_:pattern:color:).json index 02acafdd3..e46277713 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/strikethrough(_:pattern:color:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/strikethrough(_:pattern:color:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.strikethrough(_:pattern:color:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true, ","kind":"text"},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/strikethrough(_:pattern:color:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","title":"strikethrough(_:pattern:color:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"strikethrough","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"16.0","unavailable":false,"name":"iOS","beta":false},{"beta":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false},{"introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method"},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/strikethrough(_:pattern:color:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)","url":"\/documentation\/ouds\/oudsthemeableview\/strikethrough(_:pattern:color:)","kind":"symbol","title":"strikethrough(_:pattern:color:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","kind":"typeIdentifier","text":"Pattern"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/strikethrough(_:pattern:color:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.strikethrough(_:pattern:color:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"strikethrough"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier","text":"LineStyle"},{"kind":"text","text":"."},{"text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","kind":"typeIdentifier"},{"text":" = .solid, ","kind":"text"},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"strikethrough(_:pattern:color:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"16.0"},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"9.0","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier","text":"LineStyle"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/strikethrough(_:pattern:color:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/strikethrough(_:pattern:color:)","kind":"symbol","title":"strikethrough(_:pattern:color:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/submitlabel(_:).json b/docs/data/documentation/ouds/oudsthemeableview/submitlabel(_:).json index dde667d70..0ac6f13c1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/submitlabel(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/submitlabel(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol","title":"submitLabel(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"},{"beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"submitLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/submitlabel(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitLabel(_:)":{"kind":"symbol","title":"submitLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/submitlabel(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"submitLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"submitLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"submitLabel","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/submitlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"type":"text","text":"."}],"metadata":{"title":"submitLabel(_:)","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitLabel(_:)":{"kind":"symbol","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/submitlabel(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"submitLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/submitscope(_:).json b/docs/data/documentation/ouds/oudsthemeableview/submitscope(_:).json index ed8935896..ce70b5851 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/submitscope(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/submitscope(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/submitscope(_:)"]}],"metadata":{"platforms":[{"introducedAt":"15.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitScope"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","title":"submitScope(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitScope(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"submitScope","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isBlocking","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitScope(_:)":{"kind":"symbol","title":"submitScope(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitScope"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/submitscope(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"introducedAt":"15.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","title":"submitScope(_:)","externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"submitScope","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isBlocking"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.submitScope(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/submitscope(_:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitScope(_:)":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"submitScope","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/submitscope(_:)","title":"submitScope(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/swipeactions(edge:allowsfullswipe:content:).json b/docs/data/documentation/ouds/oudsthemeableview/swipeactions(edge:allowsfullswipe:content:).json index e7c720c6f..26c54cdfe 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/swipeactions(edge:allowsfullswipe:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/swipeactions(edge:allowsfullswipe:content:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier","text":"HorizontalEdge"},{"text":" = .trailing, ","kind":"text"},{"text":"allowsFullSwipe","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false},{"name":"watchOS","introducedAt":"8.0","unavailable":false,"deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"swipeActions(edge:allowsFullSwipe:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"kind":"text","text":", "},{"text":"allowsFullSwipe","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/swipeactions(edge:allowsfullswipe:content:)"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/swipeActions(edge:allowsFullSwipe:content:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"swipeActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/swipeactions(edge:allowsfullswipe:content:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","title":"swipeActions(edge:allowsFullSwipe:content:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"swipeActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"kind":"text","text":" = .trailing, "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/swipeactions(edge:allowsfullswipe:content:)"]}],"metadata":{"title":"swipeActions(edge:allowsFullSwipe:content:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"swipeActions"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"allowsFullSwipe","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/swipeActions(edge:allowsFullSwipe:content:)":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/swipeactions(edge:allowsfullswipe:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"swipeActions"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","title":"swipeActions(edge:allowsFullSwipe:content:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:isactive:).json b/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:isactive:).json index 6808f0df1..6b5ef9191 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:isactive:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:isactive:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:isactive:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"effect"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":" = .default, "},{"text":"isActive","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"IndefiniteSymbolEffect","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols22IndefiniteSymbolEffectP"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols12SymbolEffectP","text":"SymbolEffect"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.symbolEffect(_:options:isActive:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","title":"symbolEffect(_:options:isActive:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SymbolEffectOptions","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"17.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolE7OptionsVSbtAG010IndefinitejE0Rd__AG0jE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:isActive:)":{"type":"topic","title":"symbolEffect(_:options:isActive:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:isactive:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.symbolEffect(_:options:isActive:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:isactive:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolE7OptionsVSbtAG010IndefinitejE0Rd__AG0jE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","role":"symbol","title":"symbolEffect(_:options:isActive:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"17.0"},{"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"symbolEffect"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"symbolEffect"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"effect","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"IndefiniteSymbolEffect","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols22IndefiniteSymbolEffectP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"SymbolEffect","preciseIdentifier":"s:7Symbols12SymbolEffectP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:isActive:)":{"kind":"symbol","title":"symbolEffect(_:options:isActive:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:isactive:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:value:).json b/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:value:).json index 3d8817150..639e1f3a1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:value:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/symboleffect(_:options:value:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)","interfaceLanguage":"swift"},"metadata":{"title":"symbolEffect(_:options:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"U","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"U"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options5valueQrqd___7Symbols06SymbolE7OptionsVqd_0_tAG08DiscreteiE0Rd__AG0iE0Rd__SQRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"macOS"},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0","deprecated":false}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.symbolEffect(_:options:value:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolEffect"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"U"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"effect","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SymbolEffectOptions","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV"},{"kind":"text","text":" = .default, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"U","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"DiscreteSymbolEffect","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols20DiscreteSymbolEffectP"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"SymbolEffect","preciseIdentifier":"s:7Symbols12SymbolEffectP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"U"},{"text":" : ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:value:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:value:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolEffect"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"U"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"U","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"symbolEffect(_:options:value:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolEffect(_:options:value:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"U"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"effect","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier","text":"SymbolEffectOptions"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"U"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Symbols20DiscreteSymbolEffectP","text":"DiscreteSymbolEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols12SymbolEffectP","text":"SymbolEffect"},{"kind":"text","text":", "},{"text":"U","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"U"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"text":"SymbolEffectOptions","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"U","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"symbolEffect(_:options:value:)","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"10.0","unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options5valueQrqd___7Symbols06SymbolE7OptionsVqd_0_tAG08DiscreteiE0Rd__AG0iE0Rd__SQRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:value:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"U","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"U","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"symbolEffect(_:options:value:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/symboleffectsremoved(_:).json b/docs/data/documentation/ouds/oudsthemeableview/symboleffectsremoved(_:).json index 4379e53a0..c6714fc78 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/symboleffectsremoved(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/symboleffectsremoved(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.symbolEffectsRemoved(_:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isEnabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/symboleffectsremoved(_:)"]}],"metadata":{"extendedModule":"SwiftUI","title":"symbolEffectsRemoved(_:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20symbolEffectsRemovedyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","beta":false,"unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffectsRemoved(_:)":{"abstract":[],"title":"symbolEffectsRemoved(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffectsremoved(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/symboleffectsremoved(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolEffectsRemoved(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isEnabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20symbolEffectsRemovedyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"symbolEffectsRemoved(_:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"14.0","name":"macOS","unavailable":false},{"unavailable":false,"introducedAt":"17.0","beta":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","beta":false,"introducedAt":"10.0","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffectsRemoved(_:)":{"kind":"symbol","title":"symbolEffectsRemoved(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffectsremoved(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/symbolrenderingmode(_:).json b/docs/data/documentation/ouds/oudsthemeableview/symbolrenderingmode(_:).json index 6d90beff1..997d5eadb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/symbolrenderingmode(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/symbolrenderingmode(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolRenderingMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"text":"SymbolRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/symbolrenderingmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.symbolRenderingMode(_:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolRenderingMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}],"title":"symbolRenderingMode(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolRenderingMode(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier","text":"SymbolRenderingMode"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/symbolrenderingmode(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)","title":"symbolRenderingMode(_:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/symbolrenderingmode(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"symbolRenderingMode","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.symbolRenderingMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"symbolRenderingMode(_:)","externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolRenderingMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0","unavailable":false}]},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolRenderingMode(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier","text":"SymbolRenderingMode"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/symbolrenderingmode(_:)","title":"symbolRenderingMode(_:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/symbolvariant(_:).json b/docs/data/documentation/ouds/oudsthemeableview/symbolvariant(_:).json index 0b85643cd..9836b2f12 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/symbolvariant(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/symbolvariant(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.symbolVariant(_:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"kind":"text","text":"("},{"text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"title":"symbolVariant(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/symbolvariant(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"variant"},{"kind":"text","text":": "},{"text":"SymbolVariants","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolVariant(_:)":{"kind":"symbol","title":"symbolVariant(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/symbolvariant(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","kind":"typeIdentifier","text":"SymbolVariants"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.symbolVariant(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"symbolVariant","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"variant"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","kind":"typeIdentifier","text":"SymbolVariants"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/symbolvariant(_:)"]}],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"symbolVariant(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0"},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"text":"SymbolVariants","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolVariant(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/symbolvariant(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)","role":"symbol","type":"topic","abstract":[],"title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","text":"SymbolVariants","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/tabitem(_:).json b/docs/data/documentation/ouds/oudsthemeableview/tabitem(_:).json index 0c702c2c8..75c052a72 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/tabitem(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/tabitem(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/tabitem(_:)"]}],"metadata":{"role":"symbol","platforms":[{"introducedAt":"13.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false,"name":"macOS"},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"7.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"tabItem(_:)","symbolKind":"method","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabItem(_:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabItem(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)","title":"tabItem(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/tabitem(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"tabItem(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false,"name":"macOS"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/tabitem(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.tabItem(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabItem(_:)":{"title":"tabItem(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/tabitem(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/tablecolumnheaders(_:).json b/docs/data/documentation/ouds/oudsthemeableview/tablecolumnheaders(_:).json index 334411b4c..57f841315 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/tablecolumnheaders(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/tablecolumnheaders(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tableColumnHeaders"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18tableColumnHeadersyQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"tableColumnHeaders(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableColumnHeaders"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/tablecolumnheaders(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tableColumnHeaders(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableColumnHeaders(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","title":"tableColumnHeaders(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/tablecolumnheaders(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tableColumnHeaders(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableColumnHeaders"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/tablecolumnheaders(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","title":"tableColumnHeaders(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18tableColumnHeadersyQrAA10VisibilityOF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableColumnHeaders(_:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableColumnHeaders"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/tablecolumnheaders(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","title":"tableColumnHeaders(_:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/tablestyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/tablestyle(_:).json index 0ce7e6b8a..c086db127 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/tablestyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/tablestyle(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"tableStyle(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/tablestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.tableStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"TableStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10TableStyleP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableStyle(_:)":{"abstract":[],"kind":"symbol","title":"tableStyle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/tablestyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tableStyle(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tableStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TableStyle","preciseIdentifier":"s:7SwiftUI10TableStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","title":"tableStyle(_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/tablestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableStyle(_:)":{"title":"tableStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tablestyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/tabviewstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/tabviewstyle(_:).json index 1077ba009..a32317229 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/tabviewstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/tabviewstyle(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tabViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"TabViewStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12TabViewStyleP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/tabviewstyle(_:)"]}],"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tabViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"beta":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"unavailable":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"11.0","beta":false},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","title":"tabViewStyle(_:)"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabViewStyle(_:)":{"kind":"symbol","title":"tabViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tabviewstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tabViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"tvOS"},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}],"role":"symbol","roleHeading":"Instance Method","title":"tabViewStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tabViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12TabViewStyleP","text":"TabViewStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/tabviewstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabViewStyle(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"tabViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tabviewstyle(_:)","kind":"symbol","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/tag(_:).json b/docs/data/documentation/ouds/oudsthemeableview/tag(_:).json index accbbd9b3..b12d57508 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/tag(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/tag(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/tag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tag"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"tag(_:)","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tag","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"tag","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tag(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tag(_:)":{"kind":"symbol","title":"tag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/tag(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tag","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tag"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"tag","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"metadata":{"title":"tag(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tag","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","beta":false}],"role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tag(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/tag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tag(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"tag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/tag(_:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/task(id:priority:_:).json b/docs/data/documentation/ouds/oudsthemeableview/task(id:priority:_:).json index 2c3d66171..d4f5855a2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/task(id:priority:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/task(id:priority:_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/task(id:priority:_:)"]}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false}],"title":"task(id:priority:_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:ScP","text":"TaskPriority","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.task(id:priority:_:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"text":"TaskPriority","kind":"typeIdentifier","preciseIdentifier":"s:ScP"},{"text":" = .userInitiated, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(id:priority:_:)":{"kind":"symbol","title":"task(id:priority:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/task(id:priority:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"task","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:ScP","text":"TaskPriority"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/task(id:priority:_:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"task(id:priority:_:)","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.task(id:priority:_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:ScP","text":"TaskPriority"},{"text":" = .userInitiated, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () "},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(id:priority:_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/task(id:priority:_:)","type":"topic","title":"task(id:priority:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ScP","text":"TaskPriority"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/task(priority:_:).json b/docs/data/documentation/ouds/oudsthemeableview/task(priority:_:).json index ad434b8b5..c14d811e3 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/task(priority:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/task(priority:_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/task(priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.task(priority:_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"text":"(","kind":"text"},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:ScP","text":"TaskPriority","kind":"typeIdentifier"},{"kind":"text","text":" = .userInitiated, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0","unavailable":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE4task8priority_QrScP_yyYaYbctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"task(priority:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"kind":"text","text":"("},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"text":"TaskPriority","kind":"typeIdentifier","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(priority:_:)":{"kind":"symbol","title":"task(priority:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/task(priority:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"text":"TaskPriority","kind":"typeIdentifier","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.task(priority:_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"text":" = .userInitiated, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/task(priority:_:)"]}],"sections":[],"metadata":{"platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"introducedAt":"12.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"8.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"task(priority:_:)","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE4task8priority_QrScP_yyYaYbctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"text":"(","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"kind":"text","text":", () "},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(priority:_:)":{"role":"symbol","type":"topic","abstract":[],"title":"task(priority:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"kind":"text","text":"("},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"text":", () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/task(priority:_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/textcase(_:).json b/docs/data/documentation/ouds/oudsthemeableview/textcase(_:).json index 8ea9d099e..2ed47a731 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/textcase(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/textcase(_:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Case","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0"},{"introducedAt":"14.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"textCase(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/textcase(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textCase","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"textCase","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Case","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.textCase(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/textCase(_:)":{"kind":"symbol","title":"textCase(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textcase(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textCase","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"text":"Case","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.textCase(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/textcase(_:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"11.0"},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"7.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV4CaseO","text":"Case","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textCase(_:)","roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"textCase","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV4CaseO","kind":"typeIdentifier","text":"Case"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textCase(_:)":{"type":"topic","title":"textCase(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textCase","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textcase(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/textcontenttype(_:).json b/docs/data/documentation/ouds/oudsthemeableview/textcontenttype(_:).json index 06a7c4135..303576fe9 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/textcontenttype(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/textcontenttype(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textContentType","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType","text":"NSTextContentType"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"textContentType(_:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"11.0","deprecated":false,"name":"macOS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textContentType"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"textContentType","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@T@NSTextContentType","kind":"typeIdentifier","text":"NSTextContentType"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.textContentType(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textContentType(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/textcontenttype(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"text":"NSTextContentType","kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)","role":"symbol","title":"textContentType(_:)"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textContentType(_:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"textContentType","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textContentType"},{"kind":"text","text":": "},{"text":"NSTextContentType","kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"11.0"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textContentType","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@T@NSTextContentType","text":"NSTextContentType","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","title":"textContentType(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textContentType(_:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)","title":"textContentType(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/textcontenttype(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/texteditorstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/texteditorstyle(_:).json index 9f925cd60..4eaa41a2b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/texteditorstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/texteditorstyle(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/texteditorstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"text":"(some ","kind":"text"},{"text":"TextEditorStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15TextEditorStyleP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"textEditorStyle(_:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15textEditorStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"introducedAt":"17.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false},{"introducedAt":"1.0","deprecated":false,"unavailable":false,"beta":false,"name":"visionOS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textEditorStyle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textEditorStyle(_:)":{"abstract":[],"kind":"symbol","title":"textEditorStyle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/texteditorstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"kind":"text","text":"(some "},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15textEditorStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"17.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"1.0","name":"visionOS","unavailable":false,"beta":false}],"title":"textEditorStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"kind":"text","text":"(some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/texteditorstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.textEditorStyle(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"textEditorStyle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/textEditorStyle(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"text":"(some ","kind":"text"},{"text":"TextEditorStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15TextEditorStyleP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"textEditorStyle(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/texteditorstyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/textfieldstyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/textfieldstyle(_:).json index 0ecc31ab3..ee951808d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/textfieldstyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/textfieldstyle(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"TextFieldStyle","preciseIdentifier":"s:7SwiftUI14TextFieldStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"13.0","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false},{"unavailable":false,"introducedAt":"6.0","beta":false,"name":"watchOS","deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14textFieldStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","symbolKind":"method","title":"textFieldStyle(_:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textFieldStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.textFieldStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/textfieldstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textFieldStyle(_:)":{"kind":"symbol","title":"textFieldStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/textfieldstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textFieldStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textFieldStyle(_:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textFieldStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"TextFieldStyle","preciseIdentifier":"s:7SwiftUI14TextFieldStyleP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"extendedModule":"SwiftUI","role":"symbol","title":"textFieldStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:7SwiftUI4ViewPAAE14textFieldStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"10.15"},{"name":"tvOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textFieldStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/textfieldstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textFieldStyle(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/textfieldstyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textFieldStyle(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/textscale(_:isenabled:).json b/docs/data/documentation/ouds/oudsthemeableview/textscale(_:isenabled:).json index 9809bace1..ef09bb6d6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/textscale(_:isenabled:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/textscale(_:isenabled:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false},{"name":"watchOS","beta":false,"introducedAt":"10.0","unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV","text":"Scale"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"textScale(_:isEnabled:)","externalID":"s:7SwiftUI4ViewPAAE9textScale_9isEnabledQrAA4TextV0E0V_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.textScale(_:isEnabled:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/textscale(_:isenabled:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textScale"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Scale","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textScale(_:isEnabled:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/textscale(_:isenabled:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textScale"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)","kind":"symbol","abstract":[],"title":"textScale(_:isEnabled:)"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.textScale(_:isEnabled:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textScale"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9textScale_9isEnabledQrAA4TextV0E0V_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"textScale(_:isEnabled:)","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textScale"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/textscale(_:isenabled:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textScale(_:isEnabled:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/textscale(_:isenabled:)","type":"topic","abstract":[],"role":"symbol","title":"textScale(_:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV5ScaleV","text":"Scale","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/textselection(_:).json b/docs/data/documentation/ouds/oudsthemeableview/textselection(_:).json index 5c1bc05b2..4b7794011 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/textselection(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/textselection(_:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textSelection","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textSelection(_:)","symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textSelection(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textSelection","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selectability"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17TextSelectabilityP","text":"TextSelectability"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/textselection(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textSelection(_:)":{"kind":"symbol","title":"textSelection(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textselection(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textSelection(_:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textSelection","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"selectability","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17TextSelectabilityP","kind":"typeIdentifier","text":"TextSelectability"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/textselection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"textSelection(_:)","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false}],"symbolKind":"method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textSelection(_:)":{"type":"topic","title":"textSelection(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textselection(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/tint(_:).json b/docs/data/documentation/ouds/oudsthemeableview/tint(_:).json index c6080a8e3..fdce47c23 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/tint(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/tint(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/tint(_:)"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"tint(_:)","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"tint","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tint(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tint(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","title":"tint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tint(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"text":"(","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/tint(_:)"]}],"metadata":{"platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"unavailable":false,"deprecated":false},{"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false,"deprecated":false},{"introducedAt":"15.0","beta":false,"unavailable":false,"name":"tvOS","deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"tint(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tint(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"tint","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tint(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tint","kind":"identifier"},{"kind":"text","text":"("},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"tint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tint(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/togglestyle(_:).json b/docs/data/documentation/ouds/oudsthemeableview/togglestyle(_:).json index dbc366cd9..a2df77735 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/togglestyle(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/togglestyle(_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/togglestyle(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"iOS"},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}],"roleHeading":"Instance Method","title":"toggleStyle(_:)","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toggleStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ToggleStyleP","text":"ToggleStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toggleStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toggleStyle(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","title":"toggleStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/togglestyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"toggleStyle(_:)","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toggleStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"10.15"},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toggleStyle(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/togglestyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toggleStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToggleStyle","preciseIdentifier":"s:7SwiftUI11ToggleStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toggleStyle(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"toggleStyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/togglestyle(_:)","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbar(_:for:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbar(_:for:).json index 9894b3c9f..a0ff0dd38 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbar(_:for:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbar(_:for:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"toolbar(_:for:)","platforms":[{"introducedAt":"16.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"16.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"symbolKind":"method","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbar(_:for:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(_:for:)":{"abstract":[],"kind":"symbol","title":"toolbar(_:for:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(_:for:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"toolbar(_:for:)","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0"},{"deprecated":false,"introducedAt":"13.0","name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"16.0"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS"}]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(_:for:)":{"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(_:for:)","title":"toolbar(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-3yfzr.json b/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-3yfzr.json index 0b4098361..860e12c76 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-3yfzr.json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-3yfzr.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-3yfzr"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbar(content:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV","text":"ToolbarContentBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ToolbarContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ToolbarContentP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS"},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false},{"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-3yfzr":{"kind":"symbol","title":"toolbar(content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-3yfzr","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-3yfzr"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"toolbar(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"11.0"},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV","text":"ToolbarContentBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14ToolbarContentP","text":"ToolbarContent","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbar(content:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-3yfzr":{"url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-3yfzr","abstract":[],"type":"topic","role":"symbol","title":"toolbar(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-4njlu.json b/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-4njlu.json index 2af7d28f3..17b3dcc9b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-4njlu.json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbar(content:)-4njlu.json @@ -1 +1 @@ -{"metadata":{"platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"11.0","beta":false},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"14.0","unavailable":false},{"unavailable":false,"introducedAt":"7.0","beta":false,"name":"watchOS","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","title":"toolbar(content:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbar(content:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-4njlu"]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-4njlu":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-4njlu","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"toolbar(content:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0"},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"14.0"},{"introducedAt":"7.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI","title":"toolbar(content:)","role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-4njlu"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-4njlu":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-4njlu","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","title":"toolbar(content:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbar(id:content:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbar(id:content:).json index 021086aeb..78711d98c 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbar(id:content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbar(id:content:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false,"name":"iOS"},{"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"toolbar(id:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV","text":"ToolbarContentBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP","kind":"typeIdentifier","text":"CustomizableToolbarContent"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbar(id:content:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(id:content:)":{"title":"toolbar(id:content:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(id:content:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(id:content:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ToolbarContentBuilder","preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"text":"CustomizableToolbarContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"toolbar(id:content:)","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"14.0"},{"introducedAt":"11.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false}]},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(id:content:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbar(removing:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbar(removing:).json index 6b6ca933f..195d77ff1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbar(removing:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbar(removing:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbar(removing:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removing"},{"text":" ","kind":"text"},{"text":"defaultItemKind","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ToolbarDefaultItemKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"17.0","unavailable":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"toolbar(removing:)","externalID":"s:7SwiftUI4ViewPAAE7toolbar8removingQrAA22ToolbarDefaultItemKindVSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(removing:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(removing:)":{"abstract":[],"kind":"symbol","title":"toolbar(removing:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(removing:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbar(removing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(removing:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","metadata":{"symbolKind":"method","title":"toolbar(removing:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"introducedAt":"17.0","beta":false,"unavailable":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE7toolbar8removingQrAA22ToolbarDefaultItemKindVSg_tF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removing","kind":"externalParam"},{"kind":"text","text":" "},{"text":"defaultItemKind","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(removing:)":{"title":"toolbar(removing:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removing","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)","role":"symbol","kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(removing:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbarbackground(_:for:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbarbackground(_:for:).json index e2223e3ee..34881d56e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbarbackground(_:for:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbarbackground(_:for:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbarBackground(_:for:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"9.0","deprecated":false}],"roleHeading":"Instance Method","title":"toolbarBackground(_:for:)","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarBackground"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbarbackground(_:for:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarBackground(_:for:)":{"abstract":[],"kind":"symbol","title":"toolbarBackground(_:for:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarbackground(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarBackground","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbarbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"unavailable":false,"introducedAt":"16.0","beta":false,"name":"iOS","deprecated":false},{"name":"macOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"9.0","deprecated":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarBackground","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"toolbarBackground(_:for:)","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbarBackground(_:for:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarBackground"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"text":"bars","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarBackground(_:for:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarBackground","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"toolbarBackground(_:for:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarbackground(_:for:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbarcolorscheme(_:for:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbarcolorscheme(_:for:).json index 0dee75dd9..9def3fadb 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbarcolorscheme(_:for:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbarcolorscheme(_:for:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","title":"toolbarColorScheme(_:for:)","roleHeading":"Instance Method","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS"},{"introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbarcolorscheme(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarColorScheme"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"bars","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarColorScheme(_:for:)":{"title":"toolbarColorScheme(_:for:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarcolorscheme(_:for:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbarcolorscheme(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"colorScheme","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"bars"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"9.0","unavailable":false}],"title":"toolbarColorScheme(_:for:)","externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarColorScheme(_:for:)":{"abstract":[],"title":"toolbarColorScheme(_:for:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/toolbarcolorscheme(_:for:)","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbarrole(_:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbarrole(_:).json index ea15d24a4..61c9361bf 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbarrole(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbarrole(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"role","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ToolbarRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0"},{"name":"watchOS","introducedAt":"9.0","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","symbolKind":"method","title":"toolbarRole(_:)","externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","text":"ToolbarRole"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbarrole(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarRole(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarRole(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarRole","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ToolbarRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/toolbarrole(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)","title":"toolbarRole(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbarRole(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarRole","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"role"},{"kind":"text","text":": "},{"text":"ToolbarRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbarrole(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)"},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"kind":"text","text":"("},{"text":"ToolbarRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"toolbarRole(_:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"16.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarRole(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ToolbarRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarrole(_:)","kind":"symbol","title":"toolbarRole(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbartitledisplaymode(_:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbartitledisplaymode(_:).json index 6cf54ea23..b1f52cb0e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbartitledisplaymode(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbartitledisplaymode(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleDisplayMode(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"title":"toolbarTitleDisplayMode(_:)","externalID":"s:7SwiftUI4ViewPAAE23toolbarTitleDisplayModeyQrAA07ToolbarefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarTitleDisplayMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarTitleDisplayMode","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"14.0","deprecated":false,"name":"macOS"},{"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"beta":false,"introducedAt":"10.0","name":"watchOS","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","kind":"typeIdentifier","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbartitledisplaymode(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleDisplayMode(_:)":{"kind":"symbol","title":"toolbarTitleDisplayMode(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitledisplaymode(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleDisplayMode"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","kind":"typeIdentifier","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleDisplayMode"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ToolbarTitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbartitledisplaymode(_:)"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","text":"ToolbarTitleDisplayMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"toolbarTitleDisplayMode(_:)","extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"iOS"},{"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE23toolbarTitleDisplayModeyQrAA07ToolbarefG0VF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleDisplayMode(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleDisplayMode(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitledisplaymode(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"toolbarTitleDisplayMode(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/toolbartitlemenu(content:).json b/docs/data/documentation/ouds/oudsthemeableview/toolbartitlemenu(content:).json index 50bbf0fd6..2a5e44cf1 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/toolbartitlemenu(content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/toolbartitlemenu(content:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbartitlemenu(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbarTitleMenu(content:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"toolbarTitleMenu(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleMenu(content:)":{"kind":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitlemenu(content:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"toolbarTitleMenu(content:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","introducedAt":"16.0","beta":false,"unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"9.0"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbarTitleMenu(content:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/toolbartitlemenu(content:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleMenu(content:)":{"kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitlemenu(content:)","title":"toolbarTitleMenu(content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/touchbar(_:).json b/docs/data/documentation/ouds/oudsthemeableview/touchbar(_:).json index f3f0bd75c..b22e45275 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/touchbar(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/touchbar(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.touchBar(_:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"touchBar(_:)","externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"touchBar"},{"text":": ","kind":"text"},{"text":"TouchBar","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbar(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(_:)":{"kind":"symbol","abstract":[],"type":"topic","title":"touchBar(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(_:)"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"touchBar","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbar(_:)"]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","platforms":[{"name":"macOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.15"}],"role":"symbol","title":"touchBar(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.touchBar(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"TouchBar","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","type":"topic","title":"touchBar(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/touchbar(content:).json b/docs/data/documentation/ouds/oudsthemeableview/touchbar(content:).json index 5532c4327..86050be9f 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/touchbar(content:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/touchbar(content:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.touchBar(content:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbar(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)"},"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"touchBar(content:)","platforms":[{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(content:)":{"kind":"symbol","title":"touchBar(content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)","url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.touchBar(content:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbar(content:)"]}],"metadata":{"title":"touchBar(content:)","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(content:)","type":"topic","kind":"symbol","title":"touchBar(content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/touchbarcustomizationlabel(_:).json b/docs/data/documentation/ouds/oudsthemeableview/touchbarcustomizationlabel(_:).json index 77b8a5309..e7a3d55ee 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/touchbarcustomizationlabel(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/touchbarcustomizationlabel(_:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBarCustomizationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"10.15","unavailable":false}],"title":"touchBarCustomizationLabel(_:)","externalID":"s:7SwiftUI4ViewPAAE26touchBarCustomizationLabelyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarCustomizationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbarcustomizationlabel(_:)"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.touchBarCustomizationLabel(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarCustomizationLabel(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/touchbarcustomizationlabel(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)","kind":"symbol","abstract":[],"title":"touchBarCustomizationLabel(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbarcustomizationlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarCustomizationLabel(_:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26touchBarCustomizationLabelyQrAA4TextVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"touchBarCustomizationLabel(_:)","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"10.15"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarCustomizationLabel(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/touchbarcustomizationlabel(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"touchBarCustomizationLabel(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/touchbaritempresence(_:).json b/docs/data/documentation/ouds/oudsthemeableview/touchbaritempresence(_:).json index ed01ed5f4..c13a6cd51 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/touchbaritempresence(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/touchbaritempresence(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBarItemPresence","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"presence","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbaritempresence(_:)"]}],"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","platforms":[{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"}],"roleHeading":"Instance Method","role":"symbol","title":"touchBarItemPresence(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPresence","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","text":"TouchBarItemPresence"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPresence(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","role":"symbol","title":"touchBarItemPresence(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritempresence(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"text":"(","kind":"text"},{"text":"TouchBarItemPresence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbaritempresence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"presence"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","text":"TouchBarItemPresence","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPresence","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"touchBarItemPresence(_:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"10.15"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPresence(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritempresence(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","kind":"typeIdentifier","text":"TouchBarItemPresence"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"touchBarItemPresence(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/touchbaritemprincipal(_:).json b/docs/data/documentation/ouds/oudsthemeableview/touchbaritemprincipal(_:).json index 2c268b682..8bfb88255 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/touchbaritemprincipal(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/touchbaritemprincipal(_:).json @@ -1 +1 @@ -{"metadata":{"title":"touchBarItemPrincipal(_:)","externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.touchBarItemPrincipal(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"principal"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbaritemprincipal(_:)"]}],"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPrincipal(_:)":{"kind":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPrincipal","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritemprincipal(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPrincipal","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"principal","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/touchbaritemprincipal(_:)"]}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPrincipal","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"introducedAt":"10.15","unavailable":false,"deprecated":false,"name":"macOS","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"touchBarItemPrincipal(_:)","externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPrincipal(_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPrincipal(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritemprincipal(_:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"touchBarItemPrincipal(_:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/tracking(_:).json b/docs/data/documentation/ouds/oudsthemeableview/tracking(_:).json index 6dc4e3f5d..a6a6d9f19 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/tracking(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/tracking(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"tracking","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)"},"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0","name":"iOS"},{"name":"macOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"name":"tvOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS","unavailable":false}],"role":"symbol","title":"tracking(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tracking(_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/tracking(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tracking(_:)":{"title":"tracking(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/tracking(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"tracking(_:)","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false},{"name":"macOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"9.0","beta":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tracking"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.tracking(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/tracking(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"tracking","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tracking(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)","type":"topic","abstract":[],"title":"tracking(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tracking(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transaction(_:).json b/docs/data/documentation/ouds/oudsthemeableview/transaction(_:).json index 26b5f2ff3..c9604ea3e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transaction(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transaction(_:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","title":"transaction(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"macOS","beta":false,"introducedAt":"10.15","unavailable":false,"deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/transaction(_:)"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transaction(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:)":{"abstract":[],"kind":"symbol","title":"transaction(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"text":"((","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"text":"((","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"text":"Transaction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"transaction(_:)","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"transaction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transaction(_:body:).json b/docs/data/documentation/ouds/oudsthemeableview/transaction(_:body:).json index 59d5bf7ab..2ccc8400e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transaction(_:body:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transaction(_:body:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:body:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11transaction_4bodyQryAA11TransactionVzc_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"17.0"},{"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"17.0","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"body"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","title":"transaction(_:body:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"body"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/transaction(_:body:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:body:)":{"title":"transaction(_:body:)","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:body:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"body"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"transaction(_:body:)","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"17.0","unavailable":false},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"17.0"},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11transaction_4bodyQryAA11TransactionVzc_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"body"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:body:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/transaction(_:body:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier","text":"Transaction"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:body:)":{"title":"transaction(_:body:)","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:body:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transaction(value:_:).json b/docs/data/documentation/ouds/oudsthemeableview/transaction(value:_:).json index 4e9b02449..cae4caf54 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transaction(value:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transaction(value:_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transaction(value:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transaction(value:_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"text":": some ","kind":"text"},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":", (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","title":"transaction(value:_:)","externalID":"s:7SwiftUI4ViewPAAE11transaction5value_Qrqd___yAA11TransactionVzctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"introducedAt":"14.0","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"10.0"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier","text":"Transaction"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(value:_:)":{"title":"transaction(value:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":", (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transaction(value:_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11transaction5value_Qrqd___yAA11TransactionVzctSQRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","beta":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"10.0","beta":false,"deprecated":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"text":"Transaction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"transaction(value:_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transaction(value:_:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transaction(value:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(value:_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"text":", (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)","role":"symbol","title":"transaction(value:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(value:_:)","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transformanchorpreference(key:value:transform:).json b/docs/data/documentation/ouds/oudsthemeableview/transformanchorpreference(key:value:transform:).json index 7d8b1b5ef..05b15af09 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transformanchorpreference(key:value:transform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transformanchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformAnchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier","text":"Anchor"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transformAnchorPreference(key:value:transform:)","roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/transformanchorpreference(key:value:transform:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"_","kind":"internalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type = K.self, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformAnchorPreference(key:value:transform:)":{"kind":"symbol","title":"transformAnchorPreference(key:value:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)","url":"\/documentation\/ouds\/oudsthemeableview\/transformanchorpreference(key:value:transform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":", ","kind":"text"},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"text":"_","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type = K.self, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"6.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Source","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier","text":"Anchor"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","role":"symbol"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transformanchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformAnchorPreference(key:value:transform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)","url":"\/documentation\/ouds\/oudsthemeableview\/transformanchorpreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformAnchorPreference"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Source","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"title":"transformAnchorPreference(key:value:transform:)","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transformeffect(_:).json b/docs/data/documentation/ouds/oudsthemeableview/transformeffect(_:).json index efa636919..9c21e1c3b 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transformeffect(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transformeffect(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEffect","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@S@CGAffineTransform","kind":"typeIdentifier","text":"CGAffineTransform"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transformEffect(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"iOS"},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"unavailable":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transformEffect(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transformeffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEffect(_:)":{"title":"transformEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transformEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform","text":"CGAffineTransform"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transformeffect(_:)","abstract":[],"type":"topic","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/transformeffect(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform","text":"CGAffineTransform"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","beta":false},{"unavailable":false,"introducedAt":"10.15","beta":false,"name":"macOS","deprecated":false},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}],"title":"transformEffect(_:)","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transformEffect(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEffect(_:)":{"kind":"symbol","title":"transformEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transformeffect(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGAffineTransform","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transformenvironment(_:transform:).json b/docs/data/documentation/ouds/oudsthemeableview/transformenvironment(_:transform:).json index 3644b58a2..ca42894af 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transformenvironment(_:transform:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transformenvironment(_:transform:).json @@ -1 +1 @@ -{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.transformEnvironment(_:transform:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"10.15"},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","title":"transformEnvironment(_:transform:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformEnvironment","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transformenvironment(_:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEnvironment(_:transform:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transformenvironment(_:transform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEnvironment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"transformEnvironment(_:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"10.15","beta":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"symbolKind":"method","title":"transformEnvironment(_:transform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEnvironment","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEnvironment(_:transform:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEnvironment"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transformenvironment(_:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEnvironment(_:transform:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transformenvironment(_:transform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"transform"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"transformEnvironment(_:transform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transformpreference(_:_:).json b/docs/data/documentation/ouds/oudsthemeableview/transformpreference(_:_:).json index b15db0bb5..9ade07b90 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transformpreference(_:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transformpreference(_:_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"title":"transformPreference(_:_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transformPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type = K.self, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"callback"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/transformpreference(_:_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformPreference(_:_:)"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformPreference(_:_:)":{"title":"transformPreference(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transformpreference(_:_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type = K.self, ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"callback","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transformpreference(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transformPreference(_:_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","title":"transformPreference(_:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"10.15","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformPreference(_:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","kind":"symbol","title":"transformPreference(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transformpreference(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/transition(_:).json b/docs/data/documentation/ouds/oudsthemeableview/transition(_:).json index 7f18df9d8..f819110b7 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/transition(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/transition(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"t"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transition(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","interfaceLanguage":"swift"},"metadata":{"title":"transition(_:)","externalID":"s:7SwiftUI4ViewPAAE10transitionyQrAA13AnyTransitionVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AnyTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/transition(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transition(_:)":{"kind":"symbol","title":"transition(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transition(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transition","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13AnyTransitionV","text":"AnyTransition","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transition(_:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"t"},{"text":": ","kind":"text"},{"text":"AnyTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10transitionyQrAA13AnyTransitionVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","title":"transition(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AnyTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"10.15","unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/transition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/transition(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol","title":"transition(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transition(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/truncationmode(_:).json b/docs/data/documentation/ouds/oudsthemeableview/truncationmode(_:).json index c3ad0d305..2fd7103c4 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/truncationmode(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/truncationmode(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"truncationMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/truncationmode(_:)"]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","title":"truncationMode(_:)","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0"},{"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.truncationMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/truncationMode(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/truncationmode(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)","type":"topic","title":"truncationMode(_:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/truncationmode(_:)"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.truncationMode(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"truncationMode","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0"},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"6.0"}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"truncationMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/truncationMode(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/truncationmode(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)","role":"symbol","abstract":[],"kind":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-2yxhr.json b/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-2yxhr.json index 59701cadc..62ad8859d 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-2yxhr.json +++ b/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-2yxhr.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"string","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"role":"symbol","title":"typeSelectEquivalent(_:)","symbolKind":"method","platforms":[{"introducedAt":"16.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false},{"beta":false,"introducedAt":"9.0","name":"watchOS","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-2yxhr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-2yxhr":{"abstract":[],"title":"typeSelectEquivalent(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-2yxhr","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"string","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-2yxhr"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr"},"metadata":{"symbolKind":"method","title":"typeSelectEquivalent(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"16.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"9.0"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrqd__SyRd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol"},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-2yxhr":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-2yxhr","title":"typeSelectEquivalent(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-759d5.json b/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-759d5.json index 26bfd5686..edd80b49e 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-759d5.json +++ b/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-759d5.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"text","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"deprecated":false},{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"9.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"typeSelectEquivalent(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-759d5"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-759d5":{"title":"typeSelectEquivalent(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-759d5","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-759d5"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"text","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5"},"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"name":"macOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"introducedAt":"9.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA4TextVSgF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI","title":"typeSelectEquivalent(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-759d5":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-759d5","title":"typeSelectEquivalent(_:)","type":"topic"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-9k18o.json b/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-9k18o.json index b4d1f898e..fe56afca2 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-9k18o.json +++ b/docs/data/documentation/ouds/oudsthemeableview/typeselectequivalent(_:)-9k18o.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"stringKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-9k18o"]}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"introducedAt":"16.0","beta":false,"unavailable":false,"name":"tvOS","deprecated":false},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0","beta":false}],"symbolKind":"method","role":"symbol","title":"typeSelectEquivalent(_:)","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-9k18o":{"url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-9k18o","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","title":"typeSelectEquivalent(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"sections":[],"metadata":{"symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"16.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS"},{"introducedAt":"9.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"title":"typeSelectEquivalent(_:)","roleHeading":"Instance Method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","extendedModule":"SwiftUI"},"kind":"symbol","variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-9k18o"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"stringKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.typeSelectEquivalent(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-9k18o":{"role":"symbol","kind":"symbol","title":"typeSelectEquivalent(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-9k18o","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-3vh5c.json b/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-3vh5c.json index 57e4e11f8..29c6de471 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-3vh5c.json +++ b/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-3vh5c.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"language","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Locale","preciseIdentifier":"s:10Foundation6LocaleV"},{"text":".","kind":"text"},{"text":"Language","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.typesettingLanguage(_:isEnabled:)"},{"type":"text","text":"."}],"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQr10Foundation6LocaleV0E0V_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typesettingLanguage"},{"text":"(","kind":"text"},{"text":"Locale","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","text":"Language"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"title":"typesettingLanguage(_:isEnabled:)","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"introducedAt":"10.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-3vh5c"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-3vh5c":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Locale","preciseIdentifier":"s:10Foundation6LocaleV"},{"kind":"text","text":"."},{"text":"Language","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-3vh5c","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","kind":"symbol","title":"typesettingLanguage(_:isEnabled:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"typesettingLanguage"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"language","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV","text":"Locale"},{"text":".","kind":"text"},{"text":"Language","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.typesettingLanguage(_:isEnabled:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"platforms":[{"introducedAt":"17.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false,"deprecated":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"text":"Locale","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","text":"Language","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"typesettingLanguage(_:isEnabled:)","externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQr10Foundation6LocaleV0E0V_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-3vh5c"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-3vh5c":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV","text":"Locale"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","text":"Language"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","role":"symbol","title":"typesettingLanguage(_:isEnabled:)","url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-3vh5c","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-9c7ry.json b/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-9c7ry.json index 02dc75ba1..f6738e245 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-9c7ry.json +++ b/docs/data/documentation/ouds/oudsthemeableview/typesettinglanguage(_:isenabled:)-9c7ry.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typesettingLanguage"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"language","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypesettingLanguage","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"typesettingLanguage(_:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"17.0","deprecated":false,"beta":false},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQrAA011TypesettingE0V_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-9c7ry"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.typesettingLanguage(_:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-9c7ry":{"url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-9c7ry","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry","kind":"symbol","abstract":[],"title":"typesettingLanguage(_:isEnabled:)"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typesettingLanguage"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"language"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-9c7ry"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.typesettingLanguage(_:isEnabled:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"typesettingLanguage(_:isEnabled:)","externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQrAA011TypesettingE0V_SbtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typesettingLanguage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-9c7ry":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"text":"TypesettingLanguage","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-9c7ry","title":"typesettingLanguage(_:isEnabled:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/underline(_:pattern:color:).json b/docs/data/documentation/ouds/oudsthemeableview/underline(_:pattern:color:).json index 88a16a974..11b80b788 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/underline(_:pattern:color:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/underline(_:pattern:color:).json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","title":"underline(_:pattern:color:)","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"16.0"},{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"macOS"},{"introducedAt":"16.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"role":"symbol","symbolKind":"method","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true, ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.underline(_:pattern:color:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/underline(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/underline(_:pattern:color:)":{"title":"underline(_:pattern:color:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pattern"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/underline(_:pattern:color:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"metadata":{"platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"name":"tvOS","introducedAt":"16.0","beta":false,"unavailable":false,"deprecated":false},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","symbolKind":"method","extendedModule":"SwiftUI","title":"underline(_:pattern:color:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pattern"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.underline(_:pattern:color:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/underline(_:pattern:color:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"text":".","kind":"text"},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"text":" = .solid, ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/underline(_:pattern:color:)":{"kind":"symbol","title":"underline(_:pattern:color:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/underline(_:pattern:color:)"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/unredacted().json b/docs/data/documentation/ouds/oudsthemeableview/unredacted().json index c636537b7..e266854fd 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/unredacted().json +++ b/docs/data/documentation/ouds/oudsthemeableview/unredacted().json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/unredacted()"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0","name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false,"beta":false},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false},{"name":"watchOS","introducedAt":"7.0","beta":false,"deprecated":false,"unavailable":false}],"title":"unredacted()","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10unredactedQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.unredacted()","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/unredacted()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()","title":"unredacted()","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/unredacted()","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/unredacted()"]}],"sections":[],"metadata":{"platforms":[{"unavailable":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"tvOS","deprecated":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"7.0"}],"title":"unredacted()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10unredactedQryF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.unredacted()"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/unredacted()":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"unredacted()","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()","url":"\/documentation\/ouds\/oudsthemeableview\/unredacted()"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:element:_:).json b/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:element:_:).json index 0af208eb6..0d14a14c6 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:element:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:element:_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"activityType","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"update"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.userActivity(_:element:_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/useractivity(_:element:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)"},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"text":"?, (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"userActivity(_:element:_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"introducedAt":"14.0","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"14.0","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method"},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:element:_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)","title":"userActivity(_:element:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:element:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"userActivity"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"activityType","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"text":"?, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"update","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"introducedAt":"14.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"unavailable":false,"introducedAt":"7.0","beta":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"userActivity"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":"?, (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"title":"userActivity(_:element:_:)"},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/useractivity(_:element:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.userActivity(_:element:_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:element:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:element:_:)","title":"userActivity(_:element:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":"?, (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:isactive:_:).json b/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:isactive:_:).json index fda754605..959cd30ac 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:isactive:_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/useractivity(_:isactive:_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"14.0"},{"introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"introducedAt":"14.0","beta":false,"name":"tvOS","unavailable":false},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"7.0","unavailable":false}],"roleHeading":"Instance Method","title":"userActivity(_:isActive:_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","role":"symbol"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.userActivity(_:isActive:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isActive","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"update"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"c:objc(cs)NSUserActivity","kind":"typeIdentifier","text":"NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/useractivity(_:isactive:_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:isActive:_:)":{"kind":"symbol","title":"userActivity(_:isActive:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:isactive:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/useractivity(_:isactive:_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":", "},{"text":"isActive","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", ("},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","title":"userActivity(_:isActive:_:)","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"14.0"},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"update"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:isActive:_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:isActive:_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"userActivity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)","abstract":[],"role":"symbol","title":"userActivity(_:isActive:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:isactive:_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/view-implementations.json b/docs/data/documentation/ouds/oudsthemeableview/view-implementations.json index 32459e5cb..1e59d12ad 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/view-implementations.json +++ b/docs/data/documentation/ouds/oudsthemeableview/view-implementations.json @@ -1 +1 @@ -{"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)"],"title":"Instance Methods","generated":true}],"metadata":{"roleHeading":"API Collection","role":"collectionGroup","title":"View Implementations","modules":[{"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/view-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"article","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffectsRemoved(_:)":{"abstract":[],"title":"symbolEffectsRemoved(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffectsremoved(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onPressingChanged"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-60ppj":{"abstract":[],"title":"dialogSuppressionToggle(_:isSuppressed:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-60ppj","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-3wrip":{"abstract":[],"title":"searchable(text:isPresented:placement:prompt:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-3wrip","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp":{"abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:)":{"type":"topic","title":"focusedValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:)","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-305eo":{"abstract":[],"title":"alignmentGuide(_:computeValue:)","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-305eo","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-85n7p":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-85n7p","type":"topic","title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIdentifier(_:)":{"abstract":[],"title":"accessibilityIdentifier(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityidentifier(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-65tev":{"abstract":[],"title":"navigationTitle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-65tev","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h":{"abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:equals:)":{"abstract":[],"title":"accessibilityFocused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:equals:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:for:)":{"abstract":[],"title":"searchSuggestions(_:for:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:for:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier","text":"SearchSuggestionsPlacement"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-60757":{"abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-60757","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLinkedGroup(id:in:)":{"title":"accessibilityLinkedGroup(id:in:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylinkedgroup(id:in:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-2d3wb":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-2d3wb","abstract":[],"role":"symbol","title":"searchable(text:editableTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:_:)":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"environment(_:_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/selectionDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","title":"selectionDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"selectionDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/selectiondisabled(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(alignment:content:)":{"title":"background(alignment:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(alignment:content:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusSection()":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"focusSection()","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focussection()","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/bold(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"bold"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/bold(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-7xas2":{"title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?>, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-7xas2","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-28q3x":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x","title":"lineLimit(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-28q3x","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-9qd45":{"role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","abstract":[],"title":"navigationSubtitle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-9qd45"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabeledPair(role:id:in:)":{"title":"accessibilityLabeledPair(role:id:in:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabeledPair"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabeledpair(role:id:in:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize()":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()","title":"fixedSize()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize()","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-8rczn":{"title":"onDrop(of:isTargeted:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-8rczn","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDisplayName(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewdisplayname(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/luminanceToAlpha()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"luminanceToAlpha"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/luminancetoalpha()","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()","type":"topic","title":"luminanceToAlpha()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformPreference(_:_:)":{"title":"transformPreference(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transformpreference(_:_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(name:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)","title":"coordinateSpace(name:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(name:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-2nyi":{"title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-2nyi","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-rpin":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"badge(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-rpin","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEffect(_:)":{"title":"transformEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transformEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform","text":"CGAffineTransform"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transformeffect(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogImportsUnresolvedAliases(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)","title":"fileDialogImportsUnresolvedAliases(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogimportsunresolvedaliases(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackgroundInteraction(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackgroundinteraction(_:)","title":"presentationBackgroundInteraction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/anchorPreference(key:value:transform:)":{"title":"anchorPreference(key:value:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"transform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/anchorpreference(key:value:transform:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-57cp6":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6","title":"renameAction(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-57cp6","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(item:content:)":{"title":"alert(item:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/alert(item:content:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)","title":"focusable(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPresence(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","role":"symbol","title":"touchBarItemPresence(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritempresence(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"text":"(","kind":"text"},{"text":"TouchBarItemPresence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-6z88b":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"title":"navigationBarTitle(_:)","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-6z88b","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-4ck29":{"title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-4ck29","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollPosition(id:anchor:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","title":"scrollPosition(id:anchor:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<(some ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":")?>, "},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollposition(id:anchor:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-31uu1":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1","title":"accessibilityRotor(_:entries:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-31uu1","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3dzhq":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq","title":"fileExporterFilenameLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3dzhq","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityZoomAction(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)","title":"accessibilityZoomAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityZoomAction","kind":"identifier"},{"text":"((","kind":"text"},{"text":"AccessibilityZoomGestureAction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityzoomaction(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-733gi":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi","title":"safeAreaPadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-733gi","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-78c4r":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier","text":"VerticalAlignment"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-78c4r","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-nuxb":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","title":"keyboardShortcut(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","kind":"typeIdentifier","text":"KeyboardShortcut"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-nuxb","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowedDynamicRange(_:)":{"title":"allowedDynamicRange(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowedDynamicRange"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","text":"DynamicRange"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alloweddynamicrange(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-9ypat":{"abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-9ypat","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:_:)":{"type":"topic","title":"backgroundPreferenceValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogIcon(_:)":{"title":"dialogIcon(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogIcon"},{"text":"(","kind":"text"},{"text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/dialogicon(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/strikethrough(_:pattern:color:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)","url":"\/documentation\/ouds\/oudsthemeableview\/strikethrough(_:pattern:color:)","kind":"symbol","title":"strikethrough(_:pattern:color:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","kind":"typeIdentifier","text":"Pattern"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:)":{"title":"exportableToServices(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAdjustedPitch(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)","title":"speechAdjustedPitch(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechAdjustedPitch","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/speechadjustedpitch(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-2ttnc":{"title":"listItemTint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ListItemTint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-2ttnc","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/datePickerStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/datepickerstyle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","title":"datePickerStyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableColumnHeaders(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","title":"tableColumnHeaders(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/tablecolumnheaders(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/paletteSelectionEffect(_:)":{"title":"paletteSelectionEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"paletteSelectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PaletteSelectionEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/paletteselectioneffect(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/mask(_:)","title":"mask(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDeleteCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)","title":"onDeleteCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondeletecommand(perform:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:scopes:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:scopes:)","title":"searchScopes(_:scopes:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"scopes","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-759d5":{"title":"typeSelectEquivalent(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-759d5","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuButtonStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)","title":"menuButtonStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/menubuttonstyle(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-uduw":{"title":"background(in:fillStyle:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-uduw","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/privacySensitive(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","title":"privacySensitive(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/privacysensitive(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tracking(_:)":{"title":"tracking(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/tracking(_:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/baselineOffset(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/baselineoffset(_:)","abstract":[],"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-6s3xi":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi","title":"buttonStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-6s3xi","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textContentType(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/textcontenttype(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"text":"NSTextContentType","kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)","role":"symbol","title":"textContentType(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-3sgch":{"title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-3sgch","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:trigger:content:keyframes:)","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-knww":{"title":"listItemTint(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-knww","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(isPresented:destination:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(ispresented:destination:)","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDestination(isPresented:destination:)","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilSqueeze(perform:)":{"kind":"symbol","title":"onPencilSqueeze(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpencilsqueeze(perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"PencilSqueezeGesturePhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","title":"navigationDocument(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChildren(children:)":{"kind":"symbol","title":"accessibilityChildren(children:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychildren(children:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"children"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(_:)":{"kind":"symbol","title":"navigationSplitViewColumnWidth(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(_:for:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(_:for:)","kind":"symbol","title":"containerBackground(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(item:destination:)":{"kind":"symbol","title":"navigationDestination(item:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(item:destination:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(_:)":{"kind":"symbol","title":"presentationCompactAdaptation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/preference(key:value:)":{"kind":"symbol","title":"preference(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/preference(key:value:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"preference","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/shadow(color:radius:x:y:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)","title":"shadow(color:radius:x:y:)","url":"\/documentation\/ouds\/oudsthemeableview\/shadow(color:radius:x:y:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"shadow","kind":"identifier"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textCase(_:)":{"kind":"symbol","title":"textCase(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textcase(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textCase","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"text":"Case","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:)":{"kind":"symbol","title":"fileMover(isPresented:file:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:)","title":"draggable(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-8oieq":{"kind":"symbol","title":"lineLimit(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-8oieq","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"text":"<","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/horizontalRadioGroupLayout()":{"url":"\/documentation\/ouds\/oudsthemeableview\/horizontalradiogrouplayout()","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"horizontalRadioGroupLayout","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"horizontalRadioGroupLayout()","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:preview:)":{"kind":"symbol","title":"contextMenu(menuItems:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:preview:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonRepeatBehavior(_:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonrepeatbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ButtonRepeatBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)","type":"topic","title":"buttonRepeatBehavior(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g":{"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIgnoresInvertColors(_:)":{"kind":"symbol","title":"accessibilityIgnoresInvertColors(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityignoresinvertcolors(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/grayscale(_:)":{"kind":"symbol","title":"grayscale(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/grayscale(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(for:destination:)":{"kind":"symbol","title":"navigationDestination(for:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(for:destination:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(item:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/popover(item:attachmentanchor:arrowedge:content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-34348":{"kind":"symbol","title":"accessibilityHint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-34348","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-3rr21":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21","title":"renameAction(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-3rr21","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2pbcr":{"kind":"symbol","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2pbcr","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(removeTraits:)":{"kind":"symbol","title":"accessibility(removeTraits:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(removetraits:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removeTraits","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(value:)":{"kind":"symbol","title":"accessibility(value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(value:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/copyable(_:)":{"kind":"symbol","title":"copyable(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/copyable(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"copyable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(id:priority:_:)":{"kind":"symbol","title":"task(id:priority:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/task(id:priority:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"task","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:ScP","text":"TaskPriority"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onSubmit(of:_:)":{"kind":"symbol","title":"onSubmit(of:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/onsubmit(of:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onSubmit"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","kind":"typeIdentifier"},{"text":", (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:isActive:_:)":{"kind":"symbol","title":"userActivity(_:isActive:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:isactive:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusScope(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","title":"focusScope(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusscope(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusScope","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(value:_:)":{"title":"transaction(value:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":", (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transaction(value:_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotationEffect(_:anchor:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"rotationEffect(_:anchor:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/rotationeffect(_:anchor:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk":{"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparatorTint(_:edges:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)","title":"listSectionSeparatorTint(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparatortint(_:edges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:activation:_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:activation:_:)","title":"searchScopes(_:activation:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"activation","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","kind":"typeIdentifier","text":"SearchScopeActivation"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)","role":"symbol","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlSize(_:)":{"kind":"symbol","title":"controlSize(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/controlsize(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlSize","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-9nug0":{"title":"alert(_:isPresented:presenting:actions:message:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-9nug0"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/popover(ispresented:attachmentanchor:arrowedge:content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-44rdv":{"abstract":[],"title":"onPasteCommand(of:perform:)","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-44rdv","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinuousHover(coordinateSpace:perform:)":{"kind":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinuoushover(coordinatespace:perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onContinuousHover"},{"text":"(","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"HoverPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-4z95g":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","title":"accessibilityInputLabels(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-4z95g","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusEffectDisabled(_:)":{"kind":"symbol","title":"focusEffectDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focuseffectdisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusEffectDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/underline(_:pattern:color:)":{"title":"underline(_:pattern:color:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pattern"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/underline(_:pattern:color:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-6euoh":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh","title":"background(_:in:fillStyle:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-6euoh","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp":{"type":"topic","abstract":[],"kind":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2wpzr":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2wpzr","role":"symbol","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr","title":"navigationTitle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:equals:)":{"kind":"symbol","title":"focused(_:equals:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:equals:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-12q0p":{"kind":"symbol","title":"accessibility(activationPoint:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-12q0p","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(trigger:_:)":{"kind":"symbol","title":"sensoryFeedback(trigger:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(trigger:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier","text":"SensoryFeedback"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(_:)":{"kind":"symbol","title":"coordinateSpace(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","kind":"typeIdentifier","text":"NamedCoordinateSpace"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:)":{"abstract":[],"kind":"symbol","title":"onDrag(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-57x42":{"title":"badge(_:)","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-57x42"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-339xq":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-339xq","role":"symbol","title":"accessibilityValue(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinueUserActivity(_:perform:)":{"kind":"symbol","title":"onContinueUserActivity(_:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinueuseractivity(_:perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7xukp":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7xukp","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSeverity(_:)":{"kind":"symbol","title":"dialogSeverity(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogseverity(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"DialogSeverity","preciseIdentifier":"s:7SwiftUI14DialogSeverityV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","role":"symbol","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-15yko":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko","title":"searchable(text:isPresented:placement:prompt:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-15yko","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-tr7x":{"kind":"symbol","title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-tr7x","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-2prme":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme","title":"focusedValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-2prme","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onHover(perform:)":{"kind":"symbol","title":"onHover(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onhover(perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onHover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accentColor(_:)":{"kind":"symbol","title":"accentColor(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accentcolor(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accentColor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/compositingGroup()":{"kind":"symbol","title":"compositingGroup()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","url":"\/documentation\/ouds\/oudsthemeableview\/compositinggroup()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"compositingGroup"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabViewStyle(_:)":{"kind":"symbol","title":"tabViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tabviewstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tabViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsHitTesting(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)","title":"allowsHitTesting(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/allowshittesting(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowsHitTesting"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textSelection(_:)":{"kind":"symbol","title":"textSelection(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textselection(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/brightness(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"title":"brightness(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/brightness(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundColor(_:)":{"kind":"symbol","title":"foregroundColor(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundcolor(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundColor"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-65ngy":{"kind":"symbol","title":"searchable(text:placement:prompt:suggestions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-65ngy","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:reservesSpace:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:reservesspace:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"reservesSpace"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"lineLimit(_:reservesSpace:)","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/id(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/id(_:)","role":"symbol","title":"id(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(ignoresSafeAreaEdges:)":{"kind":"symbol","title":"background(ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(ignoressafeareaedges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt":{"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityDirectTouch(_:options:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)","title":"accessibilityDirectTouch(_:options:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitydirecttouch(_:options:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityDirectTouch"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-mah3":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-mah3","kind":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dynamicTypeSize(_:)":{"kind":"symbol","title":"dynamicTypeSize(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/dynamictypesize(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dynamicTypeSize"},{"text":"(","kind":"text"},{"text":"DynamicTypeSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(isSuppressed:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(issuppressed:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"dialogSuppressionToggle(isSuppressed:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:value:)":{"kind":"symbol","title":"animation(_:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:value:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"animation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(trigger:)":{"kind":"symbol","title":"scrollIndicatorsFlash(trigger:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(trigger:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/hueRotation(_:)":{"kind":"symbol","title":"hueRotation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/huerotation(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"text":"(","kind":"text"},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:)":{"kind":"symbol","title":"accessibilityFocused(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"text":"(","kind":"text"},{"text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:element:_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)","title":"userActivity(_:element:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:element:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowStyle(_:)":{"kind":"symbol","title":"presentedWindowStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-6bj1a":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a","title":"accessibilityHint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-6bj1a","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogDefaultDirectory(_:)":{"kind":"symbol","title":"fileDialogDefaultDirectory(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogdefaultdirectory(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onMoveCommand(perform:)":{"type":"topic","title":"onMoveCommand(perform:)","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onmovecommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipShape(_:style:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)","title":"clipShape(_:style:)","url":"\/documentation\/ouds\/oudsthemeableview\/clipshape(_:style:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"style","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:)":{"kind":"symbol","title":"alert(isPresented:error:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAlwaysIncludesPunctuation(_:)":{"kind":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/speechalwaysincludespunctuation(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechAlwaysIncludesPunctuation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","url":"\/documentation\/ouds\/oudsthemeableview\/matchedgeometryeffect(id:in:properties:anchor:issource:)","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"matchedGeometryEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","text":"MatchedGeometryProperties","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer(_:)":{"kind":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogCustomizationID(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)","title":"fileDialogCustomizationID(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogcustomizationid(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollClipDisabled(_:)":{"kind":"symbol","title":"scrollClipDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollClipDisabled","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrollclipdisabled(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-8tx0a":{"kind":"symbol","title":"onPasteCommand(of:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-8tx0a","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-9w6b9":{"kind":"symbol","title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-9w6b9","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-4x8i0":{"kind":"symbol","title":"fileDialogConfirmationLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-4x8i0","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transition(_:)":{"kind":"symbol","title":"transition(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transition(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transition","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13AnyTransitionV","text":"AnyTransition","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChartDescriptor(_:)":{"kind":"symbol","type":"topic","title":"accessibilityChartDescriptor(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychartdescriptor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactionActivityTrackingTag(_:)":{"kind":"symbol","title":"interactionActivityTrackingTag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/interactionactivitytrackingtag(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineSpacing(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/linespacing(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)","title":"lineSpacing(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:body:)":{"title":"transaction(_:body:)","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:body:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"body"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-83k":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"accessibilityRotor(_:entries:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-83k"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(content:)":{"kind":"symbol","title":"touchBar(content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)","url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-9kawn":{"kind":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-9kawn","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf":{"kind":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-1a89f":{"kind":"symbol","title":"accessibilityInputLabels(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-1a89f","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-2fhpw":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-2fhpw","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-92qe9":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9","title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-92qe9","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-9w87u":{"kind":"symbol","title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-9w87u","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWidth(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)","title":"fontWidth(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontwidth(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Width","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei","role":"symbol","type":"topic","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRepresentation(representation:)":{"kind":"symbol","title":"accessibilityRepresentation(representation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrepresentation(representation:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"representation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-9yxmx":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-9yxmx","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","abstract":[],"title":"focusedSceneObject(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-3505l":{"kind":"symbol","title":"fileDialogConfirmationLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-3505l","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationContentInteraction(_:)":{"kind":"symbol","title":"presentationContentInteraction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcontentinteraction(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(forSelectionType:menu:primaryAction:)":{"kind":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(forselectiontype:menu:primaryaction:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"forSelectionType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"text":".Type, ","kind":"text"},{"text":"menu","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"primaryAction"},{"text":": ((","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"kind":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-8fnyh":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-8fnyh","role":"symbol","title":"fileDialogMessage(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"kind":"symbol","title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:repeating:content:keyframes:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pickerStyle(_:)":{"kind":"symbol","title":"pickerStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/pickerstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pickerStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-8bvyy":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-8bvyy","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm":{"kind":"symbol","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:alignment:)":{"kind":"symbol","title":"overlay(_:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:alignment:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:edges:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)","title":"scenePadding(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:edges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-4dy9w":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-4dy9w","role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-10xwb":{"kind":"symbol","title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-10xwb","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pageCommand(value:in:step:)":{"kind":"symbol","title":"pageCommand(value:in:step:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)","url":"\/documentation\/ouds\/oudsthemeableview\/pagecommand(value:in:step:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"step"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-78hww":{"kind":"symbol","title":"navigationBarTitle(_:displayMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-78hww","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(priority:_:)":{"kind":"symbol","title":"task(priority:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/task(priority:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"text":"TaskPriority","kind":"typeIdentifier","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-8213m":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-8213m","title":"contentMargins(_:_:for:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-4njlu":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-4njlu","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"toolbar(content:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-1v9w5":{"kind":"symbol","title":"dialogSuppressionToggle(_:isSuppressed:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-1v9w5","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformAnchorPreference(key:value:transform:)":{"kind":"symbol","title":"transformAnchorPreference(key:value:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)","url":"\/documentation\/ouds\/oudsthemeableview\/transformanchorpreference(key:value:transform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":", ","kind":"text"},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-4q3ap":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap","title":"help(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-4q3ap","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolVariant(_:)":{"kind":"symbol","title":"symbolVariant(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/symbolvariant(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","kind":"typeIdentifier","text":"SymbolVariants"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowToolbarStyle(_:)":{"kind":"symbol","title":"presentedWindowToolbarStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowtoolbarstyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitLabel(_:)":{"kind":"symbol","title":"submitLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/submitlabel(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"submitLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tint(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","title":"tint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tint(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"text":"(","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontDesign(_:)":{"kind":"symbol","title":"fontDesign(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontdesign(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV6DesignO","kind":"typeIdentifier","text":"Design"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleDisplayMode(_:)":{"kind":"symbol","title":"toolbarTitleDisplayMode(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitledisplaymode(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleDisplayMode"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","kind":"typeIdentifier","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(alignment:content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(alignment:content:)","title":"overlay(alignment:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDisabled(_:)":{"kind":"symbol","title":"scrollDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:body:)":{"kind":"symbol","title":"animation(_:body:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:body:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">) -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","role":"symbol","title":"containerRelativeFrame(_:alignment:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/geometryGroup()":{"kind":"symbol","title":"geometryGroup()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","url":"\/documentation\/ouds\/oudsthemeableview\/geometrygroup()","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onExitCommand(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","title":"onExitCommand(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onexitcommand(perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onExitCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDismissesKeyboard(_:)":{"kind":"symbol","title":"scrollDismissesKeyboard(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldismisseskeyboard(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/ignoresSafeArea(_:edges:)":{"kind":"symbol","title":"ignoresSafeArea(_:edges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/ignoressafearea(_:edges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","text":"SafeAreaRegions"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-9vyyq":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-9vyyq","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"kind":"text","text":", "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toggleStyle(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","title":"toggleStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/togglestyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:action:)":{"kind":"symbol","title":"onKeyPress(_:action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:action:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-2fci2":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2","title":"dialogSuppressionToggle(_:isSuppressed:)","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-2fci2","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityTextContentType(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitytextcontenttype(_:)","role":"symbol","kind":"symbol","type":"topic","title":"accessibilityTextContentType(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityTextContentType","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","text":"AccessibilityTextContentType","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-eatv":{"kind":"symbol","title":"onDrop(of:isTargeted:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-eatv","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)","title":"fileMover(isPresented:files:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:perform:)":{"kind":"symbol","title":"onTapGesture(count:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-c7qa":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa","title":"focusedObject(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-c7qa","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:)":{"kind":"symbol","title":"environment(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-38fj5":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5","title":"searchable(text:editableTokens:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-38fj5","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob","type":"topic","kind":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewstyle(_:)","role":"symbol","title":"navigationSplitViewStyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCornerRadius(_:)":{"kind":"symbol","title":"presentationCornerRadius(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcornerradius(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/drawingGroup(opaque:colorMode:)":{"kind":"symbol","title":"drawingGroup(opaque:colorMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)","url":"\/documentation\/ouds\/oudsthemeableview\/drawinggroup(opaque:colormode:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"text":"(","kind":"text"},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onReceive(_:perform:)":{"kind":"symbol","title":"onReceive(_:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onreceive(_:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Output","preciseIdentifier":"s:7Combine9PublisherP6OutputQa"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-10qpu":{"abstract":[],"title":"accessibilityAction(named:_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-10qpu","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:message:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)","title":"alert(isPresented:error:actions:message:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:message:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-7qm34":{"kind":"symbol","title":"badge(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-7qm34","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/position(_:)","role":"symbol","type":"topic","kind":"symbol","title":"position(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/deleteDisabled(_:)":{"kind":"symbol","title":"deleteDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/deletedisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:onCancellation:)":{"kind":"symbol","title":"fileMover(isPresented:file:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:oncancellation:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationViewStyle(_:)":{"kind":"symbol","title":"navigationViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationviewstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-3xhpq":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-3xhpq","type":"topic","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationBarTitle(_:displayMode:)","deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCommand(_:perform:)":{"kind":"symbol","title":"onCommand(_:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/oncommand(_:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"text":"(","kind":"text"},{"text":"Selector","kind":"typeIdentifier","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(x:y:anchor:)":{"kind":"symbol","title":"scaleEffect(x:y:anchor:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)","url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(x:y:anchor:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(min:ideal:max:)":{"kind":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(min:ideal:max:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-14rri":{"kind":"symbol","title":"fileExporterFilenameLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-14rri","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:pressing:perform:)":{"kind":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:pressing:perform:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-3yfzr":{"kind":"symbol","title":"toolbar(content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-3yfzr","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-3hylw":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-3hylw","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewLayout(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PreviewLayout","kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewlayout(_:)","title":"previewLayout(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonBorderShape(_:)":{"kind":"symbol","title":"buttonBorderShape(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/buttonbordershape(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ButtonBorderShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-269d5":{"kind":"symbol","title":"alignmentGuide(_:computeValue:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-269d5","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:)":{"kind":"symbol","title":"searchSuggestions(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onOpenURL(perform:)":{"kind":"symbol","title":"onOpenURL(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onopenurl(perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-29mos":{"kind":"symbol","title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-29mos","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","text":"Index","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:ignoresSafeAreaEdges:)":{"kind":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:ignoressafeareaedges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridColumnAlignment(_:)":{"kind":"symbol","title":"gridColumnAlignment(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/gridcolumnalignment(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelStyle(_:)":{"kind":"symbol","title":"labelStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/labelstyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:coordinateSpace:perform:)":{"kind":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:coordinatespace:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame()":{"deprecated":true,"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/frame()","title":"frame()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHeading(_:)":{"kind":"symbol","title":"accessibilityHeading(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityheading(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier","text":"AccessibilityHeadingLevel"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-9dobk":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","title":"accessibilityHint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-9dobk","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-4wpbs":{"kind":"symbol","title":"aspectRatio(_:contentMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-4wpbs","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(x:y:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)","kind":"symbol","role":"symbol","title":"position(x:y:)","url":"\/documentation\/ouds\/oudsthemeableview\/position(x:y:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutValue(key:value:)":{"kind":"symbol","title":"layoutValue(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/layoutvalue(key:value:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-5trfo":{"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-5trfo","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(topleading:bottomtrailing:axis:transition:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"topLeading"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"bottomTrailing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuStyle(_:)":{"kind":"symbol","title":"menuStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/menustyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:)":{"kind":"symbol","title":"focused(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(_:_:)":{"kind":"symbol","title":"accessibilityAction(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(_:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityActionKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8":{"kind":"symbol","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollContentBackground(_:)":{"kind":"symbol","title":"scrollContentBackground(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrollcontentbackground(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollContentBackground","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:selection:)":{"kind":"symbol","title":"presentationDetents(_:selection:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:selection:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"text":">, ","kind":"text"},{"text":"selection","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFill()":{"kind":"symbol","title":"scaledToFill()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofill()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scaledToFill","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-5upsp":{"kind":"symbol","title":"padding(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-5upsp","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowInsets(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)","title":"listRowInsets(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/listrowinsets(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipped(antialiased:)":{"kind":"symbol","title":"clipped(antialiased:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/clipped(antialiased:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"clipped","kind":"identifier"},{"kind":"text","text":"("},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(isPresented:onDismiss:content:)":{"kind":"symbol","title":"sheet(isPresented:onDismiss:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/sheet(ispresented:ondismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/springLoadingBehavior(_:)":{"kind":"symbol","title":"springLoadingBehavior(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/springloadingbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-22t48":{"kind":"symbol","title":"onDrop(of:isTargeted:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-22t48","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-q9n":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","title":"searchable(text:placement:prompt:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-q9n","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-3f5v2":{"kind":"symbol","title":"scaleEffect(_:anchor:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-3f5v2","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/itemProvider(_:)":{"title":"itemProvider(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/itemprovider(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"itemProvider","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sq","kind":"typeIdentifier","text":"Optional"},{"text":"<() -> ","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:content:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)","title":"alert(isPresented:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textFieldStyle(_:)":{"kind":"symbol","title":"textFieldStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/textfieldstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textFieldStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disabled(_:)":{"kind":"symbol","title":"disabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/disabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-21qrm":{"kind":"symbol","title":"accessibilityRotor(_:entries:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-21qrm","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/imageScale(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","title":"imageScale(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/imagescale(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"imageScale","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(onAppear:)":{"kind":"symbol","title":"scrollIndicatorsFlash(onAppear:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(onappear:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabItem(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)","title":"tabItem(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/tabitem(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:_:)":{"kind":"symbol","title":"padding(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDevice(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)","title":"previewDevice(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/previewdevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewDevice","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:_:)":{"kind":"symbol","title":"overlayPreferenceValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:preview:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","title":"draggable(_:preview:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7iz6j":{"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7iz6j","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","title":"animation(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(x:y:)":{"kind":"symbol","title":"offset(x:y:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-4txu2":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2","title":"accessibilityLabel(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-4txu2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:_:)":{"kind":"symbol","title":"safeAreaPadding(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCopyCommand(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","title":"onCopyCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/oncopycommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCopyCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(phases:action:)":{"kind":"symbol","title":"onKeyPress(phases:action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)","title":"foregroundStyle(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAdjustableAction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityadjustableaction(_:)","type":"topic","abstract":[],"title":"accessibilityAdjustableAction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"text":"((","kind":"text"},{"text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:in:fillStyle:)":{"kind":"symbol","title":"overlay(_:in:fillStyle:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:in:fillstyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/unredacted()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()","title":"unredacted()","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/unredacted()","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tag(_:)":{"kind":"symbol","title":"tag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/tag(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tag","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/truncationMode(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/truncationmode(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)","type":"topic","title":"truncationMode(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)","kind":"symbol","title":"foregroundStyle(_:_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlGroupStyle(_:)":{"title":"controlGroupStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/controlgroupstyle(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/prefersDefaultFocus(_:in:)":{"title":"prefersDefaultFocus(_:in:)","url":"\/documentation\/ouds\/oudsthemeableview\/prefersdefaultfocus(_:in:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-11wkc":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-11wkc","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc","title":"focusedSceneObject(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky","kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolRenderingMode(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier","text":"SymbolRenderingMode"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/symbolrenderingmode(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)","title":"symbolRenderingMode(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-80ux7":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-80ux7","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","kind":"symbol","title":"accessibilityLabel(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-7clm0":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"initial"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-7clm0","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0","title":"onChange(of:initial:_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g","kind":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-6yf16":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-6yf16","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16","kind":"symbol","title":"fileDialogMessage(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarRole(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarRole","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ToolbarRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/toolbarrole(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)","title":"toolbarRole(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-6bdon":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-6bdon","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","kind":"symbol","title":"navigationBarTitle(_:displayMode:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)","title":"keyboardShortcut(_:modifiers:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarBackButtonHidden(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarbackbuttonhidden(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)","kind":"symbol","title":"navigationBarBackButtonHidden(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-3vh5c":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Locale","preciseIdentifier":"s:10Foundation6LocaleV"},{"kind":"text","text":"."},{"text":"Language","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-3vh5c","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","kind":"symbol","title":"typesettingLanguage(_:isEnabled:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs":{"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/edgesIgnoringSafeArea(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/edgesignoringsafearea(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)","title":"edgesIgnoringSafeArea(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","kind":"symbol","role":"symbol","title":"scenePadding(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-1yr99":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99","role":"symbol","title":"alert(_:isPresented:presenting:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-1yr99","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparator(_:edges:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)","kind":"symbol","role":"symbol","title":"listSectionSeparator(_:edges:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparator(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-5vcw2":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-5vcw2","abstract":[],"role":"symbol","title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(characters:phases:action:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)","role":"symbol","title":"onKeyPress(characters:phases:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(characters:phases:action:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"characters","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation12CharacterSetV","text":"CharacterSet","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorMultiply(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)","kind":"symbol","role":"symbol","title":"colorMultiply(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/colormultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutDirectionBehavior(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)","role":"symbol","title":"layoutDirectionBehavior(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/layoutdirectionbehavior(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-605yu":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu","kind":"symbol","role":"symbol","title":"background(in:fillStyle:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-605yu","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsTightening(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)","role":"symbol","title":"allowsTightening(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/allowstightening(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-61d0v":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v","kind":"symbol","role":"symbol","title":"badge(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-61d0v","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(min:ideal:max:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(min:ideal:max:)","title":"inspectorColumnWidth(min:ideal:max:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-77slh":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","role":"symbol","title":"focusedValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-77slh","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc","kind":"symbol","role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilDoubleTap(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onpencildoubletap(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPencilDoubleTap","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","text":"PencilDoubleTapGestureValue","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"onPencilDoubleTap(perform:)","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3r9ot":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot","role":"symbol","title":"fileExporterFilenameLabel(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3r9ot","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/headerProminence(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/headerprominence(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"headerProminence"},{"text":"(","kind":"text"},{"text":"Prominence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"headerProminence(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-6cing":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-6cing","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"text":"I1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"I2","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:preview:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/modifier(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/modifier(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"modifier","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"title":"modifier(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-9sm7u":{"deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-9sm7u","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationBarTitle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:interactions:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:interactions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"interactions"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","kind":"typeIdentifier","text":"FocusInteractions"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"focusable(_:interactions:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:for:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contentMargins(_:for:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/moveDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/movedisabled(_:)","kind":"symbol","title":"moveDisabled(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"moveDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultAppStorage(_:)":{"kind":"symbol","title":"defaultAppStorage(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultAppStorage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UserDefaults","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultappstorage(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer()":{"kind":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer()","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:trigger:content:animation:)":{"title":"phaseAnimator(_:trigger:content:animation:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"text":"Phase","kind":"genericParameter"},{"kind":"text","text":">(some "},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:trigger:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-2ngsy":{"title":"accessibilityRotor(_:textRanges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-2ngsy","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pasteDestination(for:action:validator:)":{"kind":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pasteDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/pastedestination(for:action:validator:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:eoFill:)":{"kind":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:eofill:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleMenu(content:)":{"kind":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitlemenu(content:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-7n29v":{"kind":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-7n29v","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:_:eoFill:)":{"kind":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:_:eofill:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogBrowserOptions(_:)":{"kind":"symbol","title":"fileDialogBrowserOptions(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogbrowseroptions(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-4ziwp":{"kind":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-4ziwp","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-4rs5h":{"kind":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-4rs5h","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(sortPriority:)":{"kind":"symbol","title":"accessibility(sortPriority:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"sortPriority","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(sortpriority:)","role":"symbol","deprecated":true,"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPrincipal(_:)":{"kind":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPrincipal","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritemprincipal(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(for:alignment:content:)":{"kind":"symbol","title":"containerBackground(for:alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(for:alignment:content:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-72pn8":{"kind":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-72pn8","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(alignment:_:)":{"kind":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":", () -> "},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/mask(alignment:_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contrast(_:)":{"kind":"symbol","title":"contrast(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contrast"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contrast(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-8ubm5":{"type":"topic","title":"navigationSubtitle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-8ubm5","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(item:onDismiss:content:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/sheet(item:ondismiss:content:)","kind":"symbol","type":"topic","title":"sheet(item:onDismiss:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-1ug2x":{"kind":"symbol","title":"fileDialogConfirmationLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-1ug2x","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/flipsforrighttoleftlayoutdirection(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"flipsForRightToLeftLayoutDirection","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)","type":"topic","title":"flipsForRightToLeftLayoutDirection(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFit()":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofit()","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"scaledToFit()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-3y03e":{"url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-3y03e","abstract":[],"title":"safeAreaPadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e","role":"symbol","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-5fl8n":{"kind":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-5fl8n","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(alignment:content:)":{"kind":"symbol","title":"presentationBackground(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(alignment:content:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetLayout(isEnabled:)":{"kind":"symbol","title":"scrollTargetLayout(isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetlayout(isenabled:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:)":{"kind":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCutCommand(perform:)":{"kind":"symbol","title":"onCutCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/oncutcommand(perform:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/italic(_:)":{"kind":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"italic","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/italic(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityElement(children:)":{"kind":"symbol","title":"accessibilityElement(children:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","text":"AccessibilityChildBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityelement(children:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitScope(_:)":{"kind":"symbol","title":"submitScope(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitScope"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/submitscope(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerShape(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/containershape(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)","title":"containerShape(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuIndicator(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/menuindicator(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)","type":"topic","abstract":[],"kind":"symbol","title":"menuIndicator(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-6z34":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-6z34","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","kind":"symbol","title":"navigationTitle(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/swipeActions(edge:allowsFullSwipe:content:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"swipeActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/swipeactions(edge:allowsfullswipe:content:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","title":"swipeActions(edge:allowsFullSwipe:content:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gesture(_:including:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/gesture(_:including:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)","title":"gesture(_:including:)","type":"topic","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-6y1r4":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-6y1r4","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4","kind":"symbol","title":"help(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetBehavior(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTargetBehavior"},{"kind":"text","text":"(some "},{"text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetbehavior(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)","kind":"symbol","title":"scrollTargetBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(label:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"deprecated":true,"title":"accessibility(label:)","role":"symbol","kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(label:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewContext(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewcontext(_:)","role":"symbol","abstract":[],"title":"previewContext(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-9snzn":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-9snzn","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn","kind":"symbol","title":"background(_:in:fillStyle:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogURLEnabled(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Predicate","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogurlenabled(_:)","role":"symbol","type":"topic","title":"fileDialogURLEnabled(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importsItemProviders(_:onImport:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"importsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onImport","kind":"externalParam"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","url":"\/documentation\/ouds\/oudsthemeableview\/importsitemproviders(_:onimport:)","role":"symbol","title":"importsItemProviders(_:onImport:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"), "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchorZ","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"perspective","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","url":"\/documentation\/ouds\/oudsthemeableview\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","role":"symbol","type":"topic","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorEffect(_:isEnabled:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorEffect"},{"kind":"text","text":"("},{"text":"Shader","preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)","url":"\/documentation\/ouds\/oudsthemeableview\/coloreffect(_:isenabled:)","role":"symbol","title":"colorEffect(_:isEnabled:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:)","role":"symbol","type":"topic","title":"sensoryFeedback(_:trigger:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/simultaneousGesture(_:including:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)","url":"\/documentation\/ouds\/oudsthemeableview\/simultaneousgesture(_:including:)","role":"symbol","title":"simultaneousGesture(_:including:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEnvironment(_:transform:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transformenvironment(_:transform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEnvironment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"transformEnvironment(_:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"text":"minWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"idealWidth","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"maxWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","role":"symbol","type":"topic","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-6z21h":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-6z21h","role":"symbol","title":"accessibilityInputLabels(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(width:height:alignment:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/frame(width:height:alignment:)","role":"symbol","type":"topic","title":"frame(width:height:alignment:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHidden(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityHidden","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhidden(_:)","role":"symbol","title":"accessibilityHidden(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/hidden()":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()","url":"\/documentation\/ouds\/oudsthemeableview\/hidden()","role":"symbol","type":"topic","title":"hidden()","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospacedDigit()":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()","url":"\/documentation\/ouds\/oudsthemeableview\/monospaceddigit()","role":"symbol","title":"monospacedDigit()","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:ignoresSafeAreaEdges:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:ignoressafeareaedges:)","title":"background(_:ignoresSafeAreaEdges:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:count:span:spacing:alignment:)":{"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:count:span:spacing:alignment:)","title":"containerRelativeFrame(_:count:span:spacing:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","type":"topic","role":"symbol","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-6m7xx":{"title":"alert(_:isPresented:actions:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-6m7xx","abstract":[],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:onCancellation:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:oncancellation:)","role":"symbol","type":"topic","title":"fileMover(isPresented:files:onCompletion:onCancellation:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disableAutocorrection(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disableAutocorrection","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/disableautocorrection(_:)","role":"symbol","type":"topic","title":"disableAutocorrection(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/multilineTextAlignment(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13TextAlignmentO","text":"TextAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/multilinetextalignment(_:)","role":"symbol","type":"topic","title":"multilineTextAlignment(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultScrollAnchor(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"defaultScrollAnchor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/defaultscrollanchor(_:)","role":"symbol","type":"topic","title":"defaultScrollAnchor(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:)","title":"presentationDetents(_:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-99gly":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-99gly","role":"symbol","type":"topic","title":"accessibility(activationPoint:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-21xqs":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-21xqs","role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactiveDismissDisabled(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"interactiveDismissDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/interactivedismissdisabled(_:)","role":"symbol","type":"topic","title":"interactiveDismissDisabled(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-3m7d2":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier","text":"SharePreview"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-3m7d2","role":"symbol","type":"topic","title":"navigationDocument(_:preview:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-78bfo":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-78bfo","role":"symbol","type":"topic","title":"accessibilityActivationPoint(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:alignment:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:alignment:)","role":"symbol","title":"background(_:alignment:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","kind":"typeIdentifier","text":"ContextMenu"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":">?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(_:)","role":"symbol","type":"topic","title":"contextMenu(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-81ljk":{"title":"contentMargins(_:_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-81ljk","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-15fp6":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-15fp6","role":"symbol","type":"topic","title":"navigationSubtitle(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchCompletion(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchCompletion"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchCompletion(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchcompletion(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(_:)":{"kind":"symbol","abstract":[],"type":"topic","title":"touchBar(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPreferenceChange(_:perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onpreferencechange(_:perform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPreferenceChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)","title":"onPreferenceChange(_:perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-h0ex":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex","title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-h0ex","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/persistentSystemOverlays(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"persistentSystemOverlays(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/persistentsystemoverlays(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActions(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactions(_:)","abstract":[],"title":"accessibilityActions(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorInvert()":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/colorinvert()","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()","kind":"symbol","title":"colorInvert()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/cuttable(for:action:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/cuttable(for:action:)","title":"cuttable(for:action:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/cornerRadius(_:antialiased:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"cornerRadius"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)","title":"cornerRadius(_:antialiased:)","url":"\/documentation\/ouds\/oudsthemeableview\/cornerradius(_:antialiased:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuActionDismissBehavior(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","kind":"typeIdentifier","text":"MenuActionDismissBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)","title":"menuActionDismissBehavior(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/menuactiondismissbehavior(_:)","role":"symbol","abstract":[],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-4h8u9":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"alert(_:isPresented:actions:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-4h8u9","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-zn60":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-zn60","title":"alert(_:isPresented:presenting:actions:message:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)","title":"backgroundStyle(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundstyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicators(_:axes:)":{"type":"topic","title":"scrollIndicators(_:axes:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicators","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicators(_:axes:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6hzmm":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","title":"lineLimit(_:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6hzmm"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:value:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:value:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolEffect"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"U"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"U","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"symbolEffect(_:options:value:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/projectionEffect(_:)":{"type":"topic","title":"projectionEffect(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"text":"(","kind":"text"},{"text":"ProjectionTransform","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/projectioneffect(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAnnouncementsQueued(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)","title":"speechAnnouncementsQueued(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/speechannouncementsqueued(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-2yxhr":{"abstract":[],"title":"typeSelectEquivalent(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-2yxhr","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/saturation(_:)":{"type":"topic","title":"saturation(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"saturation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/saturation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:preview:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)","title":"onDrag(_:preview:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:preview:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarHidden(_:)":{"type":"topic","title":"navigationBarHidden(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarHidden","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","deprecated":true,"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarhidden(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-66egq":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq","title":"searchable(text:placement:prompt:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-66egq"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotorEntry(id:in:)":{"type":"topic","title":"accessibilityRotorEntry(id:in:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotorEntry"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotorentry(id:in:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:condition:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)","title":"sensoryFeedback(_:trigger:condition:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:condition:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6nlf4":{"type":"topic","title":"lineLimit(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6nlf4"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilitySortPriority(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)","title":"accessibilitySortPriority(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitysortpriority(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:isActive:)":{"type":"topic","title":"symbolEffect(_:options:isActive:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:isactive:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disclosureGroupStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)","title":"disclosureGroupStyle(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disclosureGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/disclosuregroupstyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:content:animation:)":{"type":"topic","title":"phaseAnimator(_:content:animation:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"text":">(some ","kind":"text"},{"preciseIdentifier":"s:ST","kind":"typeIdentifier","text":"Sequence"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/refreshable(action:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)","title":"refreshable(action:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"refreshable","kind":"identifier"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/refreshable(action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAddTraits(_:)":{"title":"accessibilityAddTraits(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaddtraits(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:_:)":{"type":"topic","title":"foregroundStyle(_:_:_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hint:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)","title":"accessibility(hint:)","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","deprecated":true,"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hint:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:phases:action:)":{"type":"topic","title":"onKeyPress(_:phases:action:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:phases:action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/preferredColorScheme(_:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)","title":"preferredColorScheme(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/preferredcolorscheme(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(id:content:)":{"title":"toolbar(id:content:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(id:content:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelsHidden()":{"url":"\/documentation\/ouds\/oudsthemeableview\/labelshidden()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()","title":"labelsHidden()","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWeight(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fontweight(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier","text":"Font"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)","title":"fontWeight(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-9k18o":{"url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-9k18o","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","title":"typeSelectEquivalent(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/autocorrectionDisabled(_:)":{"type":"topic","abstract":[],"title":"autocorrectionDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"autocorrectionDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/autocorrectiondisabled(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:onFocusChange:)":{"type":"topic","title":"focusable(_:onFocusChange:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onFocusChange"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","deprecated":true,"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:onfocuschange:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowBackground(_:)":{"type":"topic","abstract":[],"title":"listRowBackground(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listrowbackground(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/blendMode(_:)":{"title":"blendMode(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/blendmode(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(_:)":{"type":"topic","title":"inspectorColumnWidth(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj":{"type":"topic","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellColumns(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/gridcellcolumns(_:)","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)","kind":"symbol","title":"gridCellColumns(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-4g160":{"title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-4g160","abstract":[],"deprecated":true,"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-2amlv":{"title":"onDrop(of:delegate:)","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-2amlv","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/progressViewStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/progressviewstyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","abstract":[],"kind":"symbol","title":"progressViewStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:onEdit:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:onedit:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)","kind":"symbol","abstract":[],"title":"exportableToServices(_:onEdit:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollBounceBehavior(_:axes:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/scrollbouncebehavior(_:axes:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"text":"ScrollBounceBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)","abstract":[],"kind":"symbol","title":"scrollBounceBehavior(_:axes:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPlayPauseCommand(perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onplaypausecommand(perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)","kind":"symbol","abstract":[],"title":"onPlayPauseCommand(perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-5jtqs":{"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-5jtqs","abstract":[],"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-9crnh":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileDialogMessage(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-9crnh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-1khac":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac","role":"symbol","abstract":[],"deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrop(of:delegate:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-1khac"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-35xl9":{"title":"onChange(of:initial:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"initial","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9","url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-35xl9","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/groupBoxStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"groupBoxStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"groupBoxStyle(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/groupboxstyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2","abstract":[],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentTransition(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contenttransition(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)","kind":"symbol","abstract":[],"title":"contentTransition(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDisappear(perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/ondisappear(perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","kind":"symbol","abstract":[],"title":"onDisappear(perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/kerning(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/kerning(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)","kind":"symbol","abstract":[],"title":"kerning(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/opacity(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/opacity(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"opacity","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","kind":"symbol","abstract":[],"title":"opacity(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-6cwz4":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-6cwz4","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alternatingRowBackgrounds(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/alternatingrowbackgrounds(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","kind":"symbol","abstract":[],"title":"alternatingRowBackgrounds(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/redacted(reason:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/redacted(reason:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"redacted","kind":"identifier"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","text":"RedactionReasons","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)","kind":"symbol","abstract":[],"title":"redacted(reason:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellUnsizedAxes(_:)":{"kind":"symbol","abstract":[],"type":"topic","title":"gridCellUnsizedAxes(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellunsizedaxes(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onAppear(perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onappear(perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)","kind":"symbol","abstract":[],"title":"onAppear(perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc","kind":"symbol","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-5gwok":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-5gwok","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok","kind":"symbol","abstract":[],"title":"alert(_:isPresented:presenting:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textScale(_:isEnabled:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/textscale(_:isenabled:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textScale"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)","kind":"symbol","abstract":[],"title":"textScale(_:isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRespondsToUserInteraction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrespondstouserinteraction(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","abstract":[],"title":"accessibilityRespondsToUserInteraction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorScheme(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/colorscheme(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)","kind":"symbol","abstract":[],"deprecated":true,"title":"colorScheme(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarCustomizationLabel(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/touchbarcustomizationlabel(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)","kind":"symbol","abstract":[],"title":"touchBarCustomizationLabel(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/highPriorityGesture(_:including:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/highprioritygesture(_:including:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"highPriorityGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","kind":"symbol","abstract":[],"title":"highPriorityGesture(_:including:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","kind":"symbol","abstract":[],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRemoveTraits(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityremovetraits(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","kind":"symbol","abstract":[],"title":"accessibilityRemoveTraits(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-2iae4":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-2iae4","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4","kind":"symbol","abstract":[],"title":"alert(_:isPresented:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importableFromServices(for:action:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/importablefromservices(for:action:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","kind":"symbol","abstract":[],"title":"importableFromServices(for:action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-7q71":{"url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-7q71","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","kind":"symbol","abstract":[],"title":"buttonStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layerEffect(_:maxSampleOffset:isEnabled:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/layereffect(_:maxsampleoffset:isenabled:)","type":"topic","title":"layerEffect(_:maxSampleOffset:isEnabled:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layerEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier","text":"Shader"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)","kind":"symbol","abstract":[],"title":"contextMenu(menuItems:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-9c7ry":{"url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-9c7ry","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry","kind":"symbol","abstract":[],"title":"typesettingLanguage(_:isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-3wbew":{"url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-3wbew","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew","kind":"symbol","abstract":[],"title":"focusedObject(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-2pf0k":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-2pf0k","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k","kind":"symbol","abstract":[],"title":"accessibilityValue(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gaugeStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/gaugestyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gaugeStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)","kind":"symbol","abstract":[],"title":"gaugeStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-9pjvi":{"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-9pjvi","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","kind":"symbol","abstract":[],"title":"keyboardShortcut(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityScrollAction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityscrollaction(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","kind":"symbol","abstract":[],"title":"accessibilityScrollAction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/distortionEffect(_:maxSampleOffset:isEnabled:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/distortioneffect(_:maxsampleoffset:isenabled:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"distortionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)","kind":"symbol","abstract":[],"title":"distortionEffect(_:maxSampleOffset:isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:localization:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:localization:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"kind":"text","text":", "},{"text":"localization","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","abstract":[],"title":"keyboardShortcut(_:modifiers:localization:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw","kind":"symbol","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuOrder(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/menuorder(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","kind":"symbol","title":"menuOrder(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospaced(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/monospaced(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)","kind":"symbol","abstract":[],"title":"monospaced(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:perform:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:perform:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","kind":"symbol","abstract":[],"deprecated":true,"title":"onChange(of:perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparatorTint(_:edges:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparatortint(_:edges:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","kind":"symbol","abstract":[],"title":"listRowSeparatorTint(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(action:label:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(action:label:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Label","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)","kind":"symbol","abstract":[],"title":"accessibilityAction(action:label:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellAnchor(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/gridcellanchor(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)","kind":"symbol","abstract":[],"title":"gridCellAnchor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspector(isPresented:content:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/inspector(ispresented:content:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)","kind":"symbol","abstract":[],"title":"inspector(isPresented:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize(horizontal:vertical:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize(horizontal:vertical:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)","kind":"symbol","abstract":[],"title":"fixedSize(horizontal:vertical:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/minimumScaleFactor(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/minimumscalefactor(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)","kind":"symbol","abstract":[],"title":"minimumScaleFactor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labeledContentStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/labeledcontentstyle(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)","kind":"symbol","abstract":[],"title":"labeledContentStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya":{"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya","kind":"symbol","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:onEdit:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"exportsItemProviders(_:onExport:onEdit:)","abstract":[],"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:onedit:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/border(_:width:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"border"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"border(_:width:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/border(_:width:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(keys:phases:action:)":{"abstract":[],"kind":"symbol","title":"onKeyPress(keys:phases:action:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(keys:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-jjh":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-jjh","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-9jjch":{"abstract":[],"deprecated":true,"kind":"symbol","title":"onDrop(of:isTargeted:perform:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-9jjch","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textEditorStyle(_:)":{"abstract":[],"kind":"symbol","title":"textEditorStyle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/texteditorstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"kind":"text","text":"(some "},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(inputLabels:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(inputLabels:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(inputlabels:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/font(_:)":{"abstract":[],"kind":"symbol","title":"font(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/font(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"font"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechSpellsOutCharacters(_:)":{"abstract":[],"kind":"symbol","title":"speechSpellsOutCharacters(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/speechspellsoutcharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/blur(radius:opaque:)":{"abstract":[],"kind":"symbol","title":"blur(radius:opaque:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/blur(radius:opaque:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"kind":"text","text":"("},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-3ayc5":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-3ayc5","abstract":[],"title":"onPasteCommand(of:validator:perform:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badgeProminence(_:)":{"abstract":[],"kind":"symbol","title":"badgeProminence(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badgeprominence(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badgeProminence"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15BadgeProminenceV","text":"BadgeProminence","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:alignment:_:)":{"kind":"symbol","abstract":[],"title":"overlayPreferenceValue(_:alignment:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:alignment:_:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDragIndicator(_:)":{"abstract":[],"kind":"symbol","title":"presentationDragIndicator(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationdragindicator(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/formStyle(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/formstyle(_:)","title":"formStyle(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-8xiy6":{"abstract":[],"deprecated":true,"kind":"symbol","title":"searchable(text:placement:prompt:suggestions:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-8xiy6","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(removing:)":{"abstract":[],"kind":"symbol","title":"toolbar(removing:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(removing:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-acxq":{"abstract":[],"kind":"symbol","title":"searchable(text:isPresented:placement:prompt:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-acxq","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchPresentationToolbarBehavior(_:)":{"abstract":[],"kind":"symbol","title":"searchPresentationToolbarBehavior(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchpresentationtoolbarbehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchPresentationToolbarBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-1erzo":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-1erzo","role":"symbol","title":"navigationTitle(_:)","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarBackground(_:for:)":{"abstract":[],"kind":"symbol","title":"toolbarBackground(_:for:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarbackground(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarBackground","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/invalidatableContent(_:)":{"abstract":[],"kind":"symbol","title":"invalidatableContent(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/invalidatablecontent(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(_:axis:transition:)":{"abstract":[],"kind":"symbol","title":"scrollTransition(_:axis:transition:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(_:axis:transition:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTransition"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":"?, ","kind":"text"},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:)":{"abstract":[],"kind":"symbol","title":"transaction(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"text":"((","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn":{"abstract":[],"kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dropDestination(for:action:isTargeted:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dropDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/dropdestination(for:action:istargeted:)","abstract":[],"type":"topic","title":"dropDestination(for:action:isTargeted:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(_:)":{"abstract":[],"kind":"symbol","title":"offset(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-3it98":{"abstract":[],"kind":"symbol","title":"help(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-3it98","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-2k2qx":{"abstract":[],"title":"searchable(text:tokens:placement:prompt:token:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-2k2qx","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(selectionIdentifier:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(selectionIdentifier:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(selectionidentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"selectionIdentifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-eu2c":{"abstract":[],"kind":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-eu2c","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier","text":"HorizontalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-3vjo2":{"abstract":[],"deprecated":true,"kind":"symbol","title":"navigationBarTitle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-3vjo2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/visualEffect(_:)":{"abstract":[],"type":"topic","kind":"symbol","title":"visualEffect(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/visualeffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"visualEffect"},{"kind":"text","text":"(("},{"text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","text":"GeometryProxy"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier","text":"VisualEffect"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(_:for:)":{"abstract":[],"kind":"symbol","title":"toolbar(_:for:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultFocus(_:_:priority:)":{"abstract":[],"kind":"symbol","title":"defaultFocus(_:_:priority:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultfocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"defaultFocus","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-7sis3":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-7sis3","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environmentObject(_:)":{"abstract":[],"kind":"symbol","title":"environmentObject(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/environmentobject(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"environmentObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/zIndex(_:)":{"abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"zIndex(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/zindex(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(horizontal:vertical:)":{"abstract":[],"kind":"symbol","title":"presentationCompactAdaptation(horizontal:vertical:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparator(_:edges:)":{"abstract":[],"kind":"symbol","title":"listRowSeparator(_:edges:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparator(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)","type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"presentationBackground(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/handlesExternalEvents(preferring:allowing:)":{"abstract":[],"kind":"symbol","title":"handlesExternalEvents(preferring:allowing:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/handlesexternalevents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"handlesExternalEvents","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"preferring"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"allowing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hidden:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(hidden:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hidden:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-76mo8":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-76mo8","role":"symbol","title":"accessibilityActivationPoint(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(addTraits:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(addTraits:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(addtraits:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-8xkpp":{"abstract":[],"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-8xkpp","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-4j4pt":{"abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-4j4pt","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listStyle(_:)":{"abstract":[],"kind":"symbol","title":"listStyle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/liststyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutPriority(_:)":{"abstract":[],"kind":"symbol","title":"layoutPriority(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/layoutpriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layoutPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableStyle(_:)":{"abstract":[],"kind":"symbol","title":"tableStyle(_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/tablestyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:alignment:_:)":{"abstract":[],"kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(identifier:)":{"abstract":[],"deprecated":true,"kind":"symbol","title":"accessibility(identifier:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(identifier:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:_:)":{"abstract":[],"kind":"symbol","title":"containerRelativeFrame(_:alignment:_:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarColorScheme(_:for:)":{"title":"toolbarColorScheme(_:for:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarcolorscheme(_:for:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewInterfaceOrientation(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewInterfaceOrientation","kind":"identifier"},{"kind":"text","text":"("},{"text":"InterfaceOrientation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewinterfaceorientation(_:)","kind":"symbol","title":"previewInterfaceOrientation(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)","type":"topic"}}} \ No newline at end of file +{"kind":"article","metadata":{"title":"View Implementations","role":"collectionGroup","roleHeading":"API Collection","modules":[{"name":"OUDS"}]},"variants":[{"paths":["\/documentation\/ouds\/oudsthemeableview\/view-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"]]},"topicSections":[{"generated":true,"title":"Instance Methods","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","interfaceLanguage":"swift"},"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(item:destination:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(item:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(item:destination:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sq","text":"Optional"},{"kind":"text","text":"<"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDestination(item:destination:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/swipeActions(edge:allowsFullSwipe:content:)":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/swipeactions(edge:allowsfullswipe:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"swipeActions"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/swipeActions(edge:allowsFullSwipe:content:)","title":"swipeActions(edge:allowsFullSwipe:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(ignoresSafeAreaEdges:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/background(ignoressafeareaedges:)","title":"background(ignoresSafeAreaEdges:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollContentBackground(_:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrollcontentbackground(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollContentBackground(_:)","role":"symbol","type":"topic","title":"scrollContentBackground(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-1v9w5":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-1v9w5","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-1v9w5","title":"dialogSuppressionToggle(_:isSuppressed:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:_:)":{"abstract":[],"type":"topic","role":"symbol","title":"environment(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlGroupStyle(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/controlgroupstyle(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"controlGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"controlGroupStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlGroupStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","type":"topic","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparator(_:edges:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparator(_:edges:)","title":"listRowSeparator(_:edges:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/privacySensitive(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/privacysensitive(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/privacySensitive(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"privacySensitive(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/id(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/id(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/id(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"id(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-5upsp":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-5upsp","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-5upsp","type":"topic","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"padding(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2pbcr":{"title":"navigationTitle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2pbcr","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2pbcr"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-9vyyq":{"title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-9vyyq","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-9vyyq","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-3vh5c":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV","text":"Locale"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","text":"Language"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-3vh5c","role":"symbol","title":"typesettingLanguage(_:isEnabled:)","url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-3vh5c","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7iz6j":{"title":"accessibilityCustomContent(_:_:importance:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7iz6j","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7iz6j"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-8oieq":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"PartialRangeThrough","kind":"typeIdentifier","preciseIdentifier":"s:s19PartialRangeThroughV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-8oieq","type":"topic","title":"lineLimit(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-8oieq","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:activation:_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:activation:_:)","title":"searchScopes(_:activation:_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:activation:_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"activation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchScopeActivation","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV"},{"kind":"text","text":", () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDragIndicator(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDragIndicator","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationdragindicator(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDragIndicator(_:)","role":"symbol","abstract":[],"title":"presentationDragIndicator(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-57x42":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-57x42","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-57x42","kind":"symbol","title":"badge(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:_:)","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:_:)","title":"safeAreaPadding(_:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-9ypat":{"title":"searchable(text:editableTokens:placement:prompt:token:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-9ypat","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-9ypat","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ksdf","type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ksdf","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky":{"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9biky","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9biky","role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-44rdv":{"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-44rdv","title":"onPasteCommand(of:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-44rdv","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(label:)":{"type":"topic","title":"accessibility(label:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(label:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(label:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-2yxhr":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-2yxhr","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-2yxhr","title":"typeSelectEquivalent(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tag(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"tag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tag(_:)","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/tag(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(min:ideal:max:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(min:ideal:max:)","title":"navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(min:ideal:max:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-4ck29":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-4ck29","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-4ck29"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:interactions:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:interactions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:interactions:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"interactions","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"focusable(_:interactions:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8":{"role":"symbol","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-6kpf8","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-6kpf8","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:body:)":{"title":"transaction(_:body:)","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:body:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:body:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-4wpbs":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-4wpbs","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"aspectRatio(_:contentMode:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-4wpbs","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-3f5v2":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-3f5v2","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-3f5v2","title":"scaleEffect(_:anchor:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-78hww":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-78hww","deprecated":true,"title":"navigationBarTitle(_:displayMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-78hww","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-4g160":{"title":"searchable(text:placement:prompt:suggestions:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-4g160","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-4g160","deprecated":true,"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:onEdit:)":{"title":"exportableToServices(_:onEdit:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:onedit:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:onEdit:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipped(antialiased:)":{"kind":"symbol","title":"clipped(antialiased:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"clipped","kind":"identifier"},{"kind":"text","text":"("},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/clipped(antialiased:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipped(antialiased:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hint:)":{"abstract":[],"role":"symbol","deprecated":true,"title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hint:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hint:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(id:content:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(id:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:isActive:)":{"kind":"symbol","title":"symbolEffect(_:options:isActive:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:isactive:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:isActive:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(identifier:)":{"deprecated":true,"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(identifier:)","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(identifier:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibility(identifier:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusEffectDisabled(_:)":{"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusEffectDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"focusEffectDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focuseffectdisabled(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:equals:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focused"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"focused(_:equals:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:equals:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-1khac":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-1khac","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onDrop(of:delegate:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-1khac"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/deleteDisabled(_:)":{"role":"symbol","type":"topic","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/deleteDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/deletedisabled(_:)","title":"deleteDisabled(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-6cing":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-6cing","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-6cing","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I1"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I2"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDocument(_:preview:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(phases:action:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(phases:action:)","type":"topic","abstract":[],"kind":"symbol","title":"onKeyPress(phases:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(phases:action:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dropDestination(for:action:isTargeted:)":{"kind":"symbol","title":"dropDestination(for:action:isTargeted:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dropDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/dropdestination(for:action:istargeted:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dropDestination(for:action:isTargeted:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/visualEffect(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/visualeffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"visualEffect","kind":"identifier"},{"kind":"text","text":"(("},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"GeometryProxy","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"visualEffect(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/copyable(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/copyable(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/copyable(_:)","title":"copyable(_:)","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-2pf0k":{"title":"accessibilityValue(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-2pf0k","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-2pf0k","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-nuxb":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyboardShortcut(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-nuxb","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-nuxb","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-5fl8n":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityAction(named:_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-5fl8n","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-5fl8n"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-5gwok":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"alert(_:isPresented:presenting:actions:)","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-5gwok","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-5gwok","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-8213m":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-8213m","type":"topic","title":"contentMargins(_:_:for:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-8213m","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typesettingLanguage(_:isEnabled:)-9c7ry":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typesettingLanguage(_:isEnabled:)-9c7ry","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"text":"TypesettingLanguage","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/typesettinglanguage(_:isenabled:)-9c7ry","title":"typesettingLanguage(_:isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(_:axis:transition:)":{"title":"scrollTransition(_:axis:transition:)","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"kind":"text","text":", "},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(_:axis:transition:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(_:axis:transition:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-9snzn":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-9snzn","type":"topic","title":"background(_:in:fillStyle:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-9snzn","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCornerRadius(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCornerRadius(_:)","title":"presentationCornerRadius(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcornerradius(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityDirectTouch(_:options:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityDirectTouch(_:options:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitydirecttouch(_:options:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityDirectTouchOptions","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityDirectTouch(_:options:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-339xq":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-339xq","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibilityValue(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-339xq","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(item:onDismiss:content:)":{"title":"sheet(item:onDismiss:content:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/sheet(item:ondismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(item:onDismiss:content:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchCompletion(_:)":{"kind":"symbol","title":"searchCompletion(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchcompletion(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchCompletion","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchCompletion(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(value:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","title":"accessibility(value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(value:)","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(value:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-6m7xx":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-6m7xx","title":"alert(_:isPresented:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-6m7xx"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:selection:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"text":">, ","kind":"text"},{"text":"selection","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:selection:)","title":"presentationDetents(_:selection:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:selection:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:for:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","text":"SearchSuggestionsPlacement","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:for:)","type":"topic","title":"searchSuggestions(_:for:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:perform:)-8tx0a":{"kind":"symbol","title":"onPasteCommand(of:perform:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:perform:)-8tx0a","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:perform:)-8tx0a"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetLayout(isEnabled:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetlayout(isenabled:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTargetLayout"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"scrollTargetLayout(isEnabled:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetLayout(isEnabled:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sheet(isPresented:onDismiss:content:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sheet(isPresented:onDismiss:content:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"sheet(isPresented:onDismiss:content:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/sheet(ispresented:ondismiss:content:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/invalidatableContent(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/invalidatableContent(_:)","abstract":[],"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"invalidatableContent(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/invalidatablecontent(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha":{"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-258ha","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-258ha","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAlwaysIncludesPunctuation(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/speechalwaysincludespunctuation(_:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAlwaysIncludesPunctuation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:action:)":{"type":"topic","title":"onKeyPress(_:action:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:action:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActions(_:)":{"title":"accessibilityActions(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactions(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActions(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/brightness(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"brightness","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/brightness(_:)","title":"brightness(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/brightness(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackgroundInteraction(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"presentationBackgroundInteraction(_:)","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackgroundInteraction(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackgroundinteraction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/prefersDefaultFocus(_:in:)":{"abstract":[],"title":"prefersDefaultFocus(_:in:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/prefersdefaultfocus(_:in:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/prefersDefaultFocus(_:in:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-9yxmx":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-9yxmx","url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-9yxmx","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedSceneObject(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPlayPauseCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPlayPauseCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPlayPauseCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","title":"onPlayPauseCommand(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onplaypausecommand(perform:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(x:y:anchor:)":{"abstract":[],"type":"topic","title":"scaleEffect(x:y:anchor:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(x:y:anchor:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(x:y:anchor:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transition(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transition(_:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol","title":"transition(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transition(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-6bdon":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-6bdon","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-6bdon","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"navigationBarTitle(_:displayMode:)","deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEnvironment(_:transform:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEnvironment(_:transform:)","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transformenvironment(_:transform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"transform"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"transformEnvironment(_:transform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-2fci2":{"url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-2fci2","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-2fci2","type":"topic","title":"dialogSuppressionToggle(_:isSuppressed:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/datePickerStyle(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/datepickerstyle(_:)","abstract":[],"role":"symbol","title":"datePickerStyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHidden(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHidden","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhidden(_:)","title":"accessibilityHidden(_:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-8ubm5":{"abstract":[],"title":"navigationSubtitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-8ubm5","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-8ubm5","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilSqueeze(perform:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onpencilsqueeze(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilSqueeze(perform:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPencilSqueeze","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PencilSqueezeGesturePhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onPencilSqueeze(perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:)","title":"fileMover(isPresented:file:onCompletion:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"text":": ","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPencilDoubleTap(perform:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPencilDoubleTap"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PencilDoubleTapGestureValue","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onpencildoubletap(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPencilDoubleTap(perform:)","title":"onPencilDoubleTap(perform:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-2ksdx","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-2ksdx","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-q9n":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-q9n","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-q9n","role":"symbol","kind":"symbol","abstract":[],"type":"topic","title":"searchable(text:placement:prompt:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/compositingGroup()":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"compositingGroup","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/compositinggroup()","title":"compositingGroup()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/compositingGroup()","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilitySortPriority(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitysortpriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilitySortPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilitySortPriority(_:)","title":"accessibilitySortPriority(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityZoomAction(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityZoomAction"},{"text":"((","kind":"text"},{"text":"AccessibilityZoomGestureAction","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityzoomaction(_:)","kind":"symbol","title":"accessibilityZoomAction(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityZoomAction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:localization:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"modifiers","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Localization","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:localization:)","kind":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:localization:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/blendMode(_:)":{"abstract":[],"type":"topic","title":"blendMode(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blendMode(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"blendMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"BlendMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/blendmode(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrag"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:preview:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:preview:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"topLeading","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltransition(topleading:bottomtrailing:axis:transition:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogImportsUnresolvedAliases(_:)":{"type":"topic","title":"fileDialogImportsUnresolvedAliases(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogImportsUnresolvedAliases(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogimportsunresolvedaliases(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogImportsUnresolvedAliases"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-9kawn":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-9kawn","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:tokens:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-9kawn","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineSpacing(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linespacing(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"lineSpacing(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineSpacing(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:_:)","kind":"symbol","title":"padding(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(width:height:alignment:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/frame(width:height:alignment:)","kind":"symbol","title":"frame(width:height:alignment:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"height","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(width:height:alignment:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layerEffect(_:maxSampleOffset:isEnabled:)":{"title":"layerEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/layereffect(_:maxsampleoffset:isenabled:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layerEffect(_:maxSampleOffset:isEnabled:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffect(_:options:value:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffect(_:options:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffect(_:options:value:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"U","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"U","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"symbolEffect(_:options:value:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3aqhp","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3aqhp","role":"symbol","abstract":[],"title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq":{"abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9q8iq","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9q8iq","type":"topic","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:message:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"alert(isPresented:error:actions:message:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:message:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:message:)","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-57x1i","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-57x1i","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarHidden(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarHidden"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationBarHidden(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarhidden(_:)","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarHidden(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3dzhq":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3dzhq","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileExporterFilenameLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3dzhq"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusSection()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusSection"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focussection()","type":"topic","abstract":[],"title":"focusSection()","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusSection()","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsHitTesting(_:)":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/allowshittesting(_:)","title":"allowsHitTesting(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowSeparatorTint(_:edges:)":{"kind":"symbol","type":"topic","abstract":[],"title":"listRowSeparatorTint(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/listrowseparatortint(_:edges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowSeparatorTint(_:edges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabItem(_:)":{"title":"tabItem(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabItem(_:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/tabitem(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolVariant(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/symbolvariant(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolVariant(_:)","role":"symbol","type":"topic","abstract":[],"title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","text":"SymbolVariants","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowBackground(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listrowbackground(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowBackground(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"listRowBackground(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/truncationMode(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/truncationmode(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/truncationMode(_:)","role":"symbol","abstract":[],"kind":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:)":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"("},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-677rc","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-677rc"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollClipDisabled(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollClipDisabled"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollClipDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrollclipdisabled(_:)","title":"scrollClipDisabled(_:)","role":"symbol","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-uduw":{"url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-uduw","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-uduw","kind":"symbol","title":"background(in:fillStyle:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuButtonStyle(_:)":{"deprecated":true,"title":"menuButtonStyle(_:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/menubuttonstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuButtonStyle(_:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tint(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"tint","kind":"identifier"},{"kind":"text","text":"("},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"tint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tint(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tint(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(_:_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","kind":"typeIdentifier","text":"AccessibilityActionKind"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityAction(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(_:_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(_:_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/opacity(_:)":{"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/opacity(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/opacity(_:)","role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformEffect(_:)":{"kind":"symbol","title":"transformEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformEffect(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/transformeffect(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGAffineTransform","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/groupBoxStyle(_:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/groupBoxStyle(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/groupboxstyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"groupBoxStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"groupBoxStyle(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarBackground(_:for:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarBackground","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"toolbarBackground(_:for:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarBackground(_:for:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarbackground(_:for:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchSuggestions(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchSuggestions"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchsuggestions(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchSuggestions(_:)","role":"symbol","abstract":[],"title":"searchSuggestions(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-733gi":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-733gi","title":"safeAreaPadding(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-733gi"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(_:for:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"containerBackground(_:for:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(_:for:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-2k2qx":{"title":"searchable(text:tokens:placement:prompt:token:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-2k2qx","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-2k2qx","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableStyle(_:)":{"title":"tableStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tablestyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/strikethrough(_:pattern:color:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/strikethrough(_:pattern:color:)","kind":"symbol","title":"strikethrough(_:pattern:color:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/strikethrough(_:pattern:color:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-14rri":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-14rri","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-14rri","title":"fileExporterFilenameLabel(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/hueRotation(_:)":{"title":"hueRotation(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/huerotation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hueRotation(_:)","abstract":[],"role":"symbol","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospacedDigit()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospacedDigit()","url":"\/documentation\/ouds\/oudsthemeableview\/monospaceddigit()","abstract":[],"title":"monospacedDigit()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDevice(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/previewdevice(_:)","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDevice"},{"text":"(","kind":"text"},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDevice(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-mah3":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-mah3","abstract":[],"type":"topic","kind":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-mah3","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAnnouncementsQueued(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/speechannouncementsqueued(_:)","role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAnnouncementsQueued(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-4z95g":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-4z95g","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-4z95g","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-eatv":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-eatv","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-eatv","title":"onDrop(of:isTargeted:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityScrollAction(_:)":{"title":"accessibilityScrollAction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityScrollAction(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityscrollaction(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultScrollAnchor(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultScrollAnchor(_:)","kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultscrollanchor(_:)","abstract":[],"title":"defaultScrollAnchor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultScrollAnchor"},{"kind":"text","text":"("},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-acxq":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-acxq","type":"topic","title":"searchable(text:isPresented:placement:prompt:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-acxq","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:count:span:spacing:alignment:)":{"title":"containerRelativeFrame(_:count:span:spacing:alignment:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:count:span:spacing:alignment:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaPadding(_:)-3y03e":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareapadding(_:)-3y03e","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaPadding(_:)-3y03e","type":"topic","title":"safeAreaPadding(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-3vjo2":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationBarTitle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-3vjo2","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-3vjo2","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:)":{"kind":"symbol","title":"contextMenu(menuItems:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:)","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7rspt","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7rspt"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onTapGesture(count:perform:)","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:perform:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:perform:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChildren(children:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychildren(children:)","role":"symbol","type":"topic","title":"accessibilityChildren(children:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"children","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChildren(children:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","type":"topic","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowsTightening(_:)":{"role":"symbol","abstract":[],"title":"allowsTightening(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/allowstightening(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowsTightening(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-tr7x":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-tr7x","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-tr7x","title":"accessibilityRotor(_:textRanges:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollBounceBehavior(_:axes:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/scrollbouncebehavior(_:axes:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollBounceBehavior(_:axes:)","title":"scrollBounceBehavior(_:axes:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei":{"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5bhei","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5bhei","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(isPresented:destination:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(ispresented:destination:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(isPresented:destination:)","title":"navigationDestination(isPresented:destination:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(keys:phases:action:)":{"role":"symbol","title":"onKeyPress(keys:phases:action:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(keys:phases:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(keys:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWidth(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fontWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV","text":"Width"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fontWidth(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWidth(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fontwidth(_:)","type":"topic","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-1ug2x":{"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-1ug2x","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-1ug2x","kind":"symbol","title":"fileDialogConfirmationLabel(_:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-10qpu":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-10qpu","abstract":[],"title":"accessibilityAction(named:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-10qpu","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-3ayc5":{"title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-3ayc5","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-3ayc5"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-2ngsy":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-2ngsy","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-2ngsy","kind":"symbol","abstract":[],"title":"accessibilityRotor(_:textRanges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-6z88b":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-6z88b","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-6z88b","title":"navigationBarTitle(_:)","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewContext(_:)":{"kind":"symbol","title":"previewContext(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/previewcontext(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewContext(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-9nug0":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-9nug0","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:presenting:actions:message:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-9nug0","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-70dfn","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-70dfn","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogBrowserOptions(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogBrowserOptions(_:)","title":"fileDialogBrowserOptions(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogbrowseroptions(_:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer()":{"kind":"symbol","title":"accessibilityShowsLargeContentViewer()","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer()","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:element:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:element:_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:element:_:)","title":"userActivity(_:element:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":"?, (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-2wpzr":{"url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-2wpzr","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-2wpzr","type":"topic","title":"navigationTitle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinueUserActivity(_:perform:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinueUserActivity(_:perform:)","type":"topic","title":"onContinueUserActivity(_:perform:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinueuseractivity(_:perform:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(named:_:)-4ziwp":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(named:_:)-4ziwp","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(named:_:)-4ziwp","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"title":"accessibilityAction(named:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-8xiy6":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-8xiy6","title":"searchable(text:placement:prompt:suggestions:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-8xiy6"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9ap6g","role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9ap6g","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarBackButtonHidden(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationBarBackButtonHidden(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationbarbackbuttonhidden(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarBackButtonHidden(_:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(x:y:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(x:y:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(x:y:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","title":"offset(x:y:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(_:)","title":"coordinateSpace(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"text":"(","kind":"text"},{"text":"NamedCoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-99gly":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-99gly","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-99gly","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(activationPoint:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFill()":{"title":"scaledToFill()","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFill()","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:)":{"title":"draggable(_:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/grayscale(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/grayscale(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"grayscale(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/grayscale(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspector(isPresented:content:)":{"title":"inspector(isPresented:content:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/inspector(ispresented:content:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspector(isPresented:content:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:error:actions:)":{"title":"alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:error:actions:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:error:actions:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/underline(_:pattern:color:)":{"kind":"symbol","title":"underline(_:pattern:color:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/underline(_:pattern:color:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/underline(_:pattern:color:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-4txu2":{"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-4txu2","title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-4txu2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformPreference(_:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","kind":"symbol","title":"transformPreference(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transformpreference(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformPreference(_:_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:)-9sm7u":{"kind":"symbol","title":"navigationBarTitle(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:)-9sm7u","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:)-9sm7u"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"TouchBar","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","type":"topic","title":"touchBar(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(alignment:content:)":{"type":"topic","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(alignment:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(alignment:content:)","title":"background(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onMoveCommand(perform:)":{"title":"onMoveCommand(perform:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/onmovecommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onMoveCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onMoveCommand(perform:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/cornerRadius(_:antialiased:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/cornerradius(_:antialiased:)","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"cornerRadius","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"cornerRadius(_:antialiased:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cornerRadius(_:antialiased:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/highPriorityGesture(_:including:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/highprioritygesture(_:including:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/highPriorityGesture(_:including:)","abstract":[],"role":"symbol","kind":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"highPriorityGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotationEffect(_:anchor:)":{"title":"rotationEffect(_:anchor:)","role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/rotationeffect(_:anchor:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotationEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotationEffect(_:anchor:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:alignment:)":{"role":"symbol","abstract":[],"title":"overlay(_:alignment:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Overlay"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:alignment:)","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:alignment:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityTextContentType(_:)":{"title":"accessibilityTextContentType(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitytextcontenttype(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"text":"AccessibilityTextContentType","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityTextContentType(_:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"type":"topic","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-7q71":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-7q71","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-7q71","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"buttonStyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pickerStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/pickerstyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pickerStyle(_:)","role":"symbol","title":"pickerStyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitScope(_:)":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"submitScope","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/submitscope(_:)","title":"submitScope(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitScope(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewColumnWidth(_:)":{"title":"navigationSplitViewColumnWidth(_:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewcolumnwidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewColumnWidth(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pasteDestination(for:action:validator:)":{"abstract":[],"title":"pasteDestination(for:action:validator:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pasteDestination(for:action:validator:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pasteDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/pastedestination(for:action:validator:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuIndicator(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuIndicator(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/menuindicator(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"menuIndicator(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(_:isSuppressed:)-60ppj":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(_:issuppressed:)-60ppj","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"dialogSuppressionToggle(_:isSuppressed:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(_:isSuppressed:)-60ppj"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-4dy9w":{"title":"alert(_:isPresented:actions:message:)","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-4dy9w","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-4dy9w"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(isPresented:content:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/alert(ispresented:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(isPresented:content:)","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(isPresented:content:)","deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tableColumnHeaders(_:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableColumnHeaders"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/tablecolumnheaders(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tableColumnHeaders(_:)","title":"tableColumnHeaders(_:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarColorScheme(_:for:)":{"abstract":[],"title":"toolbarColorScheme(_:for:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/toolbarcolorscheme(_:for:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(removing:)":{"title":"toolbar(removing:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removing","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(removing:)","role":"symbol","kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(removing:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(id:priority:_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/task(id:priority:_:)","type":"topic","title":"task(id:priority:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(id:priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ScP","text":"TaskPriority"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textFieldStyle(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/textfieldstyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textFieldStyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textFieldStyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:in:fillStyle:)":{"kind":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:in:fillStyle:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:in:fillstyle:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/hidden()":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"hidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/hidden()","abstract":[],"title":"hidden()","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/hidden()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-jjh":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityRotor(_:entries:entryLabel:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-jjh","role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-jjh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/font(_:)":{"title":"font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/font(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/font(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"font","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-knww":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-knww","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"listItemTint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-knww"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listRowInsets(_:)":{"title":"listRowInsets(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowInsets","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/listrowinsets(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/cuttable(for:action:)":{"title":"cuttable(for:action:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/cuttable(for:action:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/cuttable(for:action:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx":{"type":"topic","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-2pfkx","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-2pfkx","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"sensoryFeedback(_:trigger:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-3iosn","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-3iosn","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/flipsForRightToLeftLayoutDirection(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/flipsforrighttoleftlayoutdirection(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":", ("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"containerRelativeFrame(_:alignment:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(addTraits:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibility(addTraits:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(addtraits:)","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(addTraits:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-3rr21":{"title":"renameAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-3rr21","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-3rr21","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-76mo8":{"title":"accessibilityActivationPoint(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-76mo8","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-76mo8"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(alignment:content:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(alignment:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(alignment:content:)","role":"symbol","abstract":[],"title":"presentationBackground(alignment:content:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewLayout(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/previewlayout(_:)","type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewLayout"},{"text":"(","kind":"text"},{"text":"PreviewLayout","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"previewLayout(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(x:y:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"position","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(x:y:)","url":"\/documentation\/ouds\/oudsthemeableview\/position(x:y:)","title":"position(x:y:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:content:animation:)":{"title":"phaseAnimator(_:content:animation:)","url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:content:animation:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"phaseAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">(some "},{"text":"Sequence","preciseIdentifier":"s:ST","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolRenderingMode(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier","text":"SymbolRenderingMode"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolRenderingMode(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/symbolrenderingmode(_:)","title":"symbolRenderingMode(_:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-4q3ap":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-4q3ap","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-4q3ap","type":"topic","title":"help(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHeading(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityheading(_:)","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHeading(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textScale(_:isEnabled:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textScale(_:isEnabled:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/textscale(_:isenabled:)","type":"topic","abstract":[],"role":"symbol","title":"textScale(_:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV5ScaleV","text":"Scale","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/ignoresSafeArea(_:edges:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/ignoresSafeArea(_:edges:)","url":"\/documentation\/ouds\/oudsthemeableview\/ignoressafearea(_:edges:)","abstract":[],"title":"ignoresSafeArea(_:edges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ignoresSafeArea","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","text":"SafeAreaRegions","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(sortPriority:)":{"title":"accessibility(sortPriority:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(sortpriority:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(sortPriority:)","deprecated":true,"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:)":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"foregroundStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPresence(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritempresence(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","kind":"typeIdentifier","text":"TouchBarItemPresence"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"touchBarItemPresence(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/imageScale(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/imageScale(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/imagescale(_:)","title":"imageScale(_:)","role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerShape(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerShape(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/containershape(_:)","title":"containerShape(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alternatingRowBackgrounds(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"kind":"text","text":"("},{"text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alternatingRowBackgrounds(_:)","type":"topic","kind":"symbol","title":"alternatingRowBackgrounds(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/alternatingrowbackgrounds(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-8fnyh":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-8fnyh","kind":"symbol","title":"fileDialogMessage(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-8fnyh","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/edgesIgnoringSafeArea(_:)":{"title":"edgesIgnoringSafeArea(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/edgesIgnoringSafeArea(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/edgesignoringsafearea(_:)","deprecated":true,"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"text":"(","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:_:eoFill:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:_:eofill:)","kind":"symbol","role":"symbol","title":"contentShape(_:_:eoFill:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:_:eoFill:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationBackground(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationBackground(_:)","type":"topic","abstract":[],"title":"presentationBackground(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationbackground(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAdjustableAction(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityadjustableaction(_:)","type":"topic","abstract":[],"title":"accessibilityAdjustableAction(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAdjustableAction(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO","text":"AccessibilityAdjustmentDirection"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:)":{"title":"exportsItemProviders(_:onExport:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/aspectRatio(_:contentMode:)-72pn8":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/aspectRatio(_:contentMode:)-72pn8","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContentMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/aspectratio(_:contentmode:)-72pn8","title":"aspectRatio(_:contentMode:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-428ya","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-428ya","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationContentInteraction(_:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationContentInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/presentationcontentinteraction(_:)","title":"presentationContentInteraction(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:_:for:)-81ljk":{"abstract":[],"type":"topic","role":"symbol","title":"contentMargins(_:_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:_:for:)-81ljk","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:_:for:)-81ljk"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-5vcw2":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-5vcw2","role":"symbol","title":"accessibilityLabel(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-5vcw2"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSeverity(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/dialogseverity(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSeverity(_:)","abstract":[],"title":"dialogSeverity(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:)","type":"topic","title":"focusedValue(_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(onAppear:)":{"kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(onAppear:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(onappear:)","title":"scrollIndicatorsFlash(onAppear:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-9dobk":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-9dobk","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibilityHint(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-9dobk","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorMultiply(_:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorMultiply(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/colormultiply(_:)","title":"colorMultiply(_:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/pageCommand(value:in:step:)":{"abstract":[],"title":"pageCommand(value:in:step:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/pageCommand(value:in:step:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pageCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/pagecommand(value:in:step:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellUnsizedAxes(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellunsizedaxes(_:)","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"kind":"text","text":"("},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellUnsizedAxes(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-i6g","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-i6g"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/baselineOffset(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/baselineoffset(_:)","role":"symbol","title":"baselineOffset(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/baselineOffset(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportsItemProviders(_:onExport:onEdit:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportsItemProviders","kind":"identifier"},{"kind":"text","text":"(["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"exportsItemProviders(_:onExport:onEdit:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/exportsitemproviders(_:onexport:onedit:)","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:)","kind":"symbol","role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3":{"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:ispresented:placement:prompt:token:)-1imz3","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:isPresented:placement:prompt:token:)-1imz3"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-4njlu":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-4njlu","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-4njlu","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","title":"toolbar(content:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-5skj2","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-5skj2","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/clipShape(_:style:)":{"kind":"symbol","abstract":[],"role":"symbol","title":"clipShape(_:style:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/clipShape(_:style:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/clipshape(_:style:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellColumns(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellcolumns(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellColumns(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellColumns","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"gridCellColumns(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(selectionIdentifier:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"selectionIdentifier","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s11AnyHashableV","kind":"typeIdentifier","text":"AnyHashable"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(selectionIdentifier:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(selectionidentifier:)","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(selectionIdentifier:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/shadow(color:radius:x:y:)":{"type":"topic","title":"shadow(color:radius:x:y:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/shadow(color:radius:x:y:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/shadow(color:radius:x:y:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontDesign(_:)":{"abstract":[],"title":"fontDesign(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontdesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontDesign(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridCellAnchor(_:)":{"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gridcellanchor(_:)","title":"gridCellAnchor(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridCellAnchor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onSubmit(of:_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onSubmit(of:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/onsubmit(of:_:)","title":"onSubmit(of:_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onSubmit"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"SubmitTriggers","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"text":", (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/refreshable(action:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/refreshable(action:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"refreshable","kind":"identifier"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"refreshable(action:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/refreshable(action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-6frfm","kind":"symbol","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-6frfm","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-6z34":{"role":"symbol","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-6z34","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-6z34","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"animation(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-1a89f":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-1a89f","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-1a89f","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-21qrm":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-21qrm","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-21qrm"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/zIndex(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/zindex(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"zIndex(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundStyle(_:)":{"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundstyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"backgroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"backgroundStyle(_:)","abstract":[],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/padding(_:)-7n29v":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/padding(_:)-7n29v","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/padding(_:)-7n29v","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"padding(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/border(_:width:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/border(_:width:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/border(_:width:)","kind":"symbol","type":"topic","title":"border(_:width:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-3wrip":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-3wrip","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:isPresented:placement:prompt:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-3wrip","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollPosition(id:anchor:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollPosition(id:anchor:)","title":"scrollPosition(id:anchor:)","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollposition(id:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<(some ","kind":"text"},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"kind":"text","text":")?>, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-1gmlw","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-1gmlw","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(in:fillStyle:)-605yu":{"title":"background(in:fillStyle:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(in:fillstyle:)-605yu","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(in:fillStyle:)-605yu","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:)":{"role":"symbol","abstract":[],"title":"scenePadding(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/phaseAnimator(_:trigger:content:animation:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">(some "},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"externalParam","text":"animation"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> ","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/phaseanimator(_:trigger:content:animation:)","kind":"symbol","title":"phaseAnimator(_:trigger:content:animation:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/phaseAnimator(_:trigger:content:animation:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fontWeight(_:)":{"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fontWeight(_:)","title":"fontWeight(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/fontweight(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelStyle(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/labelstyle(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"labelStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDisabled(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDisabled(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scrollDisabled(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-4j4pt":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-4j4pt","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-4j4pt","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","title":"accessibilityRotor(_:entries:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuOrder(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"MenuOrder","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/menuorder(_:)","abstract":[],"title":"menuOrder(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuOrder(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRepresentation(representation:)":{"kind":"symbol","abstract":[],"title":"accessibilityRepresentation(representation:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrepresentation(representation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRepresentation(representation:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-3m7d2":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-3m7d2","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier","text":"Never"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","type":"topic","title":"navigationDocument(_:preview:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-3m7d2","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogSuppressionToggle(isSuppressed:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/dialogsuppressiontoggle(issuppressed:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"dialogSuppressionToggle(isSuppressed:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogSuppressionToggle(isSuppressed:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/liststyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","title":"listStyle(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogURLEnabled(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogURLEnabled(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Predicate","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogURLEnabled(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogurlenabled(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/moveDisabled(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"moveDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/movedisabled(_:)","title":"moveDisabled(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/moveDisabled(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:files:onCompletion:onCancellation:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:files:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:files:onCompletion:onCancellation:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileMover(isPresented:files:onCompletion:onCancellation:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDisappear(perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDisappear"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"onDisappear(perform:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondisappear(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDisappear(perform:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disabled(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"disabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/disabled(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disabled(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaledToFit()":{"abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scaledtofit()","role":"symbol","title":"scaledToFit()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaledToFit()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/monospaced(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/monospaced(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"monospaced(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/monospaced(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/geometryGroup()":{"abstract":[],"title":"geometryGroup()","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/geometryGroup()","url":"\/documentation\/ouds\/oudsthemeableview\/geometrygroup()","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labeledContentStyle(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/labeledcontentstyle(_:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"labeledContentStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labeledContentStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneObject(_:)-11wkc":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedsceneobject(_:)-11wkc","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedSceneObject(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneObject(_:)-11wkc"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultFocus(_:_:priority:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/defaultfocus(_:_:priority:)","type":"topic","title":"defaultFocus(_:_:priority:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultFocus","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-7xas2":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-7xas2","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-7xas2","title":"focusedSceneValue(_:_:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityShowsLargeContentViewer(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityShowsLargeContentViewer(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityshowslargecontentviewer(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityShowsLargeContentViewer(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/preferredColorScheme(_:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"preferredColorScheme(_:)","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/preferredcolorscheme(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preferredColorScheme(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-269d5":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-269d5","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-269d5","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"alignmentGuide(_:computeValue:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listItemTint(_:)-2ttnc":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listItemTint(_:)-2ttnc","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"listItemTint(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/listitemtint(_:)-2ttnc","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"text":"S2","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:_:)","title":"foregroundStyle(_:_:_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gaugeStyle(_:)":{"kind":"symbol","title":"gaugeStyle(_:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/gaugestyle(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gaugeStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/offset(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/offset(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"offset(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/offset(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disclosureGroupStyle(_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disclosureGroupStyle(_:)","type":"topic","title":"disclosureGroupStyle(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/disclosuregroupstyle(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"disclosureGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:message:)-zn60":{"title":"alert(_:isPresented:presenting:actions:message:)","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:message:)-zn60","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:message:)-zn60"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(_:ignoresSafeAreaEdges:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(_:ignoresSafeAreaEdges:)","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/overlay(_:ignoressafeareaedges:)","title":"overlay(_:ignoresSafeAreaEdges:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/drawingGroup(opaque:colorMode:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/drawingGroup(opaque:colorMode:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"text":"opaque","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO","text":"ColorRenderingMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"drawingGroup(opaque:colorMode:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/drawinggroup(opaque:colormode:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDestination(for:destination:)":{"title":"navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdestination(for:destination:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDestination(for:destination:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogCustomizationID(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogcustomizationid(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogCustomizationID(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogCustomizationID(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleDisplayMode(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitledisplaymode(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleDisplayMode(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"toolbarTitleDisplayMode(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewDisplayName(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewDisplayName","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"previewDisplayName(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewDisplayName(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/previewdisplayname(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorScheme(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/colorscheme(_:)","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"colorScheme(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorScheme(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/headerProminence(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/headerprominence(_:)","kind":"symbol","role":"symbol","title":"headerProminence(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"text":"(","kind":"text"},{"text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/headerProminence(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6malj","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6malj","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/modifier(_:)":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"url":"\/documentation\/ouds\/oudsthemeableview\/modifier(_:)","title":"modifier(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/modifier(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentShape(_:eoFill:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contentshape(_:eofill:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentShape(_:eoFill:)","type":"topic","abstract":[],"role":"symbol","title":"contentShape(_:eoFill:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/projectionEffect(_:)":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"text":"ProjectionTransform","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/projectioneffect(_:)","type":"topic","title":"projectionEffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/projectionEffect(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-2fhpw":{"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-2fhpw","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-2fhpw","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/itemProvider(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/itemprovider(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"itemProvider"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sq","kind":"typeIdentifier","text":"Optional"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"?>) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol","title":"itemProvider(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/itemProvider(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"kind":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/controlSize(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/controlsize(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/controlSize(_:)","role":"symbol","abstract":[],"title":"controlSize(_:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"handlesExternalEvents","kind":"identifier"},{"kind":"text","text":"("},{"text":"preferring","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"handlesExternalEvents(preferring:allowing:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/handlesexternalevents(preferring:allowing:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/redacted(reason:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"redacted","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","text":"RedactionReasons","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"redacted(reason:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/redacted(reason:)","url":"\/documentation\/ouds\/oudsthemeableview\/redacted(reason:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:body:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:body:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:body:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"body"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"animation(_:body:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/distortionEffect(_:maxSampleOffset:isEnabled:)":{"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/distortioneffect(_:maxsampleoffset:isenabled:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"distortionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/distortionEffect(_:maxSampleOffset:isEnabled:)","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scaleEffect(_:anchor:)-5jtqs":{"type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/scaleeffect(_:anchor:)-5jtqs","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scaleEffect(_:anchor:)-5jtqs"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-38fj5":{"kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":">) -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-38fj5","title":"searchable(text:editableTokens:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-38fj5"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gesture(_:including:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gesture","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier","text":"GestureMask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gesture(_:including:)","abstract":[],"title":"gesture(_:including:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/gesture(_:including:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-9crnh":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-9crnh","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileDialogMessage(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-9crnh","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:modifiers:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:modifiers:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyboardShortcut(_:modifiers:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:modifiers:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6kgnp","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6kgnp","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-8xkpp":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-8xkpp","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-8xkpp","title":"accessibilityCustomContent(_:_:importance:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"kind":"text","text":", "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9lpsc","type":"topic","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9lpsc","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/kerning(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"kerning"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/kerning(_:)","title":"kerning(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/kerning(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/previewInterfaceOrientation(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewInterfaceOrientation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","kind":"typeIdentifier","text":"InterfaceOrientation"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/previewInterfaceOrientation(_:)","role":"symbol","abstract":[],"title":"previewInterfaceOrientation(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/previewinterfaceorientation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundStyle(_:_:)":{"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundStyle(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundstyle(_:_:)","title":"foregroundStyle(_:_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabeledPair(role:id:in:)":{"type":"topic","title":"accessibilityLabeledPair(role:id:in:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabeledPair(role:id:in:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabeledpair(role:id:in:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/symbolEffectsRemoved(_:)":{"kind":"symbol","title":"symbolEffectsRemoved(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/symbolEffectsRemoved(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/symboleffectsremoved(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:alignment:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:alignment:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"Background","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"background(_:alignment:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badgeProminence(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badgeProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badgeProminence","kind":"identifier"},{"kind":"text","text":"("},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","title":"badgeProminence(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/badgeprominence(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/saturation(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/saturation(_:)","kind":"symbol","role":"symbol","title":"saturation(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/saturation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-77slh":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-77slh","title":"focusedValue(_:_:)","kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-77slh","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/position(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/position(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"position(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/position(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(content:)-3yfzr":{"url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(content:)-3yfzr","abstract":[],"type":"topic","role":"symbol","title":"toolbar(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(content:)-3yfzr","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAction(action:label:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Label"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAction(action:label:)","title":"accessibilityAction(action:label:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaction(action:label:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationBarTitle(_:displayMode:)-3xhpq":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/navigationbartitle(_:displaymode:)-3xhpq","deprecated":true,"title":"navigationBarTitle(_:displayMode:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationBarTitle(_:displayMode:)-3xhpq","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(item:content:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(item:content:)","abstract":[],"role":"symbol","deprecated":true,"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(item:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(item:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutPriority(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutPriority(_:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutPriority"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/layoutpriority(_:)","title":"layoutPriority(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(_:phases:action:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"kind":"text","text":", "},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(_:phases:action:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(_:phases:action:)","role":"symbol","type":"topic","title":"onKeyPress(_:phases:action:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:)","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"accessibilityFocused(_:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toggleStyle(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"toggleStyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toggleStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/togglestyle(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicatorsFlash(trigger:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicatorsflash(trigger:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicatorsFlash(trigger:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"scrollIndicatorsFlash(trigger:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonStyle(_:)-6s3xi":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/buttonstyle(_:)-6s3xi","kind":"symbol","role":"symbol","title":"buttonStyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonStyle(_:)-6s3xi"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCutCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCutCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/oncutcommand(perform:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onCutCommand(perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:ignoresSafeAreaEdges:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:ignoressafeareaedges:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"background(_:ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:ignoresSafeAreaEdges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-eu2c":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-eu2c","title":"safeAreaInset(edge:alignment:spacing:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-eu2c","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"matchedGeometryEffect","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"text":"properties","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"MatchedGeometryProperties","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSource","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/matchedgeometryeffect(id:in:properties:anchor:issource:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/matchedGeometryEffect(id:in:properties:anchor:isSource:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2cqlw","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2cqlw"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuActionDismissBehavior(_:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuActionDismissBehavior(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/menuactiondismissbehavior(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuActionDismissBehavior"},{"kind":"text","text":"("},{"text":"MenuActionDismissBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"menuActionDismissBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowToolbarStyle(_:)":{"kind":"symbol","title":"presentedWindowToolbarStyle(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowtoolbarstyle(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowToolbarStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/minimumScaleFactor(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/minimumscalefactor(_:)","title":"minimumScaleFactor(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"minimumScaleFactor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/minimumScaleFactor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotorEntry(id:in:)":{"abstract":[],"title":"accessibilityRotorEntry(id:in:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotorentry(id:in:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotorEntry(id:in:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparatorTint(_:edges:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparatorTint(_:edges:)","abstract":[],"kind":"symbol","title":"listSectionSeparatorTint(_:edges:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparatortint(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationDetents(_:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationDetents","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentationdetents(_:)","title":"presentationDetents(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationDetents(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollIndicators(_:axes:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollIndicators(_:axes:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scrollindicators(_:axes:)","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollIndicators","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRemoveTraits(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRemoveTraits(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityRemoveTraits(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityremovetraits(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchPresentationToolbarBehavior(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchPresentationToolbarBehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchPresentationToolbarBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"searchPresentationToolbarBehavior(_:)","kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchpresentationtoolbarbehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/unredacted()":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"unredacted()","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/unredacted()","url":"\/documentation\/ouds\/oudsthemeableview\/unredacted()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityInputLabels(_:)-6z21h":{"title":"accessibilityInputLabels(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityinputlabels(_:)-6z21h","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityInputLabels(_:)-6z21h","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">([","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-92qe9":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-92qe9","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-92qe9","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-9qd45":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-9qd45","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-9qd45","abstract":[],"title":"navigationSubtitle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/animation(_:value:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"animation(_:value:)","url":"\/documentation\/ouds\/oudsthemeableview\/animation(_:value:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/animation(_:value:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactiveDismissDisabled(_:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/interactivedismissdisabled(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"interactiveDismissDisabled(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/luminanceToAlpha()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/luminanceToAlpha()","url":"\/documentation\/ouds\/oudsthemeableview\/luminancetoalpha()","abstract":[],"title":"luminanceToAlpha()","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"luminanceToAlpha","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityValue(_:)-9w87u":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityvalue(_:)-9w87u","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityValue(_:)-9w87u","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","title":"accessibilityValue(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLabel(_:)-80ux7":{"kind":"symbol","role":"symbol","abstract":[],"title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLabel(_:)-80ux7","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylabel(_:)-80ux7","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob":{"abstract":[],"type":"topic","role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9l8ob","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9l8ob"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutDirectionBehavior(_:)":{"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutDirectionBehavior(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/layoutdirectionbehavior(_:)","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutDirectionBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","kind":"typeIdentifier","text":"LayoutDirectionBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"layoutDirectionBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-7xukp":{"title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-7xukp","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-7xukp"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCopyCommand(perform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCopyCommand(perform:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCopyCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncopycommand(perform:)","title":"onCopyCommand(perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:)","role":"symbol","abstract":[],"title":"focusable(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-3hylw":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-3hylw","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-3hylw","title":"accessibilityCustomContent(_:_:importance:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize()":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize()","url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize()","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fixedSize()","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:placement:prompt:token:)-2d3wb":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:placement:prompt:token:)-2d3wb","title":"searchable(text:editableTokens:placement:prompt:token:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:placement:prompt:token:)-2d3wb","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/persistentSystemOverlays(_:)":{"type":"topic","title":"persistentSystemOverlays(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"persistentSystemOverlays","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/persistentSystemOverlays(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/persistentsystemoverlays(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tabViewStyle(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"tabViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tabViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tabviewstyle(_:)","kind":"symbol","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textContentType(_:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textContentType(_:)","title":"textContentType(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/textcontenttype(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dialogIcon(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/dialogicon(_:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogIcon","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dialogIcon(_:)","title":"dialogIcon(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedSceneValue(_:_:)-10xwb":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/focusedscenevalue(_:_:)-10xwb","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedSceneValue(_:_:)-10xwb","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"focusedSceneValue(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6nlf4":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6nlf4","title":"lineLimit(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6nlf4"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporterFilenameLabel(_:)-3r9ot":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporterfilenamelabel(_:)-3r9ot","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporterFilenameLabel(_:)-3r9ot","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileExporterFilenameLabel(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onKeyPress(characters:phases:action:)":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/onkeypress(characters:phases:action:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onKeyPress(characters:phases:action:)","kind":"symbol","title":"onKeyPress(characters:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"characters"},{"text":": ","kind":"text"},{"text":"CharacterSet","preciseIdentifier":"s:10Foundation12CharacterSetV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/multilineTextAlignment(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/multilinetextalignment(_:)","title":"multilineTextAlignment(_:)","type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"multilineTextAlignment"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13TextAlignmentO","kind":"typeIdentifier","text":"TextAlignment"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/multilineTextAlignment(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textSelection(_:)":{"type":"topic","title":"textSelection(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textSelection(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textselection(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/userActivity(_:isActive:_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"userActivity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/userActivity(_:isActive:_:)","abstract":[],"role":"symbol","title":"userActivity(_:isActive:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/useractivity(_:isactive:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environmentObject(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environmentObject(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/environmentobject(_:)","title":"environmentObject(_:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityLinkedGroup(id:in:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitylinkedgroup(id:in:)","title":"accessibilityLinkedGroup(id:in:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityLinkedGroup(id:in:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","type":"topic","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"), ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":", "},{"text":"anchorZ","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perspective","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:isPresented:placement:prompt:)-15yko":{"title":"searchable(text:isPresented:placement:prompt:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:ispresented:placement:prompt:)-15yko","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:isPresented:placement:prompt:)-15yko"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(value:_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"text":", (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(value:_:)","role":"symbol","title":"transaction(value:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(value:_:)","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollDismissesKeyboard(_:)":{"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/scrolldismisseskeyboard(_:)","title":"scrollDismissesKeyboard(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollDismissesKeyboard(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedValue(_:_:)-2prme":{"url":"\/documentation\/ouds\/oudsthemeableview\/focusedvalue(_:_:)-2prme","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedValue(_:_:)-2prme","abstract":[],"type":"topic","role":"symbol","title":"focusedValue(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPreferenceChange(_:perform:)":{"type":"topic","title":"onPreferenceChange(_:perform:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPreferenceChange(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onpreferencechange(_:perform:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33":{"type":"topic","kind":"symbol","abstract":[],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-42h33","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-42h33","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onCommand(_:perform:)":{"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncommand(_:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCommand"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onCommand(_:perform:)","abstract":[],"title":"onCommand(_:perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-8bvyy":{"role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-8bvyy","kind":"symbol","title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-8bvyy"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importsItemProviders(_:onImport:)":{"title":"importsItemProviders(_:onImport:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"importsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"onImport","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/importsitemproviders(_:onimport:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(min:ideal:max:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(min:ideal:max:)","kind":"symbol","role":"symbol","title":"inspectorColumnWidth(min:ideal:max:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(min:ideal:max:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerRelativeFrame(_:alignment:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/containerrelativeframe(_:alignment:)","type":"topic","title":"containerRelativeFrame(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerRelativeFrame(_:alignment:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorEffect(_:isEnabled:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/coloreffect(_:isenabled:)","role":"symbol","title":"colorEffect(_:isEnabled:)","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorEffect(_:isEnabled:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/listSectionSeparator(_:edges:)":{"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listSectionSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/listSectionSeparator(_:edges:)","title":"listSectionSeparator(_:edges:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/listsectionseparator(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-c7qa":{"title":"focusedObject(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-c7qa","url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-c7qa","abstract":[],"type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:pressing:perform:)":{"abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:pressing:perform:)","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-6hzmm":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom"},{"kind":"text","text":"<"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-6hzmm","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-6hzmm","kind":"symbol","title":"lineLimit(_:)","abstract":[],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-1wiu","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-1wiu","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechAdjustedPitch(_:)":{"title":"speechAdjustedPitch(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAdjustedPitch"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/speechadjustedpitch(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechAdjustedPitch(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/preference(key:value:)":{"abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"preference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"preference(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/preference(key:value:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/preference(key:value:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityElement(children:)":{"title":"accessibilityElement(children:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"children"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","kind":"typeIdentifier","text":"AccessibilityChildBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityelement(children:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityElement(children:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlay(alignment:content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlay(alignment:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/overlay(alignment:content:)","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"overlay(alignment:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(_:trigger:condition:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(_:trigger:condition:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(_:trigger:condition:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"sensoryFeedback(_:trigger:condition:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/disableAutocorrection(_:)":{"kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/disableautocorrection(_:)","type":"topic","title":"disableAutocorrection(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"disableAutocorrection","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/coordinateSpace(name:)":{"kind":"symbol","title":"coordinateSpace(name:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/coordinateSpace(name:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/coordinatespace(name:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"coordinateSpace"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(menuItems:preview:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(menuItems:preview:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"text":"P","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contextMenu(menuItems:preview:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(menuitems:preview:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/submitLabel(_:)":{"kind":"symbol","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/submitlabel(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"submitLabel(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/submitLabel(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/importableFromServices(for:action:)":{"type":"topic","abstract":[],"title":"importableFromServices(for:action:)","url":"\/documentation\/ouds\/oudsthemeableview\/importablefromservices(for:action:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/importableFromServices(for:action:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"importableFromServices","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-759d5":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-759d5","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-759d5","title":"typeSelectEquivalent(_:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-1erzo":{"title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-1erzo","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-1erzo","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-1yr99":{"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-1yr99","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","type":"topic","title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-1yr99"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:placement:prompt:token:)-4rs5h":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:placement:prompt:token:)-4rs5h","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:placement:prompt:token:)-4rs5h","abstract":[],"title":"searchable(text:tokens:placement:prompt:token:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/task(priority:_:)":{"role":"symbol","type":"topic","abstract":[],"title":"task(priority:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"kind":"text","text":"("},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"text":", () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/task(priority:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/task(priority:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scenePadding(_:edges:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/scenepadding(_:edges:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scenePadding(_:edges:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scenePadding(_:edges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onTapGesture(count:coordinateSpace:perform:)":{"deprecated":true,"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ontapgesture(count:coordinatespace:perform:)","title":"onTapGesture(count:coordinateSpace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onTapGesture(count:coordinateSpace:perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIgnoresInvertColors(_:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIgnoresInvertColors(_:)","abstract":[],"title":"accessibilityIgnoresInvertColors(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityignoresinvertcolors(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onAppear(perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onAppear(perform:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onappear(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onAppear(perform:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-45ugf","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-45ugf","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentTransition(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/contenttransition(_:)","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentTransition(_:)","type":"topic","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"text":"ContentTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarTitleMenu(content:)":{"kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/toolbartitlemenu(content:)","title":"toolbarTitleMenu(content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarTitleMenu(content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:)-28q3x":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"lineLimit(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:)-28q3x","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:)-28q3x","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-4h8u9":{"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-4h8u9","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-4h8u9","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alert(_:isPresented:actions:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-34348":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-34348","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityHint(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-34348","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/colorInvert()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/colorInvert()","url":"\/documentation\/ouds\/oudsthemeableview\/colorinvert()","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"colorInvert()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transformAnchorPreference(key:value:transform:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transformAnchorPreference(key:value:transform:)","url":"\/documentation\/ouds\/oudsthemeableview\/transformanchorpreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformAnchorPreference"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Source","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[],"title":"transformAnchorPreference(key:value:transform:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-6y1r4":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-6y1r4","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-6y1r4","title":"help(_:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-3sgch":{"title":"alert(_:isPresented:actions:message:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-3sgch","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-3sgch","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:_:)":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:_:)","title":"overlayPreferenceValue(_:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonRepeatBehavior(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonrepeatbehavior(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonRepeatBehavior(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"ButtonRepeatBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"buttonRepeatBehavior(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryID:entryLabel:)-7r782","abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entryid:entrylabel:)-7r782"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/draggable(_:preview:)":{"abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"draggable"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","title":"draggable(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/draggable(_:preview:)","url":"\/documentation\/ouds\/oudsthemeableview\/draggable(_:preview:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/buttonBorderShape(_:)":{"title":"buttonBorderShape(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/buttonBorderShape(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/buttonbordershape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRespondsToUserInteraction(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrespondstouserinteraction(_:)","kind":"symbol","role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRespondsToUserInteraction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/exportableToServices(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/exportabletoservices(_:)","kind":"symbol","title":"exportableToServices(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/exportableToServices(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:delegate:)-2amlv":{"title":"onDrop(of:delegate:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:delegate:)-2amlv","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:delegate:)-2amlv","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-7clm0":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-7clm0","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-7clm0"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(_:)","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","title":"mask(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/mask(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/mask(alignment:_:)":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/mask(alignment:_:)","type":"topic","title":"mask(alignment:_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/mask(alignment:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-2nyi":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-2nyi","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"kind":"text","text":", "},{"text":"I","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-2nyi"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/simultaneousGesture(_:including:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier","text":"GestureMask"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/simultaneousgesture(_:including:)","type":"topic","abstract":[],"title":"simultaneousGesture(_:including:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/simultaneousGesture(_:including:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/speechSpellsOutCharacters(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/speechspellsoutcharacters(_:)","title":"speechSpellsOutCharacters(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/speechSpellsOutCharacters(_:)","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-7qm34":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"badge(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-7qm34","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-7qm34","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/autocorrectionDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/autocorrectionDisabled(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"autocorrectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"autocorrectionDisabled(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/autocorrectiondisabled(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogMessage(_:)-6yf16":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogMessage(_:)-6yf16","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogmessage(_:)-6yf16","kind":"symbol","title":"fileDialogMessage(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(item:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(item:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/ouds\/oudsthemeableview\/popover(item:attachmentanchor:arrowedge:content:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"popover(item:attachmentAnchor:arrowEdge:content:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-7sis3":{"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-7sis3","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-7sis3","type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:perform:)":{"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:perform:)","title":"onChange(of:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:entryLabel:)-5trfo":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:entrylabel:)-5trfo","kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:entryLabel:)-5trfo"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:)-2iae4":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:)-2iae4","title":"alert(_:isPresented:actions:)","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:)-2iae4","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/selectionDisabled(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/selectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"selectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/selectiondisabled(_:)","title":"selectionDisabled(_:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame()":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame()","url":"\/documentation\/ouds\/oudsthemeableview\/frame()","abstract":[],"title":"frame()","role":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:repeating:content:keyframes:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyframeAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:repeating:content:keyframes:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(_:)","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"presentationCompactAdaptation(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentationCompactAdaptation(horizontal:vertical:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":", ","kind":"text"},{"text":"vertical","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"presentationCompactAdaptation(horizontal:vertical:)","url":"\/documentation\/ouds\/oudsthemeableview\/presentationcompactadaptation(horizontal:vertical:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentationCompactAdaptation(horizontal:vertical:)","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityIdentifier(_:)":{"type":"topic","title":"accessibilityIdentifier(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityIdentifier(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityidentifier(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusScope(_:)":{"abstract":[],"title":"focusScope(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/focusscope(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusScope(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/background(_:in:fillStyle:)-6euoh":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/background(_:in:fillStyle:)-6euoh","kind":"symbol","title":"background(_:in:fillStyle:)","url":"\/documentation\/ouds\/oudsthemeableview\/background(_:in:fillstyle:)-6euoh"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/inspectorColumnWidth(_:)":{"abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"kind":"text","text":"("},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/inspectorcolumnwidth(_:)","title":"inspectorColumnWidth(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/inspectorColumnWidth(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/interactionActivityTrackingTag(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"interactionActivityTrackingTag(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/interactionActivityTrackingTag(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/interactionactivitytrackingtag(_:)","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contrast(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contrast(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contrast(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"contrast(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/anchorPreference(key:value:transform:)":{"title":"anchorPreference(key:value:transform:)","url":"\/documentation\/ouds\/oudsthemeableview\/anchorpreference(key:value:transform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/anchorPreference(key:value:transform:)","abstract":[],"role":"symbol","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"anchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"text":"Source","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier","text":"Anchor"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrag(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/ondrag(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrag(_:)","type":"topic","title":"onDrag(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"(() -> "},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:actions:message:)-6cwz4":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:actions:message:)-6cwz4","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:actions:message:)-6cwz4","title":"alert(_:isPresented:actions:message:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityFocused(_:equals:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding"},{"kind":"text","text":", "},{"text":"equals","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"accessibilityFocused(_:equals:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityFocused(_:equals:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityfocused(_:equals:)","kind":"symbol","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alert(_:isPresented:presenting:actions:)-85n7p":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/alert(_:ispresented:presenting:actions:)-85n7p","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alert(_:isPresented:presenting:actions:)-85n7p","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:presenting:actions:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationDocument(_:preview:)-9w6b9":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationDocument(_:preview:)-9w6b9","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationdocument(_:preview:)-9w6b9","type":"topic","kind":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onChange(of:initial:_:)-35xl9":{"role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onchange(of:initial:_:)-35xl9","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onChange(of:initial:_:)-35xl9","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/alignmentGuide(_:computeValue:)-305eo":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/alignmentGuide(_:computeValue:)-305eo","abstract":[],"role":"symbol","type":"topic","kind":"symbol","title":"alignmentGuide(_:computeValue:)","url":"\/documentation\/ouds\/oudsthemeableview\/alignmentguide(_:computevalue:)-305eo","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/layoutValue(key:value:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/layoutvalue(key:value:)","type":"topic","title":"layoutValue(key:value:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/layoutValue(key:value:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5ow9h","type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5ow9h","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onContinuousHover(coordinateSpace:perform:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/oncontinuoushover(coordinatespace:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onContinuousHover(coordinateSpace:perform:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"onContinuousHover(coordinateSpace:perform:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/overlayPreferenceValue(_:alignment:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/overlayPreferenceValue(_:alignment:_:)","type":"topic","title":"overlayPreferenceValue(_:alignment:_:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/overlaypreferencevalue(_:alignment:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlayPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-22t48":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-22t48","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-22t48","title":"onDrop(of:isTargeted:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(hidden:)":{"title":"accessibility(hidden:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(hidden:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(hidden:)","deprecated":true,"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSubtitle(_:)-15fp6":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationSubtitle(_:)","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSubtitle(_:)-15fp6","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsubtitle(_:)-15fp6"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contentMargins(_:for:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"title":"contentMargins(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contentMargins(_:for:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contentmargins(_:for:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-9jjch":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-9jjch","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onDrop(of:isTargeted:perform:)","role":"symbol","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-9jjch"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-24hfq","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-24hfq"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/progressViewStyle(_:)":{"abstract":[],"type":"topic","title":"progressViewStyle(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/progressviewstyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/progressViewStyle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"progressViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/scrollTargetBehavior(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTargetBehavior","kind":"identifier"},{"text":"(some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","text":"ScrollTargetBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","role":"symbol","title":"scrollTargetBehavior(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/scrolltargetbehavior(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/scrollTargetBehavior(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8":{"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9rqa8","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:documents:contentType:onCompletion:)-9rqa8","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:actions:)-5d8xk","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:actions:)-5d8xk","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","role":"symbol","type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-60757":{"title":"accessibilityCustomContent(_:_:importance:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-60757","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-60757","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accentColor(_:)":{"kind":"symbol","deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accentColor(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accentcolor(_:)","title":"accentColor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:suggestions:)-65ngy":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:suggestions:)-65ngy","title":"searchable(text:placement:prompt:suggestions:)","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:suggestions:)-65ngy","role":"symbol","deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(inputLabels:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(inputLabels:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"type":"topic","abstract":[],"kind":"symbol","deprecated":true,"title":"accessibility(inputLabels:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(inputlabels:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onOpenURL(perform:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/onopenurl(perform:)","title":"onOpenURL(perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onOpenURL(perform:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/defaultAppStorage(_:)":{"title":"defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/defaultappstorage(_:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/defaultAppStorage(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultAppStorage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationTitle(_:)-65tev":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationtitle(_:)-65tev","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationTitle(_:)-65tev","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-31uu1":{"kind":"symbol","type":"topic","title":"accessibilityRotor(_:entries:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-31uu1","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-31uu1","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDrop(of:isTargeted:perform:)-8rczn":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDrop(of:isTargeted:perform:)-8rczn","url":"\/documentation\/ouds\/oudsthemeableview\/ondrop(of:istargeted:perform:)-8rczn","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onDrop(of:isTargeted:perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityCustomContent(_:_:importance:)-21xqs":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitycustomcontent(_:_:importance:)-21xqs","kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityCustomContent(_:_:importance:)-21xqs"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileMover(isPresented:file:onCompletion:onCancellation:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filemover(ispresented:file:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileMover(isPresented:file:onCompletion:onCancellation:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileMover(isPresented:file:onCompletion:onCancellation:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationSplitViewStyle(_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/navigationsplitviewstyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationSplitViewStyle(_:)","role":"symbol","title":"navigationSplitViewStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onReceive(_:perform:)":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onReceive(_:perform:)","abstract":[],"title":"onReceive(_:perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onreceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Output","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarCustomizationLabel(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarCustomizationLabel(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/touchbarcustomizationlabel(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"touchBarCustomizationLabel(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:alignment:_:)":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:alignment:_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:alignment:_:)","abstract":[],"role":"symbol","kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyboardShortcut(_:)-9pjvi":{"type":"topic","title":"keyboardShortcut(_:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyboardShortcut(_:)-9pjvi","url":"\/documentation\/ouds\/oudsthemeableview\/keyboardshortcut(_:)-9pjvi","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onDeleteCommand(perform:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onDeleteCommand(perform:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onDeleteCommand(perform:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/ondeletecommand(perform:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-4x8i0":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-4x8i0","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogConfirmationLabel(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-4x8i0","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","type":"topic","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"text":"I","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"menu"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"primaryAction"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"contextMenu(forSelectionType:menu:primaryAction:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(forselectiontype:menu:primaryaction:)","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/transaction(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/transaction(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"transaction(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/transaction(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchScopes(_:scopes:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchScopes(_:scopes:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchscopes(_:scopes:)","title":"searchScopes(_:scopes:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"scopes","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbar(_:for:)":{"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbar(_:for:)","title":"toolbar(_:for:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbar(_:for:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/sensoryFeedback(trigger:_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/sensoryFeedback(trigger:_:)","role":"symbol","title":"sensoryFeedback(trigger:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/sensoryfeedback(trigger:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusedObject(_:)-3wbew":{"abstract":[],"title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/focusedobject(_:)-3wbew","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusedObject(_:)-3wbew","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textEditorStyle(_:)":{"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textEditorStyle(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"text":"(some ","kind":"text"},{"text":"TextEditorStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15TextEditorStyleP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"textEditorStyle(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/texteditorstyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/backgroundPreferenceValue(_:_:)":{"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/backgroundPreferenceValue(_:_:)","url":"\/documentation\/ouds\/oudsthemeableview\/backgroundpreferencevalue(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"backgroundPreferenceValue(_:_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-rpin":{"title":"badge(_:)","abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-rpin","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-rpin","role":"symbol","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/toolbarRole(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ToolbarRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/toolbarrole(_:)","kind":"symbol","title":"toolbarRole(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/tracking(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/tracking(_:)","type":"topic","abstract":[],"title":"tracking(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/tracking(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/gridColumnAlignment(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/gridColumnAlignment(_:)","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/gridcolumnalignment(_:)","abstract":[],"title":"gridColumnAlignment(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/containerBackground(for:alignment:content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/containerBackground(for:alignment:content:)","type":"topic","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/containerbackground(for:alignment:content:)","kind":"symbol","title":"containerBackground(for:alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier","text":"ContainerBackgroundPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/springLoadingBehavior(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/springloadingbehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"springLoadingBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/springLoadingBehavior(_:)","title":"springLoadingBehavior(_:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/keyframeAnimator(initialValue:trigger:content:keyframes:)","url":"\/documentation\/ouds\/oudsthemeableview\/keyframeanimator(initialvalue:trigger:content:keyframes:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/safeAreaInset(edge:alignment:spacing:content:)-78c4r":{"title":"safeAreaInset(edge:alignment:spacing:content:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/safeareainset(edge:alignment:spacing:content:)-78c4r","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"text":"HorizontalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/safeAreaInset(edge:alignment:spacing:content:)-78c4r","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:textRanges:)-29mos":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:textranges:)-29mos","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:textRanges:)-29mos","role":"symbol","kind":"symbol","title":"accessibilityRotor(_:textRanges:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focused(_:)":{"title":"focused(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focused(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focused(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-3gurs","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-3gurs","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/contextMenu(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","kind":"typeIdentifier","text":"ContextMenu"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":">?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/contextMenu(_:)","title":"contextMenu(_:)","kind":"symbol","deprecated":true,"url":"\/documentation\/ouds\/oudsthemeableview\/contextmenu(_:)","role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogConfirmationLabel(_:)-3505l":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/filedialogconfirmationlabel(_:)-3505l","role":"symbol","abstract":[],"title":"fileDialogConfirmationLabel(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogConfirmationLabel(_:)-3505l","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"idealWidth"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"idealHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","abstract":[],"kind":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","type":"topic","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","url":"\/documentation\/ouds\/oudsthemeableview\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fixedSize(horizontal:vertical:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fixedSize(horizontal:vertical:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/fixedsize(horizontal:vertical:)","abstract":[],"title":"fixedSize(horizontal:vertical:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/formStyle(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/formStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"formStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/formstyle(_:)","kind":"symbol","title":"formStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onPasteCommand(of:validator:perform:)-h0ex":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"text":"<","kind":"text"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"onPasteCommand(of:validator:perform:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onPasteCommand(of:validator:perform:)-h0ex","url":"\/documentation\/ouds\/oudsthemeableview\/onpastecommand(of:validator:perform:)-h0ex","role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/focusable(_:onFocusChange:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onFocusChange"},{"text":": (","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/focusable(_:onfocuschange:)","title":"focusable(_:onFocusChange:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/focusable(_:onFocusChange:)","role":"symbol","abstract":[],"type":"topic","deprecated":true},"doc://OUDS/documentation/OUDS/OUDSThemeableView/allowedDynamicRange(_:)":{"title":"allowedDynamicRange(_:)","kind":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/alloweddynamicrange(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/allowedDynamicRange(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowedDynamicRange"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"DynamicRange","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/presentedWindowStyle(_:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/presentedwindowstyle(_:)","title":"presentedWindowStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/presentedWindowStyle(_:)","role":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/textCase(_:)":{"type":"topic","title":"textCase(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textCase","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/textCase(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/textcase(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityHint(_:)-6bj1a":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityhint(_:)-6bj1a","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityHint(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityHint(_:)-6bj1a"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/environment(_:)":{"type":"topic","abstract":[],"kind":"symbol","title":"environment(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/environment(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/environment(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":", ","kind":"text"},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/popover(ispresented:attachmentanchor:arrowedge:content:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/popover(isPresented:attachmentAnchor:arrowEdge:content:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/italic(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/italic(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/italic(_:)","title":"italic(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/renameAction(_:)-57cp6":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/renameaction(_:)-57cp6","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/renameAction(_:)-57cp6","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"text":"(() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"renameAction(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/paletteSelectionEffect(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/paletteselectioneffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/paletteSelectionEffect(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paletteSelectionEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"PaletteSelectionEffect","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"paletteSelectionEffect(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/navigationViewStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","deprecated":true,"type":"topic","title":"navigationViewStyle(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/navigationViewStyle(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/navigationviewstyle(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(removeTraits:)":{"kind":"symbol","title":"accessibility(removeTraits:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(removetraits:)","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(removeTraits:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/blur(radius:opaque:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/blur(radius:opaque:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/blur(radius:opaque:)","type":"topic","abstract":[],"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/menuStyle(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/menustyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"title":"menuStyle(_:)","role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/menuStyle(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/help(_:)-3it98":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/help(_:)-3it98","title":"help(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/help(_:)-3it98","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibility(activationPoint:)-12q0p":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibility(activationPoint:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibility(activationpoint:)-12q0p","abstract":[],"deprecated":true,"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibility(activationPoint:)-12q0p","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityAddTraits(_:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityaddtraits(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityAddTraits(_:)","type":"topic","title":"accessibilityAddTraits(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAddTraits"},{"text":"(","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityRotor(_:entries:)-83k":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityRotor(_:entries:)-83k","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityrotor(_:entries:)-83k","title":"accessibilityRotor(_:entries:)","abstract":[],"type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/fileDialogDefaultDirectory(_:)":{"title":"fileDialogDefaultDirectory(_:)","role":"symbol","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/filedialogdefaultdirectory(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/fileDialogDefaultDirectory(_:)","type":"topic","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/searchable(text:placement:prompt:)-66egq":{"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/searchable(text:placement:prompt:)-66egq","abstract":[],"role":"symbol","title":"searchable(text:placement:prompt:)","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/searchable(text:placement:prompt:)-66egq","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityChartDescriptor(_:)":{"abstract":[],"title":"accessibilityChartDescriptor(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilitychartdescriptor(_:)","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityChartDescriptor(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBar(content:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBar(content:)","abstract":[],"url":"\/documentation\/ouds\/oudsthemeableview\/touchbar(content:)","type":"topic","kind":"symbol","title":"touchBar(content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/badge(_:)-61d0v":{"url":"\/documentation\/ouds\/oudsthemeableview\/badge(_:)-61d0v","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"badge(_:)","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/badge(_:)-61d0v"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/accessibilityActivationPoint(_:)-78bfo":{"title":"accessibilityActivationPoint(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/accessibilityactivationpoint(_:)-78bfo","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/accessibilityActivationPoint(_:)-78bfo"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/touchBarItemPrincipal(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/touchBarItemPrincipal(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/touchbaritemprincipal(_:)","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"touchBarItemPrincipal(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/bold(_:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"bold","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/bold(_:)","role":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/bold(_:)","title":"bold(_:)","kind":"symbol"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onExitCommand(perform:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/onexitcommand(perform:)","abstract":[],"title":"onExitCommand(perform:)","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onExitCommand(perform:)","kind":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/lineLimit(_:reservesSpace:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"reservesSpace"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/ouds\/oudsthemeableview\/linelimit(_:reservesspace:)","kind":"symbol","title":"lineLimit(_:reservesSpace:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/lineLimit(_:reservesSpace:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/dynamicTypeSize(_:)":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/dynamicTypeSize(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/dynamictypesize(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","text":"DynamicTypeSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"dynamicTypeSize(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/labelsHidden()":{"abstract":[],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/labelsHidden()","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelsHidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/ouds\/oudsthemeableview\/labelshidden()","role":"symbol","type":"topic","title":"labelsHidden()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-7lytz","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-7lytz"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/horizontalRadioGroupLayout()":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/horizontalRadioGroupLayout()","abstract":[],"title":"horizontalRadioGroupLayout()","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/horizontalradiogrouplayout()"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/typeSelectEquivalent(_:)-9k18o":{"role":"symbol","kind":"symbol","title":"typeSelectEquivalent(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/typeselectequivalent(_:)-9k18o","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/typeSelectEquivalent(_:)-9k18o","type":"topic"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/foregroundColor(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"foregroundColor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/foregroundColor(_:)","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/foregroundcolor(_:)","title":"foregroundColor(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/onHover(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/onHover(perform:)","url":"\/documentation\/ouds\/oudsthemeableview\/onhover(perform:)","title":"onHover(perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onHover"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/visualeffect(_:).json b/docs/data/documentation/ouds/oudsthemeableview/visualeffect(_:).json index 1fece1f41..6cbf22e70 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/visualeffect(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/visualeffect(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"visualEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"effect","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI13GeometryProxyV","kind":"typeIdentifier","text":"GeometryProxy"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier","text":"VisualEffect"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"title":"visualEffect(_:)","symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false,"name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS"},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12visualEffectyQrqd__AA011EmptyVisualE0V_AA13GeometryProxyVtYbcAA0gE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"visualEffect"},{"kind":"text","text":"(("},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","text":"GeometryProxy"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/visualeffect(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.visualEffect(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/visualEffect(_:)":{"abstract":[],"type":"topic","kind":"symbol","title":"visualEffect(_:)","url":"\/documentation\/ouds\/oudsthemeableview\/visualeffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"visualEffect"},{"kind":"text","text":"(("},{"text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","text":"GeometryProxy"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier","text":"VisualEffect"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/visualeffect(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"visualEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"effect","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"GeometryProxy","preciseIdentifier":"s:7SwiftUI13GeometryProxyV"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"17.0"},{"introducedAt":"10.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12visualEffectyQrqd__AA011EmptyVisualE0V_AA13GeometryProxyVtYbcAA0gE0Rd__lF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","title":"visualEffect(_:)","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"visualEffect"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"text":"GeometryProxy","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.visualEffect(_:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/visualEffect(_:)":{"kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/visualeffect(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/visualEffect(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"visualEffect","kind":"identifier"},{"kind":"text","text":"(("},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"GeometryProxy","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"visualEffect(_:)","abstract":[]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/oudsthemeableview/zindex(_:).json b/docs/data/documentation/ouds/oudsthemeableview/zindex(_:).json index 8a17753ff..49ab81ff0 100644 --- a/docs/data/documentation/ouds/oudsthemeableview/zindex(_:).json +++ b/docs/data/documentation/ouds/oudsthemeableview/zindex(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)","interfaceLanguage":"swift"},"metadata":{"title":"zIndex(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"zIndex"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"10.15","unavailable":false},{"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","roleHeading":"Instance Method","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.zIndex(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"zIndex","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/zindex(_:)"]}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"url":"\/documentation\/ouds\/oudsthemeableview","kind":"symbol","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"type":"text","text":"as an environement variable the theme which will be applied."},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":", direct or not.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","role":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/zIndex(_:)":{"abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"zIndex(_:)","kind":"symbol","url":"\/documentation\/ouds\/oudsthemeableview\/zindex(_:)","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"abstract":[],"type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","title":"View Implementations","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","role":"collectionGroup","kind":"article"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:4OUDS17OUDSThemeableViewV","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS"},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false}],"extendedModule":"SwiftUI","role":"symbol","title":"zIndex(_:)","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.zIndex(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"zIndex","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/oudsthemeableview\/zindex(_:)"]}],"references":{"doc://OUDS/documentation/OUDS/OUDSThemeableView/zIndex(_:)":{"url":"\/documentation\/ouds\/oudsthemeableview\/zindex(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/zIndex(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"zIndex(_:)"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"navigatorTitle":[{"text":"OUDSThemeableView","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"This is a kind of root ","type":"text"},{"code":"SwiftUI.View","type":"codeVoice"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"type":"text","text":"as an environement variable the theme which will be applied."},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"url":"\/documentation\/ouds\/oudsthemeableview","role":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"topic","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/OUDSThemeableView/View-Implementations":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView\/View-Implementations","type":"topic","url":"\/documentation\/ouds\/oudsthemeableview\/view-implementations","abstract":[],"kind":"article","role":"collectionGroup","title":"View Implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/swiftui.json b/docs/data/documentation/ouds/swiftui.json index 0d426ca13..6a336fcc7 100644 --- a/docs/data/documentation/ouds/swiftui.json +++ b/docs/data/documentation/ouds/swiftui.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/swiftui"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"topicSections":[{"title":"Extended Structures","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDS"}],"externalID":"s:m:s:e:s:7SwiftUI17EnvironmentValuesV4OUDSE5themeAD9OUDSThemeCvp","symbolKind":"extension","roleHeading":"Extended Module","role":"collection","title":"SwiftUI"},"sections":[],"kind":"symbol","references":{"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues":{"url":"\/documentation\/ouds\/swiftui\/environmentvalues","role":"symbol","title":"EnvironmentValues","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"identifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","navigatorTitle":[{"text":"EnvironmentValues","kind":"identifier"}]},"doc://OUDS/documentation/OUDS/SwiftUI":{"type":"topic","abstract":[],"title":"SwiftUI","role":"collection","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","kind":"symbol","url":"\/documentation\/ouds\/swiftui"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]}}} \ No newline at end of file +{"kind":"symbol","topicSections":[{"title":"Extended Structures","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"metadata":{"roleHeading":"Extended Module","title":"SwiftUI","externalID":"s:m:s:e:s:7SwiftUI17EnvironmentValuesV4OUDSE5themeAD9OUDSThemeCvp","modules":[{"name":"OUDS"}],"role":"collection","symbolKind":"extension"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/swiftui"]}],"references":{"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EnvironmentValues","kind":"identifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"}],"title":"EnvironmentValues","url":"\/documentation\/ouds\/swiftui\/environmentvalues","navigatorTitle":[{"kind":"identifier","text":"EnvironmentValues"}],"abstract":[]},"doc://OUDS/documentation/OUDS/SwiftUI":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","type":"topic","role":"collection","kind":"symbol","title":"SwiftUI","url":"\/documentation\/ouds\/swiftui","abstract":[]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/swiftui/environmentvalues.json b/docs/data/documentation/ouds/swiftui/environmentvalues.json index d68bc6630..44f6483fc 100644 --- a/docs/data/documentation/ouds/swiftui/environmentvalues.json +++ b/docs/data/documentation/ouds/swiftui/environmentvalues.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/swiftui\/environmentvalues"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:e:s:7SwiftUI17EnvironmentValuesV4OUDSE5themeAD9OUDSThemeCvp","title":"EnvironmentValues","symbolKind":"extension","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EnvironmentValues","kind":"identifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"}],"role":"symbol","roleHeading":"Extended Structure","extendedModule":"SwiftUI","navigatorTitle":[{"kind":"identifier","text":"EnvironmentValues"}]},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI"]]},"topicSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme"],"title":"Instance Properties"}],"references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues":{"url":"\/documentation\/ouds\/swiftui\/environmentvalues","role":"symbol","title":"EnvironmentValues","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"identifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","navigatorTitle":[{"text":"EnvironmentValues","kind":"identifier"}]},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues/theme":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme","title":"theme","url":"\/documentation\/ouds\/swiftui\/environmentvalues\/theme","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"theme"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:4OUDS9OUDSThemeC","kind":"typeIdentifier","text":"OUDSTheme"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/SwiftUI":{"type":"topic","abstract":[],"title":"SwiftUI","role":"collection","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","kind":"symbol","url":"\/documentation\/ouds\/swiftui"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI"]]},"metadata":{"symbolKind":"extension","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues","kind":"identifier"}],"roleHeading":"Extended Structure","navigatorTitle":[{"kind":"identifier","text":"EnvironmentValues"}],"role":"symbol","title":"EnvironmentValues","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"externalID":"s:e:s:7SwiftUI17EnvironmentValuesV4OUDSE5themeAD9OUDSThemeCvp"},"kind":"symbol","topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"extension","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/swiftui\/environmentvalues"]}],"references":{"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EnvironmentValues","kind":"identifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"}],"title":"EnvironmentValues","url":"\/documentation\/ouds\/swiftui\/environmentvalues","navigatorTitle":[{"kind":"identifier","text":"EnvironmentValues"}],"abstract":[]},"doc://OUDS/documentation/OUDS/SwiftUI":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","type":"topic","role":"collection","kind":"symbol","title":"SwiftUI","url":"\/documentation\/ouds\/swiftui","abstract":[]},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues/theme":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"theme","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:4OUDS9OUDSThemeC","text":"OUDSTheme"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme","title":"theme","kind":"symbol","url":"\/documentation\/ouds\/swiftui\/environmentvalues\/theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/swiftui/environmentvalues/theme.json b/docs/data/documentation/ouds/swiftui/environmentvalues/theme.json index 2b01eb8a6..4ad56cf5e 100644 --- a/docs/data/documentation/ouds/swiftui/environmentvalues/theme.json +++ b/docs/data/documentation/ouds/swiftui/environmentvalues/theme.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/swiftui\/environmentvalues\/theme"]}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"theme"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","preciseIdentifier":"s:4OUDS9OUDSThemeC","text":"OUDSTheme"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" ","kind":"text"},{"kind":"keyword","text":"set"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"title":"theme","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"theme"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:4OUDS9OUDSThemeC","text":"OUDSTheme"}],"role":"symbol","externalID":"s:7SwiftUI17EnvironmentValuesV4OUDSE5themeAD9OUDSThemeCvp","extendedModule":"SwiftUI","modules":[{"name":"OUDS","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Property","symbolKind":"property"},"kind":"symbol","references":{"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/OUDSTheme":{"type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSTheme"}],"role":"symbol","url":"\/documentation\/ouds\/oudstheme","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"type":"text","text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor."},{"text":" ","type":"text"},{"text":"A Swift ","type":"text"},{"type":"codeVoice","code":"class"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"type":"text","text":" "},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"type":"text","text":" "},{"type":"text","text":"We allow this theme to be derivated and be overriden."}],"title":"OUDSTheme"},"doc://OUDS/documentation/OUDS/SwiftUI":{"type":"topic","abstract":[],"title":"SwiftUI","role":"collection","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","kind":"symbol","url":"\/documentation\/ouds\/swiftui"},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues/theme":{"kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme","title":"theme","url":"\/documentation\/ouds\/swiftui\/environmentvalues\/theme","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"theme"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:4OUDS9OUDSThemeC","kind":"typeIdentifier","text":"OUDSTheme"}],"role":"symbol","type":"topic"},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues":{"url":"\/documentation\/ouds\/swiftui\/environmentvalues","role":"symbol","title":"EnvironmentValues","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"identifier"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","navigatorTitle":[{"text":"EnvironmentValues","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI17EnvironmentValuesV4OUDSE5themeAD9OUDSThemeCvp","title":"theme","modules":[{"relatedModules":["SwiftUI"],"name":"OUDS"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"theme","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OUDSTheme","kind":"typeIdentifier","preciseIdentifier":"s:4OUDS9OUDSThemeC"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Property","symbolKind":"property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/swiftui\/environmentvalues\/theme"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS","doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"theme","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"OUDSTheme","preciseIdentifier":"s:4OUDS9OUDSThemeC","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" "},{"text":"set","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDS/documentation/OUDS/OUDSTheme":{"navigatorTitle":[{"text":"OUDSTheme","kind":"identifier"}],"type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSTheme"}],"title":"OUDSTheme","kind":"symbol","url":"\/documentation\/ouds\/oudstheme","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSTheme","abstract":[{"text":"This is a basic theme any theme must be a subclass off, or all themes must have as ancestor.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A Swift "},{"code":"class","type":"codeVoice"},{"type":"text","text":" has been used so as to allow to easily override some attributes and have inheritance, without having for developers"},{"type":"text","text":" "},{"type":"text","text":"to implement all tokens."},{"text":" ","type":"text"},{"type":"text","text":"Any properties of an overridable theme should be defined so as to provide defaults values."},{"text":" ","type":"text"},{"type":"text","text":"We allow this theme to be derivated and be overriden."}]},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/SwiftUI":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI","type":"topic","role":"collection","kind":"symbol","title":"SwiftUI","url":"\/documentation\/ouds\/swiftui","abstract":[]},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EnvironmentValues","kind":"identifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"}],"title":"EnvironmentValues","url":"\/documentation\/ouds\/swiftui\/environmentvalues","navigatorTitle":[{"kind":"identifier","text":"EnvironmentValues"}],"abstract":[]},"doc://OUDS/documentation/OUDS/SwiftUI/EnvironmentValues/theme":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"theme","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:4OUDS9OUDSThemeC","text":"OUDSTheme"}],"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/SwiftUI\/EnvironmentValues\/theme","title":"theme","kind":"symbol","url":"\/documentation\/ouds\/swiftui\/environmentvalues\/theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/themes.json b/docs/data/documentation/ouds/themes.json index 0cb492997..bcfd485ca 100644 --- a/docs/data/documentation/ouds/themes.json +++ b/docs/data/documentation/ouds/themes.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/Themes","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"abstract":[{"inlineContent":[{"type":"text","text":"Themes"}],"type":"emphasis"},{"text":" are applications of specific values for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components tokens"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"type":"text","text":" using in the end "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A "},{"inlineContent":[{"type":"text","text":"theme"}],"type":"emphasis"},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" and ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" which can be used for components rendering."},{"text":" ","type":"text"},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"type":"text","text":" has also "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" associated to primitive types so as to give to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":", written with "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":", the needed values in the suitable type. A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":"."}],"seeAlsoSections":[{"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"],"generated":true}],"metadata":{"title":"Themes","roleHeading":"Article","modules":[{"name":"OUDS"}],"role":"article"},"sections":[],"primaryContentSections":[{"content":[{"text":"Overview","level":2,"type":"heading","anchor":"overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"This library exposes today up to three themes:"}]},{"type":"orderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" which can be seen as the default ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" ;","type":"text"}]}]},{"content":[{"inlineContent":[{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemessosh\/","isActive":true,"type":"reference"},{"text":" for ","type":"text"},{"inlineContent":[{"type":"text","text":"Sosh"}],"type":"emphasis"},{"type":"text","text":" ;"}],"type":"paragraph"}]},{"content":[{"type":"paragraph","inlineContent":[{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesinverse\/","isActive":true,"type":"reference"},{"type":"text","text":" for other use cases."},{"type":"text","text":" "},{"text":"They both are based on an ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"text":" defining default values.","type":"text"}]}]}]},{"inlineContent":[{"type":"emphasis","inlineContent":[{"text":"Themes","type":"text"}]},{"type":"text","text":" can be defined thanks to "},{"code":"open class","type":"codeVoice"},{"text":" in Swift. It allows inheritance and derivation.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"text","text":"Themes"}],"type":"emphasis"},{"type":"text","text":" have Swift "},{"inlineContent":[{"type":"text","text":"extensions"}],"type":"emphasis"},{"type":"text","text":" so as to get the "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" to define. These tokens are overriden thanks to "},{"type":"codeVoice","code":"@objc open"},{"type":"text","text":" combination so as to make possible to override these values in extensions (thanks to "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":") and from objects outside the module (thanks to "},{"code":"open","type":"codeVoice"},{"type":"text","text":"). Thus we can split values and responsabilities in different "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift Package Manager"}]},{"text":" targets and keep overriding and inheritance possible.","type":"text"}]},{"anchor":"Use-themeable-view","type":"heading","text":"Use themeable view","level":2},{"syntax":"swift","type":"codeListing","code":["\/\/ Make imports","import OUDS","import OUDSThemesOrange","","\/\/ Add themeable view to your root view","OUDSThemeableView(theme: OrangeTheme()) {"," YourRootView()","}"]},{"type":"heading","level":2,"text":"Define a custom theme if needed","anchor":"Define-a-custom-theme-if-needed"},{"code":["class YourCustomTheme: OrangeTheme { }","","extension YourCustomTheme {",""," \/\/ Override components tokens if needed"," override var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDrag }"," override var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThickest }"," "," \/\/ Override colors semantic tokens if needed"," override var colorBackgroundDefaultPrimaryLight: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun500 }"," override var colorBackgroundDefaultPrimaryDark: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun800 }"," "," \/\/ Etc.","}"],"syntax":"swift","type":"codeListing"},{"anchor":"How-to-create-your-own-theme","text":"How to create your own theme","type":"heading","level":2},{"inlineContent":[{"text":"It is quite simple, you have to follow several steps.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"First, create a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift class"}]},{"text":" which will inherit from ","type":"text"},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" or "},{"code":"OUDSTheme","type":"codeVoice"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"You can see "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" as more specified and less abtract as "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" which is the base of all themes. We do not recommend to sue directly the ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":" as is.","type":"text"},{"text":" ","type":"text"},{"text":"Then, you should override the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"type":"text","text":" and "},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"text":" you want ; we recommend to use ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift extensions","type":"text"}]},{"text":" for clarity reasons.","type":"text"},{"text":" ","type":"text"},{"text":"If your theme needs to define its own ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":", you can also define them using a "},{"code":"enum","type":"codeVoice"},{"type":"text","text":" and the "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens types"}]},{"text":".","type":"text"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"For example:"}]},{"code":["import Foundation","import SwiftUI","import OUDSTokensRaw \/\/ To get raw tokens","import OUDSTokensSemantic \/\/ To get semantic tokens","import OUDSTokensComponent \/\/ To get component tokens","import OUDSThemesOrange \/\/ To override OrangeTheme (which is default theme)","","\/\/ Can be for example a country theme","class OrangeCustomTheme: OrangeTheme { }","","extension OrangeCustomTheme { \/\/ For FormsTextInputComponentToken, used in component FormsTextInputComponent",""," public override var ftiTitleFontWeight: TypographyFontWeightSemanticToken { fontWeightLabelStrong }"," public override var ftiTitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelXLarge }"," public override var ftiTitleColor: ColorSemanticToken { ColorRawTokens.colorFunctionalDodgerBlue500 }",""," public override var ftiSubtitleFontWeight: TypographyFontWeightSemanticToken { fontWeightBodyDefault }"," public override var ftiSubtitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelMedium }"," public override var ftiSubtitleColor: ColorSemanticToken { ColorRawTokens.colorFunctionalMalachite500 }",""," public override var ftiBackgroundColorLight: ColorSemanticToken { colorBackgroundDefaultPrimaryLight }"," public override var ftiBackgroundColorDark: ColorSemanticToken { colorBackgroundDefaultPrimaryDark }",""," public override var ftiBorderColor: ColorSemanticToken { colorBorderEmphasisDark ?? MyThemeColorRawTokens.someAwesomeThemeExclusiveColor }",""," public override var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDrag }",""," public override var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThickest }","}","","extension OrangeCustomTheme { \/\/ For ColorSemanticTokens using anywhere",""," override var colorBackgroundDefaultPrimaryLight: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun500 }"," override var colorBackgroundDefaultPrimaryDark: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun800 }","}"],"syntax":"swift","type":"codeListing"},{"inlineContent":[{"type":"text","text":"And your own theme colors "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"text":":","type":"text"}],"type":"paragraph"},{"code":["","public typealias MyThemeColorRawToken = ColorRawToken \/\/ Refer to type ColorRawToken for consistency","","public enum MyThemeColorRawTokens {",""," public static let someAwesomeThemeExclusiveColor: MyThemeColorRawToken = \"#12345600\""," ","}"],"type":"codeListing","syntax":"swift"},{"type":"paragraph","inlineContent":[{"text":"Then for your root view:","type":"text"}]},{"syntax":"swift","type":"codeListing","code":["import SwiftUI","import OUDS \/\/ To get ``OUDSThemeableView``","","struct MyAppRootView: View {",""," var body: some View {"," OUDSThemeableView(theme: OrangeCustomTheme()) {"," \/\/ ..."," }"," }","}"]}],"kind":"content"}],"kind":"article","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/ouds\/themes"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesinverse/":{"titleInlineContent":[{"type":"text","text":"Inverse Theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesinverse\/","title":"Inverse Theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesinverse\/"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange Theme","titleInlineContent":[{"text":"Orange Theme","type":"text"}],"type":"link"},"doc://OUDS/documentation/OUDS/GettingStarted":{"abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"type":"topic","title":"Getting Started with OUDS","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","kind":"article","url":"\/documentation\/ouds\/gettingstarted"},"https://ios.unified-design-system.orange.com/documentation/oudsthemessosh/":{"titleInlineContent":[{"type":"text","text":"Sosh Theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemessosh\/","title":"Sosh Theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemessosh\/"},"doc://OUDS/documentation/OUDS/Components":{"type":"topic","abstract":[{"type":"emphasis","inlineContent":[{"text":"Components","type":"text"}]},{"text":" are defined in the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"title":"Components","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components","kind":"article","url":"\/documentation\/ouds\/components"},"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","title":"OUDSComponents","titleInlineContent":[{"text":"OUDSComponents","type":"text"}],"type":"link"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/Tokens":{"type":"topic","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}],"title":"Tokens","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","kind":"article","url":"\/documentation\/ouds\/tokens"},"doc://OUDS/documentation/OUDS/Modules":{"abstract":[{"type":"text","text":"A "},{"inlineContent":[{"type":"text","text":"module"}],"type":"emphasis"},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"There is not module yet."}],"type":"topic","title":"Modules","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules","kind":"article","url":"\/documentation\/ouds\/modules"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/ouds\/themes"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"emphasis","inlineContent":[{"type":"text","text":"Themes"}]},{"text":" are applications of specific values for ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"components tokens","type":"text"}]},{"text":" and ","type":"text"},{"inlineContent":[{"text":"semantic tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" using in the end "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" which can be used for components rendering.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"type":"text","text":" has also "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" associated to primitive types so as to give to "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"text":", written with ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"text":", the needed values in the suitable type. A ","type":"text"},{"inlineContent":[{"type":"text","text":"theme"}],"type":"emphasis"},{"type":"text","text":" can add for itself any new "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"article","sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/Themes","interfaceLanguage":"swift"},"seeAlsoSections":[{"generated":true,"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"metadata":{"role":"article","modules":[{"name":"OUDS"}],"roleHeading":"Article","title":"Themes"},"primaryContentSections":[{"content":[{"level":2,"type":"heading","text":"Overview","anchor":"overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"This library exposes today up to three themes:"}]},{"type":"orderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference"},{"text":" which can be seen as the default ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"type":"text","text":" ;"}]}]},{"content":[{"inlineContent":[{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemessosh\/","isActive":true,"type":"reference"},{"text":" for ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Sosh","type":"text"}]},{"type":"text","text":" ;"}],"type":"paragraph"}]},{"content":[{"inlineContent":[{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesinverse\/"},{"type":"text","text":" for other use cases."},{"text":" ","type":"text"},{"text":"They both are based on an ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" defining default values."}],"type":"paragraph"}]}]},{"type":"paragraph","inlineContent":[{"type":"emphasis","inlineContent":[{"type":"text","text":"Themes"}]},{"type":"text","text":" can be defined thanks to "},{"type":"codeVoice","code":"open class"},{"text":" in Swift. It allows inheritance and derivation.","type":"text"}]},{"type":"paragraph","inlineContent":[{"inlineContent":[{"text":"Themes","type":"text"}],"type":"emphasis"},{"type":"text","text":" have Swift "},{"type":"emphasis","inlineContent":[{"type":"text","text":"extensions"}]},{"type":"text","text":" so as to get the "},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"text":" to define. These tokens are overriden thanks to ","type":"text"},{"type":"codeVoice","code":"@objc open"},{"text":" combination so as to make possible to override these values in extensions (thanks to ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":") and from objects outside the module (thanks to ","type":"text"},{"code":"open","type":"codeVoice"},{"text":"). Thus we can split values and responsabilities in different ","type":"text"},{"inlineContent":[{"text":"Swift Package Manager","type":"text"}],"type":"emphasis"},{"type":"text","text":" targets and keep overriding and inheritance possible."}]},{"type":"heading","text":"Use themeable view","level":2,"anchor":"Use-themeable-view"},{"code":["\/\/ Make imports","import OUDS","import OUDSThemesOrange","","\/\/ Add themeable view to your root view","OUDSThemeableView(theme: OrangeTheme()) {"," YourRootView()","}"],"type":"codeListing","syntax":"swift"},{"level":2,"anchor":"Define-a-custom-theme-if-needed","text":"Define a custom theme if needed","type":"heading"},{"type":"codeListing","syntax":"swift","code":["class YourCustomTheme: OrangeTheme { }","","extension YourCustomTheme {",""," \/\/ Override components tokens if needed"," override var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDrag }"," override var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThickest }"," "," \/\/ Override colors semantic tokens if needed"," override var colorBackgroundDefaultPrimaryLight: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun500 }"," override var colorBackgroundDefaultPrimaryDark: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun800 }"," "," \/\/ Etc.","}"]},{"type":"heading","level":2,"text":"How to create your own theme","anchor":"How-to-create-your-own-theme"},{"type":"paragraph","inlineContent":[{"type":"text","text":"It is quite simple, you have to follow several steps."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"First, create a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift class"}]},{"text":" which will inherit from ","type":"text"},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" or "},{"type":"codeVoice","code":"OUDSTheme"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"You can see "},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" as more specified and less abtract as "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" which is the base of all themes. We do not recommend to sue directly the "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" as is."},{"type":"text","text":" "},{"type":"text","text":"Then, you should override the "},{"inlineContent":[{"text":"semantic tokens","type":"text"}],"type":"emphasis"},{"text":" and ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components tokens"}]},{"text":" you want ; we recommend to use ","type":"text"},{"inlineContent":[{"text":"Swift extensions","type":"text"}],"type":"emphasis"},{"type":"text","text":" for clarity reasons."},{"text":" ","type":"text"},{"type":"text","text":"If your theme needs to define its own "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"emphasis"},{"text":", you can also define them using a ","type":"text"},{"code":"enum","type":"codeVoice"},{"text":" and the ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens types"}],"type":"emphasis"},{"type":"text","text":"."}]},{"inlineContent":[{"text":"For example:","type":"text"}],"type":"paragraph"},{"code":["import Foundation","import SwiftUI","import OUDSTokensRaw \/\/ To get raw tokens","import OUDSTokensSemantic \/\/ To get semantic tokens","import OUDSTokensComponent \/\/ To get component tokens","import OUDSThemesOrange \/\/ To override OrangeTheme (which is default theme)","","\/\/ Can be for example a country theme","class OrangeCustomTheme: OrangeTheme { }","","extension OrangeCustomTheme { \/\/ For FormsTextInputComponentToken, used in component FormsTextInputComponent",""," public override var ftiTitleFontWeight: TypographyFontWeightSemanticToken { fontWeightLabelStrong }"," public override var ftiTitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelXLarge }"," public override var ftiTitleColor: ColorSemanticToken { ColorRawTokens.colorFunctionalDodgerBlue500 }",""," public override var ftiSubtitleFontWeight: TypographyFontWeightSemanticToken { fontWeightBodyDefault }"," public override var ftiSubtitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelMedium }"," public override var ftiSubtitleColor: ColorSemanticToken { ColorRawTokens.colorFunctionalMalachite500 }",""," public override var ftiBackgroundColorLight: ColorSemanticToken { colorBackgroundDefaultPrimaryLight }"," public override var ftiBackgroundColorDark: ColorSemanticToken { colorBackgroundDefaultPrimaryDark }",""," public override var ftiBorderColor: ColorSemanticToken { colorBorderEmphasisDark ?? MyThemeColorRawTokens.someAwesomeThemeExclusiveColor }",""," public override var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDrag }",""," public override var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThickest }","}","","extension OrangeCustomTheme { \/\/ For ColorSemanticTokens using anywhere",""," override var colorBackgroundDefaultPrimaryLight: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun500 }"," override var colorBackgroundDefaultPrimaryDark: ColorSemanticToken! { ColorRawTokens.colorFunctionalSun800 }","}"],"type":"codeListing","syntax":"swift"},{"type":"paragraph","inlineContent":[{"type":"text","text":"And your own theme colors "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":":"}]},{"type":"codeListing","syntax":"swift","code":["","public typealias MyThemeColorRawToken = ColorRawToken \/\/ Refer to type ColorRawToken for consistency","","public enum MyThemeColorRawTokens {",""," public static let someAwesomeThemeExclusiveColor: MyThemeColorRawToken = \"#12345600\""," ","}"]},{"type":"paragraph","inlineContent":[{"text":"Then for your root view:","type":"text"}]},{"type":"codeListing","syntax":"swift","code":["import SwiftUI","import OUDS \/\/ To get ``OUDSThemeableView``","","struct MyAppRootView: View {",""," var body: some View {"," OUDSThemeableView(theme: OrangeCustomTheme()) {"," \/\/ ..."," }"," }","}"]}],"kind":"content"}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesinverse/":{"type":"link","titleInlineContent":[{"type":"text","text":"Inverse Theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesinverse\/","title":"Inverse Theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesinverse\/"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"type":"text","text":"Orange Theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange Theme"},"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"type":"link","titleInlineContent":[{"type":"text","text":"OUDSComponents"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","title":"OUDSComponents","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/Modules":{"role":"article","type":"topic","url":"\/documentation\/ouds\/modules","kind":"article","abstract":[{"text":"A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"module","type":"text"}]},{"type":"text","text":" can be seen as a set of features and components to fill a need."},{"text":" ","type":"text"},{"text":"There is not module yet.","type":"text"}],"title":"Modules","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules"},"doc://OUDS/documentation/OUDS/Components":{"role":"article","type":"topic","url":"\/documentation\/ouds\/components","kind":"article","title":"Components","abstract":[{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"type":"text","text":" are defined in the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components"},"https://ios.unified-design-system.orange.com/documentation/oudsthemessosh/":{"type":"link","titleInlineContent":[{"type":"text","text":"Sosh Theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemessosh\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemessosh\/","title":"Sosh Theme"},"doc://OUDS/documentation/OUDS/GettingStarted":{"role":"article","type":"topic","url":"\/documentation\/ouds\/gettingstarted","kind":"article","abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"title":"Getting Started with OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted"},"doc://OUDS/documentation/OUDS/Tokens":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","url":"\/documentation\/ouds\/tokens","kind":"article","role":"article","type":"topic","title":"Tokens","abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/ouds/tokens.json b/docs/data/documentation/ouds/tokens.json index 74d09a812..41a50593e 100644 --- a/docs/data/documentation/ouds/tokens.json +++ b/docs/data/documentation/ouds/tokens.json @@ -1 +1 @@ -{"seeAlsoSections":[{"title":"Essentials","generated":true,"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"]}],"abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/ouds\/tokens"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"article","metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Article","title":"Tokens","role":"article"},"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"content":[{"level":2,"type":"heading","text":"Overview","anchor":"overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"About responsabilities:"}]},{"syntax":"mermaid","code":["flowchart TD"," A(Raw token) --> |Contains primitive type SwiftUI value| B(Semantic token)"," B --> |Brings higher logic and functional meanings|C(Component token)"," C --> |Helps to make match between View and semantics|D(Component)"],"type":"codeListing"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Example:"}]},{"type":"codeListing","code":["flowchart TD"," A(colorFunctionalDodgerBlue500) --> |#26B2FF| B(sysColorBrandInformationDefault)"," B --> C(.informationIconbackgroundColor)"," C --> D(InformationModalView)"],"syntax":"mermaid"},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"text","text":"You can have the graphical rendering of this "},{"inlineContent":[{"text":"Mermaid","type":"text"}],"type":"emphasis"},{"type":"text","text":" charts in the "},{"type":"reference","identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/blob\/develop\/OUDS\/README.md","isActive":true},{"text":".","type":"text"}],"type":"emphasis"},{"type":"text","text":" "},{"type":"emphasis","inlineContent":[{"text":"Frustrated? Boost ","type":"text"},{"type":"reference","identifier":"https:\/\/github.com\/swiftlang\/swift-docc\/issues\/1026","isActive":true}]}]},{"text":"Component tokens","type":"heading","anchor":"Component-tokens","level":2},{"type":"paragraph","inlineContent":[{"text":"These ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" (","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":") can be used to apply some style and configuration values to ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Thus if a component needs to change for example its "},{"type":"emphasis","inlineContent":[{"type":"text","text":"background color"}]},{"text":", and if a ","type":"text"},{"inlineContent":[{"text":"component token","type":"text"}],"type":"emphasis"},{"text":" is used for it, then only the value of this ","type":"text"},{"inlineContent":[{"text":"token","type":"text"}],"type":"emphasis"},{"text":" should be changed without any modification on the ","type":"text"},{"inlineContent":[{"type":"text","text":"component"}],"type":"emphasis"},{"type":"text","text":" definition."},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Components"}],"type":"emphasis"},{"type":"text","text":" use "},{"inlineContent":[{"text":"component tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" exposed through the "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"type":"text","text":" to get their style values."}]},{"inlineContent":[{"type":"text","text":"Example with a fake component "},{"type":"codeVoice","code":"FormsTextInputComponentToken"},{"type":"text","text":":"}],"type":"paragraph"},{"type":"codeListing","syntax":"swift","code":["\/\/ Declare the component tokens","public protocol FormsTextInputComponentToken {"," var ftiTitleFontWeight: TypographyFontWeightSemanticToken { get }"," var ftiTitleFontSize: TypographyFontSizeSemanticToken { get }"," var ftiTitleColor: ColorSemanticToken { get }"," "," var ftiBorderColor: ColorSemanticToken { get }"," var ftiBorderStyle: BorderStyleSemanticToken { get }"," var ftiBorderWidth: BorderWidthSemanticToken { get }","}","","\/\/ Define the component tokens","extension OUDSTheme: FormsTextInputComponentToken {"," private static let defaultBlack: ColorSemanticToken = ColorRawTokens.colorFunctionalBlack"," private static let defaultWhite: ColorSemanticToken = ColorRawTokens.colorFunctionalWhite",""," @objc open var ftiTitleFontWeight: TypographyFontWeightSemanticToken { fontWeightHeading }"," @objc open var ftiTitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelLarge }"," @objc open var ftiTitleColor: ColorSemanticToken { colorContentBrandPrimaryLight ?? Self.defaultBlack }"," "," @objc open var ftiBorderColor: ColorSemanticToken { colorBorderEmphasisLight ?? Self.defaultBlack }"," @objc open var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDefault }"," @objc open var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThin }","}","","\/\/ Then in the definition of the component FormsTextInput component, the theme will be called and the component tokens","\/\/ stored inside will be applied","\/\/ The View","","struct OUDSFormsTextInput: View {",""," \/\/ ..."," @Environment(\\.theme) var theme",""," public var body: some View {"," VStack(spacing: theme.spacePaddingBlockComponentTall) {"," Label("," title: {"," Text(\"Example of OUDSFormsTextInput\")"," .fontWeight(theme.ftiTitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiTitleFontSize))"," .foregroundColor(theme.ftiTitleColor.color)"," },"," icon: { \/*@START_MENU_TOKEN@*\/Image(systemName: \"42.circle\")\/*@END_MENU_TOKEN@*\/ }"," )"," Text(\"Write bellow some awesome text!\")"," .fontWeight(theme.ftiSubtitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiSubtitleFontSize))"," .foregroundColor(theme.ftiSubtitleColor.color)"," TextField(placeholder, text: $value)"," }"," .padding(theme.spacePaddingBlockComponentTall)"," .background(colorScheme == .light ? theme.ftiBackgroundColorLight.color : theme.ftiBackgroundColorDark.color)"," .border(theme.ftiBorderColor.color, width: theme.ftiBorderWidth)"," }","}"]},{"level":2,"text":"Semantic tokens","type":"heading","anchor":"Semantic-tokens"},{"inlineContent":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" ("},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/","isActive":true,"type":"reference"},{"text":") can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"type":"text","text":" to apply some style and configuration values."},{"type":"text","text":" "},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"},{"type":"text","text":" "},{"text":"Thus if we need for example to change a warning color, supposing this color is defined as a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic token"}]},{"type":"text","text":", we only have to change its assigned value and all components using the "},{"type":"emphasis","inlineContent":[{"text":"semantic token","type":"text"}]},{"type":"text","text":" won’t be impacted in their definition."}],"type":"paragraph"},{"inlineContent":[{"text":"In addition, there are hundreds of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantics tokens"}]},{"text":" and we needed to add them to the abstract root theme using extensions for clarity reasons to prevent to have a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift class"}],"type":"emphasis"},{"text":" with thousands of lines. Each ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw token"}]},{"type":"text","text":" “family” is then declared in its dedicated "},{"inlineContent":[{"text":"Swift protocol","type":"text"}],"type":"emphasis"},{"type":"text","text":" any root theme must implement. Because we choose to split responsabilities and objects into their own modules, we faced troubles to make possible for children themes to override properties declared in "},{"type":"emphasis","inlineContent":[{"type":"text","text":"protocols"}]},{"type":"text","text":" and defined in "},{"inlineContent":[{"text":"extensions","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"type":"paragraph"},{"inlineContent":[{"text":"That is the reason why tokens are exposed as ","type":"text"},{"code":"@objc open","type":"codeVoice"},{"text":" to be available and overridable anywhere.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"To keep the same semantics as the ones used in our specifications, "},{"type":"emphasis","inlineContent":[{"type":"text","text":"typealias"}]},{"type":"text","text":" are used to as to make the links to "},{"inlineContent":[{"text":"primitive types","type":"text"}],"type":"emphasis"},{"text":" and our logic of ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":". These type aliases are avaialble for those who want too make their own theme. It’s only syntaxic sugar to bring ","type":"text"},{"inlineContent":[{"type":"text","text":"design words"}],"type":"emphasis"},{"type":"text","text":" in our product."}]},{"type":"paragraph","inlineContent":[{"text":"Example with ","type":"text"},{"isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/colorsemantictokens","type":"reference"},{"type":"text","text":":"}]},{"code":["\/\/ Declare a semantic token for color","protocol ColorSemanticTokens {"," var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { get }","}","","\/\/ Define the semantic token","extension OUDSTheme: ColorSemanticTokens {",""," @objc open var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { ColorRawTokens.colorFunctionalWhite }","}","","\/\/ Then any component and view can use the theme and get the stored colors, only manipulating them by their variable names."],"syntax":"swift","type":"codeListing"},{"anchor":"Raw-tokens","level":2,"text":"Raw tokens","type":"heading"},{"inlineContent":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/","isActive":true,"type":"reference"},{"type":"text","text":") are smallest "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"In fact, we choose to use as most as possible primitive types for raw values, like "},{"code":"Int","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":", ","type":"text"},{"code":"CGFloat","type":"codeVoice"},{"type":"text","text":" or "},{"code":"String","type":"codeVoice"},{"type":"text","text":" so as to handle the smallest types with few impacts on the memory for ecodesign principles. Indeed with hundreds of raw tokens, it will be more efficient to store primitive small types than "},{"inlineContent":[{"type":"text","text":"structs"}],"type":"emphasis"},{"type":"text","text":" or "},{"inlineContent":[{"text":"classes","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}]},{"type":"paragraph","inlineContent":[{"text":"So we expose also in higher level some properties so as to convert when needed some of these types to ","type":"text"},{"code":"SwiftUI","type":"codeVoice"},{"type":"text","text":" types (like "},{"type":"codeVoice","code":"Font.Weight"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Color"},{"text":").","type":"text"}]},{"inlineContent":[{"text":"To keep the same semantics as the ones used in our specifications, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"typealias"}]},{"type":"text","text":" are used to as to make the links to "},{"inlineContent":[{"type":"text","text":"primitive types"}],"type":"emphasis"},{"type":"text","text":" and our logic of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":". These type aliases are available for those who want too make their own theme.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"text":"Using more simple and primitive types will help also to test the library. With also type aliases we force users to use our types and not higher level types like ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" types."}]},{"inlineContent":[{"text":"Example for ","type":"text"},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/colorrawtokens"},{"type":"text","text":":"}],"type":"paragraph"},{"code":["\/\/ Define type alias for color raw tokens, we don't care in higher level their real type, just use aliases","public typealias ColorRawToken = String","","public enum ColorRawTokens { \/\/ Gathers all color raw tokens, use enums for namespace optimization with static let",""," public static let colorFunctionalWhite: ColorRawToken = \"#FFFFFF\""," public static let colorFunctionalScarlet400: ColorRawToken = \"#FF4D4E\""," public static let colorTransparentBlack0: ColorRawToken = apply(opacity: OpacityRawTokens.opacity0, on: colorFunctionalBlack)"," ...","}","","extension String { \/\/ The OUDS library still exposes this comptuer property"," public var color: Color {"," Color(hexadecimalCode: self)"," }","}"],"syntax":"swift","type":"codeListing"},{"level":2,"type":"heading","anchor":"Add-edit-or-remove-tokens","text":"Add, edit or remove tokens"},{"type":"paragraph","inlineContent":[{"type":"text","text":"If you need to add, edit or remove tokens, you will have to follow some simple steps."},{"text":" ","type":"text"},{"text":"You may need to ","type":"text"},{"type":"reference","isActive":true,"identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/issues"},{"type":"text","text":" or "},{"identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/pulls","type":"reference","isActive":true},{"text":" to submit the evolutions you want.","type":"text"}]},{"type":"heading","text":"For raw tokens","level":3,"anchor":"For-raw-tokens"},{"inlineContent":[{"type":"text","text":"First, find the file containing the tokens you target. For example, "},{"type":"emphasis","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" are listed and gathered in dedicated files (one file for elevation tokens, one file for dimensions tokens, etc.)."},{"text":" ","type":"text"},{"text":"Then, in the ","type":"text"},{"inlineContent":[{"text":"enum","type":"text"}],"type":"emphasis"},{"text":", add as ","type":"text"},{"inlineContent":[{"text":"static let","type":"text"}],"type":"emphasis"},{"type":"text","text":" the new raw rotken you want, or update or remove the one you target. Beware, some of them are not "},{"inlineContent":[{"type":"text","text":"raw types"}],"type":"emphasis"},{"type":"text","text":" but "},{"type":"emphasis","inlineContent":[{"text":"composite types","type":"text"}]},{"type":"text","text":" because they wrap severla values."}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"text":"Do not forget to update the unit tests. Indeed we don’t want to test realy the values of each raw token, because for each update of values the unit tests will have to be updated, and it is time wasting. Thus we only test relationship between tokens. For exemple, for a color palette we ensure the colors are lighter and lighter (or darker and darker). For sizes we check if a variable remains lower than the next one, etc.","type":"text"}]},{"inlineContent":[{"type":"text","text":"Beware, if you want remove tokens and if the raw tokens you want to remove are shared to others, prefer keeping the old value until the next release and flag it as deprecated so as to avoid to break the backward compatibility."}],"type":"paragraph"},{"level":3,"text":"For semantic tokens","type":"heading","anchor":"For-semantic-tokens"},{"type":"paragraph","inlineContent":[{"text":"Semantic tokens are declared in dedicated protocols, i.e. each semantic token family is gathered in its own protocol definition. It allows to not spread tokens everywhere, keep things clean, and will force themes to implement them so as to be sure the tokens will always been defined.","type":"text"},{"type":"text","text":" "},{"text":"You may need thus to add the semantic tokens you want in the suitable protocol, then update the theme which defines the vavlues by implementing the protocol.","type":"text"},{"text":" ","type":"text"},{"text":"You can declare a semantic token (or several) in a protocol, and define them in your theme assigning in the end a raw token as value.","type":"text"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Do not forget to update the unit tests. Indeed we don’t tests the real values of the semantic tokens which can change a lot, but we test if the semantic tokens can be overriden, i.e. if a theme which is a subclass of an higher level them can change the value for each semantic token. It will ensure that tokens remain overridable."}]},{"inlineContent":[{"type":"text","text":"Beware, if you want remove tokens and if the semantic tokens you want to remove are shared to others, prefer keeping the old value until the next release and flag it as deprecated so as to avoid to break the backward compatibility."}],"type":"paragraph"}],"kind":"content"}],"references":{"https://github.com/Orange-OpenSource/ouds-ios/issues":{"url":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/issues","type":"link","identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/issues","titleInlineContent":[{"text":"create an issue","type":"text"}],"title":"create an issue"},"https://ios.unified-design-system.orange.com/documentation/oudstokenssemantic/colorsemantictokens":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/colorsemantictokens","titleInlineContent":[{"type":"text","text":"OUDSTokensComponent\/ColorSemanticTokens"}],"title":"OUDSTokensComponent\/ColorSemanticTokens","type":"link"},"https://github.com/Orange-OpenSource/ouds-ios/blob/develop/OUDS/README.md":{"url":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/blob\/develop\/OUDS\/README.md","type":"link","identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/blob\/develop\/OUDS\/README.md","titleInlineContent":[{"text":"README markdown","type":"text"}],"title":"README markdown"},"https://ios.unified-design-system.orange.com/documentation/oudstokensraw/colorrawtokens":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/colorrawtokens","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/colorrawtokens","titleInlineContent":[{"type":"text","text":"ColorRawTokens"}],"title":"ColorRawTokens","type":"link"},"doc://OUDS/documentation/OUDS":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS","type":"topic","kind":"symbol","url":"\/documentation\/ouds","role":"collection","title":"OUDS","abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}]},"doc://OUDS/documentation/OUDS/Modules":{"abstract":[{"type":"text","text":"A "},{"inlineContent":[{"type":"text","text":"module"}],"type":"emphasis"},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"There is not module yet."}],"type":"topic","title":"Modules","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules","kind":"article","url":"\/documentation\/ouds\/modules"},"https://ios.unified-design-system.orange.com/documentation/oudstokensraw/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/","titleInlineContent":[{"text":"OUDSTokensRaw","type":"text"}],"title":"OUDSTokensRaw"},"https://github.com/Orange-OpenSource/ouds-ios/pulls":{"url":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/pulls","identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/pulls","titleInlineContent":[{"type":"text","text":"a pull request"}],"title":"a pull request","type":"link"},"doc://OUDS/documentation/OUDS/Themes":{"role":"article","url":"\/documentation\/ouds\/themes","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes","abstract":[{"type":"emphasis","inlineContent":[{"text":"Themes","type":"text"}]},{"text":" are applications of specific values for ","type":"text"},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"text":" using in the end ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"type":"text","text":" and "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" which can be used for components rendering."},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"text":" has also ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":", written with ","type":"text"},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":"."}],"kind":"article","type":"topic","title":"Themes"},"https://github.com/swiftlang/swift-docc/issues/1026":{"url":"https:\/\/github.com\/swiftlang\/swift-docc\/issues\/1026","type":"link","identifier":"https:\/\/github.com\/swiftlang\/swift-docc\/issues\/1026","titleInlineContent":[{"text":"the issue we submitted","type":"text"}],"title":"the issue we submitted"},"https://ios.unified-design-system.orange.com/documentation/oudstokenssemantic/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/","titleInlineContent":[{"type":"text","text":"OUDSTokensSemantic"}],"title":"OUDSTokensSemantic","type":"link"},"doc://OUDS/documentation/OUDS/GettingStarted":{"abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"type":"topic","title":"Getting Started with OUDS","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","kind":"article","url":"\/documentation\/ouds\/gettingstarted"},"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"title":"OUDSComponents","titleInlineContent":[{"text":"OUDSComponents","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/"},"doc://OUDS/documentation/OUDS/Components":{"type":"topic","abstract":[{"type":"emphasis","inlineContent":[{"text":"Components","type":"text"}]},{"text":" are defined in the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"title":"Components","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components","kind":"article","url":"\/documentation\/ouds\/components"}}} \ No newline at end of file +{"seeAlsoSections":[{"generated":true,"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Components","doc:\/\/OUDS\/documentation\/OUDS\/Modules"]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"sections":[],"primaryContentSections":[{"kind":"content","content":[{"anchor":"overview","type":"heading","text":"Overview","level":2},{"type":"paragraph","inlineContent":[{"type":"text","text":"About responsabilities:"}]},{"code":["flowchart TD"," A(Raw token) --> |Contains primitive type SwiftUI value| B(Semantic token)"," B --> |Brings higher logic and functional meanings|C(Component token)"," C --> |Helps to make match between View and semantics|D(Component)"],"type":"codeListing","syntax":"mermaid"},{"type":"paragraph","inlineContent":[{"text":"Example:","type":"text"}]},{"code":["flowchart TD"," A(colorFunctionalDodgerBlue500) --> |#26B2FF| B(sysColorBrandInformationDefault)"," B --> C(.informationIconbackgroundColor)"," C --> D(InformationModalView)"],"type":"codeListing","syntax":"mermaid"},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"text","text":"You can have the graphical rendering of this "},{"inlineContent":[{"type":"text","text":"Mermaid"}],"type":"emphasis"},{"text":" charts in the ","type":"text"},{"identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/blob\/develop\/OUDS\/README.md","type":"reference","isActive":true},{"text":".","type":"text"}],"type":"emphasis"},{"text":" ","type":"text"},{"inlineContent":[{"text":"Frustrated? Boost ","type":"text"},{"isActive":true,"type":"reference","identifier":"https:\/\/github.com\/swiftlang\/swift-docc\/issues\/1026"}],"type":"emphasis"}]},{"anchor":"Component-tokens","level":2,"type":"heading","text":"Component tokens"},{"type":"paragraph","inlineContent":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" ("},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","type":"reference","isActive":true},{"text":") can be used to apply some style and configuration values to ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Thus if a component needs to change for example its ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"background color"}]},{"type":"text","text":", and if a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"component token"}]},{"type":"text","text":" is used for it, then only the value of this "},{"inlineContent":[{"type":"text","text":"token"}],"type":"emphasis"},{"type":"text","text":" should be changed without any modification on the "},{"type":"emphasis","inlineContent":[{"text":"component","type":"text"}]},{"text":" definition.","type":"text"},{"type":"text","text":" "},{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"text":" use ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" exposed through the ","type":"text"},{"inlineContent":[{"type":"text","text":"theme"}],"type":"emphasis"},{"text":" to get their style values.","type":"text"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Example with a fake component "},{"type":"codeVoice","code":"FormsTextInputComponentToken"},{"text":":","type":"text"}]},{"code":["\/\/ Declare the component tokens","public protocol FormsTextInputComponentToken {"," var ftiTitleFontWeight: TypographyFontWeightSemanticToken { get }"," var ftiTitleFontSize: TypographyFontSizeSemanticToken { get }"," var ftiTitleColor: ColorSemanticToken { get }"," "," var ftiBorderColor: ColorSemanticToken { get }"," var ftiBorderStyle: BorderStyleSemanticToken { get }"," var ftiBorderWidth: BorderWidthSemanticToken { get }","}","","\/\/ Define the component tokens","extension OUDSTheme: FormsTextInputComponentToken {"," private static let defaultBlack: ColorSemanticToken = ColorRawTokens.colorFunctionalBlack"," private static let defaultWhite: ColorSemanticToken = ColorRawTokens.colorFunctionalWhite",""," @objc open var ftiTitleFontWeight: TypographyFontWeightSemanticToken { fontWeightHeading }"," @objc open var ftiTitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelLarge }"," @objc open var ftiTitleColor: ColorSemanticToken { colorContentBrandPrimaryLight ?? Self.defaultBlack }"," "," @objc open var ftiBorderColor: ColorSemanticToken { colorBorderEmphasisLight ?? Self.defaultBlack }"," @objc open var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDefault }"," @objc open var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThin }","}","","\/\/ Then in the definition of the component FormsTextInput component, the theme will be called and the component tokens","\/\/ stored inside will be applied","\/\/ The View","","struct OUDSFormsTextInput: View {",""," \/\/ ..."," @Environment(\\.theme) var theme",""," public var body: some View {"," VStack(spacing: theme.spacePaddingBlockComponentTall) {"," Label("," title: {"," Text(\"Example of OUDSFormsTextInput\")"," .fontWeight(theme.ftiTitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiTitleFontSize))"," .foregroundColor(theme.ftiTitleColor.color)"," },"," icon: { \/*@START_MENU_TOKEN@*\/Image(systemName: \"42.circle\")\/*@END_MENU_TOKEN@*\/ }"," )"," Text(\"Write bellow some awesome text!\")"," .fontWeight(theme.ftiSubtitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiSubtitleFontSize))"," .foregroundColor(theme.ftiSubtitleColor.color)"," TextField(placeholder, text: $value)"," }"," .padding(theme.spacePaddingBlockComponentTall)"," .background(colorScheme == .light ? theme.ftiBackgroundColorLight.color : theme.ftiBackgroundColorDark.color)"," .border(theme.ftiBorderColor.color, width: theme.ftiBorderWidth)"," }","}"],"type":"codeListing","syntax":"swift"},{"text":"Semantic tokens","anchor":"Semantic-tokens","level":2,"type":"heading"},{"inlineContent":[{"text":"These ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/"},{"text":") can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"text":" to apply some style and configuration values.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."},{"text":" ","type":"text"},{"text":"Thus if we need for example to change a warning color, supposing this color is defined as a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic token"}]},{"text":", we only have to change its assigned value and all components using the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic token"}]},{"text":" won’t be impacted in their definition.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"In addition, there are hundreds of "},{"type":"emphasis","inlineContent":[{"text":"semantics tokens","type":"text"}]},{"text":" and we needed to add them to the abstract root theme using extensions for clarity reasons to prevent to have a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift class"}]},{"text":" with thousands of lines. Each ","type":"text"},{"inlineContent":[{"text":"raw token","type":"text"}],"type":"emphasis"},{"text":" “family” is then declared in its dedicated ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift protocol","type":"text"}]},{"type":"text","text":" any root theme must implement. Because we choose to split responsabilities and objects into their own modules, we faced troubles to make possible for children themes to override properties declared in "},{"inlineContent":[{"type":"text","text":"protocols"}],"type":"emphasis"},{"type":"text","text":" and defined in "},{"type":"emphasis","inlineContent":[{"type":"text","text":"extensions"}]},{"type":"text","text":"."}]},{"inlineContent":[{"type":"text","text":"That is the reason why tokens are exposed as "},{"code":"@objc open","type":"codeVoice"},{"type":"text","text":" to be available and overridable anywhere."}],"type":"paragraph"},{"inlineContent":[{"text":"To keep the same semantics as the ones used in our specifications, ","type":"text"},{"inlineContent":[{"text":"typealias","type":"text"}],"type":"emphasis"},{"type":"text","text":" are used to as to make the links to "},{"type":"emphasis","inlineContent":[{"type":"text","text":"primitive types"}]},{"type":"text","text":" and our logic of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":". These type aliases are avaialble for those who want too make their own theme. It’s only syntaxic sugar to bring "},{"inlineContent":[{"text":"design words","type":"text"}],"type":"emphasis"},{"text":" in our product.","type":"text"}],"type":"paragraph"},{"inlineContent":[{"type":"text","text":"Example with "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/colorsemantictokens","isActive":true,"type":"reference"},{"type":"text","text":":"}],"type":"paragraph"},{"syntax":"swift","code":["\/\/ Declare a semantic token for color","protocol ColorSemanticTokens {"," var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { get }","}","","\/\/ Define the semantic token","extension OUDSTheme: ColorSemanticTokens {",""," @objc open var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { ColorRawTokens.colorFunctionalWhite }","}","","\/\/ Then any component and view can use the theme and get the stored colors, only manipulating them by their variable names."],"type":"codeListing"},{"level":2,"anchor":"Raw-tokens","type":"heading","text":"Raw tokens"},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/","isActive":true},{"type":"text","text":") are smallest "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}]},{"type":"paragraph","inlineContent":[{"text":"In fact, we choose to use as most as possible primitive types for raw values, like ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":", ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":", ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" or "},{"code":"String","type":"codeVoice"},{"text":" so as to handle the smallest types with few impacts on the memory for ecodesign principles. Indeed with hundreds of raw tokens, it will be more efficient to store primitive small types than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"structs","type":"text"}]},{"type":"text","text":" or "},{"type":"emphasis","inlineContent":[{"type":"text","text":"classes"}]},{"type":"text","text":"."}]},{"type":"paragraph","inlineContent":[{"text":"So we expose also in higher level some properties so as to convert when needed some of these types to ","type":"text"},{"type":"codeVoice","code":"SwiftUI"},{"type":"text","text":" types (like "},{"type":"codeVoice","code":"Font.Weight"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Color"},{"text":").","type":"text"}]},{"inlineContent":[{"type":"text","text":"To keep the same semantics as the ones used in our specifications, "},{"type":"emphasis","inlineContent":[{"type":"text","text":"typealias"}]},{"type":"text","text":" are used to as to make the links to "},{"inlineContent":[{"type":"text","text":"primitive types"}],"type":"emphasis"},{"type":"text","text":" and our logic of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":". These type aliases are available for those who want too make their own theme."}],"type":"paragraph"},{"inlineContent":[{"type":"text","text":"Using more simple and primitive types will help also to test the library. With also type aliases we force users to use our types and not higher level types like "},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" types."}],"type":"paragraph"},{"inlineContent":[{"type":"text","text":"Example for "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/colorrawtokens","type":"reference","isActive":true},{"text":":","type":"text"}],"type":"paragraph"},{"code":["\/\/ Define type alias for color raw tokens, we don't care in higher level their real type, just use aliases","public typealias ColorRawToken = String","","public enum ColorRawTokens { \/\/ Gathers all color raw tokens, use enums for namespace optimization with static let",""," public static let colorFunctionalWhite: ColorRawToken = \"#FFFFFF\""," public static let colorFunctionalScarlet400: ColorRawToken = \"#FF4D4E\""," public static let colorTransparentBlack0: ColorRawToken = apply(opacity: OpacityRawTokens.opacity0, on: colorFunctionalBlack)"," ...","}","","extension String { \/\/ The OUDS library still exposes this comptuer property"," public var color: Color {"," Color(hexadecimalCode: self)"," }","}"],"syntax":"swift","type":"codeListing"},{"anchor":"Add-edit-or-remove-tokens","text":"Add, edit or remove tokens","type":"heading","level":2},{"type":"paragraph","inlineContent":[{"text":"If you need to add, edit or remove tokens, you will have to follow some simple steps.","type":"text"},{"type":"text","text":" "},{"text":"You may need to ","type":"text"},{"identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/issues","type":"reference","isActive":true},{"type":"text","text":" or "},{"type":"reference","identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/pulls","isActive":true},{"type":"text","text":" to submit the evolutions you want."}]},{"text":"For raw tokens","anchor":"For-raw-tokens","level":3,"type":"heading"},{"type":"paragraph","inlineContent":[{"type":"text","text":"First, find the file containing the tokens you target. For example, "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":" are listed and gathered in dedicated files (one file for elevation tokens, one file for dimensions tokens, etc.).","type":"text"},{"type":"text","text":" "},{"text":"Then, in the ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"enum","type":"text"}]},{"type":"text","text":", add as "},{"inlineContent":[{"type":"text","text":"static let"}],"type":"emphasis"},{"text":" the new raw rotken you want, or update or remove the one you target. Beware, some of them are not ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"raw types","type":"text"}]},{"type":"text","text":" but "},{"type":"emphasis","inlineContent":[{"type":"text","text":"composite types"}]},{"text":" because they wrap severla values.","type":"text"}]},{"type":"paragraph","inlineContent":[{"text":"Do not forget to update the unit tests. Indeed we don’t want to test realy the values of each raw token, because for each update of values the unit tests will have to be updated, and it is time wasting. Thus we only test relationship between tokens. For exemple, for a color palette we ensure the colors are lighter and lighter (or darker and darker). For sizes we check if a variable remains lower than the next one, etc.","type":"text"}]},{"inlineContent":[{"text":"Beware, if you want remove tokens and if the raw tokens you want to remove are shared to others, prefer keeping the old value until the next release and flag it as deprecated so as to avoid to break the backward compatibility.","type":"text"}],"type":"paragraph"},{"anchor":"For-semantic-tokens","text":"For semantic tokens","type":"heading","level":3},{"inlineContent":[{"text":"Semantic tokens are declared in dedicated protocols, i.e. each semantic token family is gathered in its own protocol definition. It allows to not spread tokens everywhere, keep things clean, and will force themes to implement them so as to be sure the tokens will always been defined.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"You may need thus to add the semantic tokens you want in the suitable protocol, then update the theme which defines the vavlues by implementing the protocol."},{"type":"text","text":" "},{"text":"You can declare a semantic token (or several) in a protocol, and define them in your theme assigning in the end a raw token as value.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"text":"Do not forget to update the unit tests. Indeed we don’t tests the real values of the semantic tokens which can change a lot, but we test if the semantic tokens can be overriden, i.e. if a theme which is a subclass of an higher level them can change the value for each semantic token. It will ensure that tokens remain overridable.","type":"text"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Beware, if you want remove tokens and if the semantic tokens you want to remove are shared to others, prefer keeping the old value until the next release and flag it as deprecated so as to avoid to break the backward compatibility."}]}]}],"abstract":[{"text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names.","type":"text"}],"identifier":{"url":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","interfaceLanguage":"swift"},"kind":"article","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/tokens"]}],"metadata":{"title":"Tokens","modules":[{"name":"OUDS"}],"roleHeading":"Article","role":"article"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDS/documentation/OUDS/Components":{"role":"article","type":"topic","url":"\/documentation\/ouds\/components","kind":"article","title":"Components","abstract":[{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"type":"text","text":" are defined in the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"text":" target and can be integrated in applications.","type":"text"}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Components"},"https://ios.unified-design-system.orange.com/documentation/oudstokensraw/colorrawtokens":{"type":"link","title":"ColorRawTokens","titleInlineContent":[{"text":"ColorRawTokens","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/colorrawtokens","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/colorrawtokens"},"https://github.com/swiftlang/swift-docc/issues/1026":{"identifier":"https:\/\/github.com\/swiftlang\/swift-docc\/issues\/1026","url":"https:\/\/github.com\/swiftlang\/swift-docc\/issues\/1026","title":"the issue we submitted","titleInlineContent":[{"text":"the issue we submitted","type":"text"}],"type":"link"},"doc://OUDS/documentation/OUDS/Modules":{"role":"article","type":"topic","url":"\/documentation\/ouds\/modules","kind":"article","abstract":[{"text":"A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"module","type":"text"}]},{"type":"text","text":" can be seen as a set of features and components to fill a need."},{"text":" ","type":"text"},{"text":"There is not module yet.","type":"text"}],"title":"Modules","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules"},"https://ios.unified-design-system.orange.com/documentation/oudstokenssemantic/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/","title":"OUDSTokensSemantic","titleInlineContent":[{"text":"OUDSTokensSemantic","type":"text"}],"type":"link"},"doc://OUDS/documentation/OUDS":{"type":"topic","url":"\/documentation\/ouds","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"type":"text","text":", the new design system unified and cohesive across all platforms to build Orange mobile applications."}],"kind":"symbol","role":"collection","title":"OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS"},"doc://OUDS/documentation/OUDS/GettingStarted":{"role":"article","type":"topic","url":"\/documentation\/ouds\/gettingstarted","kind":"article","abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"title":"Getting Started with OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted"},"https://ios.unified-design-system.orange.com/documentation/oudstokenssemantic/colorsemantictokens":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/colorsemantictokens","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenssemantic\/colorsemantictokens","title":"OUDSTokensComponent\/ColorSemanticTokens","titleInlineContent":[{"text":"OUDSTokensComponent\/ColorSemanticTokens","type":"text"}],"type":"link"},"https://github.com/Orange-OpenSource/ouds-ios/pulls":{"type":"link","title":"a pull request","titleInlineContent":[{"text":"a pull request","type":"text"}],"url":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/pulls","identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/pulls"},"https://github.com/Orange-OpenSource/ouds-ios/blob/develop/OUDS/README.md":{"identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/blob\/develop\/OUDS\/README.md","url":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/blob\/develop\/OUDS\/README.md","title":"README markdown","titleInlineContent":[{"text":"README markdown","type":"text"}],"type":"link"},"https://github.com/Orange-OpenSource/ouds-ios/issues":{"type":"link","title":"create an issue","titleInlineContent":[{"text":"create an issue","type":"text"}],"url":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/issues","identifier":"https:\/\/github.com\/Orange-OpenSource\/ouds-ios\/issues"},"https://ios.unified-design-system.orange.com/documentation/oudstokenscomponent/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","title":"OUDSComponents","titleInlineContent":[{"text":"OUDSComponents","type":"text"}],"type":"link"},"doc://OUDS/documentation/OUDS/Themes":{"title":"Themes","role":"article","kind":"article","abstract":[{"inlineContent":[{"text":"Themes","type":"text"}],"type":"emphasis"},{"type":"text","text":" are applications of specific values for "},{"inlineContent":[{"type":"text","text":"components tokens"}],"type":"emphasis"},{"text":" and ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" using in the end ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"text":" contains any relevant ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"semantic tokens","type":"text"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" which can be used for components rendering.","type":"text"},{"type":"text","text":" "},{"text":"A ","type":"text"},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"type":"text","text":" has also "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":", written with "},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":", the needed values in the suitable type. A ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"type":"text","text":" can add for itself any new "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":"."}],"url":"\/documentation\/ouds\/themes","type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes"},"https://ios.unified-design-system.orange.com/documentation/oudstokensraw/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokensraw\/","title":"OUDSTokensRaw","titleInlineContent":[{"type":"text","text":"OUDSTokensRaw"}],"type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents.json b/docs/data/documentation/oudscomponents.json index 4e5a6ed1f..058482174 100644 --- a/docs/data/documentation/oudscomponents.json +++ b/docs/data/documentation/oudscomponents.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"content","content":[{"text":"Overview","anchor":"Overview","type":"heading","level":2},{"type":"paragraph","inlineContent":[{"type":"text","text":"Comming soon"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}],"topicSections":[{"identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"],"title":"Group"}],"metadata":{"title":"OUDSComponents","roleHeading":"Framework","externalID":"OUDSComponents","role":"collection","symbolKind":"module","modules":[{"name":"OUDSComponents"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[[]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"topicSections":[{"identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"],"title":"Group"}],"kind":"symbol","metadata":{"symbolKind":"module","title":"OUDSComponents","modules":[{"name":"OUDSComponents"}],"role":"collection","roleHeading":"Framework","externalID":"OUDSComponents"},"primaryContentSections":[{"content":[{"level":2,"text":"Overview","anchor":"Overview","type":"heading"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Comming soon"}]}],"kind":"content"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents"},"abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents"]}],"sections":[],"hierarchy":{"paths":[[]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"text":"Warning: This is a draft component","type":"text"}]},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","type":"topic","navigatorTitle":[{"kind":"identifier","text":"OUDSFormsTextInput"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput","role":"symbol","title":"OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","role":"collection","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput.json b/docs/data/documentation/oudscomponents/oudsformstextinput.json index 77d493868..1576e98c9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"struct","roleHeading":"Structure","role":"symbol","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"externalID":"s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents"}],"title":"OUDSFormsTextInput","navigatorTitle":[{"kind":"identifier","text":"OUDSFormsTextInput"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)"],"title":"Initializers"},{"title":"Instance Properties","identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body"]},{"title":"Default Implementations","identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"],"generated":true}],"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"relationshipsSections":[{"kind":"relationships","title":"Conforms To","type":"conformsTo","identifiers":["doc:\/\/OUDSComponents\/7SwiftUI4ViewP"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSFormsTextInput"}],"platforms":["macOS"],"languages":["swift"]}]},{"kind":"content","content":[{"text":"Overview","type":"heading","level":2,"anchor":"overview"},{"inlineContent":[{"type":"text","text":"This commponent is created to illustrate the mecanism of theme and tokens."}],"type":"paragraph"}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/body":{"type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body","title":"body","url":"\/documentation\/oudscomponents\/oudsformstextinput\/body","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"body","kind":"identifier"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/7SwiftUI4ViewP":{"type":"unresolvable","title":"SwiftUI.View","identifier":"doc:\/\/OUDSComponents\/7SwiftUI4ViewP"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/init(placeholder:value:isEnabled:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/init(placeholder:value:isenabled:)","fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"placeholder"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":")","kind":"text"}],"title":"init(placeholder:value:isEnabled:)","role":"symbol","abstract":[{"type":"text","text":"Use this initializer to create a text field that binds to a bound optional"},{"text":" ","type":"text"},{"type":"text","text":"value and propose a placeholder."}],"type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"roleHeading":"Structure","title":"OUDSFormsTextInput","symbolKind":"struct","fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSFormsTextInput","kind":"identifier"}],"externalID":"s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents"}],"role":"symbol","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"type":"text","text":" "},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"text":".","type":"text"}],"relationshipsSections":[{"kind":"relationships","title":"Conforms To","identifiers":["doc:\/\/OUDSComponents\/7SwiftUI4ViewP"],"type":"conformsTo"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"type":"heading","anchor":"overview","level":2,"text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"This commponent is created to illustrate the mecanism of theme and tokens."}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body"]},{"identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"],"title":"Default Implementations","generated":true}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/7SwiftUI4ViewP":{"identifier":"doc:\/\/OUDSComponents\/7SwiftUI4ViewP","type":"unresolvable","title":"SwiftUI.View"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/init(placeholder:value:isEnabled:)":{"title":"init(placeholder:value:isEnabled:)","abstract":[{"type":"text","text":"Use this initializer to create a text field that binds to a bound optional"},{"text":" ","type":"text"},{"type":"text","text":"value and propose a placeholder."}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"placeholder"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/init(placeholder:value:isenabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/body":{"kind":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"kind":"text","text":": "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/body","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accentcolor(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accentcolor(_:).json index 48c52b7cb..3b4b62d0e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accentcolor(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accentcolor(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accentColor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"accentColor","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accentColor(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead.","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead."},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","beta":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead."},{"deprecated":false,"name":"watchOS","message":"Use the asset catalog's accent color or View.tint(_:) instead.","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"6.0","beta":false},{"introducedAt":"1.0","unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"name":"visionOS","message":"Use the asset catalog's accent color or View.tint(_:) instead.","beta":false}],"title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accentcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accentColor(_:)":{"kind":"symbol","title":"accentColor(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accentcolor(_:)","abstract":[],"deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accentColor"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accentColor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"accentColor"},{"text":": ","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accentcolor(_:)"]}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"text":"(","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accentColor(_:)","role":"symbol","platforms":[{"deprecatedAt":"100000.0","deprecated":false,"name":"iOS","beta":false,"introducedAt":"13.0","unavailable":false,"message":"Use the asset catalog's accent color or View.tint(_:) instead."},{"unavailable":false,"name":"macOS","message":"Use the asset catalog's accent color or View.tint(_:) instead.","deprecated":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"10.15"},{"unavailable":false,"beta":false,"deprecatedAt":"100000.0","deprecated":false,"name":"tvOS","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","name":"watchOS","message":"Use the asset catalog's accent color or View.tint(_:) instead.","beta":false,"introducedAt":"6.0"},{"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","deprecated":false,"name":"visionOS","introducedAt":"1.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}],"type":"paragraph"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accentColor(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accentColor(_:)":{"type":"topic","title":"accentColor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accentcolor(_:)","deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accentColor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-1rrxd.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-1rrxd.json index 848bec47a..3afb80ce6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-1rrxd.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-1rrxd.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibility(activationPoint:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS","deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","renamed":"accessibilityActivationPoint(_:)","unavailable":false,"deprecatedAt":"100000.0","beta":false},{"introducedAt":"13.0","name":"tvOS","renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","unavailable":false,"beta":false,"deprecated":false},{"renamed":"accessibilityActivationPoint(_:)","deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false},{"deprecatedAt":"100000.0","introducedAt":"1.0","name":"visionOS","renamed":"accessibilityActivationPoint(_:)","unavailable":false,"deprecated":false,"beta":false}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-1rrxd"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-1rrxd":{"title":"accessibility(activationPoint:)","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-1rrxd","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","title":"accessibility(activationPoint:)","platforms":[{"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0"},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","beta":false,"unavailable":false},{"renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0"},{"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"1.0","unavailable":false,"name":"visionOS","beta":false,"renamed":"accessibilityActivationPoint(_:)"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-1rrxd"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(activationPoint:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-1rrxd":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","title":"accessibility(activationPoint:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-1rrxd","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-759yu.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-759yu.json index 2ced8f1c9..2c42bd9df 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-759yu.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(activationpoint:)-759yu.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-759yu"]}],"kind":"symbol","sections":[],"metadata":{"platforms":[{"deprecatedAt":"100000.0","beta":false,"name":"iOS","renamed":"accessibilityActivationPoint(_:)","unavailable":false,"introducedAt":"13.0","deprecated":false},{"deprecatedAt":"100000.0","name":"macOS","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","name":"tvOS","renamed":"accessibilityActivationPoint(_:)","beta":false},{"deprecatedAt":"100000.0","introducedAt":"6.0","deprecated":false,"renamed":"accessibilityActivationPoint(_:)","unavailable":false,"name":"watchOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","name":"visionOS","deprecated":false,"beta":false,"introducedAt":"1.0"}],"extendedModule":"SwiftUI","title":"accessibility(activationPoint:)","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-759yu":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-759yu","role":"symbol","kind":"symbol","title":"accessibility(activationPoint:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"role":"symbol","title":"accessibility(activationPoint:)","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"13.0","renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","name":"iOS","beta":false,"unavailable":false},{"renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"beta":false,"renamed":"accessibilityActivationPoint(_:)","deprecated":false,"name":"tvOS","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0"},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"renamed":"accessibilityActivationPoint(_:)","deprecatedAt":"100000.0","introducedAt":"6.0"},{"renamed":"accessibilityActivationPoint(_:)","introducedAt":"1.0","deprecatedAt":"100000.0","name":"visionOS","deprecated":false,"beta":false,"unavailable":false}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-759yu"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-759yu":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"deprecated":true,"type":"topic","abstract":[],"kind":"symbol","title":"accessibility(activationPoint:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-759yu","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(addtraits:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(addtraits:).json index 49e0a01e4..f4a5ec4b3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(addtraits:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(addtraits:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"title":"accessibility(addTraits:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecatedAt":"100000.0","beta":false,"introducedAt":"13.0","unavailable":false,"renamed":"accessibilityAddTraits(_:)","deprecated":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","deprecated":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","beta":false,"unavailable":false},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","deprecatedAt":"100000.0","unavailable":false,"renamed":"accessibilityAddTraits(_:)","beta":false},{"name":"watchOS","deprecatedAt":"100000.0","unavailable":false,"renamed":"accessibilityAddTraits(_:)","beta":false,"introducedAt":"6.0","deprecated":false},{"name":"visionOS","deprecated":false,"unavailable":false,"introducedAt":"1.0","deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityAddTraits(_:)"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(addTraits:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(addtraits:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"traits","kind":"internalParam"},{"kind":"text","text":": "},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(addTraits:)":{"deprecated":true,"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","kind":"symbol","role":"symbol","title":"accessibility(addTraits:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(addtraits:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(addtraits:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(addTraits:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"addTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibility(addTraits:)","role":"symbol","platforms":[{"deprecated":false,"renamed":"accessibilityAddTraits(_:)","name":"iOS","beta":false,"introducedAt":"13.0","unavailable":false,"deprecatedAt":"100000.0"},{"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityAddTraits(_:)","deprecated":false},{"renamed":"accessibilityAddTraits(_:)","deprecatedAt":"100000.0","deprecated":false,"name":"tvOS","beta":false,"introducedAt":"13.0","unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"6.0","deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","unavailable":false,"deprecated":false},{"introducedAt":"1.0","deprecated":false,"unavailable":false,"renamed":"accessibilityAddTraits(_:)","deprecatedAt":"100000.0","beta":false,"name":"visionOS"}],"roleHeading":"Instance Method","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"traits","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(addTraits:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(addtraits:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","type":"topic","title":"accessibility(addTraits:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hidden:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hidden:).json index 5cc6f2587..bafe6b016 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hidden:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hidden:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hidden:)"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hidden:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hidden","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"hidden","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":[{"introducedAt":"13.0","renamed":"accessibilityHidden(_:)","deprecated":false,"unavailable":false,"name":"iOS","beta":false,"deprecatedAt":"100000.0"},{"renamed":"accessibilityHidden(_:)","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"10.15","name":"macOS","beta":false},{"introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"name":"tvOS","renamed":"accessibilityHidden(_:)"},{"renamed":"accessibilityHidden(_:)","beta":false,"unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"name":"watchOS","introducedAt":"6.0"},{"name":"visionOS","unavailable":false,"introducedAt":"1.0","renamed":"accessibilityHidden(_:)","deprecatedAt":"100000.0","beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibility(hidden:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"kind":"symbol","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","url":"\/documentation\/oudscomponents","title":"OUDSComponents","role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hidden:)":{"deprecated":true,"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hidden:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)","title":"accessibility(hidden:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hidden:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(hidden:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"accessibility(hidden:)","role":"symbol","platforms":[{"renamed":"accessibilityHidden(_:)","deprecated":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"name":"iOS"},{"unavailable":false,"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityHidden(_:)","name":"macOS","introducedAt":"10.15","deprecated":false},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false,"renamed":"accessibilityHidden(_:)","deprecated":false,"deprecatedAt":"100000.0"},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"renamed":"accessibilityHidden(_:)","deprecatedAt":"100000.0","name":"watchOS","beta":false},{"deprecated":false,"introducedAt":"1.0","unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","beta":false,"name":"visionOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hidden:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)","abstract":[],"deprecated":true,"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"hidden","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(hidden:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hidden:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hint:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hint:).json index 27c80f124..fe5f005c5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hint:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(hint:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"hint","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hint:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(hint:)"},{"text":".","type":"text"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"hint","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibility(hint:)","platforms":[{"name":"iOS","unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","beta":false},{"name":"macOS","introducedAt":"10.15","renamed":"accessibilityHint(_:)","beta":false,"deprecatedAt":"100000.0","deprecated":false,"unavailable":false},{"renamed":"accessibilityHint(_:)","beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","name":"watchOS","renamed":"accessibilityHint(_:)","unavailable":false,"introducedAt":"6.0","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"1.0","deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","beta":false,"unavailable":false,"name":"visionOS"}]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hint:)":{"title":"accessibility(hint:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hint:)","role":"symbol","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hint:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","title":"accessibility(hint:)","externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":[{"renamed":"accessibilityHint(_:)","deprecated":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"name":"iOS"},{"unavailable":false,"deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityHint(_:)","name":"macOS","deprecated":false,"introducedAt":"10.15"},{"renamed":"accessibilityHint(_:)","deprecatedAt":"100000.0","name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","name":"watchOS","introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"1.0","name":"visionOS","renamed":"accessibilityHint(_:)","deprecated":false,"beta":false,"unavailable":false,"deprecatedAt":"100000.0"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(hint:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hint:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibility(hint:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hint:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(identifier:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(identifier:).json index b9fd36343..a72e606a7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(identifier:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(identifier:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","platforms":[{"renamed":"accessibilityIdentifier(_:)","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"name":"macOS","deprecatedAt":"100000.0","beta":false,"introducedAt":"10.15","unavailable":false,"renamed":"accessibilityIdentifier(_:)","deprecated":false},{"deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","beta":false,"name":"tvOS","renamed":"accessibilityIdentifier(_:)"},{"beta":false,"renamed":"accessibilityIdentifier(_:)","name":"watchOS","deprecatedAt":"100000.0","introducedAt":"6.0","deprecated":false,"unavailable":false},{"introducedAt":"1.0","deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"beta":false,"name":"visionOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","title":"accessibility(identifier:)","roleHeading":"Instance Method","role":"symbol"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(identifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(identifier:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)","type":"topic","deprecated":true,"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(identifier:)","title":"accessibility(identifier:)","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(identifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibility(identifier:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"renamed":"accessibilityIdentifier(_:)","deprecatedAt":"100000.0","deprecated":false,"introducedAt":"13.0","name":"iOS"},{"beta":false,"deprecatedAt":"100000.0","name":"macOS","deprecated":false,"renamed":"accessibilityIdentifier(_:)","unavailable":false,"introducedAt":"10.15"},{"name":"tvOS","deprecated":false,"renamed":"accessibilityIdentifier(_:)","unavailable":false,"deprecatedAt":"100000.0","beta":false,"introducedAt":"13.0"},{"deprecatedAt":"100000.0","introducedAt":"6.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","renamed":"accessibilityIdentifier(_:)"},{"renamed":"accessibilityIdentifier(_:)","unavailable":false,"deprecated":false,"introducedAt":"1.0","beta":false,"deprecatedAt":"100000.0","name":"visionOS"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(identifier:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibility(identifier:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(identifier:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(inputlabels:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(inputlabels:).json index 6c3f5cb9a..364c70c79 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(inputlabels:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(inputlabels:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"inputLabels","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(inputLabels:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"inputLabels","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(inputLabels:)","platforms":[{"unavailable":false,"introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","name":"iOS","deprecated":false,"renamed":"accessibilityInputLabels(_:)"},{"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"10.15","deprecated":false,"beta":false,"renamed":"accessibilityInputLabels(_:)","name":"macOS"},{"beta":false,"renamed":"accessibilityInputLabels(_:)","introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"deprecatedAt":"100000.0"},{"name":"watchOS","renamed":"accessibilityInputLabels(_:)","unavailable":false,"beta":false,"introducedAt":"6.0","deprecatedAt":"100000.0","deprecated":false},{"unavailable":false,"deprecated":false,"name":"visionOS","introducedAt":"1.0","renamed":"accessibilityInputLabels(_:)","deprecatedAt":"100000.0","beta":false}],"role":"symbol","symbolKind":"method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(inputlabels:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(inputLabels:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(inputlabels:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibility(inputLabels:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibility(inputLabels:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"inputLabels","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","title":"accessibility(inputLabels:)","platforms":[{"introducedAt":"13.0","deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"introducedAt":"10.15","renamed":"accessibilityInputLabels(_:)","name":"macOS","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"beta":false},{"renamed":"accessibilityInputLabels(_:)","name":"tvOS","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","deprecated":false,"beta":false},{"introducedAt":"6.0","deprecated":false,"renamed":"accessibilityInputLabels(_:)","deprecatedAt":"100000.0","unavailable":false,"beta":false,"name":"watchOS"},{"deprecated":false,"renamed":"accessibilityInputLabels(_:)","unavailable":false,"name":"visionOS","deprecatedAt":"100000.0","beta":false,"introducedAt":"1.0"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(inputlabels:)"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(inputLabels:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(inputlabels:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","type":"topic","title":"accessibility(inputLabels:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(label:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(label:).json index 340e50103..5a54c897b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(label:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(label:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(label:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(label:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"label","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"accessibility(label:)","platforms":[{"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","renamed":"accessibilityLabel(_:)","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"renamed":"accessibilityLabel(_:)","introducedAt":"10.15","unavailable":false,"deprecatedAt":"100000.0","name":"macOS","beta":false},{"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","renamed":"accessibilityLabel(_:)","deprecated":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","renamed":"accessibilityLabel(_:)","unavailable":false,"beta":false,"deprecatedAt":"100000.0"},{"unavailable":false,"beta":false,"deprecated":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","name":"visionOS","introducedAt":"1.0"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"label","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(label:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"label"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"role":"symbol","title":"accessibility(label:)","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"label","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":[{"name":"iOS","introducedAt":"13.0","renamed":"accessibilityLabel(_:)","unavailable":false,"beta":false,"deprecatedAt":"100000.0","deprecated":false},{"introducedAt":"10.15","name":"macOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"renamed":"accessibilityLabel(_:)","beta":false},{"unavailable":false,"introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","deprecated":false,"renamed":"accessibilityLabel(_:)","name":"tvOS"},{"deprecatedAt":"100000.0","beta":false,"name":"watchOS","renamed":"accessibilityLabel(_:)","introducedAt":"6.0","unavailable":false,"deprecated":false},{"deprecatedAt":"100000.0","name":"visionOS","beta":false,"introducedAt":"1.0","unavailable":false,"deprecated":false,"renamed":"accessibilityLabel(_:)"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"label","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(label:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(label:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(label:)":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"label","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","kind":"symbol","deprecated":true,"title":"accessibility(label:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(removetraits:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(removetraits:).json index d500688cc..7a71f0125 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(removetraits:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(removetraits:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removeTraits"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"renamed":"accessibilityRemoveTraits(_:)","deprecatedAt":"100000.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"13.0"},{"introducedAt":"10.15","deprecated":false,"renamed":"accessibilityRemoveTraits(_:)","unavailable":false,"name":"macOS","deprecatedAt":"100000.0","beta":false},{"renamed":"accessibilityRemoveTraits(_:)","name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecatedAt":"100000.0","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"name":"watchOS","deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","beta":false,"introducedAt":"6.0"},{"deprecated":false,"unavailable":false,"renamed":"accessibilityRemoveTraits(_:)","beta":false,"deprecatedAt":"100000.0","introducedAt":"1.0","name":"visionOS"}],"title":"accessibility(removeTraits:)","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"removeTraits","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"traits"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(removeTraits:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(removetraits:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"removeTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(removetraits:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(removetraits:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"beta":false,"name":"iOS","renamed":"accessibilityRemoveTraits(_:)","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","deprecated":false},{"name":"macOS","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"beta":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"10.15"},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","deprecatedAt":"100000.0","unavailable":false,"renamed":"accessibilityRemoveTraits(_:)","beta":false},{"renamed":"accessibilityRemoveTraits(_:)","unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"deprecatedAt":"100000.0","beta":false},{"name":"visionOS","unavailable":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"1.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"removeTraits","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(removeTraits:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(removeTraits:)":{"type":"topic","title":"accessibility(removeTraits:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(removetraits:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"kind":"symbol","role":"symbol","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(selectionidentifier:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(selectionidentifier:).json index a74fce763..10c7ffd4d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(selectionidentifier:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(selectionidentifier:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(selectionIdentifier:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(selectionidentifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"selectionIdentifier","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AnyHashable","kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":true,"beta":false},{"name":"macOS","deprecated":true,"introducedAt":"10.15","beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"13.0","deprecated":true,"unavailable":false,"beta":false},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","deprecated":true,"beta":false},{"deprecatedAt":"1.0","beta":false,"introducedAt":"1.0","name":"visionOS","unavailable":false,"deprecated":false}],"role":"symbol","title":"accessibility(selectionIdentifier:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s11AnyHashableV","text":"AnyHashable","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"type":"topic","title":"OUDSComponents","role":"collection","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","url":"\/documentation\/oudscomponents","kind":"symbol","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(selectionIdentifier:)":{"title":"accessibility(selectionIdentifier:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(selectionidentifier:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","role":"symbol","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSFormsTextInput","kind":"identifier"}],"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","type":"topic","role":"symbol","title":"OUDSFormsTextInput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(selectionidentifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"accessibility(selectionIdentifier:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV","text":"AnyHashable"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":true,"name":"iOS","beta":false,"introducedAt":"13.0","unavailable":false},{"name":"macOS","deprecated":true,"unavailable":false,"beta":false,"introducedAt":"10.15"},{"name":"tvOS","deprecated":true,"introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","deprecated":true,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"1.0","name":"visionOS","deprecated":false,"deprecatedAt":"1.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(selectionIdentifier:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"text":"AnyHashable","kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(selectionIdentifier:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV","text":"AnyHashable"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibility(selectionIdentifier:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(selectionidentifier:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(sortpriority:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(sortpriority:).json index aa70f4ca5..e441007ef 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(sortpriority:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(sortpriority:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","title":"accessibility(sortPriority:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"sortPriority","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","renamed":"accessibilitySortPriority(_:)","beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"deprecated":false},{"renamed":"accessibilitySortPriority(_:)","introducedAt":"10.15","unavailable":false,"deprecatedAt":"100000.0","beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","beta":false,"deprecated":false,"renamed":"accessibilitySortPriority(_:)","unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0"},{"deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"beta":false,"renamed":"accessibilitySortPriority(_:)","name":"watchOS","introducedAt":"6.0"},{"introducedAt":"1.0","unavailable":false,"beta":false,"renamed":"accessibilitySortPriority(_:)","deprecatedAt":"100000.0","name":"visionOS","deprecated":false}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13accessibility12sortPriorityAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSd_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(sortPriority:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"sortPriority","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(sortpriority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(sortPriority:)":{"deprecated":true,"title":"accessibility(sortPriority:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(sortpriority:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(sortpriority:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibility(sortPriority:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"text":"sortPriority","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"sortPriority","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecated":false,"renamed":"accessibilitySortPriority(_:)","name":"iOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecatedAt":"100000.0"},{"renamed":"accessibilitySortPriority(_:)","introducedAt":"10.15","unavailable":false,"deprecatedAt":"100000.0","name":"macOS","beta":false,"deprecated":false},{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"tvOS","unavailable":false,"renamed":"accessibilitySortPriority(_:)","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false,"deprecatedAt":"100000.0","name":"watchOS","renamed":"accessibilitySortPriority(_:)"},{"deprecatedAt":"100000.0","deprecated":false,"name":"visionOS","introducedAt":"1.0","renamed":"accessibilitySortPriority(_:)","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility12sortPriorityAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSd_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibility(sortPriority:)"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(sortPriority:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"type":"topic","title":"accessibility(sortPriority:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(sortpriority:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(value:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(value:).json index 998f5c027..373df5d82 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(value:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibility(value:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(value:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","deprecatedAt":"100000.0","introducedAt":"13.0","renamed":"accessibilityValue(_:)","beta":false},{"introducedAt":"10.15","name":"macOS","renamed":"accessibilityValue(_:)","deprecated":false,"beta":false,"unavailable":false,"deprecatedAt":"100000.0"},{"name":"tvOS","deprecatedAt":"100000.0","beta":false,"renamed":"accessibilityValue(_:)","introducedAt":"13.0","unavailable":false,"deprecated":false},{"beta":false,"renamed":"accessibilityValue(_:)","name":"watchOS","deprecated":false,"introducedAt":"6.0","deprecatedAt":"100000.0","unavailable":false},{"renamed":"accessibilityValue(_:)","introducedAt":"1.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"name":"visionOS","unavailable":false}],"role":"symbol","title":"accessibility(value:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(value:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(value:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(value:)","type":"topic","title":"accessibility(value:)","deprecated":true,"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"renamed":"accessibilityValue(_:)","introducedAt":"13.0","name":"iOS","beta":false,"deprecated":false,"deprecatedAt":"100000.0"},{"renamed":"accessibilityValue(_:)","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false,"unavailable":false,"deprecatedAt":"100000.0"},{"beta":false,"name":"tvOS","renamed":"accessibilityValue(_:)","deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0"},{"beta":false,"renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"6.0","deprecatedAt":"100000.0","name":"watchOS","unavailable":false},{"deprecatedAt":"100000.0","deprecated":false,"name":"visionOS","unavailable":false,"beta":false,"renamed":"accessibilityValue(_:)","introducedAt":"1.0"}],"externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibility(value:)","extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibility(value:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(value:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(value:)","role":"symbol","kind":"symbol","abstract":[],"title":"accessibility(value:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(_:_:).json index 205307378..d205bf8d4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(_:_:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"actionKind","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","text":"AccessibilityActionKind"},{"kind":"text","text":" = .default, "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityAction(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"text":", () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"accessibilityAction(_:_:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0","beta":false}]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(_:_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(_:_:)","title":"accessibilityAction(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"AccessibilityActionKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV","text":"AccessibilityActionKind","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityAction(_:_:)","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15"},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"beta":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"actionKind","kind":"internalParam"},{"kind":"text","text":": "},{"text":"AccessibilityActionKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAction(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(_:_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(_:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(_:_:)","abstract":[],"role":"symbol","title":"accessibilityAction(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(action:label:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(action:label:).json index 4552fba99..ab11354b1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(action:label:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(action:label:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityAction(action:label:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"accessibilityAction(action:label:)","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Label"},{"text":">(","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"label","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0"},{"beta":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Label"},{"text":">(","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"label","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Label","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(action:label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(action:label:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Label"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(action:label:)","title":"accessibilityAction(action:label:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Label","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"text":"Label","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"platforms":[{"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"text":"Label","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"label"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Label"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"accessibilityAction(action:label:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAction(action:label:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(action:label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(action:label:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"text":">(","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"accessibilityAction(action:label:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(action:label:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-27sdb.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-27sdb.json index 2749daeda..e5e2a1e73 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-27sdb.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-27sdb.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"named","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","title":"accessibilityAction(named:_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"11.0","beta":false,"name":"macOS"},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0"}],"roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-27sdb"]}],"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"role":"collectionGroup","kind":"article","title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-27sdb":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-27sdb","title":"accessibilityAction(named:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityAction(named:_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-27sdb"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","title":"accessibilityAction(named:_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-27sdb":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-27sdb","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","kind":"symbol","role":"symbol","title":"accessibilityAction(named:_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8e2nj.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8e2nj.json index 0be44da4a..94c86767a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8e2nj.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8e2nj.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8e2nj"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"text":" ","kind":"text"},{"text":"nameKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"handler","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","title":"accessibilityAction(named:_:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"11.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"name":"watchOS","unavailable":false,"introducedAt":"7.0","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","extendedModule":"SwiftUI"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8e2nj":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8e2nj","abstract":[],"kind":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"nameKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityAction(named:_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8e2nj"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"tvOS"},{"introducedAt":"7.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibilityAction(named:_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8e2nj":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","title":"accessibilityAction(named:_:)","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8e2nj","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8ohph.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8ohph.json index edd1e2f5b..0919587ff 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8ohph.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaction(named:_:)-8ohph.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8ohph"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"text":" ","kind":"text"},{"text":"name","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"6.0"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"accessibilityAction(named:_:)","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8ohph":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8ohph","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph","kind":"symbol","abstract":[],"title":"accessibilityAction(named:_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityAction(named:_:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"13.0"},{"name":"macOS","deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8ohph"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8ohph":{"title":"accessibilityAction(named:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8ohph","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactions(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactions(_:).json index bbd549660..8fd68edfa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactions(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactions(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityActions(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityActions(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"introducedAt":"16.0","name":"iOS","deprecated":false,"beta":false},{"beta":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0"},{"introducedAt":"9.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"content","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActions(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActions"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"accessibilityActions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactions(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"16.0","unavailable":false,"name":"iOS","beta":false},{"beta":false,"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false},{"introducedAt":"16.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityActions(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(() -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityActions(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActions","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"content","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActions(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityActions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityActions(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-4xqmz.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-4xqmz.json index 803e949c2..9576bc450 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-4xqmz.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-4xqmz.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityActivationPoint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"beta":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"beta":false,"introducedAt":"7.0","name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","title":"accessibilityActivationPoint(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-4xqmz"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-4xqmz":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz","title":"accessibilityActivationPoint(_:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-4xqmz","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"accessibilityActivationPoint(_:)","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"14.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"11.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"14.0","beta":false,"name":"tvOS","deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0","beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-4xqmz"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"activationPoint","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityActivationPoint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-4xqmz":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz","abstract":[],"title":"accessibilityActivationPoint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-4xqmz","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-7wywb.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-7wywb.json index b3e49bc5e..1de72c609 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-7wywb.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityactivationpoint(_:)-7wywb.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityActivationPoint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-7wywb"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"11.0","unavailable":false,"name":"macOS","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"tvOS","deprecated":false},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"7.0","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","title":"accessibilityActivationPoint(_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-7wywb":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-7wywb","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb","kind":"symbol","title":"accessibilityActivationPoint(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityActivationPoint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"activationPoint","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-7wywb"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"11.0","unavailable":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"14.0","beta":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-7wywb":{"title":"accessibilityActivationPoint(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-7wywb","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaddtraits(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaddtraits(_:).json index ec7d630a9..9963c8b2e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaddtraits(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityaddtraits(_:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAddTraits","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0"},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"14.0","deprecated":false},{"unavailable":false,"introducedAt":"7.0","name":"watchOS","beta":false,"deprecated":false}],"symbolKind":"method","title":"accessibilityAddTraits(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaddtraits(_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityAddTraits(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAddTraits","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"traits","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAddTraits(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibilityAddTraits(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaddtraits(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAddTraits(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"traits","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","symbolKind":"method","title":"accessibilityAddTraits(_:)","externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"11.0","name":"macOS"},{"deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"7.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAddTraits"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaddtraits(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAddTraits(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaddtraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityAddTraits(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityadjustableaction(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityadjustableaction(_:).json index b9bc1a271..240033919 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityadjustableaction(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityadjustableaction(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"text":"((","kind":"text"},{"text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityAdjustableAction(_:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO","text":"AccessibilityAdjustmentDirection"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityadjustableaction(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAdjustableAction(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityadjustableaction(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO","kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","title":"accessibilityAdjustableAction(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityadjustableaction(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO","text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"introducedAt":"13.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityAdjustableAction(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"text":"((","kind":"text"},{"text":"AccessibilityAdjustmentDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAdjustableAction(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityAdjustableAction(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityadjustableaction(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychartdescriptor(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychartdescriptor(_:).json index 3c6c11b68..b56ce7364 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychartdescriptor(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychartdescriptor(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"R"},{"text":">(","kind":"text"},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChartDescriptor(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"R"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"representable","kind":"internalParam"},{"kind":"text","text":": "},{"text":"R","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AXChartDescriptorRepresentable","preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychartdescriptor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChartDescriptor(_:)":{"role":"symbol","abstract":[],"type":"topic","title":"accessibilityChartDescriptor(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychartdescriptor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychartdescriptor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityChartDescriptor(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"text":"R","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"representable"},{"text":": ","kind":"text"},{"text":"R","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"R"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP","kind":"typeIdentifier","text":"AXChartDescriptorRepresentable"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"accessibilityChartDescriptor(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"deprecated":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0","unavailable":false}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityChartDescriptor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"R","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChartDescriptor(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","title":"accessibilityChartDescriptor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychartdescriptor(_:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"text":"R","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychildren(children:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychildren(children:).json index 21a72cae6..440605899 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychildren(children:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitychildren(children:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychildren(children:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"accessibilityChildren(children:)","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false}],"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE21accessibilityChildren8childrenQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityChildren","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"children","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityChildren(children:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChildren(children:)":{"type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)","title":"accessibilityChildren(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychildren(children:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","title":"accessibilityChildren(children:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE21accessibilityChildren8childrenQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false,"beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityChildren(children:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychildren(children:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"children"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChildren(children:)":{"title":"accessibilityChildren(children:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychildren(children:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-19c15.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-19c15.json index 8e6887fbd..69cd66d41 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-19c15.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-19c15.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"unavailable":false,"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA4TextV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-19c15"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-19c15":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15","role":"symbol","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-19c15","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA4TextV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0"}],"symbolKind":"method","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-19c15"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":" = .default) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-19c15":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-19c15","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-4xiug.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-4xiug.json index 01903e4a1..e72765b18 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-4xiug.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-4xiug.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-4xiug"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-4xiug":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-4xiug","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-4xiug"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"8.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-4xiug":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-4xiug","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5c2we.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5c2we.json index 3ab7760b7..d42d768be 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5c2we.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5c2we.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":" = .default) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5c2we"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5c2we":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","role":"symbol","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5c2we","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5c2we"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","interfaceLanguage":"swift"},"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5c2we":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5c2we","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5sta6.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5sta6.json index 05380e931..bf9f1b557 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5sta6.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5sta6.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"15.0"},{"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","title":"accessibilityCustomContent(_:_:importance:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5sta6"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"valueKey","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5sta6":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5sta6","type":"topic","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityCustomContent(_:_:importance:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false}],"role":"symbol"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5sta6"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5sta6":{"abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5sta6","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5z5ol.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5z5ol.json index 91f821686..ec1cfad9c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5z5ol.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-5z5ol.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"15.0","beta":false,"name":"tvOS","unavailable":false},{"beta":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5z5ol"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5z5ol":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5z5ol","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"8.0"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5z5ol"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5z5ol":{"abstract":[],"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5z5ol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-88did.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-88did.json index 6f339b4fd..e233282c7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-88did.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-88did.json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0"}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"valueKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-88did"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-88did":{"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-88did","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"tvOS","unavailable":false},{"unavailable":false,"name":"watchOS","introducedAt":"8.0","beta":false,"deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-88did"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"valueKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":" = .default) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol","title":"OUDSComponents","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","type":"topic","role":"collection"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-88did":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-88did","role":"symbol","title":"accessibilityCustomContent(_:_:importance:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-95ffp.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-95ffp.json index 757dc7117..740bc9c6a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-95ffp.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-95ffp.json @@ -1 +1 @@ -{"metadata":{"title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"text":" = .default) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-95ffp"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-95ffp":{"title":"accessibilityCustomContent(_:_:importance:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-95ffp","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":" = .default) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Method","title":"accessibilityCustomContent(_:_:importance:)","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"8.0"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-95ffp"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-95ffp":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-95ffp","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp","type":"topic","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-9e3zi.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-9e3zi.json index 4f7c2b058..2fee61fb0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-9e3zi.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitycustomcontent(_:_:importance:)-9e3zi.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-9e3zi"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi"},"metadata":{"title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS"}],"extendedModule":"SwiftUI","symbolKind":"method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"deprecationSummary":[{"inlineContent":[{"text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct.","type":"text"}],"type":"paragraph"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-9e3zi":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"deprecated":true,"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-9e3zi","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","title":"accessibilityCustomContent(_:_:importance:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false},{"introducedAt":"12.0","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":" = .default) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityCustomContent(_:_:importance:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","deprecationSummary":[{"inlineContent":[{"type":"text","text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct."}],"type":"paragraph"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-9e3zi"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-9e3zi":{"abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-9e3zi","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitydirecttouch(_:options:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitydirecttouch(_:options:).json index abe7ae515..8febc21c9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitydirecttouch(_:options:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitydirecttouch(_:options:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityDirectTouch(_:options:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityDirectTouch(_:options:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityDirectTouch_7optionsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_AA0jeF7OptionsVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"introducedAt":"17.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0"}],"symbolKind":"method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityDirectTouch"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isDirectTouchArea"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityDirectTouchOptions","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV"},{"kind":"text","text":" = []) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitydirecttouch(_:options:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityDirectTouch(_:options:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitydirecttouch(_:options:)","kind":"symbol","type":"topic","title":"accessibilityDirectTouch(_:options:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitydirecttouch(_:options:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityDirectTouch"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isDirectTouchArea","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true, "},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"kind":"text","text":" = []) -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityDirectTouch(_:options:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"options"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"14.0","beta":false},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityDirectTouch(_:options:)","externalID":"s:7SwiftUI4ViewPAAE24accessibilityDirectTouch_7optionsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_AA0jeF7OptionsVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityDirectTouch(_:options:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"accessibilityDirectTouch(_:options:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitydirecttouch(_:options:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"options"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","kind":"typeIdentifier","text":"AccessibilityDirectTouchOptions"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityelement(children:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityelement(children:).json index 5e1eec2e5..440eb0123 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityelement(children:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityelement(children:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AccessibilityChildBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":" = .ignore) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"unavailable":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false}],"title":"accessibilityElement(children:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityelement(children:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityElement(children:)":{"type":"topic","title":"accessibilityElement(children:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityelement(children:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AccessibilityChildBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityElement(children:)","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"text":"children","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityChildBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityelement(children:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"children"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","text":"AccessibilityChildBehavior","kind":"typeIdentifier"},{"kind":"text","text":" = .ignore) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityElement(children:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityelement(children:)","type":"topic","title":"accessibilityElement(children:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"kind":"text","text":"("},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","text":"AccessibilityChildBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:).json index d92314cab..8ad0a5be5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"condition","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Method","title":"accessibilityFocused(_:)","platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityFocused"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)","title":"accessibilityFocused(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:)","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"condition","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"text":"(","kind":"text"},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"8.0"}],"title":"accessibilityFocused(_:)","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"accessibilityFocused(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:equals:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:equals:).json index d10d8421f..71d203ddc 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:equals:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityfocused(_:equals:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"accessibilityFocused(_:equals:)","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"binding","kind":"internalParam"},{"kind":"text","text":": "},{"text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:equals:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:equals:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:equals:)":{"title":"accessibilityFocused(_:equals:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:equals:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:equals:)"]}],"metadata":{"role":"symbol","title":"accessibilityFocused(_:equals:)","symbolKind":"method","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"binding","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityFocused(_:equals:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:equals:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:equals:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"accessibilityFocused(_:equals:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityheading(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityheading(_:).json index 52964bb7f..de97fc64e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityheading(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityheading(_:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityHeading","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"level","kind":"internalParam"},{"kind":"text","text":": "},{"text":"AccessibilityHeadingLevel","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityHeading(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","text":"AccessibilityHeadingLevel","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","platforms":[{"introducedAt":"15.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"beta":false,"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityheading(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHeading(_:)":{"type":"topic","abstract":[],"kind":"symbol","title":"accessibilityHeading(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityheading(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHeading","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","text":"AccessibilityHeadingLevel","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityheading(_:)"]}],"metadata":{"symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityHeading(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHeading","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0"},{"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHeading","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"level"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","text":"AccessibilityHeadingLevel"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHeading(_:)":{"title":"accessibilityHeading(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityheading(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhidden(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhidden(_:).json index 7f64f69c0..c089f6238 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhidden(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhidden(_:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"introducedAt":"14.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHidden"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityHidden(_:)","externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"hidden","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityHidden(_:)"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHidden(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityHidden(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhidden(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"unavailable":false},{"introducedAt":"14.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"accessibilityHidden(_:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHidden","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityHidden(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHidden","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHidden(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHidden","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","title":"accessibilityHidden(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhidden(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-2j6rc.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-2j6rc.json index 63df003c4..3043a9576 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-2j6rc.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-2j6rc.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-2j6rc"]}],"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"unavailable":false,"introducedAt":"11.0","name":"macOS","beta":false,"deprecated":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"unavailable":false,"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"7.0"}],"title":"accessibilityHint(_:)","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityHint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"hintKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-2j6rc":{"title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-2j6rc"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hintKey"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","title":"accessibilityHint(_:)","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"11.0","deprecated":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-2j6rc"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-2j6rc":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc","title":"accessibilityHint(_:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-2j6rc","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-46n8j.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-46n8j.json index 209f7e295..7a393ab4c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-46n8j.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-46n8j.json @@ -1 +1 @@ -{"metadata":{"title":"accessibilityHint(_:)","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"name":"watchOS","deprecated":false,"introducedAt":"7.0","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"hint","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityHint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-46n8j"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-46n8j":{"kind":"symbol","title":"accessibilityHint(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-46n8j","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityHint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"hint","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-46n8j"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityHint(_:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false},{"introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-46n8j":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-46n8j","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityHint(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-5iwb.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-5iwb.json index 4d378ffa8..81061f916 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-5iwb.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityhint(_:)-5iwb.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"beta":false,"unavailable":false,"introducedAt":"14.0","deprecated":false,"name":"iOS"},{"introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0"},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"7.0","beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","title":"accessibilityHint(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-5iwb"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"hint","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"}]}]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-5iwb":{"title":"accessibilityHint(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-5iwb","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-5iwb"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"11.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0"}],"externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"accessibilityHint(_:)","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHint","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityHint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"hint","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-5iwb":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-5iwb","abstract":[],"title":"accessibilityHint(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityidentifier(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityidentifier(_:).json index 8e13ac3bc..b0205faa5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityidentifier(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityidentifier(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityIdentifier(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"accessibilityIdentifier(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"14.0","unavailable":false,"name":"iOS","deprecated":false},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"7.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityIdentifier","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityIdentifier","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIdentifier(_:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityidentifier(_:)","title":"accessibilityIdentifier(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityIdentifier(_:)","externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityIdentifier","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"11.0","beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"beta":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityIdentifier(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityIdentifier","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIdentifier(_:)":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)","type":"topic","kind":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIdentifier"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityidentifier(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityignoresinvertcolors(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityignoresinvertcolors(_:).json index 01748584f..5dc9ce484 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityignoresinvertcolors(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityignoresinvertcolors(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","title":"accessibilityIgnoresInvertColors(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE32accessibilityIgnoresInvertColorsyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false},{"introducedAt":"14.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"active"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityIgnoresInvertColors(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityignoresinvertcolors(_:)"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIgnoresInvertColors(_:)":{"title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityignoresinvertcolors(_:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityignoresinvertcolors(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"14.0"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"11.0","beta":false},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"roleHeading":"Instance Method","title":"accessibilityIgnoresInvertColors(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE32accessibilityIgnoresInvertColorsyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityIgnoresInvertColors(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"active"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","title":"accessibilityIgnoresInvertColors(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityignoresinvertcolors(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"type":"topic","role":"symbol","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"type":"text","text":" "},{"type":"strong","inlineContent":[{"text":"Warning: This is a draft component","type":"text"}]},{"text":".","type":"text"}],"title":"OUDSFormsTextInput","url":"\/documentation\/oudscomponents\/oudsformstextinput"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-1pvq4.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-1pvq4.json index 6b83c9bee..9bb531233 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-1pvq4.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-1pvq4.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"accessibilityInputLabels(_:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"14.0","beta":false},{"introducedAt":"11.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"7.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">([","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-1pvq4"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"inputLabels","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-1pvq4":{"title":"accessibilityInputLabels(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">([","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-1pvq4","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4","abstract":[],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"14.0","deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"11.0","unavailable":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"introducedAt":"7.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityInputLabels(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">([","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-1pvq4"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"kind":"symbol","title":"OUDSFormsTextInput","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"type":"text","text":" "},{"type":"strong","inlineContent":[{"text":"Warning: This is a draft component","type":"text"}]},{"text":".","type":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","url":"\/documentation\/oudscomponents\/oudsformstextinput","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"type":"topic","kind":"symbol","title":"OUDSComponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}],"role":"collection","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","url":"\/documentation\/oudscomponents"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-1pvq4":{"type":"topic","kind":"symbol","title":"accessibilityInputLabels(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-1pvq4","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">(["},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3q50g.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3q50g.json index ae9f16c96..385ca6fdf 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3q50g.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3q50g.json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA18LocalizedStringKeyVGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"11.0","unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"14.0"},{"unavailable":false,"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"7.0"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityInputLabels(_:)","role":"symbol"},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"inputLabelKeys","kind":"internalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3q50g"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3q50g":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3q50g","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"([","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"accessibilityInputLabels(_:)","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA18LocalizedStringKeyVGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"11.0","name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"inputLabelKeys","kind":"internalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3q50g"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3q50g":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityInputLabels(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3q50g","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3y1ps.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3y1ps.json index eefc7c1e3..cf23deb05 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3y1ps.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityinputlabels(_:)-3y1ps.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3y1ps"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"([","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","title":"accessibilityInputLabels(_:)","platforms":[{"introducedAt":"14.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3y1ps":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3y1ps","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"14.0"},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"11.0"},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"7.0","name":"watchOS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3y1ps"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"inputLabels","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3y1ps":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"([","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","title":"accessibilityInputLabels(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3y1ps","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-1ab8y.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-1ab8y.json index a128757b6..fb7aa8901 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-1ab8y.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-1ab8y.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"iOS"},{"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"14.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityLabel(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-1ab8y"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-1ab8y":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-1ab8y","abstract":[],"type":"topic","role":"symbol","title":"accessibilityLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":"> ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"accessibilityLabel(_:)","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0"},{"beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0","name":"tvOS"},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","beta":false}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-1ab8y"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-1ab8y":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-1ab8y","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-4sf5r.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-4sf5r.json index d2eb73703..ad4dde700 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-4sf5r.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-4sf5r.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-4sf5r"]}],"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"name":"watchOS","beta":false,"introducedAt":"7.0","deprecated":false,"unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityLabel(_:)"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-4sf5r":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-4sf5r","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r","title":"accessibilityLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","title":"accessibilityLabel(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"iOS","beta":false},{"name":"macOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"11.0"},{"name":"tvOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"7.0","deprecated":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-4sf5r"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-4sf5r":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-4sf5r","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r","title":"accessibilityLabel(_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-712tm.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-712tm.json index 32a3ad6e2..f2b946a65 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-712tm.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabel(_:)-712tm.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-712tm"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"iOS","deprecated":false},{"introducedAt":"11.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"14.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"7.0"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-712tm":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityLabel(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-712tm","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-712tm"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0","name":"iOS"},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"11.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"tvOS","beta":false},{"beta":false,"introducedAt":"7.0","name":"watchOS","deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"role":"symbol","title":"accessibilityLabel(_:)"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-712tm":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-712tm","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm","type":"topic","title":"accessibilityLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabeledpair(role:id:in:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabeledpair(role:id:in:).json index 1ef69b0d6..6a2586dad 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabeledpair(role:id:in:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylabeledpair(role:id:in:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityLabeledPair(role:id:in:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabeledpair(role:id:in:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabeledPair"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"text":"role","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","text":"AccessibilityLabeledPairRole"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"11.0"},{"introducedAt":"14.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabeledPair","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"text":": ","kind":"text"},{"text":"AccessibilityLabeledPairRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"text":", ","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","title":"accessibilityLabeledPair(role:id:in:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabeledPair(role:id:in:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"text":"AccessibilityLabeledPairRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabeledpair(role:id:in:)","abstract":[],"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabeledpair(role:id:in:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"role","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","text":"AccessibilityLabeledPairRole"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol","roleHeading":"Instance Method","title":"accessibilityLabeledPair(role:id:in:)","platforms":[{"beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabeledPair(role:id:in:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabeledPair(role:id:in:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","text":"AccessibilityLabeledPairRole","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityLabeledPair(role:id:in:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabeledpair(role:id:in:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylinkedgroup(id:in:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylinkedgroup(id:in:).json index 601341afd..1a56c3f15 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylinkedgroup(id:in:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitylinkedgroup(id:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityLinkedGroup(id:in:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylinkedgroup(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE24accessibilityLinkedGroup2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","title":"accessibilityLinkedGroup(id:in:)","role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0"},{"unavailable":false,"introducedAt":"11.0","name":"macOS","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"14.0","name":"tvOS","unavailable":false},{"introducedAt":"7.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLinkedGroup(id:in:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"type":"topic","title":"accessibilityLinkedGroup(id:in:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylinkedgroup(id:in:)"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityLinkedGroup(id:in:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylinkedgroup(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"7.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLinkedGroup2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityLinkedGroup(id:in:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLinkedGroup(id:in:)":{"type":"topic","title":"accessibilityLinkedGroup(id:in:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylinkedgroup(id:in:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityremovetraits(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityremovetraits(_:).json index 48aade938..a0b178a60 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityremovetraits(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityremovetraits(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityremovetraits(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"introducedAt":"11.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"accessibilityRemoveTraits(_:)","externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"text":": ","kind":"text"},{"text":"AccessibilityTraits","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRemoveTraits(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityremovetraits(_:)","title":"accessibilityRemoveTraits(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"traits","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityremovetraits(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"accessibilityRemoveTraits(_:)","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"11.0"},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","beta":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRemoveTraits(_:)":{"kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityremovetraits(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityRemoveTraits(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrepresentation(representation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrepresentation(representation:).json index 5147a8f48..9ee3edc4b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrepresentation(representation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrepresentation(representation:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRepresentation(representation:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityRepresentation(representation:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"beta":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false}],"symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRepresentation(representation:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrepresentation(representation:)","kind":"symbol","type":"topic","title":"accessibilityRepresentation(representation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"representation"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRepresentation"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"representation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","title":"accessibilityRepresentation(representation:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"representation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"15.0","deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRepresentation(representation:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRepresentation(representation:)":{"abstract":[],"title":"accessibilityRepresentation(representation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"representation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrepresentation(representation:)","type":"topic","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrespondstouserinteraction(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrespondstouserinteraction(_:).json index f2f4ba099..c854f40bd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrespondstouserinteraction(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrespondstouserinteraction(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"extendedModule":"SwiftUI","title":"accessibilityRespondsToUserInteraction(_:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"15.0","unavailable":false},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0"},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRespondsToUserInteraction(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"respondsToUserInteraction"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrespondstouserinteraction(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRespondsToUserInteraction(_:)":{"title":"accessibilityRespondsToUserInteraction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrespondstouserinteraction(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRespondsToUserInteraction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"},{"unavailable":false,"introducedAt":"15.0","beta":false,"name":"tvOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibilityRespondsToUserInteraction(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrespondstouserinteraction(_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"respondsToUserInteraction","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRespondsToUserInteraction(_:)":{"abstract":[],"kind":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrespondstouserinteraction(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-2l8ew.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-2l8ew.json index dec6a7698..589e31c2d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-2l8ew.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-2l8ew.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"text":".","type":"text"}],"metadata":{"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"accessibilityRotor(_:entries:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-2l8ew"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"AccessibilityRotorContentBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"kind":"text","text":" "},{"text":"entries","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-2l8ew":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew","type":"topic","abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-2l8ew","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","title":"accessibilityRotor(_:entries:)","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"deprecated":false}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"AccessibilityRotorContentBuilder","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-2l8ew"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-2l8ew":{"role":"symbol","abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-2l8ew","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-68uof.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-68uof.json index 37d7ceb5b..8d1e186f9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-68uof.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-68uof.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","symbolKind":"method","title":"accessibilityRotor(_:entries:)","role":"symbol","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"systemRotor","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","text":"AccessibilityRotorContentBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"entries","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","kind":"typeIdentifier","text":"AccessibilityRotorContent"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-68uof"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-68uof":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-68uof","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof","role":"symbol","title":"accessibilityRotor(_:entries:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof"},"metadata":{"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false}],"title":"accessibilityRotor(_:entries:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-68uof"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"text":": ","kind":"text"},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"AccessibilityRotorContentBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"kind":"text","text":" "},{"text":"entries","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-68uof":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"accessibilityRotor(_:entries:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-68uof","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9sd5o.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9sd5o.json index 068aa2e62..462846539 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9sd5o.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9sd5o.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o"},"metadata":{"platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false,"deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"accessibilityRotor(_:entries:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"AccessibilityRotorContentBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"text":" ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9sd5o"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9sd5o":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o","title":"accessibilityRotor(_:entries:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9sd5o","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9sd5o"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"AccessibilityRotorContentBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"text":"AccessibilityRotorContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o"},"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0","deprecated":false},{"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"title":"accessibilityRotor(_:entries:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9sd5o":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9sd5o","title":"accessibilityRotor(_:entries:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9t8eo.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9t8eo.json index 928228cbb..c7fb48a23 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9t8eo.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:)-9t8eo.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","text":"AccessibilityRotorContentBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"entries","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9t8eo"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityRotor(_:entries:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA18LocalizedStringKeyV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"introducedAt":"15.0","name":"iOS","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}],"symbolKind":"method"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9t8eo":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9t8eo","kind":"symbol","type":"topic","title":"accessibilityRotor(_:entries:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA18LocalizedStringKeyV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0"},{"introducedAt":"8.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"title":"accessibilityRotor(_:entries:)","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:entries:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityRotorContentBuilderV","text":"AccessibilityRotorContentBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP","text":"AccessibilityRotorContent"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9t8eo"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9t8eo":{"title":"accessibilityRotor(_:entries:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9t8eo","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a.json index 6ac024781..372aa62d2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false,"deprecated":false},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0"},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h.json index ef3936c9c..cbb2b6120 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h","kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"8.0"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn.json index 1cf3f2a59..51ad938a0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"rotorLabel","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"8.0"}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj.json index d23e1fa4d..a46580c21 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0"},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"unavailable":false,"introducedAt":"8.0","beta":false,"deprecated":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"systemRotor","kind":"internalParam"},{"kind":"text","text":": "},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7lx31.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7lx31.json index 11547ebcc..1fb30efa2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7lx31.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7lx31.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7lx31"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"rotorLabel","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"15.0","beta":false,"name":"iOS","unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"beta":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityRotor(_:entries:entryLabel:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7lx31":{"kind":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:entryLabel:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7lx31","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7lx31"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"rotorLabel","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","interfaceLanguage":"swift"},"metadata":{"title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"12.0","deprecated":false},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false,"unavailable":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7lx31":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7lx31","kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7spl.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7spl.json index f00d85fa9..4e7c545ef 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7spl.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-7spl.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","beta":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","beta":false,"deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7spl"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7spl":{"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7spl","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","abstract":[],"title":"accessibilityRotor(_:entries:entryLabel:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7spl"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"systemRotor","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibilityRotor(_:entries:entryLabel:)","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"unavailable":false,"introducedAt":"15.0","beta":false,"name":"tvOS","deprecated":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7spl":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7spl","title":"accessibilityRotor(_:entries:entryLabel:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-858mx.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-858mx.json index cb818a76d..816634a0d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-858mx.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-858mx.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:entries:entryLabel:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","title":"accessibilityRotor(_:entries:entryLabel:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-858mx"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-858mx":{"title":"accessibilityRotor(_:entries:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-858mx","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"rotorLabel","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"L","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0","beta":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"introducedAt":"8.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"roleHeading":"Instance Method","title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:entries:entryLabel:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-858mx"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-858mx":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-858mx","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"accessibilityRotor(_:entries:entryLabel:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-x4zl.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-x4zl.json index 4a5f735e4..a808e417d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-x4zl.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:entries:entrylabel:)-x4zl.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-x4zl"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"rotorLabelKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"15.0","deprecated":false},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false},{"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"15.0","deprecated":false},{"unavailable":false,"introducedAt":"8.0","beta":false,"name":"watchOS","deprecated":false}],"title":"accessibilityRotor(_:entries:entryLabel:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","kind":"symbol","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}],"url":"\/documentation\/oudscomponents","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","title":"OUDSComponents"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-x4zl":{"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-x4zl","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","type":"topic","title":"accessibilityRotor(_:entries:entryLabel:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"rotorLabelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"accessibilityRotor(_:entries:entryLabel:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0"},{"introducedAt":"8.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-x4zl"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-x4zl":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-x4zl","kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-6asj7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-6asj7.json index 83af517ac..2604c90a9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-6asj7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-6asj7.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"15.0","name":"iOS"},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","text":"Index","kind":"typeIdentifier"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:textRanges:)","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"systemRotor","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-6asj7"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-6asj7":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-6asj7","title":"accessibilityRotor(_:textRanges:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-6asj7"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"systemRotor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"8.0","deprecated":false}],"extendedModule":"SwiftUI","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","kind":"typeIdentifier","text":"Range"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","text":"Index","kind":"typeIdentifier"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-6asj7":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"."},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:textRanges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-6asj7","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-fc7q.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-fc7q.json index cbd75678d..1f7671f3c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-fc7q.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-fc7q.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"accessibilityRotor(_:textRanges:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"deprecated":false},{"name":"watchOS","deprecated":false,"introducedAt":"8.0","beta":false,"unavailable":false}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-fc7q"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-fc7q":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-fc7q","title":"accessibilityRotor(_:textRanges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"."},{"preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier","text":"Index"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-fc7q"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"15.0","beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"8.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-fc7q":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-fc7q","title":"accessibilityRotor(_:textRanges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier","text":"Index"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-igdg.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-igdg.json index 269e07c8d..a31e8b30f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-igdg.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-igdg.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityRotor(_:textRanges:)","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0"},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","kind":"typeIdentifier","text":"Range"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-igdg"]}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-igdg":{"type":"topic","title":"accessibilityRotor(_:textRanges:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-igdg","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg"},"metadata":{"platforms":[{"beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0"},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier","text":"Index"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"accessibilityRotor(_:textRanges:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-igdg"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-igdg":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-igdg","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:textRanges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-yqu2.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-yqu2.json index a21f40d9d..7607623e5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-yqu2.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotor(_:textranges:)-yqu2.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotor(_:textRanges:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-yqu2"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"preciseIdentifier":"s:SS5IndexV","text":"Index","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"accessibilityRotor(_:textRanges:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"introducedAt":"12.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-yqu2":{"title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-yqu2","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"accessibilityRotor(_:textRanges:)","extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-yqu2"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-yqu2":{"kind":"symbol","role":"symbol","title":"accessibilityRotor(_:textRanges:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-yqu2"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotorentry(id:in:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotorentry(id:in:).json index 79e10122b..77b86e28a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotorentry(id:in:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityrotorentry(id:in:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotorentry(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityRotorEntry(id:in:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotorEntry","kind":"identifier"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotorEntry(id:in:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"12.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false}],"role":"symbol","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotorEntry(id:in:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotorentry(id:in:)","role":"symbol","type":"topic","title":"accessibilityRotorEntry(id:in:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"accessibilityRotorEntry(id:in:)","externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"15.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotorEntry(id:in:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotorentry(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotorEntry(id:in:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"accessibilityRotorEntry(id:in:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotorentry(id:in:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityscrollaction(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityscrollaction(_:).json index 46875ed34..717d93d29 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityscrollaction(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityscrollaction(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityscrollaction(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityScrollAction(_:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"handler","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"6.0","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityScrollAction"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"symbolKind":"method","title":"accessibilityScrollAction(_:)","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityScrollAction(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityScrollAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityscrollaction(_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityscrollaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"accessibilityScrollAction(_:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.15","name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityScrollAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityScrollAction(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSFormsTextInput"}],"title":"OUDSFormsTextInput","abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","kind":"symbol","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityScrollAction(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityScrollAction"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityScrollAction(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityscrollaction(_:)","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer().json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer().json index daff0fd33..4ebd82140 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer().json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"accessibilityShowsLargeContentViewer()","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer()"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer()"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer()","title":"accessibilityShowsLargeContentViewer()","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityShowsLargeContentViewer()","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer()"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","title":"accessibilityShowsLargeContentViewer()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer()":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer()","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityShowsLargeContentViewer()"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer(_:).json index 747eb24ba..d7dee48be 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityshowslargecontentviewer(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"largeContentView","kind":"internalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer(_:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer(_:)"]}],"kind":"symbol","metadata":{"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityShowsLargeContentViewer(_:)","role":"symbol","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0","name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"8.0","beta":false,"unavailable":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityShowsLargeContentViewer(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"largeContentView","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"accessibilityShowsLargeContentViewer(_:)","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0"},{"unavailable":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"accessibilityShowsLargeContentViewer(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitysortpriority(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitysortpriority(_:).json index 069263bf2..ace0fbe89 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitysortpriority(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitysortpriority(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilitySortPriority(_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","title":"accessibilitySortPriority(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"7.0","name":"watchOS","deprecated":false}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilitySortPriority","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"sortPriority","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitysortpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilitySortPriority(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilitySortPriority(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitysortpriority(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitysortpriority(_:)"]}],"sections":[],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","beta":false},{"name":"tvOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0"},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"7.0","unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"accessibilitySortPriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilitySortPriority","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilitySortPriority(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilitySortPriority(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitysortpriority(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilitySortPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","title":"accessibilitySortPriority(_:)","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitytextcontenttype(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitytextcontenttype(_:).json index fc05b3e01..853182636 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitytextcontenttype(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilitytextcontenttype(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityTextContentType(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"12.0","beta":false,"name":"macOS","deprecated":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityTextContentType","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitytextcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityTextContentType(_:)":{"title":"accessibilityTextContentType(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityTextContentType"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","text":"AccessibilityTextContentType","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitytextcontenttype(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityTextContentType"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","text":"AccessibilityTextContentType","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityTextContentType","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","kind":"typeIdentifier","text":"AccessibilityTextContentType"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"accessibilityTextContentType(_:)","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitytextcontenttype(_:)"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityTextContentType(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityTextContentType(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityTextContentType","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityTextContentType","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityTextContentType(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitytextcontenttype(_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-2y9mr.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-2y9mr.json index ef8109f2f..a3a7330cc 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-2y9mr.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-2y9mr.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr"},"metadata":{"platforms":[{"unavailable":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"11.0","deprecated":false,"name":"macOS"},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"14.0","unavailable":false},{"name":"watchOS","deprecated":false,"introducedAt":"7.0","beta":false,"unavailable":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-2y9mr"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-2y9mr":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-2y9mr","abstract":[],"title":"accessibilityValue(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.accessibilityValue(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"valueKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-2y9mr"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibilityValue(_:)","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"11.0","beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"14.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"beta":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-2y9mr":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-2y9mr","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr","type":"topic","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-75had.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-75had.json index a2b34226a..ba6e04238 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-75had.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-75had.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"accessibilityValue(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0"},{"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false},{"introducedAt":"7.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"symbolKind":"method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":"> "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-75had"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-75had":{"title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had","role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-75had","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityValue(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-75had"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"}]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"11.0"},{"beta":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS"}],"role":"symbol","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-75had":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-75had","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-8lxba.json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-8lxba.json index 40a80e8f4..150e19c2f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-8lxba.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityvalue(_:)-8lxba.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"valueDescription","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"sections":[],"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false},{"beta":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"unavailable":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0","deprecated":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"accessibilityValue(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityValue(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-8lxba"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-8lxba":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityValue(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-8lxba","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"valueDescription","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"accessibilityValue(_:)","platforms":[{"introducedAt":"14.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0"},{"name":"tvOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"7.0"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-8lxba"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.accessibilityValue(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-8lxba":{"type":"topic","abstract":[],"title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-8lxba","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityzoomaction(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityzoomaction(_:).json index cde477c08..a861ad910 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityzoomaction(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/accessibilityzoomaction(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityZoomAction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"AccessibilityZoomGestureAction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"accessibilityZoomAction(_:)","platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0","unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"unavailable":false,"name":"watchOS","introducedAt":"9.0","beta":false,"deprecated":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityZoomAction","kind":"identifier"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","text":"AccessibilityZoomGestureAction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE23accessibilityZoomActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0ie7GestureF0VcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityZoomAction(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityzoomaction(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityZoomAction(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityzoomaction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityZoomAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","text":"AccessibilityZoomGestureAction"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","title":"accessibilityZoomAction(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityZoomAction(_:)"},{"text":".","type":"text"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE23accessibilityZoomActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0ie7GestureF0VcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"16.0"},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"16.0","deprecated":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","beta":false}],"title":"accessibilityZoomAction(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityZoomAction","kind":"identifier"},{"kind":"text","text":"(("},{"preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","text":"AccessibilityZoomGestureAction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityZoomAction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"handler","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityZoomGestureAction","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityzoomaction(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityZoomAction(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityzoomaction(_:)","title":"accessibilityZoomAction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityZoomAction"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","kind":"typeIdentifier","text":"AccessibilityZoomGestureAction"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)","abstract":[],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-5po8d.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-5po8d.json index c9f70c96a..7727a39d9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-5po8d.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-5po8d.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-5po8d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","title":"alert(_:isPresented:actions:)","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"8.0","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-5po8d":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-5po8d","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","type":"topic","abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-5po8d"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS"},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-5po8d":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","title":"alert(_:isPresented:actions:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-5po8d","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-61nfe.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-61nfe.json index 8cd528f7a..93cb60033 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-61nfe.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-61nfe.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-61nfe"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"8.0","beta":false,"deprecated":false,"name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrqd___AA7BindingVySbGqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","title":"alert(_:isPresented:actions:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-61nfe":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-61nfe","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"alert(_:isPresented:actions:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"alert(_:isPresented:actions:)","symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrqd___AA7BindingVySbGqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0","beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-61nfe"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-61nfe":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe","title":"alert(_:isPresented:actions:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-61nfe","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-k5iu.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-k5iu.json index 84208be1f..f584d2b87 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-k5iu.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:)-k5iu.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","interfaceLanguage":"swift"},"metadata":{"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:actions:)","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-k5iu"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-k5iu":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-k5iu","title":"alert(_:isPresented:actions:)","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"alert(_:isPresented:actions:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0"},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-k5iu"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-k5iu":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","title":"alert(_:isPresented:actions:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-k5iu","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3b210.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3b210.json index a4f802ef2..0abaa917d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3b210.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3b210.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","title":"alert(_:isPresented:actions:message:)","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"beta":false,"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0"},{"introducedAt":"8.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3b210"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3b210":{"type":"topic","title":"alert(_:isPresented:actions:message:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3b210","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0"},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3b210"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3b210":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3b210","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3tu73.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3tu73.json index d40971974..5cf14509d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3tu73.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-3tu73.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3tu73"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"title":"alert(_:isPresented:actions:message:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"15.0"},{"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false,"deprecated":false}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3tu73":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3tu73","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","title":"alert(_:isPresented:actions:message:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3tu73"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","title":"alert(_:isPresented:actions:message:)","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3tu73":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3tu73"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-561u7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-561u7.json index 54cfd2cc0..ff46c7ece 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-561u7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:actions:message:)-561u7.json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alert(_:isPresented:actions:message:)","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-561u7"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(_:isPresented:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-561u7":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-561u7","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"alert(_:isPresented:actions:message:)","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-561u7"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-561u7":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-561u7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7","type":"topic","title":"alert(_:isPresented:actions:message:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-5gp2q.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-5gp2q.json index 70ff53a28..ccf33a332 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-5gp2q.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-5gp2q.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-5gp2q"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0"},{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-5gp2q":{"abstract":[],"title":"alert(_:isPresented:presenting:actions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-5gp2q","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"alert(_:isPresented:presenting:actions:)","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"12.0"},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(_:isPresented:presenting:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-5gp2q"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-5gp2q":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-5gp2q","type":"topic","title":"alert(_:isPresented:presenting:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-81gig.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-81gig.json index 3414f955a..6d03c2a07 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-81gig.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-81gig.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-81gig"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"alert(_:isPresented:presenting:actions:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"8.0","unavailable":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-81gig":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-81gig","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"15.0","unavailable":false},{"beta":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false},{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","beta":false}],"role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-81gig"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-81gig":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-81gig","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-8p2k8.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-8p2k8.json index cd3b423e4..2b22f9f9d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-8p2k8.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:)-8p2k8.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"15.0"},{"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"alert(_:isPresented:presenting:actions:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-8p2k8"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-8p2k8":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-8p2k8","type":"topic","title":"alert(_:isPresented:presenting:actions:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-8p2k8"]}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","title":"alert(_:isPresented:presenting:actions:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"8.0","unavailable":false,"deprecated":false,"name":"watchOS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-8p2k8":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-8p2k8","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8","type":"topic","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-1q9ea.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-1q9ea.json index 8adf85d08..3adf7daed 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-1q9ea.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-1q9ea.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alert(_:isPresented:presenting:actions:message:)","platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"name":"macOS","beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"beta":false,"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-1q9ea"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-1q9ea":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea","title":"alert(_:isPresented:presenting:actions:message:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-1q9ea","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea"},"metadata":{"roleHeading":"Instance Method","title":"alert(_:isPresented:presenting:actions:message:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-1q9ea"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:presenting:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-1q9ea":{"abstract":[],"title":"alert(_:isPresented:presenting:actions:message:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-1q9ea","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-3a2xn.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-3a2xn.json index fb541a190..c93193546 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-3a2xn.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-3a2xn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA4TextV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"8.0","beta":false,"name":"watchOS","unavailable":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-3a2xn"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-3a2xn":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-3a2xn","abstract":[],"title":"alert(_:isPresented:presenting:actions:message:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-3a2xn"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"beta":false,"unavailable":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA4TextV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"alert(_:isPresented:presenting:actions:message:)","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(_:isPresented:presenting:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-3a2xn":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-3a2xn"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-f565.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-f565.json index e92c3d622..125645375 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-f565.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(_:ispresented:presenting:actions:message:)-f565.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-f565"]}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"alert(_:isPresented:presenting:actions:message:)","platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"15.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(_:isPresented:presenting:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-f565":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic","title":"alert(_:isPresented:presenting:actions:message:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-f565","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565"},"metadata":{"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"15.0","name":"tvOS","deprecated":false,"beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alert(_:isPresented:presenting:actions:message:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-f565"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-f565":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-f565","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"alert(_:isPresented:presenting:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:content:).json index 7b68336ec..20457cc8b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:content:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"13.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecated":false,"beta":false,"deprecatedAt":"100000.0","name":"iOS"},{"message":"use `alert(title:isPresented:presenting::actions:) instead.","unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false,"deprecatedAt":"100000.0","name":"macOS"},{"beta":false,"deprecatedAt":"100000.0","deprecated":false,"introducedAt":"13.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","name":"tvOS","unavailable":false},{"beta":false,"deprecatedAt":"100000.0","name":"watchOS","introducedAt":"6.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"name":"visionOS","deprecatedAt":"100000.0","introducedAt":"1.0","unavailable":false,"message":"use `alert(title:isPresented:presenting::actions:) instead."}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"alert(isPresented:content:)","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:content:)"]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:content:)"},{"type":"text","text":"."}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"alert(isPresented:content:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:content:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(isPresented:content:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:content:)"]}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}],"type":"paragraph"}],"metadata":{"role":"symbol","platforms":[{"deprecated":false,"beta":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","unavailable":false},{"beta":false,"unavailable":false,"name":"macOS","deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false},{"name":"tvOS","unavailable":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","deprecated":false,"introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0"},{"unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false,"deprecatedAt":"100000.0","name":"watchOS","message":"use `alert(title:isPresented:presenting::actions:) instead."},{"message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"1.0","deprecated":false,"unavailable":false,"beta":false,"deprecatedAt":"100000.0","name":"visionOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"alert(isPresented:content:)","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:content:)":{"abstract":[],"title":"alert(isPresented:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","deprecated":true,"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:content:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:).json index d51e7f727..2cffd7d47 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)","interfaceLanguage":"swift"},"metadata":{"title":"alert(isPresented:error:actions:)","role":"symbol","platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:)"]}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alert(isPresented:error:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":" : ","kind":"text"},{"text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"error","kind":"externalParam"},{"kind":"text","text":": "},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"alert(isPresented:error:actions:)","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(isPresented:error:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:10Foundation14LocalizedErrorP","text":"LocalizedError","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:)"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false},{"beta":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false},{"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"alert(isPresented:error:actions:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:)","kind":"symbol","title":"alert(isPresented:error:actions:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:message:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:message:).json index 614941cf8..858fd001e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:message:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(ispresented:error:actions:message:).json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:message:)"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:message:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alert(isPresented:error:actions:message:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0"},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0"},{"introducedAt":"8.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"LocalizedError","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:message:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"alert(isPresented:error:actions:message:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:message:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"15.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"alert(isPresented:error:actions:message:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"LocalizedError","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:message:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(isPresented:error:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:message:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:message:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(isPresented:error:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(item:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(item:content:).json index 5bc72318c..78643c9fa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alert(item:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alert(item:content:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0"},{"introducedAt":"10.15","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","name":"macOS","beta":false},{"deprecated":false,"introducedAt":"13.0","deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"6.0","name":"watchOS","deprecatedAt":"100000.0","beta":false,"unavailable":false,"deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead."},{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"1.0","name":"visionOS","message":"use `alert(title:isPresented:presenting::actions:) instead.","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","title":"alert(item:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"deprecationSummary":[{"inlineContent":[{"text":"use `alert(title:isPresented:presenting::actions:) instead.","type":"text"}],"type":"paragraph"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(item:content:)"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(item:content:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(item:content:)":{"title":"alert(item:content:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AlertV","kind":"typeIdentifier","text":"Alert"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(item:content:)","abstract":[],"deprecated":true,"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","platforms":[{"message":"use `alert(title:isPresented:presenting::actions:) instead.","unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","beta":false},{"beta":false,"name":"macOS","deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","unavailable":false,"deprecatedAt":"100000.0"},{"beta":false,"name":"tvOS","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecatedAt":"100000.0","deprecated":false,"unavailable":false},{"deprecated":false,"message":"use `alert(title:isPresented:presenting::actions:) instead.","beta":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","deprecatedAt":"100000.0"},{"deprecated":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"1.0","unavailable":false,"beta":false,"name":"visionOS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AlertV","kind":"typeIdentifier","text":"Alert"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","role":"symbol","title":"alert(item:content:)","externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.alert(item:content:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Item"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alert(item:content:)"]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"use `alert(title:isPresented:presenting::actions:) instead.","type":"text"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(item:content:)":{"kind":"symbol","title":"alert(item:content:)","type":"topic","role":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(item:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-38ymt.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-38ymt.json index 72d85bfd5..c70f2f285 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-38ymt.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-38ymt.json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0","beta":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-38ymt"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-38ymt":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"alignmentGuide(_:computeValue:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-38ymt","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"g","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","kind":"typeIdentifier","text":"ViewDimensions"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","title":"alignmentGuide(_:computeValue:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-38ymt"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-38ymt":{"kind":"symbol","title":"alignmentGuide(_:computeValue:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-38ymt","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier","text":"VerticalAlignment"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-61rip.json b/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-61rip.json index be4f09659..cd4d29334 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-61rip.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alignmentguide(_:computevalue:)-61rip.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-61rip"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"g","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"text":"(","kind":"text"},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"alignmentGuide(_:computeValue:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"beta":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false}],"symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-61rip":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-61rip","kind":"symbol","type":"topic","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"text":": (","kind":"text"},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"computeValue","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alignmentGuide(_:computeValue:)","extendedModule":"SwiftUI","role":"symbol"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-61rip"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"g"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"computeValue","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV","text":"ViewDimensions"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-61rip":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-61rip","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alloweddynamicrange(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/alloweddynamicrange(_:).json index 5d7e890aa..6d0521e97 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alloweddynamicrange(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alloweddynamicrange(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"range","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier","text":"DynamicRange"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Method","title":"allowedDynamicRange(_:)","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","text":"DynamicRange"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19allowedDynamicRangeyQrAA5ImageV0eF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowedDynamicRange(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alloweddynamicrange(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowedDynamicRange(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"kind":"text","text":"."},{"text":"DynamicRange","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)","title":"allowedDynamicRange(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alloweddynamicrange(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowedDynamicRange(_:)"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"range","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"DynamicRange","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"allowedDynamicRange(_:)","externalID":"s:7SwiftUI4ViewPAAE19allowedDynamicRangeyQrAA5ImageV0eF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowedDynamicRange","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"DynamicRange","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alloweddynamicrange(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowedDynamicRange(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alloweddynamicrange(_:)","title":"allowedDynamicRange(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Image","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier","text":"DynamicRange"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/allowshittesting(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/allowshittesting(_:).json index e012bdc5c..9b67e94b6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/allowshittesting(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/allowshittesting(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsHitTesting(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"allowsHitTesting(_:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"enabled","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/allowshittesting(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsHitTesting(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","role":"symbol","abstract":[],"title":"allowsHitTesting(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowshittesting(_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/allowshittesting(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.allowsHitTesting(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"allowsHitTesting(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsHitTesting(_:)":{"abstract":[],"title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowshittesting(_:)","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/allowstightening(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/allowstightening(_:).json index 4e9094304..0a4ef9688 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/allowstightening(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/allowstightening(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"allowsTightening(_:)","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15"},{"unavailable":false,"introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowsTightening","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"allowsTightening"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"flag","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/allowstightening(_:)"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsTightening(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsTightening(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","title":"allowsTightening(_:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowstightening(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/allowstightening(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"allowsTightening(_:)","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.15","name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsTightening(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"flag"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsTightening(_:)":{"title":"allowsTightening(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowstightening(_:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/alternatingrowbackgrounds(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/alternatingrowbackgrounds(_:).json index 657378639..a6aae0922 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/alternatingrowbackgrounds(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/alternatingrowbackgrounds(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.alternatingRowBackgrounds(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","kind":"typeIdentifier","text":"AlternatingRowBackgroundBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE25alternatingRowBackgroundsyQrAA011AlternatingE18BackgroundBehaviorVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"alternatingRowBackgrounds(_:)","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alternatingrowbackgrounds(_:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV"},{"kind":"text","text":" = .enabled) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alternatingRowBackgrounds(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alternatingrowbackgrounds(_:)","type":"topic","title":"alternatingRowBackgrounds(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","text":"AlternatingRowBackgroundBehavior"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"alternatingRowBackgrounds(_:)","platforms":[{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","text":"AlternatingRowBackgroundBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE25alternatingRowBackgroundsyQrAA011AlternatingE18BackgroundBehaviorVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alternatingRowBackgrounds(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","kind":"typeIdentifier","text":"AlternatingRowBackgroundBehavior"},{"text":" = .enabled) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/alternatingrowbackgrounds(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alternatingRowBackgrounds(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","kind":"symbol","title":"alternatingRowBackgrounds(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alternatingrowbackgrounds(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"kind":"text","text":"("},{"text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/anchorpreference(key:value:transform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/anchorpreference(key:value:transform:).json index 9ae3a608c..b377ea5e1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/anchorpreference(key:value:transform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/anchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/anchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"role":"symbol","title":"anchorPreference(key:value:transform:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"anchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":" ","kind":"text"},{"text":"_","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type = K.self, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier","text":"Source"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.anchorPreference(key:value:transform:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/anchorPreference(key:value:transform:)":{"type":"topic","title":"anchorPreference(key:value:transform:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/anchorpreference(key:value:transform:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/anchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"_","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type = K.self, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"anchorPreference(key:value:transform:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"introducedAt":"13.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"beta":false,"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.anchorPreference(key:value:transform:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/anchorPreference(key:value:transform:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","title":"anchorPreference(key:value:transform:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/anchorpreference(key:value:transform:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:).json index abf74eb35..6c4fac70c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.animation(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"animation(_:)","platforms":[{"name":"iOS","deprecatedAt":"15.0","beta":false,"message":"Use withAnimation or animation(_:value:) instead.","deprecated":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"message":"Use withAnimation or animation(_:value:) instead.","name":"macOS","deprecatedAt":"12.0","introducedAt":"10.15","unavailable":false,"beta":false},{"message":"Use withAnimation or animation(_:value:) instead.","unavailable":false,"deprecatedAt":"15.0","beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"deprecatedAt":"8.0","message":"Use withAnimation or animation(_:value:) instead.","beta":false,"introducedAt":"6.0","name":"watchOS"},{"introducedAt":"1.0","unavailable":false,"beta":false,"deprecated":false,"message":"Use withAnimation or animation(_:value:) instead.","name":"visionOS","deprecatedAt":"1.0"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"animation","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use withAnimation or animation(_:value:) instead.","type":"text"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"animation(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.animation(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"13.0","deprecatedAt":"15.0","beta":false,"message":"Use withAnimation or animation(_:value:) instead.","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15","deprecatedAt":"12.0","message":"Use withAnimation or animation(_:value:) instead."},{"deprecatedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","message":"Use withAnimation or animation(_:value:) instead."},{"deprecatedAt":"8.0","introducedAt":"6.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"message":"Use withAnimation or animation(_:value:) instead."},{"deprecatedAt":"1.0","introducedAt":"1.0","beta":false,"message":"Use withAnimation or animation(_:value:) instead.","unavailable":false,"deprecated":false,"name":"visionOS"}],"externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol","title":"animation(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"animation","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use withAnimation or animation(_:value:) instead.","type":"text"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:)","type":"topic","title":"animation(_:)","role":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:body:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:body:).json index 582fb40a5..633705e54 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:body:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:body:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"animation(_:body:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"body"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"introducedAt":"17.0","beta":false,"name":"iOS","unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false},{"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE9animation_4bodyQrAA9AnimationVSg_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:body:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.animation(_:body:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:body:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:body:)","abstract":[],"type":"topic","title":"animation(_:body:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"body"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","title":"animation(_:body:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9animation_4bodyQrAA9AnimationVSg_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false},{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0","beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?, "},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:body:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"animation","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"body"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:body:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:body:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"animation(_:body:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:body:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:value:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:value:).json index 7572bc986..03a3fa092 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:value:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/animation(_:value:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"10.15","beta":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"introducedAt":"6.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"animation(_:value:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.animation(_:value:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:value:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:value:)","title":"animation(_:value:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:value:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)","interfaceLanguage":"swift"},"metadata":{"title":"animation(_:value:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"animation","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.animation(_:value:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"animation","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:value:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:value:)","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"kind":"text","text":"?, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"animation(_:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-1xn01.json b/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-1xn01.json index 2d7994e64..8e96b17d9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-1xn01.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-1xn01.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"aspectRatio(_:contentMode:)","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0"}],"symbolKind":"method"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-1xn01"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.aspectRatio(_:contentMode:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-1xn01":{"title":"aspectRatio(_:contentMode:)","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-1xn01","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-1xn01"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"aspectRatio(_:contentMode:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS"},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.aspectRatio(_:contentMode:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-1xn01":{"title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01","url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-1xn01","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-s9ih.json b/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-s9ih.json index d9b892749..d715d425a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-s9ih.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/aspectratio(_:contentmode:)-s9ih.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"aspectRatio","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"contentMode"},{"text":": ","kind":"text"},{"text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-s9ih"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"aspectRatio(_:contentMode:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"13.0"},{"beta":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}],"symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-s9ih":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-s9ih","title":"aspectRatio(_:contentMode:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-s9ih"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"? = nil, "},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-s9ih":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier","text":"ContentMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"aspectRatio(_:contentMode:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih","url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-s9ih","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/autocorrectiondisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/autocorrectiondisabled(_:).json index 4432a4bee..711dc4fdd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/autocorrectiondisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/autocorrectiondisabled(_:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"autocorrectionDisabled(_:)","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"beta":false}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"autocorrectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.autocorrectionDisabled(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/autocorrectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"autocorrectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disable"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/autocorrectionDisabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"autocorrectionDisabled(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/autocorrectiondisabled(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/autocorrectiondisabled(_:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"autocorrectionDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"autocorrectionDisabled(_:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.autocorrectionDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"autocorrectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"disable","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/autocorrectionDisabled(_:)":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/autocorrectiondisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:alignment:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:alignment:).json index ecc39b5ff..dea8e5148 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:alignment:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"Background","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"background","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Background"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"message":"Use `background(alignment:content:)` instead.","deprecatedAt":"100000.0","name":"iOS","deprecated":false},{"deprecatedAt":"100000.0","introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false,"name":"macOS","message":"Use `background(alignment:content:)` instead."},{"message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","name":"tvOS","unavailable":false,"beta":false},{"message":"Use `background(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","beta":false,"name":"watchOS"},{"introducedAt":"1.0","message":"Use `background(alignment:content:)` instead.","beta":false,"unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"name":"visionOS"}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Background","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Background","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","title":"background(_:alignment:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","interfaceLanguage":"swift"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:alignment:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:alignment:)","role":"symbol","title":"background(_:alignment:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","interfaceLanguage":"swift"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}]}],"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Background","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"unavailable":false},{"message":"Use `background(alignment:content:)` instead.","name":"macOS","deprecatedAt":"100000.0","introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"introducedAt":"13.0","message":"Use `background(alignment:content:)` instead.","beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","beta":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","unavailable":false},{"introducedAt":"1.0","message":"Use `background(alignment:content:)` instead.","name":"visionOS","unavailable":false,"beta":false,"deprecatedAt":"100000.0","deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","title":"background(_:alignment:)","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Background","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"background","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Background","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Background"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:alignment:)"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:alignment:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","type":"topic","title":"background(_:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"text":"Background","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","deprecated":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:ignoressafeareaedges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:ignoressafeareaedges:).json index c52063c53..c107f6d20 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:ignoressafeareaedges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"background(_:ignoresSafeAreaEdges:)","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:ignoressafeareaedges:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:ignoresSafeAreaEdges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","role":"symbol","abstract":[],"title":"background(_:ignoresSafeAreaEdges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:ignoressafeareaedges:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:ignoressafeareaedges:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0","beta":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS"}],"title":"background(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.background(_:ignoresSafeAreaEdges:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:ignoresSafeAreaEdges:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:ignoressafeareaedges:)","title":"background(_:ignoresSafeAreaEdges:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-6x7pm.json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-6x7pm.json index 4e135d52b..85bf2e772 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-6x7pm.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-6x7pm.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"background(_:in:fillStyle:)","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-6x7pm"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.background(_:in:fillStyle:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-6x7pm":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-6x7pm","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"background(_:in:fillStyle:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-6x7pm"]}],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"15.0"},{"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"background(_:in:fillStyle:)","extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":" = FillStyle()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15InsettableShapeP","text":"InsettableShape"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-6x7pm":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-6x7pm","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","kind":"symbol","role":"symbol","title":"background(_:in:fillStyle:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-r6e3.json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-r6e3.json index 552d97717..714477fce 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-r6e3.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(_:in:fillstyle:)-r6e3.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-r6e3"]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"tvOS","unavailable":false},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"background(_:in:fillStyle:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"kind":"text","text":" = FillStyle()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-r6e3":{"role":"symbol","title":"background(_:in:fillStyle:)","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-r6e3","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"background(_:in:fillStyle:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-r6e3"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-r6e3":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-r6e3","type":"topic","title":"background(_:in:fillStyle:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(alignment:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(alignment:content:).json index fdc28fbc0..c5de485b7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(alignment:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(alignment:content:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"beta":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"background(alignment:content:)","externalID":"s:7SwiftUI4ViewPAAE10background9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.background(alignment:content:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(alignment:content:)":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(alignment:content:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)","title":"background(alignment:content:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(alignment:content:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.background(alignment:content:)"},{"text":".","type":"text"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10background9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"15.0","name":"iOS"},{"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"background(alignment:content:)","symbolKind":"method","extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","type":"topic","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(alignment:content:)":{"type":"topic","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"background(alignment:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(ignoressafeareaedges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(ignoressafeareaedges:).json index 671110804..e75926487 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(ignoressafeareaedges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(ignoressafeareaedges:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"background(ignoresSafeAreaEdges:)","externalID":"s:7SwiftUI4ViewPAAE10background20ignoresSafeAreaEdgesQrAA4EdgeO3SetV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"("},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(ignoressafeareaedges:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.background(ignoresSafeAreaEdges:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(ignoresSafeAreaEdges:)":{"title":"background(ignoresSafeAreaEdges:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"("},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(ignoressafeareaedges:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(ignoressafeareaedges:)"]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"background(ignoresSafeAreaEdges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE10background20ignoresSafeAreaEdgesQrAA4EdgeO3SetV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"role":"symbol","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.background(ignoresSafeAreaEdges:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"("},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(ignoresSafeAreaEdges:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"background(ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(ignoressafeareaedges:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-17nkk.json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-17nkk.json index c7765b1f9..bebe0e5a2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-17nkk.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-17nkk.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.background(in:fillStyle:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-17nkk"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ShapeP","text":"Shape","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"background(in:fillStyle:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0"},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-17nkk":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-17nkk","type":"topic","title":"background(in:fillStyle:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-17nkk"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ShapeP","text":"Shape","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.background(in:fillStyle:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"background(in:fillStyle:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"12.0"},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-17nkk":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk","type":"topic","title":"background(in:fillStyle:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-17nkk","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-5ivzh.json b/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-5ivzh.json index 14ec629f5..6bba6c607 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-5ivzh.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/background(in:fillstyle:)-5ivzh.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"InsettableShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh"},"metadata":{"title":"background(in:fillStyle:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"introducedAt":"15.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-5ivzh"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-5ivzh":{"role":"symbol","title":"background(in:fillStyle:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-5ivzh","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","title":"background(in:fillStyle:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"InsettableShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-5ivzh"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-5ivzh":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"background(in:fillStyle:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-5ivzh","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:_:).json index 86813fe62..ee8aadd2c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"backgroundPreferenceValue(_:_:)","platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"10.15"},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"6.0","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.backgroundPreferenceValue(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Key","kind":"typeIdentifier"},{"text":".Type = Key.self, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"backgroundPreferenceValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:_:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"backgroundPreferenceValue(_:_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".Type = Key.self, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:_:)"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:_:)","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:alignment:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:alignment:_:).json index 023c4b23f..de05e862d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:alignment:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundpreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"backgroundPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"beta":false}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:alignment:_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","title":"backgroundPreferenceValue(_:alignment:_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS"},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"16.0"},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.backgroundPreferenceValue(_:alignment:_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:alignment:_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:alignment:_:)","kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundstyle(_:).json index b33c7f4d5..316e55eac 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/backgroundstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"backgroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false,"deprecated":false},{"beta":false,"introducedAt":"9.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"backgroundStyle(_:)","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"backgroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/backgroundstyle(_:)"]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.backgroundStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundstyle(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","role":"symbol","type":"topic","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"backgroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","interfaceLanguage":"swift"},"metadata":{"title":"backgroundStyle(_:)","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS"},{"introducedAt":"9.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/backgroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.backgroundStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"backgroundStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundstyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-47a98.json b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-47a98.json index 3c14c1e5f..f28789bcf 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-47a98.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-47a98.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"}],"title":"badge(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-47a98"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.badge(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-47a98":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-47a98","title":"badge(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-47a98"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"roleHeading":"Instance Method","role":"symbol","title":"badge(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"12.0"}],"externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.badge(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-47a98":{"title":"badge(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-47a98","abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-5c4tz.json b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-5c4tz.json index c0e410ef7..19ac96669 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-5c4tz.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-5c4tz.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.badge(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"title":"badge(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-5c4tz"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-5c4tz":{"title":"badge(_:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-5c4tz"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.badge(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"badge(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-5c4tz"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-5c4tz":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-5c4tz","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"badge(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-6eun4.json b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-6eun4.json index 3a94947df..b702eb300 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-6eun4.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-6eun4.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"count","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"badge(_:)","symbolKind":"method","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-6eun4"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-6eun4":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"badge(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-6eun4","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"count"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-6eun4"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"}],"title":"badge(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-6eun4":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-6eun4","type":"topic","title":"badge(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-92y3y.json b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-92y3y.json index a77d738c2..6eef220cb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-92y3y.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/badge(_:)-92y3y.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"badge(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.badge(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-92y3y"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-92y3y":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"badge(_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-92y3y","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y","interfaceLanguage":"swift"},"metadata":{"platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false}],"title":"badge(_:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-92y3y"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-92y3y":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"badge(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-92y3y","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/badgeprominence(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/badgeprominence(_:).json index 2326b6ab6..3a08bcc0a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/badgeprominence(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/badgeprominence(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badgeprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badgeProminence"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"prominence","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV","text":"BadgeProminence"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"14.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15badgeProminenceyQrAA05BadgeE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badgeProminence","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15BadgeProminenceV","text":"BadgeProminence","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","title":"badgeProminence(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badgeProminence(_:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badgeProminence(_:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badgeProminence"},{"kind":"text","text":"("},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badgeprominence(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)","title":"badgeProminence(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","title":"badgeProminence(_:)","externalID":"s:7SwiftUI4ViewPAAE15badgeProminenceyQrAA05BadgeE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badgeProminence"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15BadgeProminenceV","text":"BadgeProminence","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/badgeprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badgeProminence(_:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"badgeProminence","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"prominence","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BadgeProminence","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badgeProminence(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/badgeprominence(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)","type":"topic","title":"badgeProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"badgeProminence","kind":"identifier"},{"text":"(","kind":"text"},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/baselineoffset(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/baselineoffset(_:).json index 6f59ffd0e..4cf225207 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/baselineoffset(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/baselineoffset(_:).json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/baselineoffset(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"9.0","unavailable":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"baselineOffset(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"baselineOffset","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.baselineOffset(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"baselineOffset"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/baselineOffset(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)","title":"baselineOffset(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/baselineoffset(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/baselineoffset(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.baselineOffset(_:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","title":"baselineOffset(_:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"iOS","beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"introducedAt":"16.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"baselineOffset","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"baselineOffset"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/baselineOffset(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"baselineOffset(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/baselineoffset(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/blendmode(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/blendmode(_:).json index 6af80ffb6..50a95a4a0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/blendmode(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/blendmode(_:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"blendMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"title":"blendMode(_:)","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"blendMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"blendMode","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9BlendModeO","text":"BlendMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.blendMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/blendmode(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blendMode(_:)":{"abstract":[],"type":"topic","title":"blendMode(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"blendMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blendmode(_:)"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"blendMode","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"BlendMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/blendmode(_:)"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.blendMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"blendMode","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9BlendModeO","text":"BlendMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"blendMode(_:)","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blendMode(_:)":{"title":"blendMode(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blendmode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"text":"BlendMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","type":"topic","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/blur(radius:opaque:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/blur(radius:opaque:).json index 158521d89..5cea9fc47 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/blur(radius:opaque:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/blur(radius:opaque:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"text":"(","kind":"text"},{"text":"radius","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"13.0"},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"blur(radius:opaque:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"blur","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/blur(radius:opaque:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.blur(radius:opaque:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blur(radius:opaque:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"opaque","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"blur(radius:opaque:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blur(radius:opaque:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/blur(radius:opaque:)"]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"blur(radius:opaque:)","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"blur","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.blur(radius:opaque:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"kind":"text","text":"("},{"text":"radius","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blur(radius:opaque:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"blur(radius:opaque:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blur(radius:opaque:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/body.json b/docs/data/documentation/oudscomponents/oudsformstextinput/body.json index 83b1395d7..8e2602265 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/body.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/body.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/body"]}],"metadata":{"externalID":"s:14OUDSComponents18OUDSFormsTextInputV4bodyQrvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"body","kind":"identifier"},{"text":": ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSComponents"}],"title":"body"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"text":": ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.body","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/body":{"type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body","title":"body","url":"\/documentation\/oudscomponents\/oudsformstextinput\/body","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"body","kind":"identifier"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"body","kind":"identifier"},{"text":": ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"body","modules":[{"name":"OUDSComponents"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:14OUDSComponents18OUDSFormsTextInputV4bodyQrvp"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/body"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.body","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/body":{"kind":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"kind":"text","text":": "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/body","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/body","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/bold(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/bold(_:).json index 4f2055e65..258f0229b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/bold(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/bold(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.bold(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/bold(_:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0","name":"iOS"},{"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"16.0"},{"unavailable":false,"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"9.0"}],"symbolKind":"method","title":"bold(_:)","externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/bold(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)","title":"bold(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/bold(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"bold","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/bold(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.bold(_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"bold(_:)","externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"bold","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false},{"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"16.0"},{"name":"watchOS","unavailable":false,"introducedAt":"9.0","deprecated":false,"beta":false}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/bold(_:)":{"kind":"symbol","title":"bold(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"bold","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/bold(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/border(_:width:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/border(_:width:).json index 1aacd0d92..5c4dec5c1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/border(_:width:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/border(_:width:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.border(_:width:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0"},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false}],"title":"border(_:width:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"border","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/border(_:width:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"border","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"content"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/border(_:width:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/border(_:width:)","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"width"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)","title":"border(_:width:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.border(_:width:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Method","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"border","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"width","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0"},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"content"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/border(_:width:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/border(_:width:)":{"abstract":[],"title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/border(_:width:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/brightness(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/brightness(_:).json index caeddcce8..31b6cda24 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/brightness(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/brightness(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.brightness(_:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"brightness","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"brightness(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"beta":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false}],"symbolKind":"method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"brightness"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"amount"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/brightness(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/brightness(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/brightness(_:)","kind":"symbol","type":"topic","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.brightness(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"brightness"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"amount","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/brightness(_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","interfaceLanguage":"swift"},"metadata":{"title":"brightness(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"brightness","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false,"unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","beta":false,"unavailable":false,"deprecated":false}]},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/brightness(_:)":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/brightness(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"brightness(_:)","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonbordershape(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonbordershape(_:).json index c3908842a..2d53c879d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonbordershape(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonbordershape(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonBorderShape(_:)"},{"text":".","type":"text"}],"metadata":{"platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"12.0"},{"name":"tvOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","title":"buttonBorderShape(_:)","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonbordershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonBorderShape(_:)":{"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonbordershape(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"buttonBorderShape(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonbordershape(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false},{"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false},{"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"introducedAt":"8.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"title":"buttonBorderShape(_:)","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.buttonBorderShape(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonBorderShape(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","kind":"typeIdentifier","text":"ButtonBorderShape"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"buttonBorderShape(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonbordershape(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonrepeatbehavior(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonrepeatbehavior(_:).json index 75a40fd9a..f1b00111d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonrepeatbehavior(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonrepeatbehavior(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","text":"ButtonRepeatBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"buttonRepeatBehavior(_:)","externalID":"s:7SwiftUI4ViewPAAE20buttonRepeatBehavioryQrAA06ButtoneF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","text":"ButtonRepeatBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonrepeatbehavior(_:)"]}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonRepeatBehavior(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonRepeatBehavior(_:)":{"title":"buttonRepeatBehavior(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","text":"ButtonRepeatBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonrepeatbehavior(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","title":"buttonRepeatBehavior(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ButtonRepeatBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE20buttonRepeatBehavioryQrAA06ButtoneF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"name":"watchOS","deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonRepeatBehavior(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonrepeatbehavior(_:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ButtonRepeatBehavior","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonRepeatBehavior(_:)":{"abstract":[],"title":"buttonRepeatBehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"ButtonRepeatBehavior","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonrepeatbehavior(_:)","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-20dqn.json b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-20dqn.json index 7735af9c5..250896711 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-20dqn.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-20dqn.json @@ -1 +1 @@ -{"sections":[],"metadata":{"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS"},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","title":"buttonStyle(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-20dqn"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"PrimitiveButtonStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-20dqn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"buttonStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-20dqn","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"buttonStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-20dqn"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PrimitiveButtonStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-20dqn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-20dqn","title":"buttonStyle(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-rhg6.json b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-rhg6.json index 953e750ae..f88a85638 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-rhg6.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/buttonstyle(_:)-rhg6.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ButtonStyle","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","title":"buttonStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-rhg6"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-rhg6":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-rhg6","title":"buttonStyle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"ButtonStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"buttonStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"13.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false,"name":"tvOS"},{"unavailable":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-rhg6"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.buttonStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-rhg6":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-rhg6","title":"buttonStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/clipped(antialiased:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/clipped(antialiased:).json index 7e8062cef..4b1ca01c5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/clipped(antialiased:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/clipped(antialiased:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"text":"(","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"clipped(antialiased:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = false) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.clipped(antialiased:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/clipped(antialiased:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipped(antialiased:)":{"type":"topic","abstract":[],"title":"clipped(antialiased:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"clipped","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipped(antialiased:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"clipped","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.clipped(antialiased:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/clipped(antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"clipped(antialiased:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"clipped","kind":"identifier"},{"text":"(","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipped(antialiased:)":{"abstract":[],"type":"topic","title":"clipped(antialiased:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"clipped","kind":"identifier"},{"text":"(","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipped(antialiased:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/clipshape(_:style:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/clipshape(_:style:).json index b6abd21c5..b9215308b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/clipshape(_:style:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/clipshape(_:style:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"clipShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"style","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":" = FillStyle()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP","text":"Shape"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/clipshape(_:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.clipShape(_:style:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"clipShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"style","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"clipShape(_:style:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipShape(_:style:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)","role":"symbol","title":"clipShape(_:style:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipshape(_:style:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"clipShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.clipShape(_:style:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"clipShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"style","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","title":"clipShape(_:style:)"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/clipshape(_:style:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"clipShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"style","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":" = FillStyle()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI5ShapeP","text":"Shape","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipShape(_:style:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"clipShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"clipShape(_:style:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipshape(_:style:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/coloreffect(_:isenabled:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/coloreffect(_:isenabled:).json index 0c41ceb2c..e7a888bf9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/coloreffect(_:isenabled:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/coloreffect(_:isenabled:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.colorEffect(_:isEnabled:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11colorEffect_9isEnabledQrAA6ShaderV_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorEffect"},{"text":"(","kind":"text"},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"colorEffect(_:isEnabled:)","platforms":[{"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false,"deprecated":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"17.0"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorEffect"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shader","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Shader","preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/coloreffect(_:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorEffect(_:isEnabled:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"colorEffect(_:isEnabled:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coloreffect(_:isenabled:)","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false}],"title":"colorEffect(_:isEnabled:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11colorEffect_9isEnabledQrAA6ShaderV_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/coloreffect(_:isenabled:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorEffect"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shader","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorEffect(_:isEnabled:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorEffect(_:isEnabled:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorEffect"},{"kind":"text","text":"("},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"colorEffect(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coloreffect(_:isenabled:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/colorinvert().json b/docs/data/documentation/oudscomponents/oudsformstextinput/colorinvert().json index 5c8c34b0b..12a9fda47 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/colorinvert().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/colorinvert().json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.colorInvert()"},{"type":"text","text":"."}],"metadata":{"title":"colorInvert()","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11colorInvertQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorInvert","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/colorinvert()"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorInvert()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorInvert"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorinvert()","title":"colorInvert()","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11colorInvertQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"colorInvert()","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorInvert"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false}],"extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/colorinvert()"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorInvert"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.colorInvert()"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorInvert()":{"type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorinvert()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"colorInvert()","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/colormultiply(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/colormultiply(_:).json index 3b66a9805..5a8ec67a1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/colormultiply(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/colormultiply(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","title":"colorMultiply(_:)","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","beta":false},{"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"color","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.colorMultiply(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/colormultiply(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorMultiply(_:)":{"title":"colorMultiply(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/colormultiply(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)","type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/colormultiply(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.colorMultiply(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"10.15","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"6.0","beta":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"colorMultiply(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"colorMultiply","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorMultiply"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorMultiply(_:)":{"title":"colorMultiply(_:)","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/colormultiply(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/colorscheme(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/colorscheme(_:).json index 172c92140..511019daa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/colorscheme(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/colorscheme(_:).json @@ -1 +1 @@ -{"metadata":{"title":"colorScheme(_:)","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorScheme"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"renamed":"preferredColorScheme(_:)","name":"iOS","beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"deprecated":false},{"renamed":"preferredColorScheme(_:)","beta":false,"name":"macOS","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"10.15","deprecated":false},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","renamed":"preferredColorScheme(_:)","unavailable":false,"beta":false,"deprecatedAt":"100000.0"},{"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"6.0","beta":false,"name":"watchOS","deprecated":false,"renamed":"preferredColorScheme(_:)"},{"deprecated":false,"renamed":"preferredColorScheme(_:)","deprecatedAt":"100000.0","introducedAt":"1.0","beta":false,"unavailable":false,"name":"visionOS"}]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/colorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorScheme(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorScheme(_:)":{"deprecated":true,"title":"colorScheme(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorscheme(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","interfaceLanguage":"swift"},"metadata":{"title":"colorScheme(_:)","externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"renamed":"preferredColorScheme(_:)","name":"iOS","deprecatedAt":"100000.0","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"renamed":"preferredColorScheme(_:)","name":"macOS","unavailable":false,"deprecated":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"10.15"},{"introducedAt":"13.0","unavailable":false,"renamed":"preferredColorScheme(_:)","deprecatedAt":"100000.0","deprecated":false,"name":"tvOS","beta":false},{"renamed":"preferredColorScheme(_:)","name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","unavailable":false,"beta":false,"renamed":"preferredColorScheme(_:)","introducedAt":"1.0","deprecated":false,"name":"visionOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"colorScheme","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/colorscheme(_:)"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorScheme(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"colorScheme(_:)","type":"topic","deprecated":true,"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorscheme(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/compositinggroup().json b/docs/data/documentation/oudscomponents/oudsformstextinput/compositinggroup().json index 8eadba0c2..15bf7a09d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/compositinggroup().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/compositinggroup().json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/compositinggroup()"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"compositingGroup","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"compositingGroup"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"compositingGroup()","role":"symbol","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.compositingGroup()"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/compositingGroup()":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"compositingGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/compositinggroup()","title":"compositingGroup()","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/compositinggroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"compositingGroup","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"compositingGroup()","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"13.0","beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"6.0"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.compositingGroup()"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/compositingGroup()":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"compositingGroup","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"compositingGroup()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/compositinggroup()","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz.json index 9af5fdfe3..4d8fd07af 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"beta":false,"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz","role":"symbol","type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","beta":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"15.0"},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg.json index b84345def..4583a14ea 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS"}],"symbolKind":"method","roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS"},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"8.0"}],"symbolKind":"method"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg","type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a.json index 53f6d2017..7b54ad412 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a.json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","platforms":[{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a":{"kind":"symbol","abstract":[],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"15.0","name":"iOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false},{"beta":false,"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm.json index dfd9279bf..f4fb917f8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false},{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"introducedAt":"8.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":" = .automatic, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm.json index 313341d87..0aa560b0b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"introducedAt":"12.0","deprecated":false,"beta":false,"name":"macOS"},{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"8.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid.json index 8f5fc06c3..fa3a97a07 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"text":".","type":"text"}],"metadata":{"platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false},{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"8.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai.json index e17f81a13..7baf4352e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS","deprecated":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false},{"introducedAt":"8.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"extendedModule":"SwiftUI","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam.json index e4baddea5..d86090cd1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"15.0","beta":false,"name":"iOS","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam":{"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"8.0","deprecated":false}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7.json index e5f641932..c67cdd42a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"},{"unavailable":false,"introducedAt":"15.0","name":"tvOS","deprecated":false,"beta":false},{"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"introducedAt":"12.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"symbolKind":"method","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603.json index 3627ea977..a3661525b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0"},{"introducedAt":"8.0","beta":false,"deprecated":false,"name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v.json index 643056766..c239fdb6b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"introducedAt":"12.0","beta":false,"name":"macOS","unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":", "},{"text":"A","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6.json b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6.json index 781ba0ded..1595416c2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"introducedAt":"12.0","beta":false,"name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":" = .automatic, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6","abstract":[],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(_:for:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(_:for:).json index 9b5740661..0d6a9db37 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(_:for:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(_:for:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19containerBackground_3forQrqd___AA09ContainerE9PlacementVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"containerBackground(_:for:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0"},{"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"tvOS"},{"introducedAt":"10.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"container"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.containerBackground(_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(_:for:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(_:for:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","text":"ContainerBackgroundPlacement","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)","role":"symbol","kind":"symbol","title":"containerBackground(_:for:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","beta":false},{"introducedAt":"17.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"10.0","deprecated":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19containerBackground_3forQrqd___AA09ContainerE9PlacementVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"containerBackground(_:for:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerBackground(_:for:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"container"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(_:for:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"containerBackground(_:for:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(_:for:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(for:alignment:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(for:alignment:content:).json index 76d2b5268..320dc7163 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(for:alignment:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/containerbackground(for:alignment:content:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"10.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19containerBackground3for9alignment7contentQrAA09ContainerE9PlacementV_AA9AlignmentVqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"containerBackground(for:alignment:content:)"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"container","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerBackground(for:alignment:content:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(for:alignment:content:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(for:alignment:content:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier","text":"ContainerBackgroundPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(for:alignment:content:)","title":"containerBackground(for:alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19containerBackground3for9alignment7contentQrAA09ContainerE9PlacementV_AA9AlignmentVqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","title":"containerBackground(for:alignment:content:)","roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"text":"container","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerBackground(for:alignment:content:)"},{"text":".","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(for:alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(for:alignment:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerBackground"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"containerBackground(for:alignment:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(for:alignment:content:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:).json index 21f9d2024..76e80866a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0"},{"beta":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignmentQrAA4AxisO3SetV_AA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"containerRelativeFrame(_:alignment:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerRelativeFrame(_:alignment:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)","title":"containerRelativeFrame(_:alignment:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerRelativeFrame(_:alignment:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignmentQrAA4AxisO3SetV_AA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","title":"containerRelativeFrame(_:alignment:)","role":"symbol","platforms":[{"unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0","beta":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.0"}],"roleHeading":"Instance Method"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:)","kind":"symbol","title":"containerRelativeFrame(_:alignment:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:_:).json index ffccde7c5..ebda07d14 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:alignment:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", (","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignment_QrAA4AxisO3SetV_AA9AlignmentV14CoreFoundation7CGFloatVAN_AGtctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"containerRelativeFrame(_:alignment:_:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"17.0","beta":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS"}],"roleHeading":"Instance Method","symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerRelativeFrame(_:alignment:_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:_:)":{"title":"containerRelativeFrame(_:alignment:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.containerRelativeFrame(_:alignment:_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":" = .center, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_9alignment_QrAA4AxisO3SetV_AA9AlignmentV14CoreFoundation7CGFloatVAN_AGtctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"10.0","unavailable":false,"name":"watchOS"}],"title":"containerRelativeFrame(_:alignment:_:)","roleHeading":"Instance Method","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:_:)","title":"containerRelativeFrame(_:alignment:_:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier","text":"Set"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:count:span:spacing:alignment:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:count:span:spacing:alignment:).json index 53fd2c621..f3f87ffb3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:count:span:spacing:alignment:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/containerrelativeframe(_:count:span:spacing:alignment:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerRelativeFrame(_:count:span:spacing:alignment:)"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:count:span:spacing:alignment:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"kind":"text","text":", "},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"span"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"containerRelativeFrame(_:count:span:spacing:alignment:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false},{"deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false,"name":"tvOS"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_5count4span7spacing9alignmentQrAA4AxisO3SetV_S2i14CoreFoundation7CGFloatVAA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"span"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:count:span:spacing:alignment:)":{"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:count:span:spacing:alignment:)","abstract":[],"title":"containerRelativeFrame(_:count:span:spacing:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false},{"beta":false,"deprecated":false,"introducedAt":"17.0","name":"tvOS","unavailable":false},{"name":"watchOS","introducedAt":"10.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE22containerRelativeFrame_5count4span7spacing9alignmentQrAA4AxisO3SetV_S2i14CoreFoundation7CGFloatVAA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"containerRelativeFrame(_:count:span:spacing:alignment:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"span","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.containerRelativeFrame(_:count:span:spacing:alignment:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"axes"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"span","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:count:span:spacing:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:count:span:spacing:alignment:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:count:span:spacing:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)","type":"topic","title":"containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"span","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":", ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/containershape(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/containershape(_:).json index 2744ea55f..dac0c3916 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/containershape(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/containershape(_:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"containerShape(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0","beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","beta":false}],"extendedModule":"SwiftUI"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.containerShape(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"InsettableShape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containershape(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerShape(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerShape","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"containerShape(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containershape(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/containershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.containerShape(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"containerShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS"}],"extendedModule":"SwiftUI","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerShape(_:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"containerShape(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containershape(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-4dhsd.json b/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-4dhsd.json index 65ca9c4f4..6e490cd09 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-4dhsd.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-4dhsd.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contentMargins(_:_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"text":" = .all, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"text":"placement","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-4dhsd"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"contentMargins(_:_:for:)","externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgAA22ContentMarginPlacementVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":", ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"17.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"beta":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"deprecated":false}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-4dhsd":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-4dhsd","role":"symbol","kind":"symbol","title":"contentMargins(_:_:for:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":", ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contentMargins(_:_:for:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd"},"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0"},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"17.0","unavailable":false},{"introducedAt":"10.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"title":"contentMargins(_:_:for:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgAA22ContentMarginPlacementVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"text":"placement","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier","text":"ContentMarginPlacement"},{"text":" = .automatic) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-4dhsd"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-4dhsd":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd","title":"contentMargins(_:_:for:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-4dhsd"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-7kcfn.json b/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-7kcfn.json index 97104e767..b783b9306 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-7kcfn.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:_:for:)-7kcfn.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-7kcfn"]}],"metadata":{"title":"contentMargins(_:_:for:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_AA0G6InsetsVAA22ContentMarginPlacementVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentMargins(_:_:for:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"kind":"text","text":" = .all, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"insets"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"placement"},{"kind":"text","text":": "},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"text":" = .automatic) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-7kcfn":{"type":"topic","title":"contentMargins(_:_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-7kcfn","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-7kcfn"]}],"sections":[],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14contentMargins__3forQrAA4EdgeO3SetV_AA0G6InsetsVAA22ContentMarginPlacementVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"10.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"role":"symbol","title":"contentMargins(_:_:for:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contentMargins(_:_:for:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"insets","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"text":"placement","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier","text":"ContentMarginPlacement"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-7kcfn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-7kcfn","abstract":[],"title":"contentMargins(_:_:for:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:for:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:for:).json index 2e01b12b2..28de380b9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:for:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contentmargins(_:for:).json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:for:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contentMargins(_:for:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"length","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"placement","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement","kind":"typeIdentifier"},{"text":" = .automatic) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","title":"contentMargins(_:for:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE14contentMargins_3forQr14CoreFoundation7CGFloatV_AA22ContentMarginPlacementVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:for:)":{"type":"topic","title":"contentMargins(_:for:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"placement"},{"kind":"text","text":": "},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"introducedAt":"10.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE14contentMargins_3forQr14CoreFoundation7CGFloatV_AA22ContentMarginPlacementVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"contentMargins(_:for:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contentMargins(_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:for:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:for:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"contentMargins(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:for:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:_:eofill:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:_:eofill:).json index 669174c65..f05ae673e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:_:eofill:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:_:eofill:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"kind","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"eoFill"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = false) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contentShape(_:_:eoFill:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"name":"watchOS","introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"contentShape(_:_:eoFill:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:_:eoFill:)":{"title":"contentShape(_:_:eoFill:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:_:eofill:)","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"contentShape(_:_:eoFill:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"eoFill"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contentShape(_:_:eoFill:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentShape","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"kind","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV","text":"ContentShapeKinds","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = false) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:_:eoFill:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:_:eofill:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)","type":"topic","title":"contentShape(_:_:eoFill:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:eofill:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:eofill:).json index bff62cb3f..ceea67a29 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:eofill:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contentshape(_:eofill:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"contentShape(_:eoFill:)","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"10.15"},{"name":"tvOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contentShape(_:eoFill:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = false) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI5ShapeP","kind":"typeIdentifier","text":"Shape"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:eofill:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:eoFill:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","title":"contentShape(_:eoFill:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:eofill:)"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"contentShape(_:eoFill:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentShape","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0"}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contentShape(_:eoFill:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = false) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:eoFill:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"contentShape(_:eoFill:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:eofill:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contenttransition(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contenttransition(_:).json index a5ea50fea..e0b3e8b5f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contenttransition(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contenttransition(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contenttransition(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contentTransition(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)"},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"text":"ContentTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","beta":false,"introducedAt":"9.0","deprecated":false,"unavailable":false}],"title":"contentTransition(_:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"transition","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentTransition(_:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contenttransition(_:)","title":"contentTransition(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contentTransition(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"contentTransition(_:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"16.0"},{"introducedAt":"9.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ContentTransitionV","kind":"typeIdentifier","text":"ContentTransition"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"transition","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contenttransition(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentTransition(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"contentTransition(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contenttransition(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(_:).json index 0e8c5e43f..64533c999 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"contextMenu"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","kind":"typeIdentifier","text":"ContextMenu"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","text":"ContextMenu","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":">?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contextMenu(_:)","externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","message":"Use `contextMenu(menuItems:)` instead.","beta":false,"name":"iOS","deprecatedAt":"100000.0"},{"beta":false,"message":"Use `contextMenu(menuItems:)` instead.","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"10.15","name":"macOS"},{"name":"watchOS","beta":false,"deprecatedAt":"7.0","deprecated":false,"unavailable":false,"introducedAt":"6.0"},{"deprecatedAt":"100000.0","name":"visionOS","deprecated":false,"introducedAt":"1.0","unavailable":false,"message":"Use `contextMenu(menuItems:)` instead.","beta":false}]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `contextMenu(menuItems:)` instead."}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contextMenu(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(_:)"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"title":"View Implementations","role":"collectionGroup","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"title":"OUDSFormsTextInput","role":"symbol","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSFormsTextInput"}],"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"type":"text","text":" "},{"type":"strong","inlineContent":[{"text":"Warning: This is a draft component","type":"text"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(_:)","title":"contextMenu(_:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","kind":"typeIdentifier","text":"ContextMenu"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"typeIdentifier"},{"text":">?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contextMenu(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","text":"ContextMenu","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":">?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `contextMenu(menuItems:)` instead."}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","title":"contextMenu(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"message":"Use `contextMenu(menuItems:)` instead.","beta":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false},{"beta":false,"introducedAt":"10.15","message":"Use `contextMenu(menuItems:)` instead.","name":"macOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false},{"deprecatedAt":"7.0","unavailable":false,"deprecated":false,"introducedAt":"6.0","beta":false,"name":"watchOS"},{"message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"1.0","beta":false,"deprecatedAt":"100000.0","name":"visionOS","unavailable":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContextMenuV","text":"ContextMenu"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":">?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)","type":"topic","title":"contextMenu(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContextMenu","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(forselectiontype:menu:primaryaction:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(forselectiontype:menu:primaryaction:).json index c364714dc..449ebbf22 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(forselectiontype:menu:primaryaction:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(forselectiontype:menu:primaryaction:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"I"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"forSelectionType","kind":"externalParam"},{"kind":"text","text":" "},{"text":"itemType","kind":"internalParam"},{"kind":"text","text":": "},{"text":"I","kind":"typeIdentifier"},{"text":".Type = I.self, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"menu","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"I","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"macOS"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"text":"I","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"menu","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"primaryAction","kind":"externalParam"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"contextMenu(forSelectionType:menu:primaryAction:)","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contextMenu(forSelectionType:menu:primaryAction:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(forselectiontype:menu:primaryaction:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(forselectiontype:menu:primaryaction:)","title":"contextMenu(forSelectionType:menu:primaryAction:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"forSelectionType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"menu"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"extendedModule":"SwiftUI","title":"contextMenu(forSelectionType:menu:primaryAction:)","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"forSelectionType"},{"text":": ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"menu","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":" "},{"kind":"internalParam","text":"itemType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type = I.self, "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"menu"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"primaryAction","kind":"externalParam"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"kind":"text","text":", "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(forselectiontype:menu:primaryaction:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.contextMenu(forSelectionType:menu:primaryAction:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(forSelectionType:menu:primaryAction:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(forselectiontype:menu:primaryaction:)","abstract":[],"title":"contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"I","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"forSelectionType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"primaryAction","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:).json index 983c3dfef..7ccf7f82f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"contextMenu(menuItems:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"14.0","name":"tvOS","beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS","deprecatedAt":"7.0"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","title":"contextMenu(menuItems:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.contextMenu(menuItems:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:)"]}],"sections":[],"kind":"symbol","metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"menuItems"},{"text":": () -> ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"13.0"},{"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"14.0"},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"deprecatedAt":"7.0","introducedAt":"6.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"contextMenu(menuItems:)","extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"MenuItems","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:)","title":"contextMenu(menuItems:)","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"MenuItems","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:preview:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:preview:).json index 338d3d025..785a8b2e0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:preview:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contextmenu(menuitems:preview:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"contextMenu(menuItems:preview:)","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"16.0"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:preview:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:preview:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"contextMenu(menuItems:preview:)","role":"symbol","abstract":[],"type":"topic","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contextMenu(menuItems:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"M","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"16.0","beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"contextMenu(menuItems:preview:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:preview:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","title":"contextMenu(menuItems:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:preview:)","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/contrast(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/contrast(_:).json index 9104878cb..eefd0c157 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/contrast(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/contrast(_:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contrast","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"iOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false,"name":"macOS"},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"contrast(_:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contrast","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contrast(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contrast(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contrast(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contrast(_:)","title":"contrast(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/contrast(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"amount","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.contrast(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol","title":"contrast(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contrast","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contrast(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contrast(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contrast","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contrast(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/controlgroupstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/controlgroupstyle(_:).json index a03420ed8..c9879b537 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/controlgroupstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/controlgroupstyle(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/controlgroupstyle(_:)"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.controlGroupStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"ControlGroupStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0","beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false}],"title":"controlGroupStyle(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlGroupStyle(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlgroupstyle(_:)","title":"controlGroupStyle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"controlGroupStyle(_:)","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.controlGroupStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/controlgroupstyle(_:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"controlGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ControlGroupStyle","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlGroupStyle(_:)":{"type":"topic","abstract":[],"title":"controlGroupStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlgroupstyle(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/controlsize(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/controlsize(_:).json index 5a0dae055..188692804 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/controlsize(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/controlsize(_:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"controlSize","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"controlSize","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ControlSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.controlSize(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"controlSize"},{"text":"(","kind":"text"},{"text":"ControlSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"controlSize(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"role":"symbol"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlSize(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlsize(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","title":"controlSize(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","title":"controlSize(_:)","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15"},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlSize","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"controlSize","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ControlSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.controlSize(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlSize(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"text":"ControlSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"controlSize(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlsize(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(_:).json index 542cabeda..716ad4db6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15coordinateSpaceyQrAA015NamedCoordinateE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"NamedCoordinateSpace","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"14.0"},{"introducedAt":"17.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"10.0","name":"watchOS","unavailable":false}],"roleHeading":"Instance Method","title":"coordinateSpace(_:)","role":"symbol","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.coordinateSpace(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"name"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","text":"NamedCoordinateSpace"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","text":"NamedCoordinateSpace"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"coordinateSpace(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(_:)","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)"}}} \ No newline at end of file +{"metadata":{"title":"coordinateSpace(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"text":"(","kind":"text"},{"text":"NamedCoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE15coordinateSpaceyQrAA015NamedCoordinateE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false},{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"10.0","unavailable":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.coordinateSpace(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"name","kind":"internalParam"},{"kind":"text","text":": "},{"text":"NamedCoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","kind":"typeIdentifier","text":"NamedCoordinateSpace"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"coordinateSpace(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(name:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(name:).json index 97dd1114c..76b3cb240 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(name:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/coordinatespace(name:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","metadata":{"platforms":[{"deprecated":false,"name":"iOS","message":"use coordinateSpace(_:) instead","deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","beta":false},{"deprecatedAt":"100000.0","message":"use coordinateSpace(_:) instead","unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"10.15"},{"beta":false,"introducedAt":"13.0","message":"use coordinateSpace(_:) instead","deprecated":false,"unavailable":false,"name":"tvOS","deprecatedAt":"100000.0"},{"introducedAt":"6.0","message":"use coordinateSpace(_:) instead","deprecatedAt":"100000.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"beta":false,"message":"use coordinateSpace(_:) instead","name":"visionOS","deprecatedAt":"100000.0","introducedAt":"1.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE15coordinateSpace4nameQrqd___tSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"coordinateSpace(name:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.coordinateSpace(name:)"},{"type":"text","text":"."}],"deprecationSummary":[{"inlineContent":[{"text":"use coordinateSpace(_:) instead","type":"text"}],"type":"paragraph"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(name:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(name:)":{"title":"coordinateSpace(name:)","deprecated":true,"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"name","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(name:)","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","message":"use coordinateSpace(_:) instead","beta":false,"deprecated":false,"deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","message":"use coordinateSpace(_:) instead"},{"deprecatedAt":"100000.0","message":"use coordinateSpace(_:) instead","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","beta":false,"deprecated":false,"deprecatedAt":"100000.0","message":"use coordinateSpace(_:) instead","introducedAt":"6.0","unavailable":false},{"name":"visionOS","beta":false,"deprecated":false,"message":"use coordinateSpace(_:) instead","introducedAt":"1.0","deprecatedAt":"100000.0","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"coordinateSpace(name:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15coordinateSpace4nameQrqd___tSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.coordinateSpace(name:)","type":"codeVoice"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use coordinateSpace(_:) instead"}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(name:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(name:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","abstract":[],"deprecated":true,"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(name:)","title":"coordinateSpace(name:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/copyable(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/copyable(_:).json index 2deecea24..feb60a680 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/copyable(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/copyable(_:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","beta":false}],"title":"copyable(_:)","externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"copyable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.copyable(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/copyable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"copyable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"text":" () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/copyable(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)","title":"copyable(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/copyable(_:)","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/copyable(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"copyable(_:)","symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.copyable(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"copyable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/copyable(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"copyable(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/copyable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/cornerradius(_:antialiased:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/cornerradius(_:antialiased:).json index 2cc76afde..e47c40f6f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/cornerradius(_:antialiased:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/cornerradius(_:antialiased:).json @@ -1 +1 @@ -{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.cornerRadius(_:antialiased:)"},{"type":"text","text":"."}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use `clipShape` or `fill` instead."}],"type":"paragraph"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"radius"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/cornerradius(_:antialiased:)"]}],"metadata":{"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"cornerRadius(_:antialiased:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecatedAt":"100000.0","introducedAt":"13.0","beta":false,"deprecated":false,"message":"Use `clipShape` or `fill` instead.","name":"iOS","unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"10.15","message":"Use `clipShape` or `fill` instead.","deprecatedAt":"100000.0","unavailable":false,"name":"macOS"},{"message":"Use `clipShape` or `fill` instead.","introducedAt":"13.0","name":"tvOS","beta":false,"unavailable":false,"deprecatedAt":"100000.0","deprecated":false},{"introducedAt":"6.0","message":"Use `clipShape` or `fill` instead.","deprecatedAt":"100000.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false},{"name":"visionOS","introducedAt":"1.0","deprecatedAt":"100000.0","beta":false,"unavailable":false,"deprecated":false,"message":"Use `clipShape` or `fill` instead."}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cornerRadius(_:antialiased:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/cornerradius(_:antialiased:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)","abstract":[],"role":"symbol","deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"cornerRadius(_:antialiased:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"cornerRadius","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"cornerRadius(_:antialiased:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","message":"Use `clipShape` or `fill` instead.","deprecated":false,"deprecatedAt":"100000.0","beta":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"beta":false,"message":"Use `clipShape` or `fill` instead.","introducedAt":"10.15","name":"macOS","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"message":"Use `clipShape` or `fill` instead."},{"unavailable":false,"message":"Use `clipShape` or `fill` instead.","beta":false,"deprecated":false,"name":"watchOS","deprecatedAt":"100000.0","introducedAt":"6.0"},{"beta":false,"deprecatedAt":"100000.0","introducedAt":"1.0","unavailable":false,"deprecated":false,"name":"visionOS","message":"Use `clipShape` or `fill` instead."}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/cornerradius(_:antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.cornerRadius(_:antialiased:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"cornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"radius","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"deprecationSummary":[{"inlineContent":[{"text":"Use `clipShape` or `fill` instead.","type":"text"}],"type":"paragraph"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cornerRadius(_:antialiased:)":{"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/cornerradius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"cornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)","title":"cornerRadius(_:antialiased:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/cuttable(for:action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/cuttable(for:action:).json index 24d83ed85..c5cfea426 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/cuttable(for:action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/cuttable(for:action:).json @@ -1 +1 @@ -{"metadata":{"title":"cuttable(for:action:)","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"action","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"cuttable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadType","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":".Type = T.self, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.cuttable(for:action:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/cuttable(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cuttable(for:action:)":{"kind":"symbol","title":"cuttable(for:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/cuttable(for:action:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0"}],"externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"cuttable(for:action:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.cuttable(for:action:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadType","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type = T.self, ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/cuttable(for:action:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cuttable(for:action:)":{"kind":"symbol","type":"topic","title":"cuttable(for:action:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"text":": () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/cuttable(for:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/datepickerstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/datepickerstyle(_:).json index e17cd4278..14cc772a9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/datepickerstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/datepickerstyle(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.datePickerStyle(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"DatePickerStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DatePickerStyleP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/datepickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","title":"datePickerStyle(_:)","platforms":[{"introducedAt":"13.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"beta":false,"introducedAt":"10.0","unavailable":false,"name":"watchOS","deprecated":false}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/datePickerStyle(_:)":{"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/datepickerstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","type":"topic","title":"datePickerStyle(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false}],"title":"datePickerStyle(_:)","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/datepickerstyle(_:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15DatePickerStyleP","kind":"typeIdentifier","text":"DatePickerStyle"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.datePickerStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/datePickerStyle(_:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"datePickerStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/datepickerstyle(_:)","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/defaultappstorage(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/defaultappstorage(_:).json index 0f038b555..9b9fc4aed 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/defaultappstorage(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/defaultappstorage(_:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","role":"symbol","title":"defaultAppStorage(_:)","platforms":[{"beta":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"unavailable":false},{"introducedAt":"11.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultAppStorage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults","text":"UserDefaults"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/defaultappstorage(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"store"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults","text":"UserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)"},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultAppStorage(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultAppStorage(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultAppStorage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults","text":"UserDefaults"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultappstorage(_:)","title":"defaultAppStorage(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultAppStorage(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"defaultAppStorage(_:)","platforms":[{"introducedAt":"14.0","beta":false,"unavailable":false,"name":"iOS","deprecated":false},{"introducedAt":"11.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultAppStorage"},{"text":"(","kind":"text"},{"text":"UserDefaults","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"defaultAppStorage","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"store","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)NSUserDefaults","kind":"typeIdentifier","text":"UserDefaults"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/defaultappstorage(_:)"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultAppStorage(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)","title":"defaultAppStorage(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"text":"UserDefaults","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultappstorage(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/defaultfocus(_:_:priority:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/defaultfocus(_:_:priority:).json index b8ea2988f..725dbfc8b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/defaultfocus(_:_:priority:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/defaultfocus(_:_:priority:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/defaultfocus(_:_:priority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.defaultFocus(_:_:priority:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0"},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"defaultFocus(_:_:priority:)"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultFocus(_:_:priority:)":{"title":"defaultFocus(_:_:priority:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultFocus","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultfocus(_:_:priority:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"defaultFocus","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"binding","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":" = .automatic) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.defaultFocus(_:_:priority:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/defaultfocus(_:_:priority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)"},"metadata":{"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"defaultFocus","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"DefaultFocusEvaluationPriority","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","beta":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultFocus(_:_:priority:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"defaultFocus(_:_:priority:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultfocus(_:_:priority:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/defaultscrollanchor(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/defaultscrollanchor(_:).json index dd9fa495d..ee6e3e15d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/defaultscrollanchor(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/defaultscrollanchor(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/defaultscrollanchor(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.defaultScrollAnchor(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultScrollAnchor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19defaultScrollAnchoryQrAA9UnitPointVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultScrollAnchor"},{"kind":"text","text":"("},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","title":"defaultScrollAnchor(_:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"introducedAt":"14.0","beta":false,"unavailable":false,"name":"macOS","deprecated":false},{"beta":false,"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultScrollAnchor(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultScrollAnchor"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultscrollanchor(_:)","title":"defaultScrollAnchor(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/defaultscrollanchor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultScrollAnchor"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"anchor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false,"name":"tvOS"},{"beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"defaultScrollAnchor(_:)","externalID":"s:7SwiftUI4ViewPAAE19defaultScrollAnchoryQrAA9UnitPointVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultScrollAnchor"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.defaultScrollAnchor(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultScrollAnchor(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultScrollAnchor"},{"text":"(","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"defaultScrollAnchor(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultscrollanchor(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/deletedisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/deletedisabled(_:).json index 56c7f8e2c..c8818e3ed 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/deletedisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/deletedisabled(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"deleteDisabled(_:)","symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"unavailable":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/deletedisabled(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.deleteDisabled(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/deleteDisabled(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"deleteDisabled(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/deletedisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"deleteDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"isDisabled","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"introducedAt":"13.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15"},{"unavailable":false,"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"6.0","beta":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","title":"deleteDisabled(_:)","symbolKind":"method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/deletedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.deleteDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/deleteDisabled(_:)":{"type":"topic","abstract":[],"title":"deleteDisabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/deletedisabled(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"deleteDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogicon(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogicon(_:).json index 7b829175c..d5aeac4dd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogicon(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogicon(_:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10dialogIconyQrAA5ImageVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogIcon"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"10.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","title":"dialogIcon(_:)"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.dialogIcon(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogIcon"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"icon"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogicon(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogIcon(_:)":{"kind":"symbol","abstract":[],"title":"dialogIcon(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogicon(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogIcon","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogIcon","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10dialogIconyQrAA5ImageVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.0"}],"role":"symbol","roleHeading":"Instance Method","title":"dialogIcon(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogicon(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogIcon","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"icon"},{"text":": ","kind":"text"},{"text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dialogIcon(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogIcon(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogIcon","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogicon(_:)","role":"symbol","type":"topic","title":"dialogIcon(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogseverity(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogseverity(_:).json index 998f5bdff..0c032e791 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogseverity(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogseverity(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogseverity(_:)"]}],"sections":[],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE14dialogSeverityyQrAA06DialogE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"dialogSeverity(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSeverity","kind":"identifier"},{"text":"(","kind":"text"},{"text":"DialogSeverity","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14DialogSeverityV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dialogSeverity(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"severity","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSeverity(_:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSeverity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogseverity(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)","title":"dialogSeverity(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSeverity(_:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"10.0"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"dialogSeverity(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14dialogSeverityyQrAA06DialogE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogseverity(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"severity","kind":"internalParam"},{"kind":"text","text":": "},{"text":"DialogSeverity","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14DialogSeverityV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSeverity(_:)":{"abstract":[],"kind":"symbol","title":"dialogSeverity(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogseverity(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-3fpir.json b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-3fpir.json index f7b7fb54e..c9c206aea 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-3fpir.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-3fpir.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.dialogSuppressionToggle(_:isSuppressed:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-3fpir"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"dialogSuppressionToggle(_:isSuppressed:)","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA18LocalizedStringKeyV_AA7BindingVySbGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-3fpir":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir","type":"topic","title":"dialogSuppressionToggle(_:isSuppressed:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-3fpir","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"dialogSuppressionToggle(_:isSuppressed:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA18LocalizedStringKeyV_AA7BindingVySbGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0"},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0","deprecated":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.dialogSuppressionToggle(_:isSuppressed:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-3fpir"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-3fpir":{"title":"dialogSuppressionToggle(_:isSuppressed:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-3fpir","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-7crfy.json b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-7crfy.json index 7b6b7f9c7..e881d9f41 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-7crfy.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-7crfy.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.dialogSuppressionToggle(_:isSuppressed:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-7crfy"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA4TextV_AA7BindingVySbGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false,"deprecated":false},{"introducedAt":"10.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"dialogSuppressionToggle(_:isSuppressed:)","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dialogSuppressionToggle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-7crfy":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-7crfy","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy","title":"dialogSuppressionToggle(_:isSuppressed:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-7crfy"]}],"metadata":{"title":"dialogSuppressionToggle(_:isSuppressed:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"introducedAt":"17.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"10.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrAA4TextV_AA7BindingVySbGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.dialogSuppressionToggle(_:isSuppressed:)"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-7crfy":{"abstract":[],"role":"symbol","title":"dialogSuppressionToggle(_:isSuppressed:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-7crfy","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-96rao.json b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-96rao.json index 116e03cef..ec79767d1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-96rao.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(_:issuppressed:)-96rao.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"10.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","title":"dialogSuppressionToggle(_:isSuppressed:)","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrqd___AA7BindingVySbGtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.dialogSuppressionToggle(_:isSuppressed:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-96rao"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-96rao":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"dialogSuppressionToggle(_:isSuppressed:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-96rao","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle_12isSuppressedQrqd___AA7BindingVySbGtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}],"title":"dialogSuppressionToggle(_:isSuppressed:)","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-96rao"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSuppressionToggle(_:isSuppressed:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-96rao":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"dialogSuppressionToggle(_:isSuppressed:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-96rao","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(issuppressed:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(issuppressed:).json index 3cd17f53c..377e3a29f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(issuppressed:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dialogsuppressiontoggle(issuppressed:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSuppressionToggle(isSuppressed:)"},{"type":"text","text":"."}],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle12isSuppressedQrAA7BindingVySbG_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"title":"dialogSuppressionToggle(isSuppressed:)","extendedModule":"SwiftUI"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(issuppressed:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(isSuppressed:)":{"abstract":[],"kind":"symbol","role":"symbol","title":"dialogSuppressionToggle(isSuppressed:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(issuppressed:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(issuppressed:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE23dialogSuppressionToggle12isSuppressedQrAA7BindingVySbG_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"dialogSuppressionToggle(isSuppressed:)","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"14.0","beta":false,"unavailable":false},{"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"introducedAt":"10.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dialogSuppressionToggle(isSuppressed:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(isSuppressed:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(issuppressed:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)","title":"dialogSuppressionToggle(isSuppressed:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/disableautocorrection(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/disableautocorrection(_:).json index 6ce84a55d..caf0b35b0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/disableautocorrection(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/disableautocorrection(_:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disableAutocorrection","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false},{"beta":false,"name":"macOS","deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","unavailable":false,"introducedAt":"10.15","deprecated":false},{"introducedAt":"13.0","renamed":"autocorrectionDisabled(_:)","deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"tvOS","deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"8.0","name":"watchOS","renamed":"autocorrectionDisabled(_:)"},{"renamed":"autocorrectionDisabled(_:)","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"introducedAt":"1.0","beta":false,"name":"visionOS"}],"title":"disableAutocorrection(_:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"disableAutocorrection","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"disable","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/disableautocorrection(_:)"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disableAutocorrection(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disableAutocorrection(_:)":{"kind":"symbol","deprecated":true,"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/disableautocorrection(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)","title":"disableAutocorrection(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"disable","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/disableautocorrection(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.disableAutocorrection(_:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)"},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"disableAutocorrection(_:)","platforms":[{"name":"iOS","unavailable":false,"renamed":"autocorrectionDisabled(_:)","beta":false,"deprecated":false,"introducedAt":"13.0","deprecatedAt":"100000.0"},{"beta":false,"name":"macOS","deprecated":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","introducedAt":"10.15","unavailable":false},{"name":"tvOS","renamed":"autocorrectionDisabled(_:)","beta":false,"introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","unavailable":false},{"beta":false,"introducedAt":"8.0","name":"watchOS","renamed":"autocorrectionDisabled(_:)","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0"},{"beta":false,"deprecated":false,"name":"visionOS","introducedAt":"1.0","unavailable":false,"renamed":"autocorrectionDisabled(_:)","deprecatedAt":"100000.0"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disableAutocorrection(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disableAutocorrection"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"disableAutocorrection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disableautocorrection(_:)","abstract":[],"deprecated":true,"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/disabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/disabled(_:).json index c677f1202..eee722c54 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/disabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/disabled(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.disabled(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disabled"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"disabled(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false},{"introducedAt":"13.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"disabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"disabled","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/disabled(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","role":"symbol","abstract":[],"title":"disabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disabled(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/disabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.disabled(_:)"},{"type":"text","text":"."}],"sections":[],"metadata":{"title":"disabled(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"disabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15"},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"disabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"disabled","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disabled(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"disabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/disclosuregroupstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/disclosuregroupstyle(_:).json index cea75c16e..5adeaf159 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/disclosuregroupstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/disclosuregroupstyle(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.disclosureGroupStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/disclosuregroupstyle(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"disclosureGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP","text":"DisclosureGroupStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"disclosureGroupStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","title":"disclosureGroupStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disclosureGroupStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","title":"disclosureGroupStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disclosuregroupstyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disclosureGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/disclosuregroupstyle(_:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"DisclosureGroupStyle","preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"macOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"disclosureGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"disclosureGroupStyle(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disclosureGroupStyle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disclosureGroupStyle(_:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","abstract":[],"title":"disclosureGroupStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disclosuregroupstyle(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/distortioneffect(_:maxsampleoffset:isenabled:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/distortioneffect(_:maxsampleoffset:isenabled:).json index 15fa960bc..2e05b836a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/distortioneffect(_:maxsampleoffset:isenabled:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/distortioneffect(_:maxsampleoffset:isenabled:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.distortionEffect(_:maxSampleOffset:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"distortionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier","text":"CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"distortionEffect(_:maxSampleOffset:isEnabled:)","externalID":"s:7SwiftUI4ViewPAAE16distortionEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"14.0"},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/distortioneffect(_:maxsampleoffset:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"distortionEffect"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shader","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","kind":"typeIdentifier","text":"Shader"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/distortionEffect(_:maxSampleOffset:isEnabled:)":{"type":"topic","abstract":[],"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/distortioneffect(_:maxsampleoffset:isenabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"distortionEffect"},{"text":"(","kind":"text"},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)"}}} \ No newline at end of file +{"metadata":{"role":"symbol","platforms":[{"introducedAt":"17.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"distortionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Shader","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16distortionEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.distortionEffect(_:maxSampleOffset:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"distortionEffect"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"shader","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/distortioneffect(_:maxsampleoffset:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/distortionEffect(_:maxSampleOffset:isEnabled:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"distortionEffect"},{"kind":"text","text":"("},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/distortioneffect(_:maxsampleoffset:isenabled:)","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:).json index 0532ccf67..7f434661d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"13.0"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"draggable(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:)","title":"draggable(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"draggable(_:)","role":"symbol","platforms":[{"introducedAt":"16.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.draggable(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payload","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"draggable(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:preview:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:preview:).json index c5b373d5b..21af9a3bb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:preview:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/draggable(_:preview:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"draggable(_:preview:)","platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"16.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0"}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:preview:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:preview:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"draggable(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:preview:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"text":": ","kind":"text"},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"title":"draggable(_:preview:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"16.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.draggable(_:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:preview:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:preview:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"draggable(_:preview:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/drawinggroup(opaque:colormode:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/drawinggroup(opaque:colormode:).json index 6143789bf..2fb5b68b9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/drawinggroup(opaque:colormode:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/drawinggroup(opaque:colormode:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/drawinggroup(opaque:colormode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"platforms":[{"name":"iOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0"},{"beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecated":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"drawingGroup"},{"text":"(","kind":"text"},{"text":"opaque","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO","kind":"typeIdentifier","text":"ColorRenderingMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","title":"drawingGroup(opaque:colorMode:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = false, ","kind":"text"},{"kind":"externalParam","text":"colorMode"},{"text":": ","kind":"text"},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"text":" = .nonLinear) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/drawingGroup(opaque:colorMode:)":{"title":"drawingGroup(opaque:colorMode:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"drawingGroup","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/drawinggroup(opaque:colormode:)","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"metadata":{"platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false,"name":"watchOS"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"drawingGroup","kind":"identifier"},{"kind":"text","text":"("},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"drawingGroup(opaque:colorMode:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"drawingGroup"},{"text":"(","kind":"text"},{"text":"opaque","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = false, "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"text":" = .nonLinear) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/drawinggroup(opaque:colormode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/drawingGroup(opaque:colorMode:)":{"abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"drawingGroup","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/drawinggroup(opaque:colormode:)","title":"drawingGroup(opaque:colorMode:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dropdestination(for:action:istargeted:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/dropdestination(for:action:istargeted:).json index 7daa9b75f..7d6e86cd3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dropdestination(for:action:istargeted:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dropdestination(for:action:istargeted:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dropdestination(for:action:istargeted:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dropDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"dropDestination(for:action:isTargeted:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"16.0"},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS"}],"symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dropDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"text":"payloadType","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.dropDestination(for:action:isTargeted:)"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dropDestination(for:action:isTargeted:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dropdestination(for:action:istargeted:)","kind":"symbol","type":"topic","title":"dropDestination(for:action:isTargeted:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dropDestination","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","title":"dropDestination(for:action:isTargeted:)","externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"beta":false,"introducedAt":"16.0","name":"iOS","unavailable":false},{"beta":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dropDestination"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.dropDestination(for:action:isTargeted:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dropDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":".Type = T.self, ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dropdestination(for:action:istargeted:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dropDestination(for:action:isTargeted:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"kind":"text","text":") -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"dropDestination(for:action:isTargeted:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dropdestination(for:action:istargeted:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/dynamictypesize(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/dynamictypesize(_:).json index 1279ada3d..90d2f7ac4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/dynamictypesize(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/dynamictypesize(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"size","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dynamictypesize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dynamicTypeSize","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","kind":"typeIdentifier","text":"DynamicTypeSize"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"dynamicTypeSize(_:)","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0"},{"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"8.0"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.dynamicTypeSize(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dynamicTypeSize(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dynamictypesize(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dynamicTypeSize","kind":"identifier"},{"text":"(","kind":"text"},{"text":"DynamicTypeSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"dynamicTypeSize(_:)","abstract":[]}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/dynamictypesize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dynamicTypeSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"size"},{"text":": ","kind":"text"},{"text":"DynamicTypeSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"dynamicTypeSize","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","text":"DynamicTypeSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false}],"title":"dynamicTypeSize(_:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.dynamicTypeSize(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dynamicTypeSize(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dynamicTypeSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","text":"DynamicTypeSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","title":"dynamicTypeSize(_:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dynamictypesize(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/edgesignoringsafearea(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/edgesignoringsafearea(_:).json index 2fc0121d6..a77bd52f3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/edgesignoringsafearea(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/edgesignoringsafearea(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.edgesIgnoringSafeArea(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/edgesignoringsafearea(_:)"]}],"kind":"symbol","sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE21edgesIgnoringSafeAreayQrAA4EdgeO3SetVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"edgesIgnoringSafeArea(_:)","role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecatedAt":"100000.0","deprecated":false,"message":"Use ignoresSafeArea(_:edges:) instead.","beta":false},{"message":"Use ignoresSafeArea(_:edges:) instead.","unavailable":false,"deprecated":false,"introducedAt":"10.15","deprecatedAt":"100000.0","name":"macOS","beta":false},{"deprecatedAt":"100000.0","deprecated":false,"message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"6.0","deprecatedAt":"100000.0","name":"watchOS","beta":false,"deprecated":false,"message":"Use ignoresSafeArea(_:edges:) instead."},{"deprecatedAt":"100000.0","unavailable":false,"beta":false,"deprecated":false,"name":"visionOS","introducedAt":"1.0","message":"Use ignoresSafeArea(_:edges:) instead."}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use ignoresSafeArea(_:edges:) instead.","type":"text"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/edgesIgnoringSafeArea(_:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/edgesignoringsafearea(_:)","role":"symbol","title":"edgesIgnoringSafeArea(_:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/edgesignoringsafearea(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","title":"edgesIgnoringSafeArea(_:)","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","message":"Use ignoresSafeArea(_:edges:) instead.","deprecatedAt":"100000.0"},{"introducedAt":"10.15","unavailable":false,"message":"Use ignoresSafeArea(_:edges:) instead.","deprecated":false,"name":"macOS","deprecatedAt":"100000.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"deprecatedAt":"100000.0","name":"tvOS","message":"Use ignoresSafeArea(_:edges:) instead."},{"introducedAt":"6.0","deprecatedAt":"100000.0","unavailable":false,"name":"watchOS","deprecated":false,"message":"Use ignoresSafeArea(_:edges:) instead.","beta":false},{"message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"1.0","unavailable":false,"deprecated":false,"name":"visionOS","beta":false,"deprecatedAt":"100000.0"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21edgesIgnoringSafeAreayQrAA4EdgeO3SetVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.edgesIgnoringSafeArea(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use ignoresSafeArea(_:edges:) instead."}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/edgesIgnoringSafeArea(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"edgesIgnoringSafeArea(_:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/edgesignoringsafearea(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:).json index 7f7218571..494cd1d3f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : AnyObject, "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Observable","kind":"typeIdentifier","preciseIdentifier":"s:11Observation10ObservableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environment(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0"},{"introducedAt":"10.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","title":"environment(_:)","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:)","title":"environment(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.environment(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : AnyObject, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Observable","kind":"typeIdentifier","preciseIdentifier":"s:11Observation10ObservableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"method","platforms":[{"introducedAt":"17.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"environment(_:)","roleHeading":"Instance Method","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"environment(_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:_:).json index b276d963d..39568074a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/environment(_:_:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"tvOS","unavailable":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"environment(_:_:)"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.environment(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:_:)":{"title":"environment(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"typeIdentifier","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.environment(_:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"kind":"text","text":"<"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)"},"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI","title":"environment(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:_:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"environment(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/environmentobject(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/environmentobject(_:).json index 3afd5e58a..fbdf9115b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/environmentobject(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/environmentobject(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environmentObject(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environmentObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"environmentObject(_:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"environmentObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ObservableObject","kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/environmentobject(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environmentObject(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environmentObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/environmentobject(_:)","title":"environmentObject(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environmentObject(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/environmentobject(_:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Combine16ObservableObjectP","text":"ObservableObject","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","title":"environmentObject(_:)","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"environmentObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environmentObject(_:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/environmentobject(_:)","title":"environmentObject(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:).json index 80d7918b6..eab182854 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.exportableToServices(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payload","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","title":"exportableToServices(_:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"macOS"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:)":{"abstract":[],"title":"exportableToServices(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportableToServices","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.exportableToServices(_:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:)"]}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"}],"roleHeading":"Instance Method","title":"exportableToServices(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)","role":"symbol","type":"topic","title":"exportableToServices(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:onedit:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:onedit:).json index 63970e419..08dbb406b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:onedit:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/exportabletoservices(_:onedit:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:onedit:)"]}],"metadata":{"platforms":[{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"13.0","unavailable":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"text":"onEdit","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"exportableToServices(_:onEdit:)","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"payload","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@autoclosure ","kind":"attribute"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:onEdit:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"exportableToServices(_:onEdit:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:onedit:)"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:onedit:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"exportableToServices(_:onEdit:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:onEdit:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:onedit:)","title":"exportableToServices(_:onEdit:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:).json index 5c11213fb..f585a0512 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"kind":"text","text":"(["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"exportsItemProviders(_:onExport:)","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportsItemProviders","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"contentTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"exportsItemProviders(_:onExport:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:)"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"exportsItemProviders(_:onExport:)","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.exportsItemProviders(_:onExport:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"exportsItemProviders(_:onExport:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:)","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:onedit:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:onedit:).json index 91d894fff..21671ecf8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:onedit:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/exportsitemproviders(_:onexport:onedit:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:onedit:)"]}],"sections":[],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"}],"role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.exportsItemProviders(_:onExport:onEdit:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"contentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:onEdit:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:onedit:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)","type":"topic","title":"exportsItemProviders(_:onExport:onEdit:)"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"text":"([","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"beta":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"exportsItemProviders(_:onExport:onEdit:)","symbolKind":"method","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:onedit:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.exportsItemProviders(_:onExport:onEdit:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"contentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> [","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:onEdit:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"exportsItemProviders(_:onExport:onEdit:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:onedit:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogbrowseroptions(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogbrowseroptions(_:).json index d564884b1..cc8f16441 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogbrowseroptions(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogbrowseroptions(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogBrowserOptions(_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"macOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"kind":"text","text":"("},{"text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24fileDialogBrowserOptionsyQrAA04FileefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"fileDialogBrowserOptions(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogbrowseroptions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"options","kind":"internalParam"},{"kind":"text","text":": "},{"text":"FileDialogBrowserOptions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogBrowserOptions(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","text":"FileDialogBrowserOptions","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileDialogBrowserOptions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogbrowseroptions(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE24fileDialogBrowserOptionsyQrAA04FileefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileDialogBrowserOptions(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogBrowserOptions"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","kind":"typeIdentifier","text":"FileDialogBrowserOptions"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogBrowserOptions(_:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogBrowserOptions"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"options","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","text":"FileDialogBrowserOptions"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogbrowseroptions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogBrowserOptions(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileDialogBrowserOptions(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogbrowseroptions(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-3m0aa.json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-3m0aa.json index de26a4b40..0fa9889b8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-3m0aa.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-3m0aa.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-3m0aa"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"fileDialogConfirmationLabel(_:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogConfirmationLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-3m0aa":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-3m0aa","type":"topic","title":"fileDialogConfirmationLabel(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogConfirmationLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"17.0","beta":false},{"beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"macOS"}],"extendedModule":"SwiftUI","title":"fileDialogConfirmationLabel(_:)","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-3m0aa"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-3m0aa":{"title":"fileDialogConfirmationLabel(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-3m0aa","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-6zlc1.json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-6zlc1.json index 93ec2c00e..c8731085e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-6zlc1.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-6zlc1.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-6zlc1"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogConfirmationLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"name":"macOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","title":"fileDialogConfirmationLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-6zlc1":{"title":"fileDialogConfirmationLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-6zlc1"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0","name":"macOS"}],"role":"symbol","roleHeading":"Instance Method","title":"fileDialogConfirmationLabel(_:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogConfirmationLabel(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-6zlc1"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-6zlc1":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-6zlc1","role":"symbol","type":"topic","title":"fileDialogConfirmationLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-8dt82.json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-8dt82.json index edd61a59b..879c1f53c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-8dt82.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogconfirmationlabel(_:)-8dt82.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogConfirmationLabel(_:)","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogConfirmationLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-8dt82"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-8dt82":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-8dt82","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogConfirmationLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"labelKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogConfirmationLabel(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE27fileDialogConfirmationLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-8dt82"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogConfirmationLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-8dt82":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"fileDialogConfirmationLabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-8dt82","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogcustomizationid(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogcustomizationid(_:).json index ef621d766..f8a2aacf7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogcustomizationid(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogcustomizationid(_:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogCustomizationID"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE25fileDialogCustomizationIDyQrSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileDialogCustomizationID(_:)","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogCustomizationID","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"id","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogcustomizationid(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogCustomizationID(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogCustomizationID(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogcustomizationid(_:)","title":"fileDialogCustomizationID(_:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogCustomizationID","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogcustomizationid(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"fileDialogCustomizationID(_:)","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0"},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE25fileDialogCustomizationIDyQrSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogCustomizationID(_:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogCustomizationID"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"id","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogCustomizationID(_:)":{"kind":"symbol","title":"fileDialogCustomizationID(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogcustomizationid(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogdefaultdirectory(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogdefaultdirectory(_:).json index c3796e19f..21b4bd673 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogdefaultdirectory(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogdefaultdirectory(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogDefaultDirectory(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogDefaultDirectory"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"defaultDirectory"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"title":"fileDialogDefaultDirectory(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE26fileDialogDefaultDirectoryyQr10Foundation3URLVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","beta":false,"unavailable":false},{"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogdefaultdirectory(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogDefaultDirectory(_:)":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)","title":"fileDialogDefaultDirectory(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogdefaultdirectory(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"defaultDirectory","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogdefaultdirectory(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogDefaultDirectory(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogDefaultDirectory"},{"kind":"text","text":"("},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogDefaultDirectory(_:)","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE26fileDialogDefaultDirectoryyQr10Foundation3URLVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogDefaultDirectory(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogdefaultdirectory(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)","kind":"symbol","title":"fileDialogDefaultDirectory(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogimportsunresolvedaliases(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogimportsunresolvedaliases(_:).json index a5a14bc3e..978e611ec 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogimportsunresolvedaliases(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogimportsunresolvedaliases(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogImportsUnresolvedAliases"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0"},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"14.0","deprecated":false}],"symbolKind":"method","title":"fileDialogImportsUnresolvedAliases(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE34fileDialogImportsUnresolvedAliasesyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogimportsunresolvedaliases(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogImportsUnresolvedAliases(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogImportsUnresolvedAliases"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"imports"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogImportsUnresolvedAliases(_:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"fileDialogImportsUnresolvedAliases(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogimportsunresolvedaliases(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"imports","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE34fileDialogImportsUnresolvedAliasesyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"fileDialogImportsUnresolvedAliases(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogimportsunresolvedaliases(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogImportsUnresolvedAliases(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogImportsUnresolvedAliases(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileDialogImportsUnresolvedAliases(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogimportsunresolvedaliases(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-15slg.json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-15slg.json index 0a00e7e84..680811e37 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-15slg.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-15slg.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogMessage(_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","title":"fileDialogMessage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"messageKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-15slg"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-15slg":{"type":"topic","title":"fileDialogMessage(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-15slg","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"messageKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS"}],"title":"fileDialogMessage(_:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-15slg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileDialogMessage(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-15slg":{"title":"fileDialogMessage(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-15slg","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-4jhgz.json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-4jhgz.json index 977cb73e4..ccee797ca 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-4jhgz.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-4jhgz.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogMessage(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-4jhgz"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"message","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"fileDialogMessage(_:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-4jhgz":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-4jhgz","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz","title":"fileDialogMessage(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"14.0"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"fileDialogMessage(_:)","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogMessage(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-4jhgz"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"message","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-4jhgz":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-4jhgz","title":"fileDialogMessage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogMessage"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-5r06s.json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-5r06s.json index b662b281a..8352fe342 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-5r06s.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogmessage(_:)-5r06s.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-5r06s"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","title":"fileDialogMessage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false}],"roleHeading":"Instance Method"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogMessage(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"message","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-5r06s":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"fileDialogMessage(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-5r06s","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-5r06s"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"message","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","title":"fileDialogMessage(_:)","roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17fileDialogMessageyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileDialogMessage(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-5r06s":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-5r06s","kind":"symbol","title":"fileDialogMessage(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogurlenabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogurlenabled(_:).json index 7b58f9b65..c5fc9fa00 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogurlenabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filedialogurlenabled(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileDialogURLEnabled(_:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogurlenabled(_:)"]}],"kind":"symbol","metadata":{"title":"fileDialogURLEnabled(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"17.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20fileDialogURLEnabledyQr10Foundation9PredicateVyAE3URLV_QPGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogURLEnabled","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:10Foundation9PredicateV","text":"Predicate","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"predicate"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation9PredicateV","text":"Predicate","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogURLEnabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogURLEnabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation9PredicateV","text":"Predicate","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogurlenabled(_:)","title":"fileDialogURLEnabled(_:)","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileDialogURLEnabled(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogURLEnabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"predicate"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation9PredicateV","text":"Predicate","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"14.0","beta":false}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogURLEnabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Predicate","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogURLEnabled(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20fileDialogURLEnabledyQr10Foundation9PredicateVyAE3URLV_QPGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filedialogurlenabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogURLEnabled(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Predicate","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileDialogURLEnabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogurlenabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn.json index 81c4e7864..fade7d516 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn.json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","platforms":[{"beta":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"deprecated":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI12FileDocumentP","text":"FileDocument","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"14.0","beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"11.0"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP","text":"FileDocument"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn":{"kind":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94.json index c8ecc65a1..8af3a889b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":", ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"beta":false},{"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"? = nil, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP","kind":"typeIdentifier","text":"ReferenceFileDocument"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94"]}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"beta":false},{"introducedAt":"11.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ReferenceFileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok.json index f19703c04..c68a44a99 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"] = [], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"? = nil, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":" = {}) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok","role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"] = [], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":" = {}) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok","type":"topic","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi.json index 533eb4aed..ecccf7b38 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":" = {}) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi"},"metadata":{"title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA12FileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"] = [], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":" = {}) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"text":"FileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"14.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false}],"role":"symbol","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyctAA12FileDocumentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26.json index 4ab2ee171..9d7ee078d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI12FileDocumentP","kind":"typeIdentifier","text":"FileDocument"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false}],"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26":{"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","platforms":[{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Collection","preciseIdentifier":"s:Sl","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"FileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh.json index fd9653919..09c1579a0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP","text":"ReferenceFileDocument","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"name":"macOS","beta":false,"introducedAt":"11.0","unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh"]}],"metadata":{"platforms":[{"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"11.0"}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh","type":"topic","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx.json index d6fcc45a7..27662b570 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":" = {}) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"ReferenceFileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx","role":"symbol","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"] = [], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":" = {}) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"ReferenceFileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false},{"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","extendedModule":"SwiftUI"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx","type":"topic","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl.json index 86962b6ab..f1b6c3051 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"] = [], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":" = {}) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP","text":"FileDocument"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"14.0"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"] = [], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":" = {}) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":" : ","kind":"text"},{"text":"FileDocument","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json index ee1007705..653c44e19 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented4item12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyct16CoreTransferable0Z0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"? = nil, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":" = { }) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","type":"topic","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented4item12contentTypes15defaultFilename12onCompletion0M12CancellationQrAA7BindingVySbG_qd__SgSay22UniformTypeIdentifiers6UTTypeVGSSSgys6ResultOy10Foundation3URLVs5Error_pGcyyct16CoreTransferable0Z0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"17.0"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"] = [], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":" = { }) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json index 6e29c91dd..6628bfae6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)"]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"items"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented5items12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__16CoreTransferable0X0Rd_0_7ElementQyd__Rsd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"}],"symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"items","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"] = [], "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":" = { }) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"Collection","kind":"typeIdentifier","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" == "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":"\n","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","kind":"symbol","type":"topic","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"items"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented5items12contentTypes12onCompletion0K12CancellationQrAA7BindingVySbG_qd__Say22UniformTypeIdentifiers6UTTypeVGys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__16CoreTransferable0X0Rd_0_7ElementQyd__Rsd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"}],"title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"] = [], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":" = { }) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sl","text":"Collection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" == ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"role":"symbol","type":"topic","abstract":[],"title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-20sna.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-20sna.json index 0b879e533..d9a4111ae 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-20sna.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-20sna.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileExporterFilenameLabel(_:)","role":"symbol","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-20sna"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-20sna":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-20sna","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileExporterFilenameLabel(_:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-20sna"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileExporterFilenameLabel(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"fileExporterFilenameLabel(_:)","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-20sna":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-20sna","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileExporterFilenameLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-55thu.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-55thu.json index 8c24174b3..498e4e988 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-55thu.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-55thu.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"14.0","beta":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"fileExporterFilenameLabel(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-55thu"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporterFilenameLabel(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-55thu":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-55thu","title":"fileExporterFilenameLabel(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-55thu"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"fileExporterFilenameLabel(_:)","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-55thu":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-55thu","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu","kind":"symbol","title":"fileExporterFilenameLabel(_:)","abstract":[],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-5ve2o.json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-5ve2o.json index 2b227733e..064a8dcb5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-5ve2o.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileexporterfilenamelabel(_:)-5ve2o.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-5ve2o"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"labelKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","title":"fileExporterFilenameLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-5ve2o":{"title":"fileExporterFilenameLabel(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-5ve2o","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileExporterFilenameLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","interfaceLanguage":"swift"},"sections":[],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"fileExporterFilenameLabel(_:)","externalID":"s:7SwiftUI4ViewPAAE25fileExporterFilenameLabelyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"17.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-5ve2o"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-5ve2o":{"title":"fileExporterFilenameLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-5ve2o","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json index 6477fb6f3..c9fd6d256 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"name":"macOS","deprecated":false,"introducedAt":"11.0","beta":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"allowedContentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"], "},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","kind":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json index 991da1539..f804e5c27 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)"]}],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"kind":"text","text":"], "},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletion0N12CancellationQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGcyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","role":"symbol","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)"]}],"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletion0N12CancellationQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGcyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json index 1067d9945..5046ab7fc 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileImporter"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"14.0","name":"iOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"11.0","unavailable":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","extendedModule":"SwiftUI"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:).json index 8142b0d3a..aa6ff2c91 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fileMover(isPresented:file:onCompletion:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"introducedAt":"11.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileMover(isPresented:file:onCompletion:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"name":"macOS","beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileMover(isPresented:file:onCompletion:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileMover(isPresented:file:onCompletion:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:oncancellation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:oncancellation:).json index 7a0a87b2c..fd4eb98a4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:oncancellation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:file:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"metadata":{"title":"fileMover(isPresented:file:onCompletion:onCancellation:)","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletion0H12CancellationQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyANs5Error_pGcyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"17.0","beta":false},{"name":"macOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:oncancellation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:onCancellation:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:oncancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)","title":"fileMover(isPresented:file:onCompletion:onCancellation:)","type":"topic","role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:oncancellation:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"fileMover(isPresented:file:onCompletion:onCancellation:)","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletion0H12CancellationQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyANs5Error_pGcyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:onCancellation:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileMover(isPresented:file:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:oncancellation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:).json index d7f10ea97..862c0d160 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileMover(isPresented:files:onCompletion:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0"}],"symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sl","text":"Collection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" == ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:)"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:)":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:)","title":"fileMover(isPresented:files:onCompletion:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"fileMover(isPresented:files:onCompletion:)","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"11.0","deprecated":false,"name":"macOS"}],"extendedModule":"SwiftUI","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)"},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" == "},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","abstract":[],"title":"fileMover(isPresented:files:onCompletion:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:oncancellation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:oncancellation:).json index b75987680..daabd2c69 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:oncancellation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/filemover(ispresented:files:oncompletion:oncancellation:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:oncancellation:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.fileMover(isPresented:files:onCompletion:onCancellation:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletion0I12CancellationQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AP7ElementRtd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"fileMover(isPresented:files:onCompletion:onCancellation:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"introducedAt":"14.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Collection","preciseIdentifier":"s:Sl","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":" == ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:onCancellation:)":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:oncancellation:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"fileMover(isPresented:files:onCompletion:onCancellation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:onCancellation:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:oncancellation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileMover(isPresented:files:onCompletion:onCancellation:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"introducedAt":"14.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletion0I12CancellationQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGcyyctSlRd__AP7ElementRtd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sl","text":"Collection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" == ","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:onCancellation:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileMover(isPresented:files:onCompletion:onCancellation:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:oncancellation:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize().json b/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize().json index 2adcb83c5..33ddfcdc5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize().json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize()"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize()"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","title":"fixedSize()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"10.15"},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize()":{"kind":"symbol","abstract":[],"type":"topic","title":"fixedSize()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize()"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize()"},{"text":".","type":"text"}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"fixedSize()","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize()"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize()":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize()","kind":"symbol","title":"fixedSize()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize(horizontal:vertical:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize(horizontal:vertical:).json index 42ecf5894..250a9aa4c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize(horizontal:vertical:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fixedsize(horizontal:vertical:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fixedSize(horizontal:vertical:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize(horizontal:vertical:)"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","title":"fixedSize(horizontal:vertical:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize(horizontal:vertical:)":{"role":"symbol","type":"topic","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize(horizontal:vertical:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"metadata":{"title":"fixedSize(horizontal:vertical:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize(horizontal:vertical:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fixedSize(horizontal:vertical:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fixedSize","kind":"identifier"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize(horizontal:vertical:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"text":"horizontal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize(horizontal:vertical:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)","type":"topic","title":"fixedSize(horizontal:vertical:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/flipsforrighttoleftlayoutdirection(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/flipsforrighttoleftlayoutdirection(_:).json index 27b849129..01412fb43 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/flipsforrighttoleftlayoutdirection(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/flipsforrighttoleftlayoutdirection(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/flipsforrighttoleftlayoutdirection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.flipsForRightToLeftLayoutDirection(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"flipsForRightToLeftLayoutDirection","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"flipsForRightToLeftLayoutDirection(_:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"6.0","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/flipsForRightToLeftLayoutDirection(_:)":{"abstract":[],"type":"topic","kind":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/flipsforrighttoleftlayoutdirection(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"enabled","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.flipsForRightToLeftLayoutDirection(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/flipsforrighttoleftlayoutdirection(_:)"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"name":"macOS","unavailable":false,"introducedAt":"10.15","beta":false,"deprecated":false},{"unavailable":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/flipsForRightToLeftLayoutDirection(_:)":{"kind":"symbol","type":"topic","title":"flipsForRightToLeftLayoutDirection(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/flipsforrighttoleftlayoutdirection(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:).json index 12a1dbc45..2789908df 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"focusable(_:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS"},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9focusableyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"isFocusable","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:)":{"title":"focusable(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"focusable(_:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE9focusableyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"beta":false,"unavailable":false}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusable(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"isFocusable","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"focusable(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:interactions:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:interactions:).json index 46673694a..b2934c1ba 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:interactions:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:interactions:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:interactions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"interactions","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE9focusable_12interactionsQrSb_AA17FocusInteractionsVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"focusable(_:interactions:)"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusable(_:interactions:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isFocusable","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"kind":"externalParam","text":"interactions"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:interactions:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"interactions","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusable(_:interactions:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:interactions:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"focusable(_:interactions:)","externalID":"s:7SwiftUI4ViewPAAE9focusable_12interactionsQrSb_AA17FocusInteractionsVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"interactions"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusable(_:interactions:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:interactions:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isFocusable","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"text":"interactions","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:interactions:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"interactions"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"focusable(_:interactions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:interactions:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:onfocuschange:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:onfocuschange:).json index f72394be4..072c4dc2b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:onfocuschange:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusable(_:onfocuschange:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:onfocuschange:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","deprecated":false,"deprecatedAt":"12.0","name":"macOS","introducedAt":"10.15","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","deprecatedAt":"15.0","introducedAt":"13.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."},{"deprecatedAt":"8.0","introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false,"message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"focusable(_:onFocusChange:)","role":"symbol"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusable(_:onFocusChange:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isFocusable","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"text":"onFocusChange","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":" = { _ in }) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","type":"text"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:onFocusChange:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:onfocuschange:)","title":"focusable(_:onFocusChange:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onFocusChange"},{"text":": (","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)","deprecated":true,"role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"onFocusChange","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","deprecatedAt":"12.0","introducedAt":"10.15","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","deprecatedAt":"15.0"},{"introducedAt":"6.0","deprecatedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","deprecated":false}],"title":"focusable(_:onFocusChange:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:onFocusChange:)"},{"text":".","type":"text"}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."}],"type":"paragraph"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:onfocuschange:)"]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"text":"onFocusChange","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":" = { _ in }) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:onFocusChange:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:onfocuschange:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"onFocusChange","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"focusable(_:onFocusChange:)","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:).json index 937d8d056..1da9bdc4b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focused(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:)"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"name":"macOS","introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"focused(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"condition","kind":"internalParam"},{"kind":"text","text":": "},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)","title":"focused(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)"},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","title":"focused(_:)","platforms":[{"unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false,"name":"iOS"},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"12.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0"},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"condition","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:)":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"focused(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:equals:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:equals:).json index 7ec1f6d90..8d9a0216a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:equals:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focused(_:equals:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"focused(_:equals:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0"},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"8.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"binding","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:equals:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:equals:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:equals:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","abstract":[],"type":"topic","role":"symbol","title":"focused(_:equals:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"focused(_:equals:)","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"binding","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:equals:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:equals:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"focused(_:equals:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:equals:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-195ib.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-195ib.json index 2f546ffe4..623f77873 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-195ib.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-195ib.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","title":"focusedObject(_:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"beta":false,"introducedAt":"9.0","name":"watchOS","unavailable":false,"deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"ObservableObject","kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-195ib"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-195ib":{"title":"focusedObject(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-195ib","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-195ib"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib"},"metadata":{"role":"symbol","title":"focusedObject(_:)","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","platforms":[{"introducedAt":"16.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"introducedAt":"9.0","deprecated":false,"beta":false,"name":"watchOS","unavailable":false}]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-195ib":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"focusedObject(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-195ib","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-9lzo2.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-9lzo2.json index ce39f0f35..6d289592b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-9lzo2.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedobject(_:)-9lzo2.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedObject(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"object"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"ObservableObject","kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"16.0","beta":false,"name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"unavailable":false,"introducedAt":"13.0"},{"introducedAt":"16.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"focusedObject(_:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-9lzo2"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-9lzo2":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-9lzo2","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2","role":"symbol","title":"focusedObject(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-9lzo2"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP","text":"ObservableObject"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"focusedObject(_:)","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false},{"beta":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"9.0","unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-9lzo2":{"abstract":[],"type":"topic","title":"focusedObject(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-9lzo2","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-5bvwc.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-5bvwc.json index 318f3acdd..094a87b6a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-5bvwc.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-5bvwc.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-5bvwc"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"ObservableObject","kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"focusedSceneObject(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-5bvwc":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedSceneObject(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-5bvwc","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-5bvwc"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"object","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Combine16ObservableObjectP","text":"ObservableObject","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"focusedSceneObject(_:)","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-5bvwc":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-5bvwc","role":"symbol","type":"topic","title":"focusedSceneObject(_:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-7cux8.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-7cux8.json index 1ff4f5fc3..3f1dc6be4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-7cux8.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedsceneobject(_:)-7cux8.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"16.0","unavailable":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS"},{"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"focusedSceneObject(_:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusedSceneObject(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-7cux8"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-7cux8":{"abstract":[],"type":"topic","title":"focusedSceneObject(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-7cux8","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"title":"focusedSceneObject(_:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false},{"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0"},{"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-7cux8"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ObservableObject","kind":"typeIdentifier","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-7cux8":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-7cux8","title":"focusedSceneObject(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-7a1mm.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-7a1mm.json index 6e4a10a7e..2c2a454f0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-7a1mm.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-7a1mm.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"kind":"text","text":": "},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","title":"focusedSceneValue(_:_:)","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"iOS","beta":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-7a1mm"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-7a1mm":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-7a1mm","title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"16.0"},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"introducedAt":"16.0","beta":false,"unavailable":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"9.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false}],"symbolKind":"method","title":"focusedSceneValue(_:_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-7a1mm"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"text":": ","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-7a1mm":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-7a1mm","title":"focusedSceneValue(_:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-85lt2.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-85lt2.json index d23070d90..489699af3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-85lt2.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedscenevalue(_:_:)-85lt2.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"role":"symbol","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"focusedSceneValue(_:_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-85lt2"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-85lt2":{"kind":"symbol","title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-85lt2","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-85lt2"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"15.0","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"8.0"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"focusedSceneValue(_:_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedSceneValue(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-85lt2":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-85lt2","abstract":[],"title":"focusedSceneValue(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:).json index acc478c94..e37ce73b1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"object"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : AnyObject, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:11Observation10ObservableP","text":"Observable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"focusedValue(_:)","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedValue(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)","title":"focusedValue(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"object","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : AnyObject, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Observable","preciseIdentifier":"s:11Observation10ObservableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusedValue(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrqd__SgRld__C11Observation10ObservableRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"focusedValue(_:)","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"17.0","unavailable":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"10.0"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:)","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)","title":"focusedValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-7xxj3.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-7xxj3.json index 1fd094547..dae6244ec 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-7xxj3.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-7xxj3.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"name":"tvOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS","beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","title":"focusedValue(_:_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-7xxj3"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-7xxj3":{"role":"symbol","title":"focusedValue(_:_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-7xxj3","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSFormsTextInput","kind":"identifier"}],"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","type":"topic","role":"symbol","title":"OUDSFormsTextInput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"kind":"text","text":": "},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-7xxj3"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"text":".","type":"text"}],"metadata":{"title":"focusedValue(_:_:)","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"Value","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"16.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"macOS"},{"name":"tvOS","introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-7xxj3":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"focusedValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-7xxj3","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-9ekan.json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-9ekan.json index add4eac67..74247fc0a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-9ekan.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusedvalue(_:_:)-9ekan.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"focusedValue(_:_:)","platforms":[{"deprecated":false,"introducedAt":"14.0","name":"iOS","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false,"beta":false}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-9ekan"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"kind":"text","text":": "},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-9ekan":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedValue(_:_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-9ekan"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-9ekan"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusedValue(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"focusedValue(_:_:)","symbolKind":"method","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"14.0","beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"11.0"},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-9ekan":{"role":"symbol","abstract":[],"kind":"symbol","title":"focusedValue(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-9ekan","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focuseffectdisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focuseffectdisabled(_:).json index 022bd5603..eefe5d2da 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focuseffectdisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focuseffectdisabled(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusEffectDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"focusEffectDisabled(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS"},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"10.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE19focusEffectDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusEffectDisabled(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focuseffectdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"disabled","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusEffectDisabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focuseffectdisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusEffectDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"focusEffectDisabled(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focuseffectdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusEffectDisabled(_:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusEffectDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"tvOS"},{"beta":false,"introducedAt":"10.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE19focusEffectDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"focusEffectDisabled(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusEffectDisabled(_:)":{"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focuseffectdisabled(_:)","title":"focusEffectDisabled(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focusscope(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/focusscope(_:).json index 8fc2bad4e..ed8234d26 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focusscope(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focusscope(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.focusScope(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusScope","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusscope(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"platforms":[{"name":"macOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"12.0"},{"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"7.0","name":"watchOS","deprecated":false}],"title":"focusScope(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier","text":"Namespace"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusScope(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusscope(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"focusScope(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focusscope(_:)"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.focusScope(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusScope"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusScope"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"12.0","name":"macOS"},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"7.0","deprecated":false}],"symbolKind":"method","title":"focusScope(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusScope(_:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusscope(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusScope","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusScope(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/focussection().json b/docs/data/documentation/oudscomponents/oudsformstextinput/focussection().json index dfd7eb666..630969854 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/focussection().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/focussection().json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focussection()"]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","beta":false}],"title":"focusSection()","externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusSection()":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focussection()","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()","title":"focusSection()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSFormsTextInput","kind":"identifier"}],"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","type":"topic","role":"symbol","title":"OUDSFormsTextInput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"role":"collectionGroup","kind":"article","title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/focussection()"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusSection"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"focusSection()","externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"macOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","beta":false}],"role":"symbol","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusSection","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusSection()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()","abstract":[],"title":"focusSection()","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focussection()"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/font(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/font(_:).json index b5b2083a9..22429b9c7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/font(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/font(_:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"font","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier","text":"Font"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"introducedAt":"6.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"role":"symbol","title":"font(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"font","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.font(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/font(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/font(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/font(_:)","kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)","title":"font(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"font","kind":"identifier"},{"kind":"text","text":"("},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol","title":"font(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/font(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.font(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"font","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/font(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/font(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)","type":"topic","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"font"},{"text":"(","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fontdesign(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fontdesign(_:).json index d4e4dc96e..3ff03ea2a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fontdesign(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fontdesign(_:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","title":"fontDesign(_:)","externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier","text":"Font"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.1"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"13.0","beta":false},{"introducedAt":"16.1","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"9.1","unavailable":false,"beta":false}],"extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.fontDesign(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"design","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fontdesign(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontDesign(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"kind":"text","text":"("},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fontDesign(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontdesign(_:)","type":"topic","role":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fontdesign(_:)"]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"text":"Design","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","title":"fontDesign(_:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"16.1","unavailable":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"introducedAt":"16.1","unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"9.1","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fontDesign(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"design","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"."},{"text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontDesign(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontdesign(_:)","title":"fontDesign(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Design","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fontweight(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fontweight(_:).json index a33f12078..c8bedb801 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fontweight(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fontweight(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fontWeight(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fontWeight","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fontWeight(_:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"16.0"},{"beta":false,"introducedAt":"9.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"weight"},{"text":": ","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","kind":"typeIdentifier","text":"Weight"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWeight(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fontWeight(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontweight(_:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false},{"introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"16.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS"}],"role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","kind":"typeIdentifier","text":"Weight"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWeight(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeight","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"weight","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWeight(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"fontWeight(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontweight(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/fontwidth(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/fontwidth(_:).json index 91ff9de70..eac230142 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/fontwidth(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/fontwidth(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fontwidth(_:)"]}],"metadata":{"title":"fontWidth(_:)","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false},{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"9.0"}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWidth(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fontWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"width","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV","text":"Width"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWidth(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontwidth(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","title":"fontWidth(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"text":"Width","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.fontWidth(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"width","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Width","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/fontwidth(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","beta":false,"introducedAt":"9.0","unavailable":false}],"symbolKind":"method","role":"symbol","title":"fontWidth(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWidth(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontwidth(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","title":"fontWidth(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV","text":"Width"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundcolor(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundcolor(_:).json index 2e5cd2cab..3d7ce740a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundcolor(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundcolor(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundColor(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundColor","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"text":": ","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"foregroundColor(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecatedAt":"100000.0","renamed":"foregroundStyle(_:)","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"renamed":"foregroundStyle(_:)","unavailable":false,"introducedAt":"10.15","deprecatedAt":"100000.0","name":"macOS","deprecated":false,"beta":false},{"deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"13.0","name":"tvOS","renamed":"foregroundStyle(_:)","beta":false},{"deprecated":false,"introducedAt":"6.0","renamed":"foregroundStyle(_:)","beta":false,"deprecatedAt":"100000.0","name":"watchOS","unavailable":false},{"unavailable":false,"deprecatedAt":"100000.0","beta":false,"renamed":"foregroundStyle(_:)","introducedAt":"1.0","name":"visionOS","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundcolor(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundColor(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundColor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"foregroundColor(_:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundcolor(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"foregroundColor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"color","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.foregroundColor(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"renamed":"foregroundStyle(_:)","deprecated":false,"name":"iOS","deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false,"beta":false},{"renamed":"foregroundStyle(_:)","beta":false,"deprecatedAt":"100000.0","introducedAt":"10.15","unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"renamed":"foregroundStyle(_:)","introducedAt":"13.0","name":"tvOS","deprecatedAt":"100000.0","beta":false,"unavailable":false},{"deprecated":false,"deprecatedAt":"100000.0","beta":false,"renamed":"foregroundStyle(_:)","introducedAt":"6.0","name":"watchOS","unavailable":false},{"renamed":"foregroundStyle(_:)","introducedAt":"1.0","unavailable":false,"name":"visionOS","deprecated":false,"beta":false,"deprecatedAt":"100000.0"}],"title":"foregroundColor(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundColor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundColor(_:)":{"kind":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"foregroundColor(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundcolor(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:).json index 5cc381cb4..e3298e492 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.foregroundStyle(_:)"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"platforms":[{"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS","unavailable":false},{"beta":false,"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"8.0","unavailable":false}],"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"foregroundStyle(_:)"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"foregroundStyle(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.foregroundStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","title":"foregroundStyle(_:)","roleHeading":"Instance Method","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"12.0","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:)":{"type":"topic","title":"foregroundStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:).json index 84c26532f..93f28eda3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:)"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"primary","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"secondary","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:)","title":"foregroundStyle(_:_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"foregroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"primary"},{"text":": ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"secondary","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S2","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"unavailable":false,"name":"macOS","deprecated":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"8.0"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"foregroundStyle(_:_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","kind":"symbol","title":"foregroundStyle(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S2","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:_:).json index 2ef3e8752..ad5703e82 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/foregroundstyle(_:_:_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.foregroundStyle(_:_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"secondary","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tertiary"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S3"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"kind":"text","text":", "},{"text":"S2","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"foregroundStyle(_:_:_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S3"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"12.0","beta":false},{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false,"beta":false}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"foregroundStyle(_:_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"8.0","unavailable":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"foregroundStyle(_:_:_:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S3","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.foregroundStyle(_:_:_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S3"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"primary"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"secondary","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"tertiary","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S3","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S3"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:_:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"foregroundStyle(_:_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/formstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/formstyle(_:).json index 848f1adb3..5005e03a7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/formstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/formstyle(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/formstyle(_:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0"},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"introducedAt":"9.0","beta":false,"name":"watchOS","unavailable":false}],"title":"formStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"formStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FormStyleP","text":"FormStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.formStyle(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/formStyle(_:)":{"title":"formStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/formstyle(_:)"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/formstyle(_:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"formStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"FormStyle","preciseIdentifier":"s:7SwiftUI9FormStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.formStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"16.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"16.0","deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/formStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/formstyle(_:)","kind":"symbol","title":"formStyle(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"formStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/frame().json b/docs/data/documentation/oudscomponents/oudsformstextinput/frame().json index 2b3c30ebe..0909ba40f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/frame().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/frame().json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"10.15","name":"macOS","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false}],"symbolKind":"method","title":"frame()","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.frame()"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()","interfaceLanguage":"swift"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Please pass one or more parameters."}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/frame()"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame()":{"abstract":[],"role":"symbol","title":"frame()","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame()","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"title":"frame()","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Please pass one or more parameters."}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/frame()"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame()"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()","kind":"symbol","title":"frame()","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame()"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json index ac66fd811..a06248b93 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"text":"idealWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"maxWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"idealWidth","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"maxWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"text":"minWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"idealWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"maxWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"maxHeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","type":"topic","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minWidth"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"idealWidth","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"text":"maxWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"idealHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"idealWidth","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"maxWidth","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"minHeight","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","role":"symbol"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","type":"topic","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"maxWidth","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/frame(width:height:alignment:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/frame(width:height:alignment:).json index 3bfd7dbdd..ccaed4243 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/frame(width:height:alignment:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/frame(width:height:alignment:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"height"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"? = nil, "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(width:height:alignment:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/frame(width:height:alignment:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(width:height:alignment:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(width:height:alignment:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","abstract":[],"title":"frame(width:height:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"height","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"height","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/frame(width:height:alignment:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false},{"name":"tvOS","beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0"}],"title":"frame(width:height:alignment:)","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"height"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(width:height:alignment:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(width:height:alignment:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"frame(width:height:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(width:height:alignment:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/gaugestyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/gaugestyle(_:).json index 321b0e9d8..eda2e94b0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/gaugestyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/gaugestyle(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gaugestyle(_:)"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"7.0","beta":false,"deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","title":"gaugeStyle(_:)","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10GaugeStyleP","text":"GaugeStyle"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.gaugeStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gaugeStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gaugeStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"gaugeStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gaugestyle(_:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.gaugeStyle(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gaugestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"title":"gaugeStyle(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gaugeStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"GaugeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10GaugeStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gaugeStyle(_:)":{"kind":"symbol","title":"gaugeStyle(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gaugeStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gaugestyle(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/geometrygroup().json b/docs/data/documentation/oudscomponents/oudsformstextinput/geometrygroup().json index 49a9dd981..87ad29e99 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/geometrygroup().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/geometrygroup().json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"geometryGroup()","externalID":"s:7SwiftUI4ViewPAAE13geometryGroupQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/geometrygroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"geometryGroup"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.geometryGroup()"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/geometryGroup()":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/geometrygroup()","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","type":"topic","title":"geometryGroup()"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.geometryGroup()"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"geometryGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/geometrygroup()"]}],"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13geometryGroupQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}],"extendedModule":"SwiftUI","title":"geometryGroup()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/geometryGroup()":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"geometryGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"geometryGroup()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/geometrygroup()","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/gesture(_:including:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/gesture(_:including:).json index 385600563..8fc63b11d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/gesture(_:including:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/gesture(_:including:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gesture(_:including:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Gesture","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gesture(_:including:)"]}],"metadata":{"platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"gesture(_:including:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gesture(_:including:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gesture(_:including:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gesture","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"gesture(_:including:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.gesture(_:including:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gesture"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","kind":"typeIdentifier","text":"GestureMask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"gesture(_:including:)","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gesture(_:including:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"including"},{"text":" ","kind":"text"},{"text":"mask","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gesture(_:including:)":{"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)","title":"gesture(_:including:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/grayscale(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/grayscale(_:).json index 628963e0b..f9caa2f95 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/grayscale(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/grayscale(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"grayscale","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","title":"grayscale(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/grayscale(_:)"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.grayscale(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/grayscale(_:)":{"title":"grayscale(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/grayscale(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)","kind":"symbol","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/grayscale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false},{"unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"grayscale","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"grayscale(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.grayscale(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"amount","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/grayscale(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/grayscale(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)","type":"topic","title":"grayscale(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"text":"(","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellanchor(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellanchor(_:).json index 968111ecc..8df65ccfa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellanchor(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellanchor(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcellanchor(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"introducedAt":"16.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"16.0","beta":false},{"introducedAt":"9.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"title":"gridCellAnchor(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellAnchor(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellanchor(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)","title":"gridCellAnchor(_:)"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"anchor","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcellanchor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false},{"name":"macOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"16.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"9.0"}],"externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"gridCellAnchor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellAnchor(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellAnchor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellanchor(_:)","kind":"symbol","type":"topic","title":"gridCellAnchor(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellcolumns(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellcolumns(_:).json index bc9f025bf..a67e56baa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellcolumns(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellcolumns(_:).json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcellcolumns(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellColumns(_:)"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"count","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"gridCellColumns(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridCellColumns","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","deprecated":false},{"unavailable":false,"introducedAt":"9.0","name":"watchOS","beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellColumns(_:)":{"type":"topic","title":"gridCellColumns(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellColumns","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellcolumns(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.gridCellColumns(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellColumns","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0"},{"introducedAt":"16.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS"}],"role":"symbol","symbolKind":"method","title":"gridCellColumns(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridCellColumns","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"count","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcellcolumns(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellColumns(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"gridCellColumns(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellcolumns(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellunsizedaxes(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellunsizedaxes(_:).json index e7f918692..9cd8d2bc1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellunsizedaxes(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcellunsizedaxes(_:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"gridCellUnsizedAxes(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"axes"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.gridCellUnsizedAxes(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcellunsizedaxes(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellUnsizedAxes(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellunsizedaxes(_:)","title":"gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"axes","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcellunsizedaxes(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"gridCellUnsizedAxes(_:)","platforms":[{"name":"iOS","beta":false,"unavailable":false,"introducedAt":"16.0","deprecated":false},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS"},{"introducedAt":"16.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"beta":false,"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.gridCellUnsizedAxes(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellUnsizedAxes(_:)":{"type":"topic","kind":"symbol","title":"gridCellUnsizedAxes(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellunsizedaxes(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcolumnalignment(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcolumnalignment(_:).json index 9ce805708..6d2a8e251 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/gridcolumnalignment(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/gridcolumnalignment(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier","text":"HorizontalAlignment"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.gridColumnAlignment(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcolumnalignment(_:)"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"13.0","beta":false},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE19gridColumnAlignmentyQrAA010HorizontalF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridColumnAlignment(_:)":{"type":"topic","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcolumnalignment(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridColumnAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"guide","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.gridColumnAlignment(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19gridColumnAlignmentyQrAA010HorizontalF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false},{"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"introducedAt":"16.0","name":"tvOS","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS","beta":false}],"title":"gridColumnAlignment(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/gridcolumnalignment(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridColumnAlignment(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcolumnalignment(_:)","abstract":[],"kind":"symbol","title":"gridColumnAlignment(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/groupboxstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/groupboxstyle(_:).json index a39934293..651623754 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/groupboxstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/groupboxstyle(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.groupBoxStyle(_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13groupBoxStyleyQrqd__AA05GroupeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"groupBoxStyle(_:)","platforms":[{"introducedAt":"14.0","name":"iOS","beta":false,"deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"11.0","name":"macOS","beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"groupBoxStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"groupBoxStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13GroupBoxStyleP","text":"GroupBoxStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/groupboxstyle(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/groupBoxStyle(_:)":{"title":"groupBoxStyle(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"groupBoxStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/groupboxstyle(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.groupBoxStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/groupboxstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE13groupBoxStyleyQrqd__AA05GroupeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"groupBoxStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"11.0"}],"extendedModule":"SwiftUI","title":"groupBoxStyle(_:)","role":"symbol","roleHeading":"Instance Method"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GroupBoxStyleP","text":"GroupBoxStyle"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/groupBoxStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/groupboxstyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)","kind":"symbol","title":"groupBoxStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/handlesexternalevents(preferring:allowing:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/handlesexternalevents(preferring:allowing:).json index 149ff61b7..37c2a91b9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/handlesexternalevents(preferring:allowing:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/handlesexternalevents(preferring:allowing:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"11.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false}],"title":"handlesExternalEvents(preferring:allowing:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21handlesExternalEvents10preferring8allowingQrShySSG_AGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"text":"preferring","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"allowing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/handlesexternalevents(preferring:allowing:)"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"handlesExternalEvents","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"preferring"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"allowing","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.handlesExternalEvents(preferring:allowing:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/handlesExternalEvents(preferring:allowing:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/handlesexternalevents(preferring:allowing:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"handlesExternalEvents","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"preferring"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"handlesExternalEvents(preferring:allowing:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"14.0","beta":false,"deprecated":false},{"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false}],"title":"handlesExternalEvents(preferring:allowing:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21handlesExternalEvents10preferring8allowingQrShySSG_AGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"text":"(","kind":"text"},{"text":"preferring","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.handlesExternalEvents(preferring:allowing:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/handlesexternalevents(preferring:allowing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/handlesExternalEvents(preferring:allowing:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"handlesExternalEvents","kind":"identifier"},{"text":"(","kind":"text"},{"text":"preferring","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"allowing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"handlesExternalEvents(preferring:allowing:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/handlesexternalevents(preferring:allowing:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/headerprominence(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/headerprominence(_:).json index 845761415..748ef3ddc 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/headerprominence(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/headerprominence(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"headerProminence","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"prominence","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"headerProminence"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ProminenceO","text":"Prominence","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"headerProminence(_:)","symbolKind":"method","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"15.0"},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0","deprecated":false}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.headerProminence(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/headerProminence(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/headerprominence(_:)","type":"topic","title":"headerProminence(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"headerProminence","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO","text":"Prominence"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"headerProminence(_:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.headerProminence(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"headerProminence","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"prominence","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Prominence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/headerProminence(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/headerprominence(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"headerProminence","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Prominence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","title":"headerProminence(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7lgmh.json b/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7lgmh.json index 780498119..190c44d23 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7lgmh.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7lgmh.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh"},"kind":"symbol","metadata":{"platforms":[{"name":"iOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false},{"introducedAt":"14.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"deprecated":false,"introducedAt":"7.0","beta":false,"name":"watchOS","unavailable":false}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"help(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"help","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"text","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7lgmh"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7lgmh":{"title":"help(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7lgmh","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"14.0","beta":false,"unavailable":false,"name":"iOS","deprecated":false},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","beta":false,"introducedAt":"7.0","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","title":"help(_:)","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"text","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7lgmh"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7lgmh":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7lgmh","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh","kind":"symbol","title":"help(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7xofz.json b/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7xofz.json index 61de72bd5..4ca22e726 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7xofz.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-7xofz.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.help(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"text","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"11.0","unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"7.0","name":"watchOS","deprecated":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method","title":"help(_:)","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7xofz"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7xofz":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","title":"help(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7xofz","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7xofz"]}],"metadata":{"symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"help(_:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"text","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7xofz":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"help(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7xofz","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-9hpp9.json b/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-9hpp9.json index 563faf343..31e31eac4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-9hpp9.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/help(_:)-9hpp9.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-9hpp9"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"textKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.help(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"role":"symbol","title":"help(_:)","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"14.0","beta":false},{"name":"macOS","deprecated":false,"introducedAt":"11.0","beta":false,"unavailable":false},{"name":"tvOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"14.0"},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-9hpp9":{"title":"help(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-9hpp9"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-9hpp9"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"help(_:)","symbolKind":"method","platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"11.0","unavailable":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"7.0","beta":false,"name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"textKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-9hpp9":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-9hpp9","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9","abstract":[],"kind":"symbol","type":"topic","title":"help(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/hidden().json b/docs/data/documentation/oudscomponents/oudsformstextinput/hidden().json index 619c25d6b..a828d2d48 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/hidden().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/hidden().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hidden"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hidden()"},{"type":"text","text":"."}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"method","roleHeading":"Instance Method","title":"hidden()","platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0"}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"hidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/hidden()"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hidden()":{"kind":"symbol","abstract":[],"type":"topic","title":"hidden()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hidden"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/hidden()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/hidden()"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hidden()"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"hidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"hidden()","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hidden"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hidden()":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"hidden","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/hidden()","abstract":[],"title":"hidden()","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/highprioritygesture(_:including:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/highprioritygesture(_:including:).json index 1aa940ac8..32bab29e9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/highprioritygesture(_:including:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/highprioritygesture(_:including:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/highprioritygesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"highPriorityGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"gesture","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.highPriorityGesture(_:including:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","roleHeading":"Instance Method","title":"highPriorityGesture(_:including:)","externalID":"s:7SwiftUI4ViewPAAE19highPriorityGesture_9includingQrqd___AA0F4MaskVtAA0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/highPriorityGesture(_:including:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"highPriorityGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/highprioritygesture(_:including:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","title":"highPriorityGesture(_:including:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.highPriorityGesture(_:including:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/highprioritygesture(_:including:)"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19highPriorityGesture_9includingQrqd___AA0F4MaskVtAA0F0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"highPriorityGesture"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"title":"highPriorityGesture(_:including:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"gesture","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"kind":"text","text":" "},{"text":"mask","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI7GestureP","kind":"typeIdentifier","text":"Gesture"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/highPriorityGesture(_:including:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"highPriorityGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"highPriorityGesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/highprioritygesture(_:including:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/horizontalradiogrouplayout().json b/docs/data/documentation/oudscomponents/oudsformstextinput/horizontalradiogrouplayout().json index 895d62bb6..77b53e5b9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/horizontalradiogrouplayout().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/horizontalradiogrouplayout().json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"horizontalRadioGroupLayout","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/horizontalradiogrouplayout()"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.horizontalRadioGroupLayout()"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()"},"kind":"symbol","metadata":{"roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false}],"role":"symbol","title":"horizontalRadioGroupLayout()","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"horizontalRadioGroupLayout","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/horizontalRadioGroupLayout()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"horizontalRadioGroupLayout()","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/horizontalradiogrouplayout()","role":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.horizontalRadioGroupLayout()","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/horizontalradiogrouplayout()"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"horizontalRadioGroupLayout()","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/horizontalRadioGroupLayout()":{"title":"horizontalRadioGroupLayout()","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/horizontalradiogrouplayout()","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"horizontalRadioGroupLayout","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/huerotation(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/huerotation(_:).json index 3d5b7db81..f1af18b79 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/huerotation(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/huerotation(_:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"roleHeading":"Instance Method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"hueRotation(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"text":"(","kind":"text"},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.hueRotation(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/huerotation(_:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hueRotation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","title":"hueRotation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/huerotation(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"hueRotation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"hueRotation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"angle","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.hueRotation(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false},{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","title":"hueRotation(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/huerotation(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hueRotation(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/huerotation(_:)","abstract":[],"role":"symbol","title":"hueRotation(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/id(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/id(_:).json index f556d6d44..84f305c1b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/id(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/id(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/id(_:)"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false},{"introducedAt":"13.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0"}],"externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"id(_:)","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.id(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"id"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/id(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/id(_:)","kind":"symbol","title":"id(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"id","kind":"identifier"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"id","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/id(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"id","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"10.15","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false}],"title":"id(_:)","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.id(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/id(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/id(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)","type":"topic","title":"id(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"id"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ignoressafearea(_:edges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/ignoressafearea(_:edges:).json index 71ec9b606..8453e9717 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ignoressafearea(_:edges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ignoressafearea(_:edges:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"title":"ignoresSafeArea(_:edges:)","roleHeading":"Instance Method","symbolKind":"method","platforms":[{"introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"11.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"7.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"ignoresSafeArea","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","text":"SafeAreaRegions","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ignoressafearea(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.ignoresSafeArea(_:edges:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"regions","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","text":"SafeAreaRegions"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/ignoresSafeArea(_:edges:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ignoressafearea(_:edges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"text":"SafeAreaRegions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","title":"ignoresSafeArea(_:edges:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.ignoresSafeArea(_:edges:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ignoresSafeArea"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"regions"},{"text":": ","kind":"text"},{"text":"SafeAreaRegions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"ignoresSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV","text":"SafeAreaRegions"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"11.0"},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"7.0","unavailable":false}],"extendedModule":"SwiftUI","title":"ignoresSafeArea(_:edges:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ignoressafearea(_:edges:)"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/ignoresSafeArea(_:edges:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ignoressafearea(_:edges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ignoresSafeArea"},{"text":"(","kind":"text"},{"text":"SafeAreaRegions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"ignoresSafeArea(_:edges:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/imagescale(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/imagescale(_:).json index c2f50f26d..afd999865 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/imagescale(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/imagescale(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.imageScale(_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/imagescale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"scale","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"beta":false,"introducedAt":"11.0","unavailable":false,"name":"macOS"},{"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false}],"role":"symbol","symbolKind":"method","roleHeading":"Instance Method","title":"imageScale(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/imageScale(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/imagescale(_:)","type":"topic","role":"symbol","title":"imageScale(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"scale"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.imageScale(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/imagescale(_:)"]}],"metadata":{"role":"symbol","platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0"},{"beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/imageScale(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/imagescale(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)","type":"topic","title":"imageScale(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Image","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","kind":"typeIdentifier","text":"Scale"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/importablefromservices(for:action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/importablefromservices(for:action:).json index a1b1b3229..60d4865c3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/importablefromservices(for:action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/importablefromservices(for:action:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/importablefromservices(for:action:)"]}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"importableFromServices(for:action:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importableFromServices(for:action:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importableFromServices(for:action:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/importablefromservices(for:action:)","kind":"symbol","type":"topic","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.importableFromServices(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/importablefromservices(for:action:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"payloadType"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type = T.self, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Transferable","kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"macOS","beta":false,"unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"importableFromServices(for:action:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"importableFromServices","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importableFromServices(for:action:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"importableFromServices(for:action:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/importablefromservices(for:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/importsitemproviders(_:onimport:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/importsitemproviders(_:onimport:).json index 44dcdb328..a8a12c2e9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/importsitemproviders(_:onimport:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/importsitemproviders(_:onimport:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"introducedAt":"12.0","beta":false,"name":"macOS","unavailable":false}],"title":"importsItemProviders(_:onImport:)"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/importsitemproviders(_:onimport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"contentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"onImport","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.importsItemProviders(_:onImport:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importsItemProviders(_:onImport:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/importsitemproviders(_:onimport:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onImport","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"importsItemProviders(_:onImport:)","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"importsItemProviders","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"contentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onImport"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.importsItemProviders(_:onImport:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/importsitemproviders(_:onimport:)"]}],"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onImport","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"}],"role":"symbol","title":"importsItemProviders(_:onImport:)","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importsItemProviders(_:onImport:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"importsItemProviders(_:onImport:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/importsitemproviders(_:onimport:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/init(placeholder:value:isenabled:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/init(placeholder:value:isenabled:).json index 8689a20e2..d87857d07 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/init(placeholder:value:isenabled:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/init(placeholder:value:isenabled:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/init(placeholder:value:isenabled:)"]}],"abstract":[{"type":"text","text":"Use this initializer to create a text field that binds to a bound optional"},{"type":"text","text":" "},{"text":"value and propose a placeholder.","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"init","kind":"keyword"},{"kind":"text","text":"("},{"text":"placeholder","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":", "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true)","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]},{"parameters":[{"name":"placeholder","content":[{"type":"paragraph","inlineContent":[{"text":"Text in placeholder","type":"text"}]}]},{"content":[{"inlineContent":[{"type":"text","text":"Binding of the value"}],"type":"paragraph"}],"name":"value"},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Flag to indicate if input is enabled ("},{"inlineContent":[{"text":"true","type":"text"}],"type":"emphasis"},{"type":"text","text":" by default)"}]}],"name":"isEnabled"}],"kind":"parameters"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)"},"sections":[],"metadata":{"symbolKind":"init","externalID":"s:14OUDSComponents18OUDSFormsTextInputV11placeholder5value9isEnabledACSS_7SwiftUI7BindingVySSGSbtcfc","fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"placeholder"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"role":"symbol","title":"init(placeholder:value:isEnabled:)","modules":[{"name":"OUDSComponents"}],"roleHeading":"Initializer"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/init(placeholder:value:isEnabled:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/init(placeholder:value:isenabled:)","fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"placeholder"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":")","kind":"text"}],"title":"init(placeholder:value:isEnabled:)","role":"symbol","abstract":[{"type":"text","text":"Use this initializer to create a text field that binds to a bound optional"},{"text":" ","type":"text"},{"type":"text","text":"value and propose a placeholder."}],"type":"topic","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"init","kind":"keyword"},{"text":"(","kind":"text"},{"text":"placeholder","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true)","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"},{"parameters":[{"name":"placeholder","content":[{"inlineContent":[{"type":"text","text":"Text in placeholder"}],"type":"paragraph"}]},{"content":[{"type":"paragraph","inlineContent":[{"text":"Binding of the value","type":"text"}]}],"name":"value"},{"name":"isEnabled","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Flag to indicate if input is enabled ("},{"inlineContent":[{"text":"true","type":"text"}],"type":"emphasis"},{"text":" by default)","type":"text"}]}]}],"kind":"parameters"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Use this initializer to create a text field that binds to a bound optional"},{"type":"text","text":" "},{"text":"value and propose a placeholder.","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"]]},"sections":[],"metadata":{"title":"init(placeholder:value:isEnabled:)","externalID":"s:14OUDSComponents18OUDSFormsTextInputV11placeholder5value9isEnabledACSS_7SwiftUI7BindingVySSGSbtcfc","role":"symbol","fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"("},{"text":"placeholder","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":")","kind":"text"}],"modules":[{"name":"OUDSComponents"}],"symbolKind":"init","roleHeading":"Initializer"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/init(placeholder:value:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/init(placeholder:value:isEnabled:)":{"title":"init(placeholder:value:isEnabled:)","abstract":[{"type":"text","text":"Use this initializer to create a text field that binds to a bound optional"},{"text":" ","type":"text"},{"type":"text","text":"value and propose a placeholder."}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/init(placeholder:value:isEnabled:)","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"placeholder"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/init(placeholder:value:isenabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/inspector(ispresented:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/inspector(ispresented:content:).json index 67729f596..9b8c7fe87 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/inspector(ispresented:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/inspector(ispresented:content:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/inspector(ispresented:content:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"title":"inspector(isPresented:content:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspector"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE9inspector11isPresented7contentQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.inspector(isPresented:content:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspector(isPresented:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"inspector(isPresented:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspector(ispresented:content:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.inspector(isPresented:content:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/inspector(ispresented:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspector"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"inspector(isPresented:content:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9inspector11isPresented7contentQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspector(isPresented:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"inspector(isPresented:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspector(ispresented:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(_:).json index 130e2c838..de273196b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)"},"metadata":{"extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"inspectorColumnWidth(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"inspectorColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"width","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.inspectorColumnWidth(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"inspectorColumnWidth(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.inspectorColumnWidth(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"title":"inspectorColumnWidth(_:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(_:)","kind":"symbol","title":"inspectorColumnWidth(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(min:ideal:max:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(min:ideal:max:).json index 75947f5d5..985c659d9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(min:ideal:max:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/inspectorcolumnwidth(min:ideal:max:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.inspectorColumnWidth(min:ideal:max:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(min:ideal:max:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"iOS"},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"inspectorColumnWidth(min:ideal:max:)"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"min"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(min:ideal:max:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(min:ideal:max:)","role":"symbol","kind":"symbol","title":"inspectorColumnWidth(min:ideal:max:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"text":"ideal","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspectorColumnWidth"},{"kind":"text","text":"("},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"ideal","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"max"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE20inspectorColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"inspectorColumnWidth(min:ideal:max:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(min:ideal:max:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.inspectorColumnWidth(min:ideal:max:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(min:ideal:max:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"min"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"max"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","title":"inspectorColumnWidth(min:ideal:max:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(min:ideal:max:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/interactionactivitytrackingtag(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/interactionactivitytrackingtag(_:).json index 6729e8d0e..9f66d0349 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/interactionactivitytrackingtag(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/interactionactivitytrackingtag(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"tag","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.interactionActivityTrackingTag(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/interactionactivitytrackingtag(_:)"]}],"sections":[],"kind":"symbol","metadata":{"title":"interactionActivityTrackingTag(_:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false},{"introducedAt":"13.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","role":"collectionGroup","abstract":[],"kind":"article"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactionActivityTrackingTag(_:)":{"type":"topic","title":"interactionActivityTrackingTag(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactionactivitytrackingtag(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[]}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","beta":false},{"beta":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"9.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"interactionActivityTrackingTag(_:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactionActivityTrackingTag(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"tag","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/interactionactivitytrackingtag(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactionActivityTrackingTag(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"interactionActivityTrackingTag(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactionactivitytrackingtag(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/interactivedismissdisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/interactivedismissdisabled(_:).json index bf8c0180a..069c04550 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/interactivedismissdisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/interactivedismissdisabled(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.interactiveDismissDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/interactivedismissdisabled(_:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"interactiveDismissDisabled(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"interactiveDismissDisabled"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"interactiveDismissDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactiveDismissDisabled(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactivedismissdisabled(_:)","title":"interactiveDismissDisabled(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"interactiveDismissDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"interactiveDismissDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","beta":false},{"beta":false,"introducedAt":"12.0","unavailable":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"interactiveDismissDisabled(_:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.interactiveDismissDisabled(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/interactivedismissdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactiveDismissDisabled(_:)":{"abstract":[],"title":"interactiveDismissDisabled(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactivedismissdisabled(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/invalidatablecontent(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/invalidatablecontent(_:).json index 9199d9342..3d727a376 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/invalidatablecontent(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/invalidatablecontent(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.0","beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","title":"invalidatableContent(_:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE20invalidatableContentyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidatableContent"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"invalidatable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/invalidatablecontent(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.invalidatableContent(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/invalidatableContent(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/invalidatablecontent(_:)","title":"invalidatableContent(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/invalidatablecontent(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"invalidatableContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"invalidatableContent(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","deprecated":false},{"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"17.0","deprecated":false,"beta":false},{"introducedAt":"10.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE20invalidatableContentyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.invalidatableContent(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"invalidatable","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/invalidatableContent(_:)":{"title":"invalidatableContent(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidatableContent"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/invalidatablecontent(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/italic(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/italic(_:).json index f41c74ee8..77ef7df1b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/italic(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/italic(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.italic(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/italic(_:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"italic","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","title":"italic(_:)","symbolKind":"method","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0"},{"name":"macOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"beta":false,"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0"},{"name":"watchOS","beta":false,"introducedAt":"9.0","unavailable":false,"deprecated":false}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/italic(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"italic(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/italic(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.italic(_:)"},{"type":"text","text":"."}],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"9.0","beta":false}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"italic(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/italic(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/italic(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"italic","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/italic(_:)","title":"italic(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/itemprovider(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/itemprovider(_:).json index 5f0b403ed..8e8ad6850 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/itemprovider(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/itemprovider(_:).json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"itemProvider","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sq","text":"Optional","kind":"typeIdentifier"},{"text":"<() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"itemProvider(_:)","role":"symbol","platforms":[{"beta":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false},{"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/itemprovider(_:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Optional","preciseIdentifier":"s:Sq","kind":"typeIdentifier"},{"text":"<() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"?>) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.itemProvider(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/itemProvider(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/itemprovider(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)","role":"symbol","title":"itemProvider(_:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"itemProvider","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sq","text":"Optional","kind":"typeIdentifier"},{"text":"<() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"?>) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.itemProvider(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"itemProvider","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"Optional","preciseIdentifier":"s:Sq","kind":"typeIdentifier"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"?>) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"itemProvider(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"itemProvider","kind":"identifier"},{"kind":"text","text":"("},{"text":"Optional","kind":"typeIdentifier","preciseIdentifier":"s:Sq"},{"text":"<() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"?>) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/itemprovider(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/itemProvider(_:)":{"abstract":[],"title":"itemProvider(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/itemprovider(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"text":"Optional","kind":"typeIdentifier","preciseIdentifier":"s:Sq"},{"text":"<() -> ","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"?>) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/kerning(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/kerning(_:).json index a69133ab3..b449493e9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/kerning(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/kerning(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false},{"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"9.0"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"kerning(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"kerning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.kerning(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/kerning(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/kerning(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/kerning(_:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","title":"kerning(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/kerning(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.kerning(_:)"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"title":"kerning(_:)","externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"16.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"9.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"kerning","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/kerning(_:)":{"title":"kerning(_:)","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/kerning(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-1fdau.json b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-1fdau.json index 41980be71..252032920 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-1fdau.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-1fdau.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-1fdau"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"11.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"role":"symbol","title":"keyboardShortcut(_:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"shortcut","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-1fdau":{"title":"keyboardShortcut(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-1fdau","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-1fdau"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"shortcut","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"title":"keyboardShortcut(_:)","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-1fdau":{"abstract":[],"kind":"symbol","type":"topic","title":"keyboardShortcut(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-1fdau","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-aetd.json b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-aetd.json index 09e6f48ff..7009b5b54 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-aetd.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:)-aetd.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-aetd"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"keyboardShortcut(_:)","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"introducedAt":"15.4","deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"12.3"}]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-aetd":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-aetd","type":"topic","title":"keyboardShortcut(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"15.4"},{"name":"macOS","unavailable":false,"introducedAt":"12.3","beta":false,"deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","title":"keyboardShortcut(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-aetd"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.keyboardShortcut(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-aetd":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-aetd","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd","type":"topic","title":"keyboardShortcut(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:).json index c98e8af9d..544e719d2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"keyboardShortcut(_:modifiers:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"text":"modifiers","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","kind":"typeIdentifier","text":"EventModifiers"},{"kind":"text","text":" = .command) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyboardShortcut(_:modifiers:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"keyboardShortcut(_:modifiers:)","symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"14.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"name":"macOS","introducedAt":"11.0","deprecated":false,"unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"text":" = .command) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:)","title":"keyboardShortcut(_:modifiers:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:localization:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:localization:).json index 12c79f1af..8673c4b67 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:localization:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/keyboardshortcut(_:modifiers:localization:).json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"keyboardShortcut(_:modifiers:localization:)","platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"kind":"text","text":": "},{"text":"EventModifiers","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command, "},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:localization:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:localization:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:localization:)","type":"topic","role":"symbol","kind":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"text":"localization","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"text":"Localization","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command, "},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","kind":"typeIdentifier","text":"KeyboardShortcut"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV","text":"Localization","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:localization:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"kind":"text","text":", "},{"text":"modifiers","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"localization","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV","text":"Localization"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"keyboardShortcut(_:modifiers:localization:)","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:localization:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:localization:)","title":"keyboardShortcut(_:modifiers:localization:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:repeating:content:keyframes:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:repeating:content:keyframes:).json index 980dd3d2b..a896afa24 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:repeating:content:keyframes:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:repeating:content:keyframes:).json @@ -1 +1 @@ -{"metadata":{"title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue9repeating7content9keyframesQrqd___Sbqd_0_AA018PlaceholderContentC0VyxG_qd__tYbcqd_1_qd__ct0G0Qyd_1_Rsd__AaBRd_0_AA9KeyframesRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"10.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"keyframes"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI9KeyframesP","kind":"typeIdentifier","text":"Keyframes"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"repeating","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV","text":"KeyframesBuilder","kind":"attribute"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">"},{"kind":"text","text":" "},{"kind":"externalParam","text":"keyframes"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyframeAnimator(initialValue:repeating:content:keyframes:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:repeating:content:keyframes:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"repeating","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"keyframes"},{"kind":"text","text":": ("},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"Keyframes","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:repeating:content:keyframes:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","role":"symbol","title":"keyframeAnimator(initialValue:repeating:content:keyframes:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.keyframeAnimator(initialValue:repeating:content:keyframes:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue9repeating7content9keyframesQrqd___Sbqd_0_AA018PlaceholderContentC0VyxG_qd__tYbcqd_1_qd__ct0G0Qyd_1_Rsd__AaBRd_0_AA9KeyframesRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0","name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"17.0","name":"tvOS","unavailable":false},{"beta":false,"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyframeAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"initialValue","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"text":"repeating","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP","text":"Keyframes"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"keyframeAnimator(initialValue:repeating:content:keyframes:)"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"KeyframesBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"text":">","kind":"text"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"keyframes"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"Keyframes","preciseIdentifier":"s:7SwiftUI9KeyframesP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:repeating:content:keyframes:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"type":"topic","title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:repeating:content:keyframes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:trigger:content:keyframes:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:trigger:content:keyframes:).json index bbdd3b5c6..be262792b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:trigger:content:keyframes:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/keyframeanimator(initialvalue:trigger:content:keyframes:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:trigger:content:keyframes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue7trigger7content9keyframesQrqd___qd_0_qd_1_AA018PlaceholderContentC0VyxG_qd__tYbcqd_2_qd__ct0G0Qyd_2_Rsd__SQRd_0_AaBRd_1_AA9KeyframesRd_2_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false},{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": some "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI9KeyframesP","text":"Keyframes","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.keyframeAnimator(initialValue:trigger:content:keyframes:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV","kind":"attribute","text":"KeyframesBuilder"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"text":">","kind":"text"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"keyframes"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"Keyframes","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"type":"topic","title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:trigger:content:keyframes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"KeyframesBuilder","preciseIdentifier":"s:7SwiftUI16KeyframesBuilderV","kind":"attribute"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">"},{"kind":"text","text":" "},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9KeyframesP","text":"Keyframes","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"17.0","unavailable":false},{"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": some "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16keyframeAnimator12initialValue7trigger7content9keyframesQrqd___qd_0_qd_1_AA018PlaceholderContentC0VyxG_qd__tYbcqd_2_qd__ct0G0Qyd_2_Rsd__SQRd_0_AaBRd_1_AA9KeyframesRd_2_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyframeAnimator(initialValue:trigger:content:keyframes:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:trigger:content:keyframes:)"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:trigger:content:keyframes:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"Keyframes","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/labeledcontentstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/labeledcontentstyle(_:).json index 1178d8ead..55e34eaa7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/labeledcontentstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/labeledcontentstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"LabeledContentStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/labeledcontentstyle(_:)"]}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false},{"introducedAt":"16.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"9.0"}],"symbolKind":"method","title":"labeledContentStyle(_:)","role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labeledContentStyle(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labeledContentStyle(_:)":{"type":"topic","title":"labeledContentStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labeledcontentstyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)","abstract":[],"kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/labeledcontentstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.labeledContentStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"labeledContentStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP","text":"LabeledContentStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","beta":false},{"beta":false,"name":"tvOS","introducedAt":"16.0","deprecated":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}],"title":"labeledContentStyle(_:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labeledContentStyle(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labeledcontentstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"labeledContentStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/labelshidden().json b/docs/data/documentation/oudscomponents/oudsformstextinput/labelshidden().json index 117249ea7..d97fe700a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/labelshidden().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/labelshidden().json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelsHidden()"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","title":"labelsHidden()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labelsHidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/labelshidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelsHidden()":{"title":"labelsHidden()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelshidden()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labelsHidden","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","type":"topic","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelsHidden()"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/labelshidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","title":"labelsHidden()","role":"symbol","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelsHidden","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelsHidden()":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"labelsHidden()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelshidden()","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/labelstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/labelstyle(_:).json index 52b4a2a4e..d7f5b1d24 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/labelstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/labelstyle(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"labelStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"labelStyle(_:)","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0"},{"introducedAt":"11.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false}]},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.labelStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labelStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10LabelStyleP","text":"LabelStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/labelstyle(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelStyle(_:)":{"abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labelStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)","title":"labelStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelstyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/labelstyle(_:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelStyle(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10LabelStyleP","text":"LabelStyle"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labelStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"11.0","unavailable":false,"beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"7.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelStyle(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelstyle(_:)","title":"labelStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labelStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/layereffect(_:maxsampleoffset:isenabled:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/layereffect(_:maxsampleoffset:isenabled:).json index a1c4edb46..7d4c26b45 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/layereffect(_:maxsampleoffset:isenabled:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/layereffect(_:maxsampleoffset:isenabled:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.layerEffect(_:maxSampleOffset:isEnabled:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"layerEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"shader","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Shader","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layereffect(_:maxsampleoffset:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"introducedAt":"17.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE11layerEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"layerEffect(_:maxSampleOffset:isEnabled:)","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Shader","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"kind":"text","text":", "},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layerEffect(_:maxSampleOffset:isEnabled:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"layerEffect(_:maxSampleOffset:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layereffect(_:maxsampleoffset:isenabled:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layereffect(_:maxsampleoffset:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"role":"symbol","title":"layerEffect(_:maxSampleOffset:isEnabled:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layerEffect"},{"kind":"text","text":"("},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"deprecated":false,"introducedAt":"17.0","name":"tvOS","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11layerEffect_15maxSampleOffset9isEnabledQrAA6ShaderV_So6CGSizeVSbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.layerEffect(_:maxSampleOffset:isEnabled:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"shader","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layerEffect(_:maxSampleOffset:isEnabled:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layereffect(_:maxsampleoffset:isenabled:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"layerEffect(_:maxSampleOffset:isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/layoutdirectionbehavior(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/layoutdirectionbehavior(_:).json index 62d24ce48..f4757144d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/layoutdirectionbehavior(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/layoutdirectionbehavior(_:).json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"10.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"layoutDirectionBehavior(_:)","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layoutDirectionBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE23layoutDirectionBehavioryQrAA06LayouteF0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutDirectionBehavior"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","kind":"typeIdentifier","text":"LayoutDirectionBehavior"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layoutdirectionbehavior(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutDirectionBehavior(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutDirectionBehavior(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)","type":"topic","title":"layoutDirectionBehavior(_:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutdirectionbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"LayoutDirectionBehavior","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false,"deprecated":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"17.0"},{"introducedAt":"10.0","beta":false,"deprecated":false,"name":"watchOS","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE23layoutDirectionBehavioryQrAA06LayouteF0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","title":"layoutDirectionBehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutDirectionBehavior"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layoutdirectionbehavior(_:)"]}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.layoutDirectionBehavior(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutDirectionBehavior"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LayoutDirectionBehavior","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutDirectionBehavior(_:)":{"title":"layoutDirectionBehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutdirectionbehavior(_:)","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/layoutpriority(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/layoutpriority(_:).json index dbde6de09..37f17e6ea 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/layoutpriority(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/layoutpriority(_:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"text":"(","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"layoutPriority(_:)","externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutPriority(_:)"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layoutpriority(_:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutPriority(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layoutPriority","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"layoutPriority(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutpriority(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)"},"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"10.15"},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false,"unavailable":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"layoutPriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutPriority","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutPriority"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layoutpriority(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.layoutPriority(_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutPriority(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layoutPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"layoutPriority(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutpriority(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/layoutvalue(key:value:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/layoutvalue(key:value:).json index c8f9fd8a8..963a41aa9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/layoutvalue(key:value:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/layoutvalue(key:value:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layoutvalue(key:value:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.layoutValue(key:value:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"text":"LayoutValueKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"layoutValue(key:value:)","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0"},{"name":"macOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutValue(key:value:)":{"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutvalue(key:value:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)","title":"layoutValue(key:value:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/layoutvalue(key:value:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"SwiftUI","title":"layoutValue(key:value:)","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"layoutValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","beta":false,"unavailable":false},{"name":"macOS","introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.layoutValue(key:value:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP","text":"LayoutValueKey","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutValue(key:value:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"layoutValue(key:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutvalue(key:value:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-4p8q.json b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-4p8q.json index fb275a6ed..23308bcd4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-4p8q.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-4p8q.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PartialRangeFrom","kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"lineLimit(_:)","role":"symbol","roleHeading":"Instance Method","platforms":[{"introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS","deprecated":false},{"introducedAt":"16.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"beta":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-4p8q"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-4p8q":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"text":"PartialRangeFrom","kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"lineLimit(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-4p8q","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-4p8q"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"metadata":{"title":"lineLimit(_:)","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV","text":"PartialRangeFrom"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false},{"introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-4p8q":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q","title":"lineLimit(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"text":"<","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-4p8q"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-59wsa.json b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-59wsa.json index 85176259a..a19fe01ba 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-59wsa.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-59wsa.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"kind":"text","text":": "},{"text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0"},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"16.0"},{"introducedAt":"9.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"lineLimit(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"preciseIdentifier":"s:s19PartialRangeThroughV","text":"PartialRangeThrough","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-59wsa"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-59wsa":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa","title":"lineLimit(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-59wsa","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:s19PartialRangeThroughV","text":"PartialRangeThrough","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-59wsa"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"text":": ","kind":"text"},{"text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa"},"sections":[],"metadata":{"platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","deprecated":false},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"9.0","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"lineLimit(_:)","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-59wsa":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-59wsa","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:s19PartialRangeThroughV","text":"PartialRangeThrough","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa","abstract":[],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-7mxdo.json b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-7mxdo.json index d726544a1..de9bab345 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-7mxdo.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-7mxdo.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"lineLimit(_:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-7mxdo"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"number","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-7mxdo":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-7mxdo","title":"lineLimit(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"lineLimit(_:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"number","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-7mxdo"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-7mxdo":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"lineLimit(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-7mxdo","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-bq5e.json b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-bq5e.json index ab77195cf..53f71e6bd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-bq5e.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:)-bq5e.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.lineLimit(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"limit","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ClosedRange","preciseIdentifier":"s:SN","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"lineLimit(_:)","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SN","text":"ClosedRange","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"iOS"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"macOS"},{"unavailable":false,"introducedAt":"16.0","name":"tvOS","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"9.0","beta":false,"name":"watchOS"}],"role":"symbol"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-bq5e"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-bq5e":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-bq5e","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SN","text":"ClosedRange","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"lineLimit(_:)","abstract":[]}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"title":"lineLimit(_:)","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"9.0","beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-bq5e"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SN","text":"ClosedRange","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-bq5e":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-bq5e","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SN","text":"ClosedRange","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"lineLimit(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:reservesspace:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:reservesspace:).json index c672e5dd2..ced6073b4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:reservesspace:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/linelimit(_:reservesspace:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)"},"metadata":{"symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"16.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS"},{"introducedAt":"9.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"reservesSpace","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"limit","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.lineLimit(_:reservesSpace:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:reservesSpace:)":{"abstract":[],"title":"lineLimit(_:reservesSpace:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:reservesspace:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"reservesSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:reservesSpace:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"limit","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":", ","kind":"text"},{"text":"reservesSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"beta":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false},{"deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"9.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"reservesSpace","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"lineLimit(_:reservesSpace:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:reservesSpace:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:reservesspace:)","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"reservesSpace"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/linespacing(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/linespacing(_:).json index 9b5f84753..42ca8531c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/linespacing(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/linespacing(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineSpacing","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineSpacing"},{"text":"(","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"13.0"},{"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"lineSpacing(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.lineSpacing(_:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linespacing(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineSpacing(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linespacing(_:)","title":"lineSpacing(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"lineSpacing(_:)","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/linespacing(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.lineSpacing(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"lineSpacing","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineSpacing(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linespacing(_:)","type":"topic","title":"lineSpacing(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-3yg50.json b/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-3yg50.json index bf32b79e1..3838ed8de 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-3yg50.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-3yg50.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12ListItemTintV","text":"ListItemTint","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","roleHeading":"Instance Method","title":"listItemTint(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"iOS","beta":false},{"unavailable":false,"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"14.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"unavailable":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS","beta":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.listItemTint(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"tint"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12ListItemTintV","kind":"typeIdentifier","text":"ListItemTint"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-3yg50"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-3yg50":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI12ListItemTintV","text":"ListItemTint","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"listItemTint(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-3yg50","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"14.0"},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","beta":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"listItemTint(_:)"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-3yg50"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-3yg50":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-3yg50","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"listItemTint(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-8syq1.json b/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-8syq1.json index 08036e4eb..d130430dc 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-8syq1.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listitemtint(_:)-8syq1.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-8syq1"]}],"metadata":{"role":"symbol","platforms":[{"introducedAt":"14.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"7.0","name":"watchOS"}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"listItemTint(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-8syq1":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-8syq1","kind":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"listItemTint(_:)","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"beta":false,"name":"iOS","deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"introducedAt":"11.0","beta":false,"name":"macOS","deprecated":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"beta":false,"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-8syq1"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-8syq1":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-8syq1","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1","title":"listItemTint(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowbackground(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowbackground(_:).json index 47e90380d..9a4afdc0a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowbackground(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowbackground(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"listRowBackground(_:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"view","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowbackground(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowBackground(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowbackground(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","title":"listRowBackground(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"view"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowbackground(_:)"]}],"metadata":{"symbolKind":"method","title":"listRowBackground(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15"},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowBackground(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowbackground(_:)","kind":"symbol","title":"listRowBackground(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowinsets(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowinsets(_:).json index f18ea9d97..088aec151 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowinsets(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowinsets(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"insets","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowinsets(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"listRowInsets(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"beta":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"deprecated":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowInsets(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"listRowInsets(_:)","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowinsets(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowinsets(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowInsets","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"insets"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listRowInsets","kind":"identifier"},{"kind":"text","text":"("},{"text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"13.0"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"title":"listRowInsets(_:)","externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowInsets(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowinsets(_:)","role":"symbol","title":"listRowInsets(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowInsets"},{"text":"(","kind":"text"},{"text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparator(_:edges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparator(_:edges:).json index 6f364944a..759c80578 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparator(_:edges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparator(_:edges:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparator"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false}],"title":"listRowSeparator(_:edges:)","externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.listRowSeparator(_:edges:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparator(_:edges:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparator(_:edges:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","type":"topic","title":"listRowSeparator(_:edges:)"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparator"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"listRowSeparator(_:edges:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listRowSeparator(_:edges:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparator(_:edges:)":{"title":"listRowSeparator(_:edges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparator(_:edges:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparatortint(_:edges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparatortint(_:edges:).json index 882fcb1a4..75fd628f1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparatortint(_:edges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listrowseparatortint(_:edges:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.listRowSeparatorTint(_:edges:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listRowSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?, ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","title":"listRowSeparatorTint(_:edges:)","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"macOS"}]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparatortint(_:edges:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparatorTint(_:edges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparatorTint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"listRowSeparatorTint(_:edges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparatortint(_:edges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.listRowSeparatorTint(_:edges:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparatortint(_:edges:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"color","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"13.0","beta":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","title":"listRowSeparatorTint(_:edges:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparatorTint(_:edges:)":{"title":"listRowSeparatorTint(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparatortint(_:edges:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparator(_:edges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparator(_:edges:).json index 4fd1995c8..326fe4884 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparator(_:edges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparator(_:edges:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE20listSectionSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","title":"listSectionSeparator(_:edges:)","roleHeading":"Instance Method","role":"symbol"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparator(_:edges:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listSectionSeparator","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparator(_:edges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"listSectionSeparator(_:edges:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparator(_:edges:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.listSectionSeparator(_:edges:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false}],"role":"symbol","title":"listSectionSeparator(_:edges:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE20listSectionSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparator(_:edges:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listSectionSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"listSectionSeparator(_:edges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparator(_:edges:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparatortint(_:edges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparatortint(_:edges:).json index 77ef42532..9bbdc6bf6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparatortint(_:edges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/listsectionseparatortint(_:edges:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"listSectionSeparatorTint(_:edges:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparatortint(_:edges:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"color","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparatorTint(_:edges:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparatortint(_:edges:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)","title":"listSectionSeparatorTint(_:edges:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listSectionSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparatortint(_:edges:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"listSectionSeparatorTint(_:edges:)","externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false}],"roleHeading":"Instance Method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparatorTint(_:edges:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"listSectionSeparatorTint(_:edges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparatortint(_:edges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/liststyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/liststyle(_:).json index 9891e3a1d..084e56d18 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/liststyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/liststyle(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/liststyle(_:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false}],"title":"listStyle(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ListStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.listStyle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listStyle(_:)":{"title":"listStyle(_:)","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/liststyle(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"listStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15"},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/liststyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listStyle(_:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"ListStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listStyle(_:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"listStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/liststyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/luminancetoalpha().json b/docs/data/documentation/oudscomponents/oudsformstextinput/luminancetoalpha().json index 667ff70e7..e25cae045 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/luminancetoalpha().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/luminancetoalpha().json @@ -1 +1 @@ -{"metadata":{"platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"unavailable":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"luminanceToAlpha()"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/luminancetoalpha()"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"luminanceToAlpha","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/luminanceToAlpha()":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()","title":"luminanceToAlpha()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/luminancetoalpha()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"luminanceToAlpha","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/luminancetoalpha()"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"10.15","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false,"unavailable":false}],"role":"symbol","title":"luminanceToAlpha()","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/luminanceToAlpha()":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"luminanceToAlpha()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/luminancetoalpha()","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/mask(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/mask(_:).json index 130eb41b9..bb81b29f7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/mask(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/mask(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"mask","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Mask"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mask"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use overload where mask accepts a @ViewBuilder instead."}]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.mask(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"mask(_:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"mask","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"message":"Use overload where mask accepts a @ViewBuilder instead.","deprecatedAt":"100000.0","deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","name":"macOS","beta":false,"deprecated":false,"message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"10.15"},{"introducedAt":"13.0","deprecatedAt":"100000.0","beta":false,"message":"Use overload where mask accepts a @ViewBuilder instead.","unavailable":false,"deprecated":false,"name":"tvOS"},{"message":"Use overload where mask accepts a @ViewBuilder instead.","unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"deprecatedAt":"100000.0"}],"symbolKind":"method","role":"symbol"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/mask(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(_:)":{"type":"topic","title":"mask(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(_:)","kind":"symbol","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"mask(_:)","platforms":[{"beta":false,"name":"iOS","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0"},{"introducedAt":"10.15","deprecatedAt":"100000.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS","message":"Use overload where mask accepts a @ViewBuilder instead."},{"introducedAt":"13.0","unavailable":false,"name":"tvOS","message":"Use overload where mask accepts a @ViewBuilder instead.","deprecated":false,"beta":false,"deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","unavailable":false,"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"6.0"}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.mask(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mask"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use overload where mask accepts a @ViewBuilder instead."}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/mask(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(_:)":{"title":"mask(_:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/mask(alignment:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/mask(alignment:_:).json index 56e104ec1..32604e4ee 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/mask(alignment:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/mask(alignment:_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/mask(alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":" = .center, "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"text":": () -> ","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"mask(alignment:_:)","externalID":"s:7SwiftUI4ViewPAAE4mask9alignment_QrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":", () -> ","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"introducedAt":"12.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(alignment:_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(alignment:_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(alignment:_:)","title":"mask(alignment:_:)","type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":", () -> ","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"symbolKind":"method","title":"mask(alignment:_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"12.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"mask","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE4mask9alignment_QrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(alignment:_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"mask","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Mask","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/mask(alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(alignment:_:)":{"type":"topic","title":"mask(alignment:_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", () -> ","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(alignment:_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/matchedgeometryeffect(id:in:properties:anchor:issource:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/matchedgeometryeffect(id:in:properties:anchor:issource:).json index 78fa2dfb4..6a889fa7c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/matchedgeometryeffect(id:in:properties:anchor:issource:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/matchedgeometryeffect(id:in:properties:anchor:issource:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"properties","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","kind":"typeIdentifier"},{"kind":"text","text":" = .frame, "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"isSource"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/matchedgeometryeffect(id:in:properties:anchor:issource:)"]}],"metadata":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","kind":"typeIdentifier","text":"MatchedGeometryProperties"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":", ","kind":"text"},{"text":"isSource","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"name":"macOS","beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"7.0","name":"watchOS","beta":false,"deprecated":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"matchedGeometryEffect"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","kind":"typeIdentifier","text":"MatchedGeometryProperties"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"text":"isSource","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/matchedgeometryeffect(id:in:properties:anchor:issource:)","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"tvOS"},{"introducedAt":"7.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"matchedGeometryEffect","kind":"identifier"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"text":": ","kind":"text"},{"text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSource"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"matchedGeometryEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"properties"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","text":"MatchedGeometryProperties","kind":"typeIdentifier"},{"text":" = .frame, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":" = .center, ","kind":"text"},{"text":"isSource","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/matchedgeometryeffect(id:in:properties:anchor:issource:)"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/matchedgeometryeffect(id:in:properties:anchor:issource:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"matchedGeometryEffect","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"properties"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","text":"MatchedGeometryProperties"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSource"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/menuactiondismissbehavior(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/menuactiondismissbehavior(_:).json index 3a6e41ed5..0ef1c4e66 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/menuactiondismissbehavior(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/menuactiondismissbehavior(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"MenuActionDismissBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"menuActionDismissBehavior(_:)","role":"symbol","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.4"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"13.3","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"16.4","name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"9.4","beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE25menuActionDismissBehavioryQrAA04MenuefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.menuActionDismissBehavior(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menuactiondismissbehavior(_:)"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuActionDismissBehavior"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","text":"MenuActionDismissBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuActionDismissBehavior(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuactiondismissbehavior(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","kind":"typeIdentifier","text":"MenuActionDismissBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"menuActionDismissBehavior(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuActionDismissBehavior(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menuactiondismissbehavior(_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"MenuActionDismissBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"menuActionDismissBehavior(_:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25menuActionDismissBehavioryQrAA04MenuefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.4","beta":false,"name":"iOS"},{"name":"macOS","introducedAt":"13.3","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"introducedAt":"16.4","deprecated":false,"unavailable":false,"name":"tvOS"},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.4","deprecated":false}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","kind":"typeIdentifier","text":"MenuActionDismissBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuActionDismissBehavior(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuactiondismissbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","text":"MenuActionDismissBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"menuActionDismissBehavior(_:)","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/menubuttonstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/menubuttonstyle(_:).json index 6413f282d..93df4293e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/menubuttonstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/menubuttonstyle(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.menuButtonStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"MenuButtonStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use `menuStyle(_:)` instead."}],"type":"paragraph"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"10.15","message":"Use `menuStyle(_:)` instead.","deprecated":false,"beta":false,"name":"macOS"}],"title":"menuButtonStyle(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuButtonStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menubuttonstyle(_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuButtonStyle(_:)":{"role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","title":"menuButtonStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menubuttonstyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"10.15","deprecatedAt":"100000.0","name":"macOS","message":"Use `menuStyle(_:)` instead.","beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"menuButtonStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuButtonStyle(_:)"},{"text":".","type":"text"}],"sections":[],"deprecationSummary":[{"inlineContent":[{"text":"Use `menuStyle(_:)` instead.","type":"text"}],"type":"paragraph"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menubuttonstyle(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP","kind":"typeIdentifier","text":"MenuButtonStyle"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuButtonStyle(_:)":{"deprecated":true,"abstract":[],"role":"symbol","title":"menuButtonStyle(_:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menubuttonstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/menuindicator(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/menuindicator(_:).json index a33edea77..95636a6b8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/menuindicator(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/menuindicator(_:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menuindicator(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuIndicator(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"deprecated":false,"introducedAt":"17.0","beta":false,"name":"tvOS","unavailable":false}],"title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuIndicator"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuIndicator(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"menuIndicator(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuindicator(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.menuIndicator(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menuindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"menuIndicator(_:)","platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"introducedAt":"17.0","deprecated":false,"beta":false,"unavailable":false,"name":"tvOS"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuIndicator(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"menuIndicator(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuindicator(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/menuorder(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/menuorder(_:).json index 4424fff28..f10f0f349 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/menuorder(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/menuorder(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menuorder(_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuOrder(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","deprecated":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"16.0","beta":false},{"unavailable":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false}],"role":"symbol","roleHeading":"Instance Method","title":"menuOrder(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"kind":"text","text":"("},{"text":"MenuOrder","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"order","kind":"internalParam"},{"kind":"text","text":": "},{"text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuOrder(_:)":{"title":"menuOrder(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuorder(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9MenuOrderV","text":"MenuOrder","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"order"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menuorder(_:)"]}],"metadata":{"symbolKind":"method","title":"menuOrder(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"text":"MenuOrder","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"16.0","name":"iOS","deprecated":false,"beta":false},{"beta":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuOrder(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuOrder(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9MenuOrderV","text":"MenuOrder","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuorder(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","title":"menuOrder(_:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/menustyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/menustyle(_:).json index 23609efab..03bddf830 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/menustyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/menustyle(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menustyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuStyle","preciseIdentifier":"s:7SwiftUI9MenuStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"11.0","name":"macOS","beta":false},{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","title":"menuStyle(_:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menustyle(_:)","kind":"symbol","title":"menuStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"14.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"17.0","unavailable":false,"name":"tvOS","deprecated":false}],"title":"menuStyle(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9MenuStyleP","text":"MenuStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/menustyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"menuStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menustyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/minimumscalefactor(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/minimumscalefactor(_:).json index 969cd49d1..5e77752e3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/minimumscalefactor(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/minimumscalefactor(_:).json @@ -1 +1 @@ -{"metadata":{"title":"minimumScaleFactor(_:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false,"deprecated":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"6.0","name":"watchOS","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.minimumScaleFactor(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"minimumScaleFactor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"factor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/minimumscalefactor(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/minimumScaleFactor(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/minimumscalefactor(_:)","title":"minimumScaleFactor(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.minimumScaleFactor(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"minimumScaleFactor"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"factor"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"6.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","title":"minimumScaleFactor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/minimumscalefactor(_:)"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/minimumScaleFactor(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/minimumscalefactor(_:)","abstract":[],"kind":"symbol","role":"symbol","type":"topic","title":"minimumScaleFactor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/modifier(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/modifier(_:).json index 202229f8b..9a02404ec 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/modifier(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/modifier(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.modifier(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"modifier","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"modifier","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":">"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"modifier(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/modifier(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/modifier(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":">","kind":"text"}],"title":"modifier(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/modifier(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)"},"kind":"symbol","metadata":{"symbolKind":"method","title":"modifier(_:)","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"10.15"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"modifier","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":">","kind":"text"}],"externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.modifier(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/modifier(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"modifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/modifier(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/modifier(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"modifier","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"modifier(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/monospaced(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/monospaced(_:).json index ac33b5e41..6430f110c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/monospaced(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/monospaced(_:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"monospaced(_:)","platforms":[{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0","name":"iOS"},{"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"16.0","name":"tvOS","deprecated":false},{"unavailable":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.monospaced(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/monospaced(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospaced(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"monospaced(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaced(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","kind":"symbol","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}],"url":"\/documentation\/oudscomponents","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","title":"OUDSComponents"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","role":"collectionGroup","abstract":[],"kind":"article"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSFormsTextInput","kind":"identifier"}],"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","type":"topic","role":"symbol","title":"OUDSFormsTextInput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"monospaced(_:)","platforms":[{"introducedAt":"16.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"16.0","unavailable":false},{"introducedAt":"9.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.monospaced(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/monospaced(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospaced(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)","type":"topic","title":"monospaced(_:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaced(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/monospaceddigit().json b/docs/data/documentation/oudscomponents/oudsformstextinput/monospaceddigit().json index 00db443b1..e5d72d0c3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/monospaceddigit().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/monospaceddigit().json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false},{"beta":false,"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"8.0"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospacedDigit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"monospacedDigit()","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/monospaceddigit()"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospacedDigit()"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospacedDigit()":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"monospacedDigit"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"monospacedDigit()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaceddigit()","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospacedDigit()"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","title":"monospacedDigit()"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/monospaceddigit()"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospacedDigit()":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaceddigit()","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"monospacedDigit()"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/movedisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/movedisabled(_:).json index 003d38459..dcf67edaf 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/movedisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/movedisabled(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"moveDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"tvOS","unavailable":false},{"name":"watchOS","deprecated":false,"introducedAt":"6.0","beta":false,"unavailable":false}],"title":"moveDisabled(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.moveDisabled(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/movedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/moveDisabled(_:)":{"title":"moveDisabled(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"moveDisabled","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/movedisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"moveDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isDisabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.moveDisabled(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/movedisabled(_:)"]}],"kind":"symbol","metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","title":"moveDisabled(_:)","platforms":[{"introducedAt":"13.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false},{"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS"}]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/moveDisabled(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/movedisabled(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"moveDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"moveDisabled(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/multilinetextalignment(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/multilinetextalignment(_:).json index d1df25bbf..f00e1d62e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/multilinetextalignment(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/multilinetextalignment(_:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"multilineTextAlignment(_:)","roleHeading":"Instance Method","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"multilineTextAlignment","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13TextAlignmentO","text":"TextAlignment"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"multilineTextAlignment","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"alignment","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.multilineTextAlignment(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/multilinetextalignment(_:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/multilineTextAlignment(_:)":{"abstract":[],"role":"symbol","title":"multilineTextAlignment(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/multilinetextalignment(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"multilineTextAlignment","kind":"identifier"},{"kind":"text","text":"("},{"text":"TextAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/multilinetextalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"multilineTextAlignment"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"alignment","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"TextAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"multilineTextAlignment","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13TextAlignmentO","kind":"typeIdentifier","text":"TextAlignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"multilineTextAlignment(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.multilineTextAlignment(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/multilineTextAlignment(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"multilineTextAlignment","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)","title":"multilineTextAlignment(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/multilinetextalignment(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarbackbuttonhidden(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarbackbuttonhidden(_:).json index 919687a5d..54fe9e421 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarbackbuttonhidden(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarbackbuttonhidden(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarbackbuttonhidden(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationBarBackButtonHidden(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"hidesBackButton","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"platforms":[{"name":"iOS","beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false},{"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS","unavailable":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"6.0"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationBarBackButtonHidden(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarBackButtonHidden(_:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","title":"navigationBarBackButtonHidden(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarbackbuttonhidden(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"hidesBackButton","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationBarBackButtonHidden(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarbackbuttonhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0"}],"title":"navigationBarBackButtonHidden(_:)","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarBackButtonHidden(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"navigationBarBackButtonHidden(_:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarbackbuttonhidden(_:)","abstract":[],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarhidden(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarhidden(_:).json index 3971237c4..763b303ca 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarhidden(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbarhidden(_:).json @@ -1 +1 @@ -{"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use toolbar(.hidden)","type":"text"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationBarHidden(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"hidden","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarHidden","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"navigationBarHidden(_:)","role":"symbol","platforms":[{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","message":"Use toolbar(.hidden)","unavailable":false,"deprecated":false,"beta":false},{"message":"Use toolbar(.hidden)","beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","deprecatedAt":"100000.0"},{"introducedAt":"6.0","deprecated":false,"beta":false,"deprecatedAt":"100000.0","unavailable":false,"message":"Use toolbar(.hidden)","name":"watchOS"},{"beta":false,"message":"Use toolbar(.hidden)","name":"visionOS","unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"1.0"}],"symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarHidden(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarhidden(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarHidden","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"title":"navigationBarHidden(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"deprecationSummary":[{"inlineContent":[{"text":"Use toolbar(.hidden)","type":"text"}],"type":"paragraph"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarHidden"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"hidden","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarHidden","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"navigationBarHidden(_:)","symbolKind":"method","platforms":[{"deprecatedAt":"100000.0","beta":false,"introducedAt":"13.0","message":"Use toolbar(.hidden)","deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"13.0","unavailable":false,"message":"Use toolbar(.hidden)","deprecated":false,"name":"tvOS","beta":false,"deprecatedAt":"100000.0"},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecatedAt":"100000.0","beta":false,"message":"Use toolbar(.hidden)"},{"deprecatedAt":"100000.0","unavailable":false,"message":"Use toolbar(.hidden)","name":"visionOS","introducedAt":"1.0","beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarHidden(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarHidden(_:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarhidden(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"navigationBarHidden(_:)","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-5cto7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-5cto7.json index 20af77835..9a0f503a2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-5cto7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-5cto7.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationBarTitle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","renamed":"navigationTitle(_:)","beta":false},{"name":"tvOS","deprecatedAt":"100000.0","beta":false,"renamed":"navigationTitle(_:)","introducedAt":"13.0","unavailable":false,"deprecated":false},{"beta":false,"renamed":"navigationTitle(_:)","name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false,"deprecatedAt":"100000.0"},{"renamed":"navigationTitle(_:)","introducedAt":"1.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"visionOS"}],"role":"symbol","title":"navigationBarTitle(_:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-5cto7"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-5cto7":{"deprecated":true,"title":"navigationBarTitle(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-5cto7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-5cto7"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7"},"metadata":{"platforms":[{"name":"iOS","deprecated":false,"renamed":"navigationTitle(_:)","unavailable":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0"},{"name":"tvOS","beta":false,"deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"introducedAt":"13.0","renamed":"navigationTitle(_:)"},{"deprecated":false,"unavailable":false,"renamed":"navigationTitle(_:)","introducedAt":"6.0","beta":false,"deprecatedAt":"100000.0","name":"watchOS"},{"beta":false,"name":"visionOS","introducedAt":"1.0","deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-5cto7":{"title":"navigationBarTitle(_:)","type":"topic","kind":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-5cto7","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-7b12n.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-7b12n.json index 39ad65484..4c1aadc33 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-7b12n.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-7b12n.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationBarTitle(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","beta":false},{"renamed":"navigationTitle(_:)","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"unavailable":false,"renamed":"navigationTitle(_:)","name":"watchOS","deprecatedAt":"100000.0","deprecated":false,"introducedAt":"6.0","beta":false},{"introducedAt":"1.0","unavailable":false,"name":"visionOS","beta":false,"renamed":"navigationTitle(_:)","deprecated":false,"deprecatedAt":"100000.0"}],"role":"symbol","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-7b12n"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-7b12n":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"deprecated":true,"title":"navigationBarTitle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-7b12n","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationBarTitle(_:)","role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecatedAt":"100000.0","unavailable":false,"renamed":"navigationTitle(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"deprecatedAt":"100000.0","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"renamed":"navigationTitle(_:)","name":"tvOS"},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"renamed":"navigationTitle(_:)"},{"name":"visionOS","deprecated":false,"introducedAt":"1.0","beta":false,"renamed":"navigationTitle(_:)","unavailable":false,"deprecatedAt":"100000.0"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-7b12n"]}],"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationBarTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-7b12n":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-7b12n","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationBarTitle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n","deprecated":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-boxd.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-boxd.json index f7042eb82..6ce688e86 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-boxd.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:)-boxd.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"beta":false,"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS"},{"name":"tvOS","deprecatedAt":"100000.0","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"renamed":"navigationTitle(_:)"},{"renamed":"navigationTitle(_:)","deprecated":false,"unavailable":false,"beta":false,"deprecatedAt":"100000.0","name":"watchOS","introducedAt":"6.0"},{"deprecatedAt":"100000.0","beta":false,"renamed":"navigationTitle(_:)","deprecated":false,"name":"visionOS","introducedAt":"1.0","unavailable":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"navigationBarTitle(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationBarTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-boxd"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-boxd":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"navigationBarTitle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-boxd","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"text":".","type":"text"}],"metadata":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"renamed":"navigationTitle(_:)","name":"iOS","deprecatedAt":"100000.0","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"renamed":"navigationTitle(_:)","name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0"},{"deprecated":false,"beta":false,"name":"watchOS","renamed":"navigationTitle(_:)","deprecatedAt":"100000.0","introducedAt":"6.0","unavailable":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","name":"visionOS","introducedAt":"1.0","deprecated":false,"beta":false}],"title":"navigationBarTitle(_:)"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-boxd"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-boxd":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-boxd","title":"navigationBarTitle(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-5gc5v.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-5gc5v.json index c59805680..4374e054e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-5gc5v.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-5gc5v.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-5gc5v"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","title":"navigationBarTitle(_:displayMode:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","unavailable":false,"name":"iOS","deprecatedAt":"100000.0","deprecated":false,"beta":false},{"unavailable":false,"deprecated":false,"beta":false,"deprecatedAt":"100000.0","introducedAt":"1.0","name":"visionOS","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA18LocalizedStringKeyV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationBarTitle(_:displayMode:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-5gc5v":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-5gc5v","title":"navigationBarTitle(_:displayMode:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","beta":false},{"deprecatedAt":"100000.0","introducedAt":"1.0","unavailable":false,"beta":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","name":"visionOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA18LocalizedStringKeyV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"navigationBarTitle(_:displayMode:)","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-5gc5v"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-5gc5v":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-5gc5v","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v","role":"symbol","title":"navigationBarTitle(_:displayMode:)","kind":"symbol","deprecated":true,"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-7pfat.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-7pfat.json index fefec1f54..783c0c525 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-7pfat.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-7pfat.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-7pfat"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"14.0","beta":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","deprecatedAt":"100000.0"},{"unavailable":false,"beta":false,"name":"visionOS","introducedAt":"1.0","deprecatedAt":"100000.0","deprecated":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}],"extendedModule":"SwiftUI","title":"navigationBarTitle(_:displayMode:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}],"type":"paragraph"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-7pfat":{"role":"symbol","kind":"symbol","title":"navigationBarTitle(_:displayMode:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier","text":"TitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-7pfat"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-7pfat"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationBarTitle(_:displayMode:)","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"deprecatedAt":"100000.0","beta":false},{"deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"name":"visionOS","beta":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"1.0"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-7pfat":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationBarTitle(_:displayMode:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-7pfat","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-88el9.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-88el9.json index ae969ad6d..43c1a284b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-88el9.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationbartitle(_:displaymode:)-88el9.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9"},"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"introducedAt":"13.0","deprecatedAt":"100000.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"},{"name":"visionOS","deprecated":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","deprecatedAt":"100000.0","beta":false,"introducedAt":"1.0","unavailable":false}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-88el9"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","type":"text"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-88el9":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-88el9","type":"topic","kind":"symbol","title":"navigationBarTitle(_:displayMode:)","role":"symbol","deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","deprecatedAt":"100000.0"},{"introducedAt":"1.0","deprecatedAt":"100000.0","unavailable":false,"beta":false,"message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","name":"visionOS","deprecated":false}],"title":"navigationBarTitle(_:displayMode:)","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","type":"text"}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-88el9"]}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier","text":"NavigationBarItem"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-88el9":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier","text":"NavigationBarItem"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationBarTitle(_:displayMode:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-88el9","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(for:destination:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(for:destination:).json index 03ca5d8e9..ccacde1ff 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(for:destination:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(for:destination:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(for:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"text":": (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"deprecated":false,"introducedAt":"16.0","beta":false,"name":"iOS","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false,"name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"9.0","deprecated":false}],"title":"navigationDestination(for:destination:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationDestination(for:destination:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":".Type, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(for:destination:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"text":"destination","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(for:destination:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)","title":"navigationDestination(for:destination:)","type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"iOS"},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"16.0","unavailable":false},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"title":"navigationDestination(for:destination:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(for:destination:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":".Type, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDestination(for:destination:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(for:destination:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"navigationDestination(for:destination:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(for:destination:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(ispresented:destination:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(ispresented:destination:).json index 488378aa9..733ac6cdf 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(ispresented:destination:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(ispresented:destination:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"navigationDestination(isPresented:destination:)","platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"role":"symbol","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDestination(isPresented:destination:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(ispresented:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(isPresented:destination:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(ispresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"introducedAt":"16.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS"}],"title":"navigationDestination(isPresented:destination:)","roleHeading":"Instance Method","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationDestination(isPresented:destination:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(ispresented:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(isPresented:destination:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(ispresented:destination:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(item:destination:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(item:destination:).json index 0a92f084a..1adfa07cb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(item:destination:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdestination(item:destination:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(item:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDestination(item:destination:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sq","text":"Optional"},{"kind":"text","text":"<"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"symbolKind":"method","role":"symbol","title":"navigationDestination(item:destination:)","platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false},{"introducedAt":"17.0","beta":false,"unavailable":false,"name":"tvOS","deprecated":false},{"beta":false,"introducedAt":"10.0","unavailable":false,"name":"watchOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE21navigationDestination4item11destinationQrAA7BindingVyqd__SgG_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Optional","kind":"typeIdentifier","preciseIdentifier":"s:Sq"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":">>, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(item:destination:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<"},{"text":"D","kind":"typeIdentifier"},{"text":">>, ","kind":"text"},{"kind":"externalParam","text":"destination"},{"text":": (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"navigationDestination(item:destination:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(item:destination:)","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination4item11destinationQrAA7BindingVyqd__SgG_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sq","text":"Optional"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":">>, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","platforms":[{"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"17.0","deprecated":false},{"introducedAt":"10.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"roleHeading":"Instance Method","title":"navigationDestination(item:destination:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(item:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Optional","preciseIdentifier":"s:Sq","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDestination(item:destination:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(item:destination:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Optional","preciseIdentifier":"s:Sq","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"text":"destination","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(item:destination:)","title":"navigationDestination(item:destination:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:).json index e12d7d144..0460f21ac 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDocument(_:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"13.0"},{"unavailable":false,"beta":false,"introducedAt":"16.0","name":"tvOS","deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"navigationDocument(_:)","externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSFormsTextInput","kind":"identifier"}],"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","type":"topic","role":"symbol","title":"OUDSFormsTextInput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"kind":"symbol","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","url":"\/documentation\/oudscomponents","title":"OUDSComponents","role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:)","type":"topic","role":"symbol","title":"navigationDocument(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"navigationDocument(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"(","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"16.0","deprecated":false},{"deprecated":false,"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"9.0"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"url"},{"text":": ","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationDocument(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:)","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-4b6c7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-4b6c7.json index 880f7be44..ace9d638a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-4b6c7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-4b6c7.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0"},{"beta":false,"unavailable":false,"introducedAt":"9.0","name":"watchOS","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"kind":"text","text":"<"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"navigationDocument(_:preview:)","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-4b6c7"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"document","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier","text":"Never"},{"kind":"text","text":", "},{"text":"Never","preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-4b6c7":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-4b6c7","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7","type":"topic","title":"navigationDocument(_:preview:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier","text":"SharePreview"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","beta":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-4b6c7"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-4b6c7":{"title":"navigationDocument(_:preview:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-4b6c7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-66eu.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-66eu.json index f724b6e82..5f4380301 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-66eu.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-66eu.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-66eu"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"navigationDocument(_:preview:)","symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"9.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"document","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-66eu":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu","title":"navigationDocument(_:preview:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier","text":"Never"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-66eu","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"9.0","name":"watchOS","unavailable":false}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-66eu"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"document","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Never","preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-66eu":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:preview:)","type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-66eu","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-7kl7x.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-7kl7x.json index dfedf2b81..8d02c5ca7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-7kl7x.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-7kl7x.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"document","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"text":"I1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":", "},{"text":"I1","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-7kl7x"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"navigationDocument(_:preview:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"I1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-7kl7x":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x","title":"navigationDocument(_:preview:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-7kl7x","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"text":"I2","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"13.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"name":"watchOS","introducedAt":"9.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12SharePreviewV","kind":"typeIdentifier","text":"SharePreview"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"navigationDocument(_:preview:)","symbolKind":"method"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I1","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I2","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"I1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I1"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"I2","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-7kl7x"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-7kl7x":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-7kl7x","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-9cujs.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-9cujs.json index c90213d3f..e6b11ac97 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-9cujs.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationdocument(_:preview:)-9cujs.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"16.0","name":"iOS","deprecated":false},{"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"9.0","beta":false}],"role":"symbol","roleHeading":"Instance Method","title":"navigationDocument(_:preview:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-9cujs"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-9cujs":{"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-9cujs","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs","title":"navigationDocument(_:preview:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false,"unavailable":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","title":"navigationDocument(_:preview:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"document","kind":"internalParam"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","text":"Transferable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-9cujs"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationDocument(_:preview:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-9cujs":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-9cujs","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(_:).json index 8680f7b0c..0b8775f68 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)"},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"13.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0"}],"role":"symbol","extendedModule":"SwiftUI","title":"navigationSplitViewColumnWidth(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"width","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationSplitViewColumnWidth(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"navigationSplitViewColumnWidth(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"role":"symbol","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.0"},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"9.0","beta":false,"name":"watchOS","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"navigationSplitViewColumnWidth(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(_:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(_:)","abstract":[],"title":"navigationSplitViewColumnWidth(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(min:ideal:max:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(min:ideal:max:).json index 11aaf5d03..e89e4478e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(min:ideal:max:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewcolumnwidth(min:ideal:max:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"16.0","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"9.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"navigationSplitViewColumnWidth(min:ideal:max:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(min:ideal:max:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationSplitViewColumnWidth(min:ideal:max:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(min:ideal:max:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(min:ideal:max:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"ideal","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)","title":"navigationSplitViewColumnWidth(min:ideal:max:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(min:ideal:max:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"text":"ideal","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(min:ideal:max:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)"},"metadata":{"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"navigationSplitViewColumnWidth(min:ideal:max:)","platforms":[{"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false},{"introducedAt":"16.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"9.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(min:ideal:max:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(min:ideal:max:)","type":"topic","title":"navigationSplitViewColumnWidth(min:ideal:max:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewstyle(_:).json index 810e5c59a..fc4d64b26 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsplitviewstyle(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationSplitViewStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSplitViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"9.0","deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"navigationSplitViewStyle(_:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP","text":"NavigationSplitViewStyle"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewstyle(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationSplitViewStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewstyle(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"navigationSplitViewStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSplitViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"16.0","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"9.0","name":"watchOS","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewStyle(_:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"NavigationSplitViewStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewstyle(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewStyle(_:)":{"type":"topic","title":"navigationSplitViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewstyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSplitViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-60za2.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-60za2.json index 26a846ee4..76102ea78 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-60za2.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-60za2.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"subtitle","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationSubtitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-60za2"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"navigationSubtitle(_:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false},{"name":"Mac Catalyst","unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-60za2":{"type":"topic","abstract":[],"title":"navigationSubtitle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-60za2"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-60za2"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"title":"navigationSubtitle(_:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"11.0"},{"name":"Mac Catalyst","beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-60za2":{"title":"navigationSubtitle(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-60za2","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-7wb73.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-7wb73.json index f661b8ba3..87a82a1ae 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-7wb73.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-7wb73.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"subtitleKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method","title":"navigationSubtitle(_:)","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"11.0","name":"macOS","beta":false},{"deprecated":false,"name":"Mac Catalyst","introducedAt":"14.0","unavailable":false,"beta":false}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-7wb73"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-7wb73":{"title":"navigationSubtitle(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-7wb73","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-7wb73"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"navigationSubtitle(_:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"11.0","unavailable":false},{"deprecated":false,"name":"Mac Catalyst","beta":false,"introducedAt":"14.0","unavailable":false}],"roleHeading":"Instance Method","role":"symbol"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"subtitleKey","kind":"internalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-7wb73":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-7wb73","title":"navigationSubtitle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-9pxs5.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-9pxs5.json index 783f972ad..d0b283ce0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-9pxs5.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationsubtitle(_:)-9pxs5.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationSubtitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"subtitle"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5"},"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"11.0"},{"beta":false,"introducedAt":"14.0","unavailable":false,"name":"Mac Catalyst","deprecated":false}],"title":"navigationSubtitle(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-9pxs5"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-9pxs5":{"type":"topic","abstract":[],"kind":"symbol","title":"navigationSubtitle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-9pxs5","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"sections":[],"metadata":{"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationSubtitle(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"introducedAt":"11.0","unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"introducedAt":"14.0","name":"Mac Catalyst","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"subtitle"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-9pxs5"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-9pxs5":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-9pxs5","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5","kind":"symbol","abstract":[],"role":"symbol","title":"navigationSubtitle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-1d9nw.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-1d9nw.json index 067e794d7..5cf545f43 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-1d9nw.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-1d9nw.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"watchOS","introducedAt":"7.0","beta":false,"deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"navigationTitle(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-1d9nw"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-1d9nw":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-1d9nw","role":"symbol","kind":"symbol","title":"navigationTitle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-1d9nw"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"navigationTitle(_:)","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-1d9nw":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-1d9nw","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw","type":"topic","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-4eh54.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-4eh54.json index ea61e2860..fdbcd2f3a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-4eh54.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-4eh54.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"navigationTitle(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"14.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0","beta":false}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-4eh54"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-4eh54":{"type":"topic","title":"navigationTitle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-4eh54","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"titleKey","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","title":"navigationTitle(_:)","platforms":[{"beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"11.0","beta":false},{"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"7.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-4eh54"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-4eh54":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-4eh54","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol","title":"navigationTitle(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-5yg8j.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-5yg8j.json index 8ad7f21ce..c84a337fe 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-5yg8j.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-5yg8j.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-5yg8j"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"9.0","beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"navigationTitle(_:)"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-5yg8j":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-5yg8j","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationTitle(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationTitle(_:)","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"beta":false,"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false},{"name":"tvOS","unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false},{"beta":false,"introducedAt":"9.0","name":"watchOS","unavailable":false,"deprecated":false}],"symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-5yg8j"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-5yg8j":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-5yg8j","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-63mj5.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-63mj5.json index 090d42a69..5ac11ddc5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-63mj5.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-63mj5.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","symbolKind":"method","title":"navigationTitle(_:)","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"beta":false},{"introducedAt":"11.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-63mj5"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-63mj5":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-63mj5","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationTitle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"name":"iOS","introducedAt":"14.0","deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"11.0"},{"introducedAt":"14.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"title":"navigationTitle(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-63mj5"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-63mj5":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-63mj5","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5","type":"topic","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-6nei1.json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-6nei1.json index 2bcd8500a..65a7decc9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-6nei1.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationtitle(_:)-6nei1.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"StringProtocol","preciseIdentifier":"s:Sy","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-6nei1"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"unavailable":false,"introducedAt":"11.0","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"7.0"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"navigationTitle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-6nei1":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"navigationTitle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-6nei1","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","title":"navigationTitle(_:)","role":"symbol","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0","unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"beta":false,"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-6nei1"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"title","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-6nei1":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-6nei1","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationviewstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationviewstyle(_:).json index 9d568a908..1153e36bf 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/navigationviewstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/navigationviewstyle(_:).json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"navigationViewStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"13.0","beta":false,"deprecated":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","unavailable":false,"name":"iOS"},{"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","beta":false,"deprecatedAt":"100000.0","name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false},{"beta":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","unavailable":false,"deprecatedAt":"100000.0","name":"tvOS","deprecated":false,"introducedAt":"13.0"},{"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","deprecated":false,"name":"watchOS","introducedAt":"7.0","beta":false,"unavailable":false},{"introducedAt":"1.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","name":"visionOS","deprecated":false,"unavailable":false,"beta":false,"deprecatedAt":"100000.0"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.navigationViewStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP","text":"NavigationViewStyle"},{"text":"\n","kind":"text"}]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationViewStyle(_:)":{"deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"navigationViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationviewstyle(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"platforms":[{"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","beta":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","deprecated":false,"name":"iOS"},{"deprecatedAt":"100000.0","deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false,"name":"macOS","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"},{"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","name":"tvOS","beta":false,"message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","deprecated":false},{"beta":false,"introducedAt":"7.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","name":"watchOS","unavailable":false,"deprecatedAt":"100000.0","deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"1.0","unavailable":false,"name":"visionOS","deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"}],"externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"navigationViewStyle(_:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.navigationViewStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"deprecationSummary":[{"inlineContent":[{"text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","type":"text"}],"type":"paragraph"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP","kind":"typeIdentifier","text":"NavigationViewStyle"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/navigationviewstyle(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationViewStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationviewstyle(_:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationViewStyle(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/offset(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/offset(_:).json index ed665290a..970a242fd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/offset(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/offset(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.offset(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/offset(_:)"]}],"metadata":{"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE6offsetyQrSo6CGSizeVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"offset(_:)","extendedModule":"SwiftUI"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"offset","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"offset(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"offset","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(_:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","metadata":{"title":"offset(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6offsetyQrSo6CGSizeVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"offset","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/offset(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","title":"offset(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"offset","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"type":"topic","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/offset(x:y:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/offset(x:y:).json index 95170c191..1a55cdbfa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/offset(x:y:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/offset(x:y:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":" = 0) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/offset(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"unavailable":false,"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"offset(x:y:)","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.offset(x:y:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(x:y:)":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"offset(x:y:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(x:y:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.offset(x:y:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/offset(x:y:)"]}],"metadata":{"platforms":[{"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false,"unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"6.0"}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"offset(x:y:)","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 0, ","kind":"text"},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":" = 0) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(x:y:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"offset(x:y:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(x:y:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onappear(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onappear(perform:).json index 0745fe240..85b12c577 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onappear(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onappear(perform:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onAppear","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","title":"onAppear(perform:)","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"introducedAt":"10.15","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onAppear(perform:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onAppear(perform:)":{"title":"onAppear(perform:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onappear(perform:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onAppear(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onappear(perform:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"onAppear(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onAppear(perform:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onAppear"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"onAppear(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onappear(perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-5qfyb.json b/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-5qfyb.json index fa426fe7c..150c95c95 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-5qfyb.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-5qfyb.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = false, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"onChange(of:initial:_:)","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___SbyyctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"macOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"10.0","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onChange(of:initial:_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-5qfyb"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-5qfyb":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-5qfyb","type":"topic","title":"onChange(of:initial:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"onChange(of:initial:_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___SbyyctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"17.0","unavailable":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false},{"beta":false,"deprecated":false,"introducedAt":"17.0","name":"tvOS","unavailable":false},{"introducedAt":"10.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:initial:_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-5qfyb"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-5qfyb":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-5qfyb","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-6nk7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-6nk7.json index ad3b4e4b7..d8acb7250 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-6nk7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:initial:_:)-6nk7.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false},{"name":"tvOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"10.0"}],"externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onChange(of:initial:_:)","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = false, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-6nk7"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onChange(of:initial:_:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-6nk7":{"type":"topic","abstract":[],"kind":"symbol","title":"onChange(of:initial:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-6nk7"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-6nk7"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onChange(of:initial:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = false, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"onChange(of:initial:_:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-6nk7":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-6nk7","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:perform:).json index 11dccd49c..e53ce8395 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onchange(of:perform:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"deprecatedAt":"17.0","introducedAt":"14.0","beta":false,"unavailable":false,"name":"iOS","message":"Use `onChange` with a two or zero parameter action closure instead.","deprecated":false},{"message":"Use `onChange` with a two or zero parameter action closure instead.","deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecatedAt":"14.0"},{"message":"Use `onChange` with a two or zero parameter action closure instead.","introducedAt":"14.0","deprecated":false,"deprecatedAt":"17.0","name":"tvOS","unavailable":false,"beta":false},{"unavailable":false,"deprecatedAt":"10.0","beta":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS","message":"Use `onChange` with a two or zero parameter action closure instead."}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"onChange(of:perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use `onChange` with a two or zero parameter action closure instead.","type":"text"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:perform:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:perform:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:perform:)":{"type":"topic","title":"onChange(of:perform:)","abstract":[],"kind":"symbol","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:perform:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"metadata":{"title":"onChange(of:perform:)","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false,"message":"Use `onChange` with a two or zero parameter action closure instead.","deprecatedAt":"17.0"},{"name":"macOS","message":"Use `onChange` with a two or zero parameter action closure instead.","unavailable":false,"deprecatedAt":"14.0","beta":false,"introducedAt":"11.0","deprecated":false},{"message":"Use `onChange` with a two or zero parameter action closure instead.","deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false,"deprecatedAt":"17.0","unavailable":false},{"deprecated":false,"name":"watchOS","deprecatedAt":"10.0","introducedAt":"7.0","unavailable":false,"beta":false,"message":"Use `onChange` with a two or zero parameter action closure instead."}],"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onChange","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `onChange` with a two or zero parameter action closure instead."}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onChange(of:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/oncommand(_:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/oncommand(_:perform:).json index 4a5ec798c..b672e5a22 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/oncommand(_:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/oncommand(_:perform:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"onCommand(_:perform:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCommand","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"10.15"}],"extendedModule":"SwiftUI","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onCommand(_:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"selector","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCommand(_:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)","title":"onCommand(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncommand(_:perform:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"onCommand(_:perform:)","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"selector"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": (() -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCommand(_:perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCommand(_:perform:)":{"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncommand(_:perform:)","title":"onCommand(_:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCommand","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinueuseractivity(_:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinueuseractivity(_:perform:).json index 98d438a6c..0ce1cf5bb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinueuseractivity(_:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinueuseractivity(_:perform:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSUserActivity","kind":"typeIdentifier","text":"NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","beta":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"7.0","beta":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"onContinueUserActivity(_:perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onContinueUserActivity(_:perform:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncontinueuseractivity(_:perform:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onContinueUserActivity"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinueUserActivity(_:perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinueuseractivity(_:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onContinueUserActivity(_:perform:)","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"11.0"},{"unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false,"name":"tvOS"},{"introducedAt":"7.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"title":"onContinueUserActivity(_:perform:)","externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity","kind":"typeIdentifier"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onContinueUserActivity","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onContinueUserActivity(_:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncontinueuseractivity(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinueUserActivity(_:perform:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinueuseractivity(_:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)","type":"topic","abstract":[],"kind":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onContinueUserActivity","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinuoushover(coordinatespace:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinuoushover(coordinatespace:perform:).json index 496d24874..369c87b71 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinuoushover(coordinatespace:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/oncontinuoushover(coordinatespace:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onContinuousHover","kind":"identifier"},{"kind":"text","text":"("},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"text":" = .local, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"HoverPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"16.0","name":"iOS","beta":false},{"deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","beta":false,"name":"macOS","introducedAt":"13.0","message":"use overload that accepts a CoordinateSpaceProtocol instead"},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","deprecatedAt":"100000.0","introducedAt":"16.0","message":"use overload that accepts a CoordinateSpaceProtocol instead"},{"introducedAt":"1.0","name":"visionOS","message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"beta":false}],"title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncontinuoushover(coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use overload that accepts a CoordinateSpaceProtocol instead"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onContinuousHover(coordinateSpace:perform:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinuousHover(coordinateSpace:perform:)":{"title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinuoushover(coordinatespace:perform:)","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"use overload that accepts a CoordinateSpaceProtocol instead"}],"type":"paragraph"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onContinuousHover(coordinateSpace:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","platforms":[{"name":"iOS","message":"use overload that accepts a CoordinateSpaceProtocol instead","beta":false,"unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"introducedAt":"16.0"},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecatedAt":"100000.0"},{"message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecated":false,"beta":false,"introducedAt":"16.0","deprecatedAt":"100000.0","unavailable":false,"name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"1.0","deprecatedAt":"100000.0","unavailable":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","name":"visionOS"}],"externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onContinuousHover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"coordinateSpace"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"text":" = .local, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"HoverPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncontinuoushover(coordinatespace:perform:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinuousHover(coordinateSpace:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"text":"(","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"onContinuousHover(coordinateSpace:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinuoushover(coordinatespace:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/oncopycommand(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/oncopycommand(perform:).json index 861473016..05db003e8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/oncopycommand(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/oncopycommand(perform:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"platforms":[{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCopyCommand"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","title":"onCopyCommand(perform:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncopycommand(perform:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCopyCommand(perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": (() -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCopyCommand(perform:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCopyCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncopycommand(perform:)","abstract":[],"title":"onCopyCommand(perform:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncopycommand(perform:)"]}],"metadata":{"platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCopyCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"])?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"onCopyCommand(perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onCopyCommand(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onCopyCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCopyCommand(perform:)":{"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCopyCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"onCopyCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncopycommand(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/oncutcommand(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/oncutcommand(perform:).json index 7ee4c8488..a87560f50 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/oncutcommand(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/oncutcommand(perform:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"onCutCommand(perform:)","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"])?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onCutCommand(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncutcommand(perform:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCutCommand(perform:)":{"title":"onCutCommand(perform:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncutcommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/oncutcommand(perform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onCutCommand(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onCutCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": (() -> [","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"onCutCommand(perform:)","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"introducedAt":"10.15","unavailable":false,"name":"macOS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCutCommand(perform:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncutcommand(perform:)","title":"onCutCommand(perform:)","abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondeletecommand(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondeletecommand(perform:).json index 729445e50..d782a68be 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondeletecommand(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondeletecommand(perform:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondeletecommand(perform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDeleteCommand(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)"},"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onDeleteCommand(perform:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDeleteCommand(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondeletecommand(perform:)","type":"topic","role":"symbol","title":"onDeleteCommand(perform:)"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDeleteCommand(perform:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"roleHeading":"Instance Method","title":"onDeleteCommand(perform:)","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"deprecated":false,"name":"macOS","beta":false,"introducedAt":"10.15"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondeletecommand(perform:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"type":"topic","navigatorTitle":[{"kind":"identifier","text":"OUDSFormsTextInput"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"type":"text","text":" "},{"type":"strong","inlineContent":[{"text":"Warning: This is a draft component","type":"text"}]},{"type":"text","text":"."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDeleteCommand(perform:)":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)","kind":"symbol","abstract":[],"title":"onDeleteCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondeletecommand(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondisappear(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondisappear(perform:).json index b6a3253d6..29f794fc4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondisappear(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondisappear(perform:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDisappear","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol","title":"onDisappear(perform:)","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS","deprecated":false},{"introducedAt":"13.0","unavailable":false,"name":"tvOS","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS"}],"roleHeading":"Instance Method"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDisappear","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondisappear(perform:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDisappear(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDisappear(perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondisappear(perform:)","kind":"symbol","type":"topic","title":"onDisappear(perform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDisappear","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"onDisappear(perform:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDisappear","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15"},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"6.0","name":"watchOS"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondisappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDisappear(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDisappear(perform:)":{"type":"topic","title":"onDisappear(perform:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondisappear(perform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:).json index 199250f80..5ae2ad130 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.4"},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"onDrag(_:)","externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrag(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:)":{"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:)","title":"onDrag(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDrag(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:)"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onDrag(_:)","platforms":[{"introducedAt":"13.4","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"introducedAt":"10.15","beta":false,"unavailable":false,"name":"macOS","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"(() -> "},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrag(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:preview:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:preview:).json index 31f49ab2d..779a33077 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:preview:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrag(_:preview:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"onDrag(_:preview:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:preview:)"]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrag(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"data"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:preview:)":{"title":"onDrag(_:preview:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:preview:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"data","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"introducedAt":"12.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"onDrag(_:preview:)","roleHeading":"Instance Method","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrag(_:preview:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:preview:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrag"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrag(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:preview:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-2cjy.json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-2cjy.json index c1089385b..80e1d2538 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-2cjy.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-2cjy.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrop(of:delegate:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"text":": any ","kind":"text"},{"text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-2cjy"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"onDrop(of:delegate:)","platforms":[{"deprecated":false,"unavailable":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","name":"iOS","deprecatedAt":"100000.0","beta":false,"introducedAt":"13.4"},{"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"deprecated":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","unavailable":false,"introducedAt":"1.0","name":"visionOS","beta":false}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"text":": any ","kind":"text"},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}],"type":"paragraph"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-2cjy":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"title":"onDrop(of:delegate:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-2cjy","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"onDrop(of:delegate:)","platforms":[{"name":"iOS","deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","unavailable":false,"introducedAt":"13.4","deprecated":false,"beta":false},{"name":"macOS","introducedAt":"10.15","message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","deprecated":false,"beta":false,"unavailable":false},{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"1.0","name":"visionOS","unavailable":false,"deprecated":false,"beta":false,"deprecatedAt":"100000.0"}],"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-2cjy"],"traits":[{"interfaceLanguage":"swift"}]}],"deprecationSummary":[{"inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}],"type":"paragraph"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-2cjy":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-2cjy","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy","type":"topic","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-6vtqi.json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-6vtqi.json index 54e40318d..e1b31aaf1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-6vtqi.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:delegate:)-6vtqi.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDrop(of:delegate:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-6vtqi"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onDrop(of:delegate:)","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"name":"macOS","introducedAt":"11.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-6vtqi":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-6vtqi","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi","title":"onDrop(of:delegate:)","role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onDrop(of:delegate:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"11.0"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-6vtqi"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"preciseIdentifier":"s:7SwiftUI12DropDelegateP","kind":"typeIdentifier","text":"DropDelegate"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-6vtqi":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"text":": any ","kind":"text"},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrop(of:delegate:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-6vtqi","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-1qbo0.json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-1qbo0.json index c045dce73..159eb729d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-1qbo0.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-1qbo0.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrop(of:isTargeted:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","beta":false,"introducedAt":"14.0","unavailable":false},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"11.0"}],"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-1qbo0"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-1qbo0":{"title":"onDrop(of:isTargeted:perform:)","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-1qbo0","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"}],"symbolKind":"method","title":"onDrop(of:isTargeted:perform:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDrop(of:isTargeted:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-1qbo0"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-1qbo0":{"title":"onDrop(of:isTargeted:perform:)","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-1qbo0","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-2l2xd.json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-2l2xd.json index f238eb6e7..17b2493ca 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-2l2xd.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-2l2xd.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-2l2xd"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrop(of:isTargeted:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onDrop(of:isTargeted:perform:)","role":"symbol","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"introducedAt":"13.4"},{"deprecatedAt":"100000.0","introducedAt":"10.15","unavailable":false,"name":"macOS","deprecated":false,"beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead."},{"beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"1.0","deprecatedAt":"100000.0","unavailable":false,"name":"visionOS","deprecated":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-2l2xd":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","title":"onDrop(of:isTargeted:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-2l2xd","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-2l2xd"]}],"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"onDrop(of:isTargeted:perform:)","platforms":[{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.4","name":"iOS"},{"beta":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"10.15","deprecated":false,"name":"macOS","message":"Provide `UTType`s as the `supportedContentTypes` instead."},{"name":"visionOS","beta":false,"deprecated":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","unavailable":false,"introducedAt":"1.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-2l2xd":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd","abstract":[],"deprecated":true,"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onDrop(of:isTargeted:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-2l2xd","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-7lumy.json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-7lumy.json index 20860d812..ca231da18 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-7lumy.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-7lumy.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onDrop(of:isTargeted:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-7lumy"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"metadata":{"extendedModule":"SwiftUI","title":"onDrop(of:isTargeted:perform:)","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"deprecatedAt":"100000.0","name":"iOS","introducedAt":"13.4","message":"Provide `UTType`s as the `supportedContentTypes` instead."},{"deprecated":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","unavailable":false,"beta":false,"introducedAt":"10.15","name":"macOS","deprecatedAt":"100000.0"},{"message":"Provide `UTType`s as the `supportedContentTypes` instead.","beta":false,"name":"visionOS","deprecated":false,"deprecatedAt":"100000.0","introducedAt":"1.0","unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-7lumy":{"deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-7lumy","title":"onDrop(of:isTargeted:perform:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"unavailable":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","name":"iOS","introducedAt":"13.4","deprecatedAt":"100000.0","beta":false},{"unavailable":false,"name":"macOS","message":"Provide `UTType`s as the `supportedContentTypes` instead.","deprecatedAt":"100000.0","deprecated":false,"introducedAt":"10.15","beta":false},{"name":"visionOS","unavailable":false,"beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"1.0","deprecated":false,"deprecatedAt":"100000.0"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-7lumy"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-7lumy":{"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-7lumy","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy","kind":"symbol","role":"symbol","title":"onDrop(of:isTargeted:perform:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-pn8q.json b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-pn8q.json index 246918b42..ce98ff567 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-pn8q.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ondrop(of:istargeted:perform:)-pn8q.json @@ -1 +1 @@ -{"metadata":{"title":"onDrop(of:isTargeted:perform:)","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"14.0"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-pn8q"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDrop(of:isTargeted:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-pn8q":{"title":"onDrop(of:isTargeted:perform:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-pn8q","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"14.0","beta":false,"unavailable":false,"name":"iOS","deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"11.0"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"onDrop(of:isTargeted:perform:)","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-pn8q"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onDrop(of:isTargeted:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-pn8q":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-pn8q","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q","title":"onDrop(of:isTargeted:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onexitcommand(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onexitcommand(perform:).json index 223deba9e..ae4212eb8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onexitcommand(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onexitcommand(perform:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onExitCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)"},"metadata":{"symbolKind":"method","title":"onExitCommand(perform:)","platforms":[{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onexitcommand(perform:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onExitCommand(perform:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onExitCommand(perform:)":{"title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onExitCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onexitcommand(perform:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"10.15","unavailable":false,"deprecated":false,"name":"macOS","beta":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"}],"title":"onExitCommand(perform:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onExitCommand(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onexitcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onExitCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onExitCommand(perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"onExitCommand(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onexitcommand(perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onhover(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onhover(perform:).json index 0501779f5..3f0644cd5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onhover(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onhover(perform:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onHover(perform:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onHover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onHover(perform:)","platforms":[{"beta":false,"introducedAt":"13.4","deprecated":false,"unavailable":false,"name":"iOS"},{"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onHover","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onhover(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onHover(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onhover(perform:)","title":"onHover(perform:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onHover","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","platforms":[{"unavailable":false,"introducedAt":"13.4","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onHover"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onHover(perform:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onhover(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onHover(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onHover(perform:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)","type":"topic","kind":"symbol","title":"onHover(perform:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onhover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onHover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:action:).json index 6ec3798f8..c42faddf2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:action:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:action:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onKeyPress(_:action:)"},{"type":"text","text":"."}],"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6actionQrAA0E10EquivalentV_AA0eF0V6ResultOyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"},{"introducedAt":"17.0","beta":false,"unavailable":false,"name":"tvOS","deprecated":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"onKeyPress(_:action:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:action:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:action:)","title":"onKeyPress(_:action:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": () -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6actionQrAA0E10EquivalentV_AA0eF0V6ResultOyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","title":"onKeyPress(_:action:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"17.0"},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"14.0","deprecated":false},{"beta":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"deprecated":false}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onKeyPress(_:action:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:action:)":{"title":"onKeyPress(_:action:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:action:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": () -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:phases:action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:phases:action:).json index 3e593bbed..297d2738d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:phases:action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(_:phases:action:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onKeyPress(_:phases:action:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"role":"symbol","title":"onKeyPress(_:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6phases6actionQrAA0E10EquivalentV_AA0eF0V6PhasesVAJ6ResultOAJctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"14.0","beta":false},{"introducedAt":"17.0","beta":false,"unavailable":false,"deprecated":false,"name":"tvOS"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:phases:action:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:phases:action:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onKeyPress(_:phases:action:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:phases:action:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onKeyPress(_:phases:action:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:phases:action:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress_6phases6actionQrAA0E10EquivalentV_AA0eF0V6PhasesVAJ6ResultOAJctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onKeyPress(_:phases:action:)","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"17.0","deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:phases:action:)":{"kind":"symbol","title":"onKeyPress(_:phases:action:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:phases:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(characters:phases:action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(characters:phases:action:).json index 17a2036b2..de15d7829 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(characters:phases:action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(characters:phases:action:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onKeyPress(characters:phases:action:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"text":"characters","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV","text":"CharacterSet"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier","text":"Phases"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false}],"title":"onKeyPress(characters:phases:action:)","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress10characters6phases6actionQr10Foundation12CharacterSetV_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"characters"},{"kind":"text","text":": "},{"text":"CharacterSet","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"kind":"text","text":", "},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":" = [.down, .repeat], "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":") -> "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(characters:phases:action:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(characters:phases:action:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(characters:phases:action:)","title":"onKeyPress(characters:phases:action:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"characters","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CharacterSet","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"kind":"externalParam","text":"characters"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CharacterSet","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(characters:phases:action:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","title":"onKeyPress(characters:phases:action:)","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress10characters6phases6actionQr10Foundation12CharacterSetV_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"introducedAt":"17.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"text":"characters","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CharacterSet","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onKeyPress(characters:phases:action:)"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(characters:phases:action:)":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(characters:phases:action:)","role":"symbol","title":"onKeyPress(characters:phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"characters","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CharacterSet","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(keys:phases:action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(keys:phases:action:).json index 4d5bf35dd..6185a5160 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(keys:phases:action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(keys:phases:action:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress4keys6phases6actionQrShyAA0E10EquivalentVG_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":">, ","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier","text":"Phases"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onKeyPress(keys:phases:action:)","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"17.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"kind":"text","text":">, "},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(keys:phases:action:)"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onKeyPress(keys:phases:action:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(keys:phases:action:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)","role":"symbol","abstract":[],"title":"onKeyPress(keys:phases:action:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(keys:phases:action:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)"},"kind":"symbol","metadata":{"symbolKind":"method","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10onKeyPress4keys6phases6actionQrShyAA0E10EquivalentVG_AA0eF0V6PhasesVAL6ResultOALctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"keys"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":">, ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"onKeyPress(keys:phases:action:)","roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onKeyPress(keys:phases:action:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(keys:phases:action:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(keys:phases:action:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(keys:phases:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)","type":"topic","title":"onKeyPress(keys:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(phases:action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(phases:action:).json index 4759467a1..4691ce206 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(phases:action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onkeypress(phases:action:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onKeyPress(phases:action:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"kind":"text","text":" = [.down, .repeat], "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress6phases6actionQrAA0eF0V6PhasesV_AH6ResultOAHctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"onKeyPress(phases:action:)","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"name":"macOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0"},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(phases:action:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(phases:action:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(phases:action:)","type":"topic","title":"onKeyPress(phases:action:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onKeyPress(phases:action:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(phases:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":" = [.down, .repeat], ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","introducedAt":"17.0","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE10onKeyPress6phases6actionQrAA0eF0V6PhasesV_AH6ResultOAHctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onKeyPress(phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(phases:action:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(phases:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","type":"topic","title":"onKeyPress(phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":") -> ","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json index 79470bd40..0c7dcbdd3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":" = 0.5, ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":" = 10, "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"kind":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":" = 0.5, ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":" = 10, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json index add9b5350..f1732180e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 10, ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")? = nil, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"10.15","deprecatedAt":"100000.0","name":"macOS","deprecated":false,"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Method","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecatedAt":"100000.0","deprecated":false,"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","introducedAt":"13.0","beta":false,"unavailable":false,"name":"iOS"},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false,"renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","name":"watchOS","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":" = 0.5, ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")? = nil, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:perform:onpressingchanged:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:perform:onpressingchanged:).json index 48792c033..19bacb26b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:perform:onpressingchanged:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:perform:onpressingchanged:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"]}],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"tvOS","introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false}],"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":" = 0.5, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")? = nil) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onPressingChanged"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"abstract":[],"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:pressing:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:pressing:perform:).json index 9f73009b5..e57188367 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:pressing:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onlongpressgesture(minimumduration:pressing:perform:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:pressing:perform:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":" = 0.5, "},{"text":"pressing","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")? = nil, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:pressing:perform:)"]}],"kind":"symbol","metadata":{"platforms":[{"name":"tvOS","renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","beta":false,"deprecated":false,"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:pressing:perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:pressing:perform:)","role":"symbol","type":"topic","deprecated":true,"kind":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"onLongPressGesture(minimumDuration:pressing:perform:)","platforms":[{"deprecatedAt":"100000.0","unavailable":false,"beta":false,"introducedAt":"14.0","renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","deprecated":false,"name":"tvOS"}],"externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":" = 0.5, "},{"text":"pressing","kind":"externalParam"},{"kind":"text","text":": (("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")? = nil, "},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onLongPressGesture(minimumDuration:pressing:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:pressing:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onLongPressGesture(minimumDuration:pressing:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:pressing:perform:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onmovecommand(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onmovecommand(perform:).json index 03e11034e..bf8991457 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onmovecommand(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onmovecommand(perform:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onmovecommand(perform:)"]}],"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (("},{"text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"unavailable":false,"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"13.0"}],"title":"onMoveCommand(perform:)","externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onMoveCommand(perform:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ((","kind":"text"},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onMoveCommand(perform:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)","type":"topic","title":"onMoveCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onmovecommand(perform:)","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","platforms":[{"introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO","text":"MoveCommandDirection"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onMoveCommand(perform:)","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ((","kind":"text"},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onmovecommand(perform:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onMoveCommand(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onMoveCommand(perform:)":{"abstract":[],"role":"symbol","kind":"symbol","type":"topic","title":"onMoveCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onmovecommand(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO","text":"MoveCommandDirection","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onopenurl(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onopenurl(perform:).json index f8bcad6a7..28fb75d90 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onopenurl(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onopenurl(perform:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"11.0","unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false},{"unavailable":false,"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"7.0"}],"role":"symbol","title":"onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onOpenURL7performQry10Foundation0F0Vc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onopenurl(perform:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onOpenURL(perform:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onOpenURL(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"onOpenURL(perform:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onopenurl(perform:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0"},{"introducedAt":"7.0","name":"watchOS","deprecated":false,"beta":false,"unavailable":false}],"roleHeading":"Instance Method","title":"onOpenURL(perform:)","externalID":"s:7SwiftUI4ViewPAAE9onOpenURL7performQry10Foundation0F0Vc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onopenurl(perform:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onOpenURL(perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onOpenURL(perform:)":{"type":"topic","kind":"symbol","title":"onOpenURL(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onopenurl(perform:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-53uzd.json b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-53uzd.json index 6b4226a73..83ee802ac 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-53uzd.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-53uzd.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"supportedContentTypes","kind":"internalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-53uzd"]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onPasteCommand(of:perform:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","title":"onPasteCommand(of:perform:)","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-53uzd":{"type":"topic","title":"onPasteCommand(of:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-53uzd","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-53uzd"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"11.0"}],"role":"symbol","extendedModule":"SwiftUI","title":"onPasteCommand(of:perform:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-53uzd":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-53uzd","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","type":"topic","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-6apar.json b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-6apar.json index b1d05404f..dfdbc149d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-6apar.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:perform:)-6apar.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-6apar"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}]}],"sections":[],"metadata":{"role":"symbol","title":"onPasteCommand(of:perform:)","platforms":[{"deprecated":false,"beta":false,"deprecatedAt":"100000.0","name":"macOS","introducedAt":"10.15","message":"Provide `UTType`s as the `supportedContentTypes` instead.","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-6apar":{"title":"onPasteCommand(of:perform:)","deprecated":true,"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-6apar","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-6apar"],"traits":[{"interfaceLanguage":"swift"}]}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}],"type":"paragraph"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onPasteCommand(of:perform:)","symbolKind":"method","platforms":[{"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false,"deprecatedAt":"100000.0","unavailable":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead."}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-6apar":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"onPasteCommand(of:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-6apar","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-1v3pf.json b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-1v3pf.json index 9f9b49d1e..91dddd757 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-1v3pf.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-1v3pf.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onPasteCommand(of:validator:perform:)","platforms":[{"deprecated":false,"beta":false,"message":"Provide `UTType`s as the `supportedContentTypes` instead.","name":"macOS","unavailable":false,"introducedAt":"10.15","deprecatedAt":"100000.0"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"text":"<","kind":"text"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-1v3pf"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Provide `UTType`s as the `supportedContentTypes` instead.","type":"text"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-1v3pf":{"deprecated":true,"title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-1v3pf","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"supportedTypes","kind":"internalParam"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"onPasteCommand(of:validator:perform:)","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","beta":false,"name":"macOS","deprecated":false,"introducedAt":"10.15"}],"externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}],"type":"paragraph"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-1v3pf"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-1v3pf":{"role":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-1v3pf","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf","title":"onPasteCommand(of:validator:perform:)","kind":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-3domh.json b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-3domh.json index a71b2f85e..94ed1c1e7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-3domh.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onpastecommand(of:validator:perform:)-3domh.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-3domh"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"onPasteCommand(of:validator:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"payloadAction","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-3domh":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","kind":"symbol","title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-3domh","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onPasteCommand(of:validator:perform:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"text":"<","kind":"text"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"payloadAction","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-3domh"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-3domh":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onPasteCommand(of:validator:perform:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-3domh"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onpencildoubletap(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onpencildoubletap(perform:).json index 1fccdf473..1516ab2fb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onpencildoubletap(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onpencildoubletap(perform:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpencildoubletap(perform:)"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPencilDoubleTap","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"PencilDoubleTapGestureValue","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17onPencilDoubleTap7performQryAA0efG12GestureValueVc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"unavailable":false,"introducedAt":"17.5","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"14.5","beta":false,"name":"macOS","deprecated":false,"unavailable":false}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPencilDoubleTap"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","text":"PencilDoubleTapGestureValue","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onPencilDoubleTap(perform:)","extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onPencilDoubleTap(perform:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilDoubleTap(perform:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencildoubletap(perform:)","kind":"symbol","type":"topic","title":"onPencilDoubleTap(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPencilDoubleTap","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"PencilDoubleTapGestureValue","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpencildoubletap(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPencilDoubleTap"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PencilDoubleTapGestureValue","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"onPencilDoubleTap(perform:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17onPencilDoubleTap7performQryAA0efG12GestureValueVc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"17.5","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"beta":false,"introducedAt":"14.5","deprecated":false,"unavailable":false,"name":"macOS"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onPencilDoubleTap(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilDoubleTap"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"PencilDoubleTapGestureValue","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilDoubleTap(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPencilDoubleTap","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"PencilDoubleTapGestureValue","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencildoubletap(perform:)","title":"onPencilDoubleTap(perform:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onpencilsqueeze(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onpencilsqueeze(perform:).json index d42f48d55..8afb47ef3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onpencilsqueeze(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onpencilsqueeze(perform:).json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPencilSqueeze"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"PencilSqueezeGesturePhase","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onPencilSqueeze(perform:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"onPencilSqueeze(perform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"17.5","name":"iOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"14.5","beta":false,"name":"macOS","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15onPencilSqueeze7performQryAA0eF12GesturePhaseOc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPencilSqueeze","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","text":"PencilSqueezeGesturePhase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpencilsqueeze(perform:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilSqueeze(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencilsqueeze(perform:)","title":"onPencilSqueeze(perform:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","kind":"typeIdentifier","text":"PencilSqueezeGesturePhase"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"17.5","beta":false,"name":"iOS","unavailable":false},{"introducedAt":"14.5","deprecated":false,"beta":false,"name":"macOS","unavailable":false}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15onPencilSqueeze7performQryAA0eF12GesturePhaseOc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onPencilSqueeze(perform:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"PencilSqueezeGesturePhase","preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onPencilSqueeze(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpencilsqueeze(perform:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPencilSqueeze"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","kind":"typeIdentifier","text":"PencilSqueezeGesturePhase"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilSqueeze(perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencilsqueeze(perform:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)","title":"onPencilSqueeze(perform:)","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","text":"PencilSqueezeGesturePhase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onplaypausecommand(perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onplaypausecommand(perform:).json index 266a1351b..db70c4193 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onplaypausecommand(perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onplaypausecommand(perform:).json @@ -1 +1 @@ -{"metadata":{"title":"onPlayPauseCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onPlayPauseCommand(perform:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onplaypausecommand(perform:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPlayPauseCommand(perform:)":{"abstract":[],"title":"onPlayPauseCommand(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPlayPauseCommand"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onplaypausecommand(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onPlayPauseCommand(perform:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)"},"metadata":{"platforms":[{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPlayPauseCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"onPlayPauseCommand(perform:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": (() -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onplaypausecommand(perform:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPlayPauseCommand(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onplaypausecommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"title":"onPlayPauseCommand(perform:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onpreferencechange(_:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onpreferencechange(_:perform:).json index 4ba6f215b..e5f477378 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onpreferencechange(_:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onpreferencechange(_:perform:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpreferencechange(_:perform:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPreferenceChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","title":"onPreferenceChange(_:perform:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","beta":false,"unavailable":false}]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPreferenceChange","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type = K.self, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPreferenceChange(_:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)","title":"onPreferenceChange(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpreferencechange(_:perform:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPreferenceChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPreferenceChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".Type = K.self, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"unavailable":false},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onPreferenceChange","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","title":"onPreferenceChange(_:perform:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onpreferencechange(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPreferenceChange(_:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"onPreferenceChange(_:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpreferencechange(_:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onreceive(_:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onreceive(_:perform:).json index e28dbfcfd..2f4a6c72f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onreceive(_:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onreceive(_:perform:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onreceive(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onReceive(_:perform:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onReceive","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"publisher"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7Combine9PublisherP","text":"Publisher","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"text":".","kind":"text"},{"text":"Failure","preciseIdentifier":"s:7Combine9PublisherP7FailureQa","kind":"typeIdentifier"},{"kind":"text","text":" == "},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"roleHeading":"Instance Method","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onReceive","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7Combine9PublisherP6OutputQa","text":"Output","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS"},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"OUDSFormsTextInput","kind":"identifier"}],"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","type":"topic","role":"symbol","title":"OUDSFormsTextInput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onReceive(_:perform:)":{"role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onReceive","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Output","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)","title":"onReceive(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onreceive(_:perform:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.onReceive(_:perform:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onReceive","kind":"identifier"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"publisher","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Output","preciseIdentifier":"s:7Combine9PublisherP6OutputQa"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"P"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Combine9PublisherP","text":"Publisher","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7Combine9PublisherP7FailureQa","text":"Failure","kind":"typeIdentifier"},{"text":" == ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"roleHeading":"Instance Method","title":"onReceive(_:perform:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onReceive","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Output","kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP6OutputQa"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"iOS","beta":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"13.0","deprecated":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onreceive(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onReceive(_:perform:)":{"abstract":[],"title":"onReceive(_:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onReceive","kind":"identifier"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onreceive(_:perform:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/onsubmit(of:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/onsubmit(of:_:).json index 103281d04..c5e752fab 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/onsubmit(of:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/onsubmit(of:_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","title":"onSubmit(of:_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SubmitTriggers","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onSubmit(of:_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onsubmit(of:_:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"text":"triggers","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","text":"SubmitTriggers"},{"kind":"text","text":" = .text, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (() -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onSubmit(of:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onsubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onSubmit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","text":"SubmitTriggers"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"onSubmit(of:_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.onSubmit(of:_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/onsubmit(of:_:)"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"onSubmit(of:_:)","symbolKind":"method","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"unavailable":false,"introducedAt":"12.0","beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"15.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","beta":false,"deprecated":false}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onSubmit","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"text":"SubmitTriggers","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"triggers","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"text":" = .text, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onSubmit(of:_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onsubmit(of:_:)","title":"onSubmit(of:_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onSubmit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","kind":"typeIdentifier"},{"kind":"text","text":", (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:coordinatespace:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:coordinatespace:perform:).json index 30f502792..aa14c5ec5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:coordinatespace:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:coordinatespace:perform:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.onTapGesture(count:coordinateSpace:perform:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":" = 1, ","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use overload that accepts a CoordinateSpaceProtocol instead"}]}],"metadata":{"platforms":[{"introducedAt":"16.0","message":"use overload that accepts a CoordinateSpaceProtocol instead","unavailable":false,"beta":false,"deprecatedAt":"100000.0","deprecated":false,"name":"iOS"},{"name":"macOS","message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","beta":false},{"introducedAt":"9.0","unavailable":false,"name":"watchOS","deprecatedAt":"100000.0","beta":false,"deprecated":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead"},{"message":"use overload that accepts a CoordinateSpaceProtocol instead","introducedAt":"1.0","deprecatedAt":"100000.0","beta":false,"deprecated":false,"name":"visionOS","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onTapGesture(count:coordinateSpace:perform:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:coordinatespace:perform:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"coordinateSpace"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onTapGesture(count:coordinateSpace:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:coordinatespace:perform:)","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","title":"onTapGesture(count:coordinateSpace:perform:)","platforms":[{"beta":false,"deprecated":false,"deprecatedAt":"100000.0","name":"iOS","introducedAt":"16.0","unavailable":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead"},{"deprecated":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","name":"macOS","beta":false,"deprecatedAt":"100000.0","introducedAt":"13.0","unavailable":false},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"message":"use overload that accepts a CoordinateSpaceProtocol instead","deprecatedAt":"100000.0","deprecated":false},{"name":"visionOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"1.0","deprecatedAt":"100000.0","message":"use overload that accepts a CoordinateSpaceProtocol instead"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:coordinateSpace:perform:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":" = 1, "},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace","kind":"typeIdentifier"},{"text":" = .local, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"use overload that accepts a CoordinateSpaceProtocol instead","type":"text"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:coordinateSpace:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onTapGesture(count:coordinateSpace:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:coordinatespace:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:perform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:perform:).json index fa09db89c..2451644ee 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:perform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/ontapgesture(count:perform:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"onTapGesture(count:perform:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","beta":false,"unavailable":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"6.0"}],"role":"symbol","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":" = 1, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:perform:)"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"kind":"text","text":"("},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"onTapGesture(count:perform:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:perform:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":" = 1, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0"},{"name":"macOS","unavailable":false,"introducedAt":"10.15","beta":false,"deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"16.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onTapGesture","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"onTapGesture(count:perform:)","roleHeading":"Instance Method"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:perform:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)","type":"topic","title":"onTapGesture(count:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/opacity(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/opacity(_:).json index a0b200e80..1ba60ea7b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/opacity(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/opacity(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"opacity(_:)","roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false},{"beta":false,"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"6.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"opacity","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/opacity(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.opacity(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/opacity(_:)":{"abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)","title":"opacity(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/opacity(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)"},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","beta":false}],"title":"opacity(_:)","role":"symbol","roleHeading":"Instance Method"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.opacity(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"opacity","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/opacity(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/opacity(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"opacity","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"opacity(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/opacity(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:alignment:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:alignment:).json index af9b450fb..42126fa80 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:alignment:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:alignment:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.overlay(_:alignment:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"deprecationSummary":[{"inlineContent":[{"text":"Use `overlay(alignment:content:)` instead.","type":"text"}],"type":"paragraph"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"overlay","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Overlay","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Overlay","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:alignment:)"]}],"metadata":{"role":"symbol","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","message":"Use `overlay(alignment:content:)` instead.","beta":false,"deprecated":false,"deprecatedAt":"100000.0"},{"message":"Use `overlay(alignment:content:)` instead.","deprecated":false,"deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","deprecatedAt":"100000.0"},{"deprecated":false,"deprecatedAt":"100000.0","name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false,"message":"Use `overlay(alignment:content:)` instead."},{"message":"Use `overlay(alignment:content:)` instead.","deprecated":false,"introducedAt":"1.0","name":"visionOS","beta":false,"deprecatedAt":"100000.0","unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Overlay","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","title":"overlay(_:alignment:)"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:alignment:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:alignment:)","title":"overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `overlay(alignment:content:)` instead."}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.overlay(_:alignment:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Overlay","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"overlay","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"overlay(_:alignment:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"text":">(","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","platforms":[{"message":"Use `overlay(alignment:content:)` instead.","beta":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"13.0","name":"iOS","deprecated":false},{"name":"macOS","unavailable":false,"deprecatedAt":"100000.0","deprecated":false,"introducedAt":"10.15","beta":false,"message":"Use `overlay(alignment:content:)` instead."},{"deprecated":false,"beta":false,"introducedAt":"13.0","deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","name":"tvOS","unavailable":false},{"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"6.0","message":"Use `overlay(alignment:content:)` instead.","unavailable":false,"name":"watchOS","beta":false},{"beta":false,"message":"Use `overlay(alignment:content:)` instead.","unavailable":false,"name":"visionOS","deprecated":false,"deprecatedAt":"100000.0","introducedAt":"1.0"}],"roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:alignment:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"overlay(_:alignment:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:alignment:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:ignoressafeareaedges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:ignoressafeareaedges:).json index d80e9460d..5ce9ac54b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:ignoressafeareaedges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.overlay(_:ignoresSafeAreaEdges:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"overlay(_:ignoresSafeAreaEdges:)","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"12.0"},{"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"8.0","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:ignoresSafeAreaEdges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"overlay(_:ignoresSafeAreaEdges:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:ignoressafeareaedges:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.overlay(_:ignoresSafeAreaEdges:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)"},"metadata":{"symbolKind":"method","title":"overlay(_:ignoresSafeAreaEdges:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"beta":false,"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS"},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:ignoresSafeAreaEdges:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"overlay(_:ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:ignoressafeareaedges:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:in:fillstyle:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:in:fillstyle:).json index d3aceccd8..9524922d1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:in:fillstyle:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(_:in:fillstyle:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:in:fillstyle:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","title":"overlay(_:in:fillStyle:)","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"kind":"text","text":" = FillStyle()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:in:fillStyle:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:in:fillStyle:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"overlay(_:in:fillStyle:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:in:fillstyle:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"15.0","beta":false,"unavailable":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","beta":false}],"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"overlay(_:in:fillStyle:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:in:fillStyle:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"text":"shape","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":" = FillStyle()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","text":"ShapeStyle","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Shape","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:in:fillstyle:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:in:fillStyle:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:in:fillstyle:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"title":"overlay(_:in:fillStyle:)","type":"topic","role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(alignment:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(alignment:content:).json index 1037c5ee4..4add43b35 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(alignment:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/overlay(alignment:content:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(alignment:content:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","title":"overlay(alignment:content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7overlay9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"introducedAt":"12.0","beta":false,"unavailable":false,"name":"macOS","deprecated":false},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(alignment:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(alignment:content:)","title":"overlay(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)"},"kind":"symbol","metadata":{"role":"symbol","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"12.0","beta":false},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0"},{"introducedAt":"8.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"overlay(alignment:content:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7overlay9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlay(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.overlay(alignment:content:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(alignment:content:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"overlay(alignment:content:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:_:).json index f31eaae71..653b09c33 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)"},"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"13.0","unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS"}],"title":"overlayPreferenceValue(_:_:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:_:)"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.overlayPreferenceValue(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlayPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:_:)":{"kind":"symbol","abstract":[],"title":"overlayPreferenceValue(_:_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlayPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":".Type = Key.self, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"overlayPreferenceValue(_:_:)","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false},{"beta":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecated":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)","title":"overlayPreferenceValue(_:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:alignment:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:alignment:_:).json index 562746188..34532bbfa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:alignment:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/overlaypreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:alignment:_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlayPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"key","kind":"internalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"title":"overlayPreferenceValue(_:alignment:_:)","platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"introducedAt":"9.0","name":"watchOS","beta":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlayPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:alignment:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"overlayPreferenceValue(_:alignment:_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:alignment:_:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"platforms":[{"deprecated":false,"introducedAt":"16.0","beta":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"16.0","name":"tvOS","beta":false,"unavailable":false,"deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"9.0","deprecated":false,"unavailable":false}],"title":"overlayPreferenceValue(_:alignment:_:)","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlayPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:alignment:_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"overlayPreferenceValue(_:alignment:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:alignment:_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-47u2h.json b/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-47u2h.json index 17e0252b9..c397d26a8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-47u2h.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-47u2h.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"padding(_:)","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"name":"macOS","introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"unavailable":false,"introducedAt":"6.0","name":"watchOS","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.padding(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-47u2h"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-47u2h":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-47u2h","title":"padding(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-47u2h"]}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"padding(_:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"tvOS"},{"beta":false,"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-47u2h":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-47u2h","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","title":"padding(_:)","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-6o2qg.json b/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-6o2qg.json index 6a7edcecf..20ae2343f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-6o2qg.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:)-6o2qg.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","roleHeading":"Instance Method","title":"padding(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"name":"macOS","introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0","name":"watchOS"}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.padding(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-6o2qg"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-6o2qg":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-6o2qg","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg","title":"padding(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"padding(_:)","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"13.0","unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"10.15"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"tvOS","beta":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.padding(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-6o2qg"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"insets","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-6o2qg":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"padding(_:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg","url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-6o2qg"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:_:).json index b08e06cf1..491765c22 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/padding(_:_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.padding(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":" = .all, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","metadata":{"title":"padding(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"padding(_:_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"watchOS","unavailable":false,"introducedAt":"6.0","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"padding(_:_:)","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":" = .all, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"length","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.padding(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:_:)":{"title":"padding(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/pagecommand(value:in:step:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/pagecommand(value:in:step:).json index ff793643e..7c211f4c9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/pagecommand(value:in:step:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/pagecommand(value:in:step:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pageCommand(value:in:step:)"},{"type":"text","text":"."}],"metadata":{"title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pageCommand"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.3"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pageCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":" = 1) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"BinaryInteger","preciseIdentifier":"s:Sz","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/pagecommand(value:in:step:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pageCommand(value:in:step:)":{"abstract":[],"title":"pageCommand(value:in:step:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/pagecommand(value:in:step:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pageCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"step","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)","type":"topic","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/pagecommand(value:in:step:)"]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pageCommand","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"text":"bounds","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"step","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" = 1) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"BinaryInteger","preciseIdentifier":"s:Sz"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.pageCommand(value:in:step:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"14.3","deprecated":false}],"extendedModule":"SwiftUI","title":"pageCommand(value:in:step:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pageCommand","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SN","text":"ClosedRange","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"step","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pageCommand(value:in:step:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/pagecommand(value:in:step:)","kind":"symbol","title":"pageCommand(value:in:step:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pageCommand","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"step","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/paletteselectioneffect(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/paletteselectioneffect(_:).json index 9213a7ca1..0cc41c988 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/paletteselectioneffect(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/paletteselectioneffect(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.paletteSelectionEffect(_:)"},{"type":"text","text":"."}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paletteSelectionEffect"},{"text":"(","kind":"text"},{"text":"PaletteSelectionEffect","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"17.0"},{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"}],"title":"paletteSelectionEffect(_:)","externalID":"s:7SwiftUI4ViewPAAE22paletteSelectionEffectyQrAA07PaletteeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"paletteSelectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"effect","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","kind":"typeIdentifier","text":"PaletteSelectionEffect"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/paletteselectioneffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/paletteSelectionEffect(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"paletteSelectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PaletteSelectionEffect","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/paletteselectioneffect(_:)","role":"symbol","title":"paletteSelectionEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paletteSelectionEffect"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","text":"PaletteSelectionEffect","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE22paletteSelectionEffectyQrAA07PaletteeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"paletteSelectionEffect(_:)"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.paletteSelectionEffect(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"paletteSelectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"effect","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","text":"PaletteSelectionEffect"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/paletteselectioneffect(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/paletteSelectionEffect(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"paletteSelectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","text":"PaletteSelectionEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"paletteSelectionEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/paletteselectioneffect(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/pastedestination(for:action:validator:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/pastedestination(for:action:validator:).json index 1a4fbd8c5..2e57f5f19 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/pastedestination(for:action:validator:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/pastedestination(for:action:validator:).json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pasteDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"pasteDestination(for:action:validator:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.pasteDestination(for:action:validator:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"pasteDestination","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"] = { $0 }) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/pastedestination(for:action:validator:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pasteDestination(for:action:validator:)":{"type":"topic","kind":"symbol","title":"pasteDestination(for:action:validator:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/pastedestination(for:action:validator:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"text":"payloadType","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"] = { $0 }) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:16CoreTransferable0B0P","kind":"typeIdentifier","text":"Transferable"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"name":"macOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false}],"title":"pasteDestination(for:action:validator:)"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/pastedestination(for:action:validator:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pasteDestination(for:action:validator:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pasteDestination(for:action:validator:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pasteDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/pastedestination(for:action:validator:)","title":"pasteDestination(for:action:validator:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/persistentsystemoverlays(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/persistentsystemoverlays(_:).json index 8bd44d4ae..639ec8cd8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/persistentsystemoverlays(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/persistentsystemoverlays(_:).json @@ -1 +1 @@ -{"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24persistentSystemOverlaysyQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"persistentSystemOverlays(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0"},{"introducedAt":"16.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"9.0"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.persistentSystemOverlays(_:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"persistentSystemOverlays","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/persistentsystemoverlays(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/persistentSystemOverlays(_:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/persistentsystemoverlays(_:)","role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/persistentsystemoverlays(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.persistentSystemOverlays(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"persistentSystemOverlays","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"persistentSystemOverlays(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24persistentSystemOverlaysyQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"introducedAt":"16.0","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"9.0"}]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/persistentSystemOverlays(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"persistentSystemOverlays(_:)","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/persistentsystemoverlays(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:content:animation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:content:animation:).json index a546eb140..301b33de3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:content:animation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:content:animation:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"role":"symbol","title":"phaseAnimator(_:content:animation:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"beta":false,"introducedAt":"17.0","unavailable":false,"deprecated":false,"name":"iOS"},{"introducedAt":"14.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"unavailable":false,"introducedAt":"17.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"introducedAt":"10.0","name":"watchOS","beta":false,"deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7content9animationQrqd_0__qd_1_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"text":"Phase","kind":"genericParameter"},{"text":">(some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"kind":"externalParam","text":"animation"},{"kind":"text","text":": ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"text":"Phase","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"phases","kind":"internalParam"},{"text":": some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"animation","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"text":"? = { _ in .default }) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":" : ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:content:animation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.phaseAnimator(_:content:animation:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:content:animation:)":{"type":"topic","abstract":[],"title":"phaseAnimator(_:content:animation:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">(some "},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:content:animation:)"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.phaseAnimator(_:content:animation:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7content9animationQrqd_0__qd_1_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"phaseAnimator(_:content:animation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Phase","kind":"genericParameter"},{"kind":"text","text":">(some "},{"preciseIdentifier":"s:ST","text":"Sequence","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"externalParam","text":"animation"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"phases"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"animation"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"? = { _ in .default }) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Phase"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:content:animation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:content:animation:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:content:animation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Phase","kind":"genericParameter"},{"text":">(some ","kind":"text"},{"preciseIdentifier":"s:ST","kind":"typeIdentifier","text":"Sequence"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"animation"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"phaseAnimator(_:content:animation:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:trigger:content:animation:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:trigger:content:animation:).json index 5130ab332..b5f2b6122 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:trigger:content:animation:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/phaseanimator(_:trigger:content:animation:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"phases","kind":"internalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"animation"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier"},{"text":"? = { _ in .default }) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7trigger7content9animationQrqd_0__qd_1_qd_2_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_SQRd_1_AaBRd_2_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"phaseAnimator(_:trigger:content:animation:)","roleHeading":"Instance Method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false},{"name":"macOS","introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false},{"beta":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Phase","kind":"genericParameter"},{"text":">(some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:trigger:content:animation:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.phaseAnimator(_:trigger:content:animation:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:trigger:content:animation:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"text":">(some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:trigger:content:animation:)","type":"topic","kind":"symbol","title":"phaseAnimator(_:trigger:content:animation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:trigger:content:animation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.phaseAnimator(_:trigger:content:animation:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"phases"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:ST","kind":"typeIdentifier","text":"Sequence"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"text":"animation","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"? = { _ in .default }) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13phaseAnimator_7trigger7content9animationQrqd_0__qd_1_qd_2_AA018PlaceholderContentC0VyxG_qd__tcAA9AnimationVSgqd__ctSQRd__7ElementQyd_0_Rsd__STRd_0_SQRd_1_AaBRd_2_r2_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"17.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"name":"macOS","beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"kind":"text","text":"<"},{"text":"Phase","kind":"genericParameter"},{"text":">(some ","kind":"text"},{"preciseIdentifier":"s:ST","text":"Sequence","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"animation"},{"kind":"text","text":": ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"phaseAnimator(_:trigger:content:animation:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:trigger:content:animation:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)","title":"phaseAnimator(_:trigger:content:animation:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"text":">(some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:trigger:content:animation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/pickerstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/pickerstyle(_:).json index 984e6b3ae..a706054d0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/pickerstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/pickerstyle(_:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.pickerStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/pickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11PickerStyleP","text":"PickerStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","title":"pickerStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15"},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pickerStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/pickerstyle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)","abstract":[],"title":"pickerStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI11PickerStyleP","text":"PickerStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.pickerStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/pickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"pickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"pickerStyle(_:)"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","title":"OUDSFormsTextInput","abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"type":"text","text":" "},{"inlineContent":[{"text":"Warning: This is a draft component","type":"text"}],"type":"strong"},{"text":".","type":"text"}],"role":"symbol","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OUDSFormsTextInput"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"OUDSFormsTextInput"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pickerStyle(_:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/pickerstyle(_:)","abstract":[],"title":"pickerStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/popover(ispresented:attachmentanchor:arrowedge:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/popover(ispresented:attachmentanchor:arrowedge:content:).json index 4a4c3c68e..c1c051259 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/popover(ispresented:attachmentanchor:arrowedge:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/popover(ispresented:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"text":" = .rect(.bounds), ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":" = .top, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/popover(ispresented:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"metadata":{"title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"popover"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false,"deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(ispresented:attachmentanchor:arrowedge:content:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor"},{"kind":"text","text":", "},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier"},{"text":" = .rect(.bounds), ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":" = .top, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/popover(ispresented:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"text":"PopoverAttachmentAnchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier","text":"PopoverAttachmentAnchor"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(ispresented:attachmentanchor:arrowedge:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/popover(item:attachmentanchor:arrowedge:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/popover(item:attachmentanchor:arrowedge:content:).json index f839e118c..dd37bcdb9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/popover(item:attachmentanchor:arrowedge:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/popover(item:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false,"deprecated":false}],"title":"popover(item:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.popover(item:attachmentAnchor:arrowEdge:content:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/popover(item:attachmentanchor:arrowedge:content:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"text":"PopoverAttachmentAnchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"kind":"text","text":" = .top, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(item:attachmentAnchor:arrowEdge:content:)":{"title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(item:attachmentanchor:arrowedge:content:)","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(item:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"popover(item:attachmentAnchor:arrowEdge:content:)","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"kind":"text","text":" = .rect(.bounds), "},{"text":"arrowEdge","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":" = .top, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/popover(item:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(item:attachmentanchor:arrowedge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"popover(item:attachmentAnchor:arrowEdge:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/position(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/position(_:).json index bd1dfd3ad..8602f036f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/position(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/position(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"position"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"metadata":{"extendedModule":"SwiftUI","title":"position(_:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.position(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/position(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(_:)","title":"position(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"position","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/position(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"tvOS","unavailable":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"position(_:)","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"type":"topic","kind":"symbol","title":"position(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/position(x:y:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/position(x:y:).json index fccadb1c3..982e3c49a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/position(x:y:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/position(x:y:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.position(x:y:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"position(x:y:)","symbolKind":"method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"iOS","deprecated":false},{"introducedAt":"10.15","beta":false,"name":"macOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false,"unavailable":false}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/position(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(x:y:)":{"type":"topic","title":"position(x:y:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(x:y:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.position(x:y:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"position(x:y:)","externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"iOS","deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/position(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(x:y:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"position(x:y:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(x:y:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/preference(key:value:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/preference(key:value:).json index b9fe36037..110b7e82b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/preference(key:value:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/preference(key:value:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","title":"preference(key:value:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"preference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"6.0","name":"watchOS","deprecated":false,"beta":false}]},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.preference(key:value:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"preference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type = K.self, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"text":" : ","kind":"text"},{"text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/preference(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preference(key:value:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"preference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"preference(key:value:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/preference(key:value:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type = K.self, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preference(key:value:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/preference(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"preference(key:value:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","symbolKind":"method","platforms":[{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15","beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"preference","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preference(key:value:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/preference(key:value:)","title":"preference(key:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"preference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/preferredcolorscheme(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/preferredcolorscheme(_:).json index 6fd8a1b8c..20b3598cf 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/preferredcolorscheme(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/preferredcolorscheme(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.preferredColorScheme(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/preferredcolorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"preferredColorScheme(_:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0","unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"11.0"},{"beta":false,"introducedAt":"13.0","unavailable":false,"name":"tvOS","deprecated":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preferredColorScheme(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/preferredcolorscheme(_:)","title":"preferredColorScheme(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.preferredColorScheme(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/preferredcolorscheme(_:)"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"preferredColorScheme(_:)","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false,"deprecated":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0","name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preferredColorScheme(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"preferredColorScheme(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/preferredcolorscheme(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/prefersdefaultfocus(_:in:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/prefersdefaultfocus(_:in:).json index 41d16b1cd..611e2941e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/prefersdefaultfocus(_:in:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/prefersdefaultfocus(_:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"prefersDefaultFocus","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true, "},{"text":"in","kind":"externalParam"},{"kind":"text","text":" "},{"text":"namespace","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.prefersDefaultFocus(_:in:)"},{"type":"text","text":"."}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"prefersDefaultFocus","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"prefersDefaultFocus(_:in:)","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false},{"name":"tvOS","unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/prefersdefaultfocus(_:in:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/prefersDefaultFocus(_:in:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"prefersDefaultFocus","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier","text":"Namespace"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/prefersdefaultfocus(_:in:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","title":"prefersDefaultFocus(_:in:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.prefersDefaultFocus(_:in:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prefersDefaultFocus"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true, ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":" ","kind":"text"},{"text":"namespace","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"platforms":[{"introducedAt":"12.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0","beta":false},{"name":"watchOS","introducedAt":"7.0","unavailable":false,"deprecated":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"prefersDefaultFocus","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/prefersdefaultfocus(_:in:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/prefersDefaultFocus(_:in:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/prefersdefaultfocus(_:in:)","abstract":[],"kind":"symbol","title":"prefersDefaultFocus(_:in:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(_:).json index 6e5321593..e85f95fe4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(_:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)"},"metadata":{"title":"presentationBackground(_:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE22presentationBackgroundyQrqd__AA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","beta":false,"introducedAt":"16.4"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.3","name":"macOS"},{"name":"tvOS","introducedAt":"16.4","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"9.4"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationBackground(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI10ShapeStyleP","kind":"typeIdentifier","text":"ShapeStyle"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(_:)":{"title":"presentationBackground(_:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22presentationBackgroundyQrqd__AA10ShapeStyleRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"presentationBackground(_:)","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.4"},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.3"},{"introducedAt":"16.4","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"beta":false,"introducedAt":"9.4","name":"watchOS","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentationBackground(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"ShapeStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(_:)","title":"presentationBackground(_:)","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(alignment:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(alignment:content:).json index 3bc8d486f..38daf0d79 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(alignment:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackground(alignment:content:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE22presentationBackground9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"name":"iOS","beta":false,"unavailable":false,"introducedAt":"16.4"},{"beta":false,"deprecated":false,"introducedAt":"13.3","name":"macOS","unavailable":false},{"beta":false,"introducedAt":"16.4","deprecated":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"9.4","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","title":"presentationBackground(alignment:content:)","symbolKind":"method"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationBackground(alignment:content:)"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(alignment:content:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(alignment:content:)","type":"topic","title":"presentationBackground(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentationBackground(alignment:content:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","title":"presentationBackground(alignment:content:)","platforms":[{"introducedAt":"16.4","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"introducedAt":"13.3","deprecated":false,"name":"macOS","beta":false},{"beta":false,"name":"tvOS","introducedAt":"16.4","deprecated":false,"unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"9.4","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE22presentationBackground9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackground"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(alignment:content:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(alignment:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"presentationBackground(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(alignment:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackgroundinteraction(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackgroundinteraction(_:).json index 026ac77a8..e6637b7e3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackgroundinteraction(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationbackgroundinteraction(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentationBackgroundInteraction(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"interaction"},{"kind":"text","text":": "},{"text":"PresentationBackgroundInteraction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)"},"metadata":{"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"kind":"text","text":"("},{"text":"PresentationBackgroundInteraction","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.4","deprecated":false,"beta":false},{"introducedAt":"13.3","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"beta":false,"deprecated":false,"introducedAt":"16.4","name":"tvOS","unavailable":false},{"introducedAt":"9.4","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"title":"presentationBackgroundInteraction(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE33presentationBackgroundInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackgroundinteraction(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackgroundInteraction(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackgroundinteraction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"presentationBackgroundInteraction(_:)","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"interaction","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackgroundinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","kind":"typeIdentifier","text":"PresentationBackgroundInteraction"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE33presentationBackgroundInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.4","deprecated":false,"beta":false},{"introducedAt":"13.3","unavailable":false,"name":"macOS","beta":false,"deprecated":false},{"beta":false,"introducedAt":"16.4","deprecated":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"9.4","unavailable":false,"beta":false,"deprecated":false}],"title":"presentationBackgroundInteraction(_:)"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationBackgroundInteraction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackgroundInteraction(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackgroundinteraction(_:)","title":"presentationBackgroundInteraction(_:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(_:).json index 50550d53a..e2c56f49a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(_:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"adaptation"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptationyQrAA012PresentationF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"presentationCompactAdaptation(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"16.4","name":"iOS","deprecated":false},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"13.3"},{"beta":false,"deprecated":false,"introducedAt":"16.4","name":"tvOS","unavailable":false},{"deprecated":false,"introducedAt":"9.4","unavailable":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationCompactAdaptation(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"presentationCompactAdaptation(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"presentationCompactAdaptation(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"16.4","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"13.3","deprecated":false,"beta":false},{"name":"tvOS","introducedAt":"16.4","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"9.4","deprecated":false,"unavailable":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptationyQrAA012PresentationF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationCompactAdaptation(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"adaptation","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)","kind":"symbol","title":"presentationCompactAdaptation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(horizontal:vertical:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(horizontal:vertical:).json index 8b024311e..425aaace5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(horizontal:vertical:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcompactadaptation(horizontal:vertical:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationCompactAdaptation(horizontal:vertical:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"presentationCompactAdaptation(horizontal:vertical:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptation10horizontal8verticalQrAA012PresentationF0V_AHtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.4","beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"13.3","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"16.4","name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"9.4","beta":false,"deprecated":false}],"symbolKind":"method","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(horizontal:vertical:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":" "},{"text":"horizontalAdaptation","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"verticalAdaptation","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(horizontal:vertical:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCompactAdaptation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(horizontal:vertical:)","title":"presentationCompactAdaptation(horizontal:vertical:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationCompactAdaptation(horizontal:vertical:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"horizontalAdaptation"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"text":" ","kind":"text"},{"text":"verticalAdaptation","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE29presentationCompactAdaptation10horizontal8verticalQrAA012PresentationF0V_AHtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"presentationCompactAdaptation(horizontal:vertical:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"horizontal","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier","text":"PresentationAdaptation"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"text":": ","kind":"text"},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"introducedAt":"16.4","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"name":"macOS","introducedAt":"13.3","unavailable":false,"deprecated":false,"beta":false},{"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"16.4","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.4","name":"watchOS"}],"symbolKind":"method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(horizontal:vertical:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(horizontal:vertical:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"kind":"text","text":"("},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"presentationCompactAdaptation(horizontal:vertical:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(horizontal:vertical:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcontentinteraction(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcontentinteraction(_:).json index 23dc677a3..9f4e3c95f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcontentinteraction(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcontentinteraction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcontentinteraction(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE30presentationContentInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"PresentationContentInteraction","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"16.4","name":"iOS","beta":false},{"unavailable":false,"introducedAt":"13.3","beta":false,"name":"macOS","deprecated":false},{"introducedAt":"16.4","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"watchOS","introducedAt":"9.4","deprecated":false,"beta":false}],"symbolKind":"method","title":"presentationContentInteraction(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.presentationContentInteraction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationContentInteraction(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"presentationContentInteraction(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcontentinteraction(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationContentInteraction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationContentInteraction(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcontentinteraction(_:)"]}],"metadata":{"symbolKind":"method","title":"presentationContentInteraction(_:)","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","unavailable":false,"introducedAt":"16.4"},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"13.3","unavailable":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"16.4","unavailable":false},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"9.4"}],"externalID":"s:7SwiftUI4ViewPAAE30presentationContentInteractionyQrAA012PresentationeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationContentInteraction(_:)":{"title":"presentationContentInteraction(_:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcontentinteraction(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationContentInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PresentationContentInteraction","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcornerradius(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcornerradius(_:).json index d7bd43279..daff5cc66 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcornerradius(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationcornerradius(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcornerradius(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE24presentationCornerRadiusyQr14CoreFoundation7CGFloatVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","title":"presentationCornerRadius(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationCornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.4"},{"unavailable":false,"introducedAt":"13.3","deprecated":false,"name":"macOS","beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.4"},{"introducedAt":"9.4","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationCornerRadius","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"cornerRadius","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationCornerRadius(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCornerRadius(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcornerradius(_:)","kind":"symbol","title":"presentationCornerRadius(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationcornerradius(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationCornerRadius(_:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"cornerRadius"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE24presentationCornerRadiusyQr14CoreFoundation7CGFloatVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"unavailable":false,"beta":false,"introducedAt":"16.4","deprecated":false,"name":"iOS"},{"introducedAt":"13.3","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"16.4","beta":false},{"beta":false,"name":"watchOS","introducedAt":"9.4","deprecated":false,"unavailable":false}],"title":"presentationCornerRadius(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCornerRadius(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcornerradius(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationCornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)","abstract":[],"type":"topic","title":"presentationCornerRadius(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:).json index 0bc2d3562..9fb01bff0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:).json @@ -1 +1 @@ -{"metadata":{"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"presentationDetents(_:)","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false},{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0"},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","symbolKind":"method"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationDetents(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"detents","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"presentationDetents(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:)","type":"topic"}}} \ No newline at end of file +{"sections":[],"metadata":{"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0"},{"name":"tvOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"9.0"}],"extendedModule":"SwiftUI","title":"presentationDetents(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationDetents(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"detents","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:)":{"type":"topic","kind":"symbol","title":"presentationDetents(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:selection:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:selection:).json index f5277a711..b42d42450 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:selection:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdetents(_:selection:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19presentationDetents_9selectionQrShyAA18PresentationDetentVG_AA7BindingVyAGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"presentationDetents(_:selection:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"name":"tvOS","introducedAt":"16.0","beta":false,"deprecated":false,"unavailable":false},{"name":"watchOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:selection:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:selection:)"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"detents","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"selection","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:selection:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:selection:)","role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"kind":"text","text":">, "},{"text":"selection","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"presentationDetents(_:selection:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"presentationDetents(_:selection:)","externalID":"s:7SwiftUI4ViewPAAE19presentationDetents_9selectionQrShyAA18PresentationDetentVG_AA7BindingVyAGGtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier","text":"PresentationDetent"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","name":"iOS","beta":false},{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS","unavailable":false},{"introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"9.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentationDetents(_:selection:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"detents","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:selection:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:selection:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier","text":"PresentationDetent"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"presentationDetents(_:selection:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:selection:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdragindicator(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdragindicator(_:).json index a254ab902..d54df6e9d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdragindicator(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentationdragindicator(_:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"text":"(","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"16.0","name":"iOS","beta":false},{"unavailable":false,"introducedAt":"13.0","beta":false,"name":"macOS","deprecated":false},{"name":"tvOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"title":"presentationDragIndicator(_:)","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationDragIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationdragindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentationDragIndicator(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDragIndicator(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdragindicator(_:)","title":"presentationDragIndicator(_:)","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationDragIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"13.0","deprecated":false},{"deprecated":false,"introducedAt":"16.0","unavailable":false,"name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"9.0","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"presentationDragIndicator(_:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentationDragIndicator(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"visibility","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentationdragindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDragIndicator(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationDragIndicator","kind":"identifier"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"presentationDragIndicator(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdragindicator(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowstyle(_:).json index 43ccf77ce..d1b57dc91 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI11WindowStyleP","text":"WindowStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Instance Method","title":"presentedWindowStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"macOS","beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentedWindowStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentedWindowStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentedWindowStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)","abstract":[],"title":"presentedWindowStyle(_:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowstyle(_:)","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowstyle(_:)"]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)"},"metadata":{"platforms":[{"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentedWindowStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol","title":"presentedWindowStyle(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.presentedWindowStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI11WindowStyleP","text":"WindowStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowstyle(_:)","abstract":[],"kind":"symbol","title":"presentedWindowStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentedWindowStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowtoolbarstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowtoolbarstyle(_:).json index 43e7ef998..4b43822cc 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowtoolbarstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/presentedwindowtoolbarstyle(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowtoolbarstyle(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18WindowToolbarStyleP","kind":"typeIdentifier","text":"WindowToolbarStyle"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","title":"presentedWindowToolbarStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentedWindowToolbarStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"11.0","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE27presentedWindowToolbarStyleyQrqd__AA0efG0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowToolbarStyle(_:)"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowToolbarStyle(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowtoolbarstyle(_:)","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.presentedWindowToolbarStyle(_:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false,"unavailable":false}],"title":"presentedWindowToolbarStyle(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE27presentedWindowToolbarStyleyQrqd__AA0efG0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentedWindowToolbarStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowtoolbarstyle(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentedWindowToolbarStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"WindowToolbarStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18WindowToolbarStyleP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowToolbarStyle(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowtoolbarstyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","type":"topic","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentedWindowToolbarStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/previewcontext(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/previewcontext(_:).json index a610f7dca..62865a869 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/previewcontext(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/previewcontext(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewContext(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)"},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"14.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"7.0","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"previewContext(_:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewContext","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14PreviewContextP","text":"PreviewContext","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewcontext(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewContext(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewcontext(_:)","type":"topic","title":"previewContext(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewContext","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewContext","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreviewContext","preciseIdentifier":"s:7SwiftUI14PreviewContextP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.previewContext(_:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewcontext(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"name":"macOS","unavailable":false,"introducedAt":"11.0","deprecated":false,"beta":false},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"7.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"previewContext(_:)","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewContext","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewContext(_:)":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewcontext(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"previewContext(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/previewdevice(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/previewdevice(_:).json index 60fde1d21..c17efff2a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/previewdevice(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/previewdevice(_:).json @@ -1 +1 @@ -{"metadata":{"title":"previewDevice(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"deprecated":false,"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewdevice(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.previewDevice(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"previewDevice","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDevice(_:)":{"type":"topic","title":"previewDevice(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdevice(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewDevice","kind":"identifier"},{"kind":"text","text":"("},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewDevice","kind":"identifier"},{"kind":"text","text":"("},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"previewDevice(_:)","externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"10.15","deprecated":false},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"6.0","name":"watchOS"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewDevice","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.previewDevice(_:)"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewdevice(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDevice(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"previewDevice","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreviewDeviceV","kind":"typeIdentifier","text":"PreviewDevice"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"previewDevice(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdevice(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/previewdisplayname(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/previewdisplayname(_:).json index e46aded5b..0e9b061d7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/previewdisplayname(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/previewdisplayname(_:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"previewDisplayName(_:)","externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"introducedAt":"6.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDisplayName(_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewdisplayname(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDisplayName(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)","title":"previewDisplayName(_:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdisplayname(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.previewDisplayName(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewdisplayname(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewDisplayName","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false,"deprecated":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"previewDisplayName(_:)","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDisplayName(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdisplayname(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)","abstract":[],"kind":"symbol","title":"previewDisplayName(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/previewinterfaceorientation(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/previewinterfaceorientation(_:).json index 365e4d6d2..d28d9d300 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/previewinterfaceorientation(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/previewinterfaceorientation(_:).json @@ -1 +1 @@ -{"metadata":{"title":"previewInterfaceOrientation(_:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"12.0","name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS","deprecated":false},{"unavailable":false,"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewInterfaceOrientation","kind":"identifier"},{"kind":"text","text":"("},{"text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewInterfaceOrientation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"InterfaceOrientation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewinterfaceorientation(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.previewInterfaceOrientation(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewInterfaceOrientation(_:)":{"title":"previewInterfaceOrientation(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","text":"InterfaceOrientation","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewinterfaceorientation(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.previewInterfaceOrientation(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewInterfaceOrientation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","text":"InterfaceOrientation","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)"},"metadata":{"roleHeading":"Instance Method","title":"previewInterfaceOrientation(_:)","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"previewInterfaceOrientation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"macOS","beta":false,"introducedAt":"12.0"},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0","deprecated":false},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false}],"role":"symbol","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewinterfaceorientation(_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewInterfaceOrientation(_:)":{"kind":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","text":"InterfaceOrientation","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewinterfaceorientation(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/previewlayout(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/previewlayout(_:).json index 805b85e9b..a1e01bd1d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/previewlayout(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/previewlayout(_:).json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"previewLayout(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false},{"unavailable":false,"name":"macOS","beta":false,"deprecated":false,"introducedAt":"10.15"},{"name":"tvOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"text":"PreviewLayout","kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQr21DeveloperToolsSupport07PreviewE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.previewLayout(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewlayout(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewLayout(_:)":{"kind":"symbol","title":"previewLayout(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","kind":"typeIdentifier","text":"PreviewLayout"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewlayout(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/previewlayout(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"iOS"},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"6.0","unavailable":false}],"extendedModule":"SwiftUI","role":"symbol","title":"previewLayout(_:)","externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQr21DeveloperToolsSupport07PreviewE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"previewLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"PreviewLayout","kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewLayout(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","text":"PreviewLayout","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewLayout(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewlayout(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","text":"PreviewLayout"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"previewLayout(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/privacysensitive(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/privacysensitive(_:).json index 0f5401d5d..1c7cc37d0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/privacysensitive(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/privacysensitive(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.privacySensitive(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"sensitive","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"15.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","beta":false}],"title":"privacySensitive(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/privacysensitive(_:)"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/privacySensitive(_:)":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","title":"privacySensitive(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/privacysensitive(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"privacySensitive"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"privacySensitive","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"sensitive","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/privacysensitive(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"privacySensitive(_:)","role":"symbol","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"8.0"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"privacySensitive","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.privacySensitive(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/privacySensitive(_:)":{"type":"topic","title":"privacySensitive(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/privacysensitive(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/progressviewstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/progressviewstyle(_:).json index a1af1a834..fcd639490 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/progressviewstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/progressviewstyle(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/progressviewstyle(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"progressViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP","text":"ProgressViewStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"name":"iOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"7.0","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"progressViewStyle(_:)","externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"progressViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.progressViewStyle(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/progressViewStyle(_:)":{"title":"progressViewStyle(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/progressviewstyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/progressviewstyle(_:)"]}],"sections":[],"metadata":{"role":"symbol","platforms":[{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"11.0","beta":false,"name":"macOS","deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"progressViewStyle(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.progressViewStyle(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"progressViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"ProgressViewStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/progressViewStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"progressViewStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/progressviewstyle(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/projectioneffect(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/projectioneffect(_:).json index 3f721b3a4..0f99cdf1d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/projectioneffect(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/projectioneffect(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.projectionEffect(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/projectioneffect(_:)"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"name":"macOS","deprecated":false,"introducedAt":"10.15","unavailable":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false,"beta":false}],"title":"projectionEffect(_:)","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/projectionEffect(_:)":{"title":"projectionEffect(_:)","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/projectioneffect(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","text":"ProjectionTransform","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"introducedAt":"10.15","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"name":"watchOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"projectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"projectionEffect(_:)","roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","kind":"typeIdentifier","text":"ProjectionTransform"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.projectionEffect(_:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/projectioneffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/projectionEffect(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/projectioneffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)","type":"topic","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"projectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/redacted(reason:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/redacted(reason:).json index 37afa6db8..695f52ec4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/redacted(reason:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/redacted(reason:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.redacted(reason:)"},{"text":".","type":"text"}],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE8redacted6reasonQrAA16RedactionReasonsV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"redacted","kind":"identifier"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","text":"RedactionReasons"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"unavailable":false,"introducedAt":"11.0","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"7.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"title":"redacted(reason:)","role":"symbol","symbolKind":"method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/redacted(reason:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"redacted"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"reason"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/redacted(reason:)":{"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/redacted(reason:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"redacted","kind":"identifier"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)","title":"redacted(reason:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.redacted(reason:)"},{"type":"text","text":"."}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"iOS","beta":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"tvOS"},{"introducedAt":"7.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"kind":"text","text":": "},{"text":"RedactionReasons","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"redacted(reason:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8redacted6reasonQrAA16RedactionReasonsV_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/redacted(reason:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"redacted","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"reason"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16RedactionReasonsV","text":"RedactionReasons","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/redacted(reason:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"text":": ","kind":"text"},{"text":"RedactionReasons","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"redacted(reason:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/redacted(reason:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/refreshable(action:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/refreshable(action:).json index 4d413df22..4081ab0ae 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/refreshable(action:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/refreshable(action:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.refreshable(action:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/refreshable(action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"refreshable(action:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"text":"(","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () "},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"tvOS"},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"8.0","deprecated":false}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/refreshable(action:)":{"title":"refreshable(action:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"refreshable","kind":"identifier"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/refreshable(action:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.refreshable(action:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","platforms":[{"beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"12.0","beta":false,"deprecated":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"text":"(","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"refreshable(action:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/refreshable(action:)"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/refreshable(action:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"refreshable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"refreshable(action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/refreshable(action:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-22nxi.json b/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-22nxi.json index 424b7b5d0..eff642360 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-22nxi.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-22nxi.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-22nxi"]}],"sections":[],"metadata":{"title":"renameAction(_:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"(() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0","name":"iOS"},{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"beta":false,"deprecated":false,"introducedAt":"9.0","unavailable":false,"name":"watchOS"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-22nxi":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi","title":"renameAction(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"(() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-22nxi","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-22nxi"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"unavailable":false,"introducedAt":"16.0","beta":false,"name":"iOS","deprecated":false},{"introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"introducedAt":"16.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"introducedAt":"9.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"role":"symbol","title":"renameAction(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"text":"(() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.renameAction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-22nxi":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi","type":"topic","title":"renameAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-22nxi","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-8pi9g.json b/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-8pi9g.json index 27d5e9556..c0bb93934 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-8pi9g.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/renameaction(_:)-8pi9g.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.renameAction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0"},{"deprecated":false,"introducedAt":"9.0","beta":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"renameAction(_:)","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isFocused","kind":"internalParam"},{"kind":"text","text":": "},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-8pi9g"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-8pi9g":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g","role":"symbol","abstract":[],"title":"renameAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-8pi9g","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-8pi9g"]}],"metadata":{"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"renameAction(_:)","roleHeading":"Instance Method","platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false,"beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0"},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"9.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"isFocused","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-8pi9g":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"renameAction(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g","url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-8pi9g","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/rotation3deffect(_:axis:anchor:anchorz:perspective:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/rotation3deffect(_:axis:anchor:anchorz:perspective:).json index 9d0aeb579..1adf118bd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/rotation3deffect(_:axis:anchor:anchorz:perspective:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/rotation3deffect(_:axis:anchor:anchorz:perspective:).json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axis"},{"text":": (x","kind":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"), ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false},{"introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"6.0","unavailable":false,"beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"angle"},{"text":": ","kind":"text"},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": (x","kind":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", z"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"), ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"anchorZ"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":" = 0, ","kind":"text"},{"text":"perspective","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":" = 1) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","role":"symbol","abstract":[],"title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier","text":"Angle"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": (x","kind":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", y","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", z","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"), ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":", ","kind":"text"},{"text":"anchorZ","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"perspective","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},{"type":"text","text":"."}],"metadata":{"platforms":[{"beta":false,"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"beta":false,"introducedAt":"10.15","unavailable":false,"name":"macOS","deprecated":false},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"6.0","name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"rotation3DEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axis"},{"text":": (x","kind":"text"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", z"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"), ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchorZ"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"angle","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"text":": (x","kind":"text"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", z","kind":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":" = .center, ","kind":"text"},{"kind":"externalParam","text":"anchorZ"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 0, ","kind":"text"},{"text":"perspective","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 1) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","type":"topic","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"rotation3DEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"text":": (x","kind":"text"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", z","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"), ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":", ","kind":"text"},{"text":"anchorZ","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perspective"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/rotationeffect(_:anchor:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/rotationeffect(_:anchor:).json index 16818ec1d..71b62b11e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/rotationeffect(_:anchor:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/rotationeffect(_:anchor:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.rotationEffect(_:anchor:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"rotationEffect(_:anchor:)","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"10.15"},{"name":"tvOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotationEffect"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/rotationeffect(_:anchor:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotationEffect(_:anchor:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","title":"rotationEffect(_:anchor:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotationeffect(_:anchor:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.rotationEffect(_:anchor:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"role":"symbol","platforms":[{"beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"10.15","beta":false,"deprecated":false,"name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"introducedAt":"6.0","beta":false,"deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotationEffect"},{"text":"(","kind":"text"},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"rotationEffect(_:anchor:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/rotationeffect(_:anchor:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"rotationEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotationEffect(_:anchor:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotationeffect(_:anchor:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","type":"topic","title":"rotationEffect(_:anchor:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier","text":"Angle"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-9bnqc.json b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-9bnqc.json index 950f2ba68..d188faa47 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-9bnqc.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-9bnqc.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment","kind":"typeIdentifier"},{"kind":"text","text":" = .center, "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-9bnqc"]}],"metadata":{"platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0"},{"unavailable":false,"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0"},{"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0","unavailable":false}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-9bnqc":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment"},{"text":", ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-9bnqc","abstract":[],"role":"symbol","type":"topic","title":"safeAreaInset(edge:alignment:spacing:content:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.safeAreaInset(edge:alignment:spacing:content:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":" = .center, ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"safeAreaInset(edge:alignment:spacing:content:)","symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","unavailable":false,"deprecated":false,"name":"tvOS","beta":false},{"introducedAt":"8.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"HorizontalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"VerticalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-9bnqc"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-9bnqc":{"type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-9bnqc","title":"safeAreaInset(edge:alignment:spacing:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier","text":"VerticalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-uv8q.json b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-uv8q.json index 52711fd85..90bdd76bd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-uv8q.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareainset(edge:alignment:spacing:content:)-uv8q.json @@ -1 +1 @@ -{"metadata":{"title":"safeAreaInset(edge:alignment:spacing:content:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"15.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","beta":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"name":"watchOS","introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.safeAreaInset(edge:alignment:spacing:content:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-uv8q"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-uv8q":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-uv8q","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"text":" = .center, ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-uv8q"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"12.0","name":"macOS","beta":false,"unavailable":false},{"unavailable":false,"name":"tvOS","deprecated":false,"beta":false,"introducedAt":"15.0"},{"introducedAt":"8.0","unavailable":false,"deprecated":false,"beta":false,"name":"watchOS"}],"title":"safeAreaInset(edge:alignment:spacing:content:)","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaInset"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"VerticalEdge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-uv8q":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-uv8q","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","title":"safeAreaInset(edge:alignment:spacing:content:)","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-1k9de.json b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-1k9de.json index ca3db08ea..115349af4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-1k9de.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-1k9de.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de"},"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"name":"watchOS","deprecated":false,"introducedAt":"10.0","unavailable":false,"beta":false}],"title":"safeAreaPadding(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-1k9de"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"insets","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","kind":"typeIdentifier","text":"EdgeInsets"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaPadding(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-1k9de":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-1k9de","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"safeAreaPadding(_:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","unavailable":false},{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"10.0","unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"safeAreaPadding(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.safeAreaPadding(_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-1k9de"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-1k9de":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"safeAreaPadding(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-1k9de","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-40cr7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-40cr7.json index f3b5f0518..d5400b3f4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-40cr7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:)-40cr7.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-40cr7"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.safeAreaPadding(_:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","title":"safeAreaPadding(_:)","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-40cr7":{"title":"safeAreaPadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-40cr7","kind":"symbol","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"name":"macOS","unavailable":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"17.0"},{"name":"watchOS","introducedAt":"10.0","beta":false,"deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"safeAreaPadding(_:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.safeAreaPadding(_:)"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-40cr7"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-40cr7":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"safeAreaPadding(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-40cr7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:_:).json index 013557cc3..16aec5996 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/safeareapadding(_:_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.safeAreaPadding(_:_:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":", ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"safeAreaPadding(_:_:)","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"14.0"},{"name":"tvOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"10.0"}],"symbolKind":"method"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":" = .all, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:_:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:_:)","type":"topic","title":"safeAreaPadding(_:_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":" = .all, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"length","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.safeAreaPadding(_:_:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"safeAreaPadding(_:_:)","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"10.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15safeAreaPaddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)","title":"safeAreaPadding(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:_:)","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/saturation(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/saturation(_:).json index 27a5d270b..9ec54289f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/saturation(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/saturation(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/saturation(_:)"]}],"metadata":{"title":"saturation(_:)","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"saturation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"6.0"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.saturation(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"saturation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/saturation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"saturation(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/saturation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","title":"saturation(_:)","platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"saturation","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"saturation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"amount","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.saturation(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/saturation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/saturation(_:)":{"title":"saturation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/saturation(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofill().json b/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofill().json index 6f8fe5019..5988b2086 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofill().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofill().json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofill()"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFill()"},{"type":"text","text":"."}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"10.15","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS"},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false,"unavailable":false}],"title":"scaledToFill()","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFill","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFill()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"scaledToFill()","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofill()","role":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false},{"name":"tvOS","introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"6.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFill","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scaledToFill()"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofill()"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scaledToFill()"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFill()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofill()","type":"topic","title":"scaledToFill()"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofit().json b/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofit().json index 3955cef0e..237fcb860 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofit().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scaledtofit().json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"scaledToFit()","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scaledToFit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofit()"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scaledToFit()","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFit()":{"title":"scaledToFit()","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofit()","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"6.0","deprecated":false}],"title":"scaledToFit()","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scaledToFit","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofit()"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFit()"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFit()":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofit()","kind":"symbol","title":"scaledToFit()","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-2bk16.json b/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-2bk16.json index 79575ed9e..458e9db86 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-2bk16.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-2bk16.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scaleEffect(_:anchor:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-2bk16"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQr14CoreFoundation7CGFloatV_AA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false,"name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"scaleEffect(_:anchor:)","roleHeading":"Instance Method"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"s"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-2bk16":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-2bk16","title":"scaleEffect(_:anchor:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scaleEffect(_:anchor:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-2bk16"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"s","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","symbolKind":"method","title":"scaleEffect(_:anchor:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","introducedAt":"10.15","unavailable":false},{"beta":false,"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"13.0"},{"introducedAt":"6.0","unavailable":false,"deprecated":false,"name":"watchOS","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQr14CoreFoundation7CGFloatV_AA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-2bk16":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"scaleEffect(_:anchor:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-2bk16","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-6376y.json b/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-6376y.json index 44b1f229e..3d84c2528 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-6376y.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(_:anchor:)-6376y.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"scaleEffect(_:anchor:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQrSo6CGSizeV_AA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"10.15"},{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"tvOS","unavailable":false},{"introducedAt":"6.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"scale","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scaleEffect(_:anchor:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-6376y"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-6376y":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scaleEffect(_:anchor:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-6376y"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"scale","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQrSo6CGSizeV_AA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"scaleEffect(_:anchor:)","roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS"},{"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false,"unavailable":false}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-6376y"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-6376y":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-6376y","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y","type":"topic","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(x:y:anchor:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(x:y:anchor:).json index 662d7bb75..48fdffd9f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(x:y:anchor:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scaleeffect(x:y:anchor:).json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(x:y:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"name":"iOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false},{"name":"tvOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0"},{"introducedAt":"6.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"roleHeading":"Instance Method","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","extendedModule":"SwiftUI","title":"scaleEffect(x:y:anchor:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scaleEffect(x:y:anchor:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":" = 1.0, "},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":" = 1.0, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(x:y:anchor:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(x:y:anchor:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)","role":"symbol","title":"scaleEffect(x:y:anchor:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 1.0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 1.0, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":" = .center) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"scaleEffect(x:y:anchor:)","roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"beta":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scaleEffect(x:y:anchor:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(x:y:anchor:)"]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(x:y:anchor:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(x:y:anchor:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)","role":"symbol","title":"scaleEffect(x:y:anchor:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:).json index 3017c20f2..b6a8edabd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"text":".","type":"text"}],"metadata":{"platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false,"name":"iOS"},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"12.0"},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"8.0","beta":false,"deprecated":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"scenePadding(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"edges","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"scenePadding(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"type":"text","text":"."}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scenePadding(_:)","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"15.0","deprecated":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","beta":false}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:)":{"kind":"symbol","title":"scenePadding(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:edges:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:edges:).json index 4a4442187..8dbfe5d3e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:edges:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scenepadding(_:edges:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"scenePadding(_:edges:)","platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS"},{"name":"watchOS","introducedAt":"9.0","unavailable":false,"beta":false,"deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:edges:)"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"padding"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12ScenePaddingV","kind":"typeIdentifier","text":"ScenePadding"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:edges:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:edges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"scenePadding(_:edges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:edges:)"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scenePadding(_:edges:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI12ScenePaddingV","kind":"typeIdentifier","text":"ScenePadding"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scenePadding(_:edges:)","role":"symbol","extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"name":"tvOS","deprecated":false,"introducedAt":"16.0","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"9.0","deprecated":false}],"symbolKind":"method"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"padding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":" = .all) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:edges:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:edges:)","kind":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","type":"topic","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollbouncebehavior(_:axes:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollbouncebehavior(_:axes:).json index aae6b78d7..c73c235a7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollbouncebehavior(_:axes:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollbouncebehavior(_:axes:).json @@ -1 +1 @@ -{"metadata":{"title":"scrollBounceBehavior(_:axes:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollBounceBehavior"},{"kind":"text","text":"("},{"text":"ScrollBounceBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE20scrollBounceBehavior_4axesQrAA06ScrolleF0V_AA4AxisO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"16.4","beta":false,"name":"iOS","unavailable":false},{"beta":false,"introducedAt":"13.3","name":"macOS","unavailable":false,"deprecated":false},{"introducedAt":"16.4","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"9.4","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollbouncebehavior(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"behavior"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":" = [.vertical]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollBounceBehavior(_:axes:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollBounceBehavior(_:axes:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV","text":"ScrollBounceBehavior"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollbouncebehavior(_:axes:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","title":"scrollBounceBehavior(_:axes:)"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20scrollBounceBehavior_4axesQrAA06ScrolleF0V_AA4AxisO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"16.4","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.3"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.4","deprecated":false},{"introducedAt":"9.4","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"scrollBounceBehavior(_:axes:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollBounceBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ScrollBounceBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"kind":"text","text":", "},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollBounceBehavior(_:axes:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollbouncebehavior(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollBounceBehavior"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"behavior"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV","text":"ScrollBounceBehavior"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axes"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":" = [.vertical]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollBounceBehavior(_:axes:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollBounceBehavior","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"scrollBounceBehavior(_:axes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollbouncebehavior(_:axes:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollclipdisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollclipdisabled(_:).json index d661d8f0a..bc3a0720b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollclipdisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollclipdisabled(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollclipdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18scrollClipDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"introducedAt":"14.0","name":"macOS","beta":false},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"introducedAt":"10.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollClipDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scrollClipDisabled(_:)"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollClipDisabled(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollClipDisabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)","title":"scrollClipDisabled(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollclipdisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollClipDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollclipdisabled(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollClipDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)"},"sections":[],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scrollClipDisabled(_:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false},{"unavailable":false,"name":"macOS","deprecated":false,"beta":false,"introducedAt":"14.0"},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false,"unavailable":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE18scrollClipDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollClipDisabled(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"scrollClipDisabled(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollclipdisabled(_:)","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollcontentbackground(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollcontentbackground(_:).json index 3c16daf3f..69ef590b2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollcontentbackground(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollcontentbackground(_:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE23scrollContentBackgroundyQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"scrollContentBackground(_:)","platforms":[{"beta":false,"unavailable":false,"introducedAt":"16.0","name":"iOS","deprecated":false},{"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false},{"name":"watchOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"9.0"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollContentBackground","kind":"identifier"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollContentBackground","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollContentBackground(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollcontentbackground(_:)"]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollContentBackground(_:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollcontentbackground(_:)","role":"symbol","kind":"symbol","title":"scrollContentBackground(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollContentBackground"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23scrollContentBackgroundyQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"introducedAt":"16.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"introducedAt":"13.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"9.0","beta":false}],"title":"scrollContentBackground(_:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollcontentbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollContentBackground(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollContentBackground(_:)":{"kind":"symbol","title":"scrollContentBackground(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollcontentbackground(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldisabled(_:).json index c88cf781e..9364abcdb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldisabled(_:).json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"macOS"},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","unavailable":false,"introducedAt":"9.0","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"scrollDisabled(_:)","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDisabled","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"disabled","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolldisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDisabled(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"scrollDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldisabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"disabled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","title":"scrollDisabled(_:)","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"unavailable":false,"introducedAt":"16.0","name":"iOS","deprecated":false,"beta":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"beta":false,"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false},{"deprecated":false,"introducedAt":"9.0","name":"watchOS","beta":false,"unavailable":false}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollDisabled(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolldisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDisabled(_:)":{"kind":"symbol","title":"scrollDisabled(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldisabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldismisseskeyboard(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldismisseskeyboard(_:).json index 7e8bf8d61..5f89828aa 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldismisseskeyboard(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolldismisseskeyboard(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"scrollDismissesKeyboard(_:)","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"16.0","beta":false,"unavailable":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"beta":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDismissesKeyboard(_:)"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ScrollDismissesKeyboardMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolldismisseskeyboard(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDismissesKeyboard(_:)":{"title":"scrollDismissesKeyboard(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"text":"(","kind":"text"},{"text":"ScrollDismissesKeyboardMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldismisseskeyboard(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"16.0","unavailable":false,"deprecated":false,"beta":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"introducedAt":"16.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"9.0"}],"role":"symbol","roleHeading":"Instance Method","title":"scrollDismissesKeyboard(_:)"},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolldismisseskeyboard(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDismissesKeyboard(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDismissesKeyboard(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldismisseskeyboard(_:)","role":"symbol","type":"topic","title":"scrollDismissesKeyboard(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicators(_:axes:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicators(_:axes:).json index 4e872482d..79692bd4b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicators(_:axes:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicators(_:axes:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"scrollIndicators(_:axes:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"text":"ScrollIndicatorVisibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","beta":false},{"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicators(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollIndicators","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","text":"ScrollIndicatorVisibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":" = [.vertical, .horizontal]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollIndicators(_:axes:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicators(_:axes:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicators(_:axes:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollIndicators","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","kind":"typeIdentifier","text":"ScrollIndicatorVisibility"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","title":"scrollIndicators(_:axes:)","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicators(_:axes:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicators(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","text":"ScrollIndicatorVisibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"introducedAt":"16.0","unavailable":false,"name":"iOS","deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS","deprecated":false},{"beta":false,"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS"},{"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"title":"scrollIndicators(_:axes:)","role":"symbol","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"text":"ScrollIndicatorVisibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":" = [.vertical, .horizontal]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicators(_:axes:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollIndicators","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","text":"ScrollIndicatorVisibility"},{"kind":"text","text":", "},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"scrollIndicators(_:axes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicators(_:axes:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(onappear:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(onappear:).json index 0c5fc46e9..2804bd706 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(onappear:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(onappear:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollIndicatorsFlash(onAppear:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"onAppear"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash8onAppearQrSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"scrollIndicatorsFlash(onAppear:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"kind":"text","text":"("},{"text":"onAppear","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"17.0"},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false},{"name":"tvOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"10.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(onappear:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(onAppear:)":{"abstract":[],"role":"symbol","title":"scrollIndicatorsFlash(onAppear:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(onappear:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(onappear:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicatorsFlash(onAppear:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash8onAppearQrSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"scrollIndicatorsFlash(onAppear:)","platforms":[{"introducedAt":"17.0","beta":false,"name":"iOS","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false,"name":"macOS"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS"},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"10.0"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"onAppear"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(onAppear:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(onappear:)","role":"symbol","title":"scrollIndicatorsFlash(onAppear:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"onAppear"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(trigger:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(trigger:).json index c682b4b33..661519004 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(trigger:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollindicatorsflash(trigger:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash7triggerQrqd___tSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"scrollIndicatorsFlash(trigger:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","introducedAt":"10.0","beta":false,"deprecated":false,"unavailable":false}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(trigger:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicatorsFlash(trigger:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(trigger:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(trigger:)","title":"scrollIndicatorsFlash(trigger:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"metadata":{"title":"scrollIndicatorsFlash(trigger:)","role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE21scrollIndicatorsFlash7triggerQrqd___tSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"beta":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"},{"name":"tvOS","introducedAt":"17.0","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.0","name":"watchOS"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(trigger:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollIndicatorsFlash(trigger:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(trigger:)":{"type":"topic","role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"scrollIndicatorsFlash(trigger:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(trigger:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollposition(id:anchor:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollposition(id:anchor:).json index aa4ddf40b..176e4727d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrollposition(id:anchor:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrollposition(id:anchor:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"14.0","beta":false},{"deprecated":false,"introducedAt":"17.0","name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"10.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE14scrollPosition2id6anchorQrAA7BindingVyqd__SgG_AA9UnitPointVSgtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"scrollPosition(id:anchor:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollPosition"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<(some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"text":")?>, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollposition(id:anchor:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<(some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"text":")?>, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollPosition(id:anchor:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollPosition(id:anchor:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollposition(id:anchor:)","type":"topic","title":"scrollPosition(id:anchor:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<(some "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":")?>, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollPosition(id:anchor:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE14scrollPosition2id6anchorQrAA7BindingVyqd__SgG_AA9UnitPointVSgtSHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","beta":false,"name":"macOS","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"10.0","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollPosition"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<(some "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":")?>, "},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scrollPosition(id:anchor:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollPosition","kind":"identifier"},{"kind":"text","text":"("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<(some ","kind":"text"},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"text":")?>, ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrollposition(id:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollPosition(id:anchor:)":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"kind":"text","text":"("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<(some "},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"text":")?>, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"scrollPosition(id:anchor:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollposition(id:anchor:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetbehavior(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetbehavior(_:).json index d02c71648..8e956c7f0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetbehavior(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetbehavior(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTargetBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": some "},{"text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollTargetBehavior(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetbehavior(_:)"]}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTargetBehavior","kind":"identifier"},{"text":"(some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","text":"ScrollTargetBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"scrollTargetBehavior(_:)","platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"beta":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"10.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE20scrollTargetBehavioryQrqd__AA06ScrolleF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetBehavior(_:)":{"kind":"symbol","abstract":[],"title":"scrollTargetBehavior(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetBehavior"},{"kind":"text","text":"(some "},{"kind":"typeIdentifier","text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetbehavior(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTargetBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"behavior"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetBehavior"},{"kind":"text","text":"(some "},{"text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"scrollTargetBehavior(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE20scrollTargetBehavioryQrqd__AA06ScrolleF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"17.0","beta":false,"unavailable":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0","beta":false}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetbehavior(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.scrollTargetBehavior(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetBehavior(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetBehavior"},{"text":"(some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","kind":"typeIdentifier","text":"ScrollTargetBehavior"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetbehavior(_:)","title":"scrollTargetBehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetlayout(isenabled:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetlayout(isenabled:).json index 26587caea..0e3c5eebe 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetlayout(isenabled:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltargetlayout(isenabled:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.scrollTargetLayout(isEnabled:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"platforms":[{"name":"iOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0"},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"10.0","deprecated":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18scrollTargetLayout9isEnabledQrSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"symbolKind":"method","title":"scrollTargetLayout(isEnabled:)","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetlayout(isenabled:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetLayout"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetLayout(isEnabled:)":{"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetlayout(isenabled:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetLayout"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"scrollTargetLayout(isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollTargetLayout(isEnabled:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE18scrollTargetLayout9isEnabledQrSb_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"scrollTargetLayout(isEnabled:)","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"tvOS"},{"deprecated":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTargetLayout","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetlayout(isenabled:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetLayout(isEnabled:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetLayout"},{"kind":"text","text":"("},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"scrollTargetLayout(isEnabled:)","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetlayout(isenabled:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(_:axis:transition:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(_:axis:transition:).json index 6d068ddac..ce8a3b9b3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(_:axis:transition:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(_:axis:transition:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollTransition(_:axis:transition:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(_:axis:transition:)"]}],"metadata":{"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE16scrollTransition_4axis10transitionQrAA06ScrollE13ConfigurationV_AA4AxisOSgqd__AA17EmptyVisualEffectV_AA0hE5PhaseOtYbctAA0lM0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"scrollTransition(_:axis:transition:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"17.0","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"introducedAt":"10.0","unavailable":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"configuration","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"kind":"text","text":" = .interactive, "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(_:axis:transition:)":{"type":"topic","abstract":[],"kind":"symbol","title":"scrollTransition(_:axis:transition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(_:axis:transition:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"kind":"text","text":", "},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"platforms":[{"introducedAt":"17.0","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"introducedAt":"14.0","beta":false,"unavailable":false,"name":"macOS","deprecated":false},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"17.0","unavailable":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"scrollTransition(_:axis:transition:)","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE16scrollTransition_4axis10transitionQrAA06ScrollE13ConfigurationV_AA4AxisOSgqd__AA17EmptyVisualEffectV_AA0hE5PhaseOtYbctAA0lM0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollTransition(_:axis:transition:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTransition"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"configuration"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"kind":"text","text":" = .interactive, "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"transition","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(_:axis:transition:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(_:axis:transition:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(_:axis:transition:)","type":"topic","title":"scrollTransition(_:axis:transition:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(topleading:bottomtrailing:axis:transition:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(topleading:bottomtrailing:axis:transition:).json index d1f800e38..d7d68a1cb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(topleading:bottomtrailing:axis:transition:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/scrolltransition(topleading:bottomtrailing:axis:transition:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"topLeading","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"transition","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollTransition(topLeading:bottomTrailing:axis:transition:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"topLeading"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier","text":"ScrollTransitionConfiguration"},{"kind":"text","text":", "},{"text":"bottomTrailing","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier","text":"EmptyVisualEffect"},{"kind":"text","text":", "},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","kind":"typeIdentifier","text":"VisualEffect"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0"},{"unavailable":false,"introducedAt":"17.0","deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"10.0","deprecated":false}],"title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE16scrollTransition10topLeading14bottomTrailing4axis10transitionQrAA06ScrollE13ConfigurationV_AjA4AxisOSgqd__AA17EmptyVisualEffectV_AA0lE5PhaseOtYbctAA0pQ0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(topleading:bottomtrailing:axis:transition:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"topLeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"text":"bottomTrailing","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(topleading:bottomtrailing:axis:transition:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE16scrollTransition10topLeading14bottomTrailing4axis10transitionQrAA06ScrollE13ConfigurationV_AjA4AxisOSgqd__AA17EmptyVisualEffectV_AA0lE5PhaseOtYbctAA0pQ0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"10.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"symbolKind":"method","title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"topLeading"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"bottomTrailing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"text":"transition","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.scrollTransition(topLeading:bottomTrailing:axis:transition:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"topLeading"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","text":"ScrollTransitionPhase","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(topleading:bottomtrailing:axis:transition:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(topleading:bottomtrailing:axis:transition:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"text":"topLeading","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb.json index 53ecf866c..2eeb82f68 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb"]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS","beta":false}],"roleHeading":"Instance Method","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","role":"symbol"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb":{"type":"topic","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS","deprecated":false},{"introducedAt":"14.0","name":"macOS","beta":false,"unavailable":false,"deprecated":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","role":"collection","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb","abstract":[],"role":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod.json index b0f4f92c4..354992264 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","beta":false,"unavailable":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod","kind":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"symbolKind":"method","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_ALy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","beta":false}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8.json index 6e2fbebc1..06ff51e2b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"role":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_0_qd_1_ALy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8":{"kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:editableTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8"]}],"kind":"symbol","metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","beta":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_0_qd_1_ALy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8","type":"topic","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-4gij7.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-4gij7.json index c72ca0dcf..341959d2a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-4gij7.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-4gij7.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","title":"searchable(text:editableTokens:placement:prompt:token:)","platforms":[{"deprecated":false,"introducedAt":"17.0","beta":false,"name":"iOS","unavailable":false},{"beta":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"unavailable":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-4gij7"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-4gij7":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-4gij7","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","title":"searchable(text:editableTokens:placement:prompt:token:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","platforms":[{"introducedAt":"17.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false}],"role":"symbol"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-4gij7"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-4gij7":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"searchable(text:editableTokens:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-4gij7","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-5tiev.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-5tiev.json index c505a9c0f..d269a20c1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-5tiev.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-5tiev.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"role":"symbol","title":"searchable(text:editableTokens:placement:prompt:token:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"17.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:editableTokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-5tiev"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-5tiev":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev","abstract":[],"title":"searchable(text:editableTokens:placement:prompt:token:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-5tiev","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:editableTokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_AKy7ElementSTQyd__GctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false}],"symbolKind":"method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-5tiev"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-5tiev":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-5tiev","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"searchable(text:editableTokens:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-8g4h9.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-8g4h9.json index 16032a034..58c8b2fca 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-8g4h9.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:editabletokens:placement:prompt:token:)-8g4h9.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","kind":"typeIdentifier","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_0_qd_1_AKy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": some "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"searchable(text:editableTokens:placement:prompt:token:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-8g4h9"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-8g4h9":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-8g4h9","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:editableTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"searchable(text:editableTokens:placement:prompt:token:)","platforms":[{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10searchable4text14editableTokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_0_qd_1_AKy7ElementSTQyd__GctSkRd__SmRd__SyRd_0_AaBRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-8g4h9"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-8g4h9":{"abstract":[],"type":"topic","title":"searchable(text:editableTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-8g4h9","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-24xkz.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-24xkz.json index b666cf7a0..23eb5f7b5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-24xkz.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-24xkz.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:isPresented:placement:prompt:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"searchable(text:isPresented:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","name":"iOS","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-24xkz"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-24xkz":{"title":"searchable(text:isPresented:placement:prompt:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-24xkz"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"}],"title":"searchable(text:isPresented:placement:prompt:)"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-24xkz"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:isPresented:placement:prompt:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-24xkz":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-24xkz","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz","abstract":[],"title":"searchable(text:isPresented:placement:prompt:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-7x98z.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-7x98z.json index 9f8a079b4..b70f3081e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-7x98z.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-7x98z.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:isPresented:placement:prompt:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","title":"searchable(text:isPresented:placement:prompt:)","extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"14.0","name":"macOS"}],"role":"symbol"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-7x98z"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-7x98z":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:isPresented:placement:prompt:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-7x98z","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-7x98z"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"macOS"}],"role":"symbol","symbolKind":"method","title":"searchable(text:isPresented:placement:prompt:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:isPresented:placement:prompt:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-7x98z":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-7x98z","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:isPresented:placement:prompt:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-tq7j.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-tq7j.json index c97d23553..45d7a8ff9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-tq7j.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:ispresented:placement:prompt:)-tq7j.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-tq7j"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:isPresented:placement:prompt:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"searchable(text:isPresented:placement:prompt:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false}],"extendedModule":"SwiftUI","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-tq7j":{"kind":"symbol","title":"searchable(text:isPresented:placement:prompt:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-tq7j","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:isPresented:placement:prompt:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-tq7j"]}],"kind":"symbol","metadata":{"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"introducedAt":"17.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"}],"role":"symbol","title":"searchable(text:isPresented:placement:prompt:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text11isPresented9placement6promptQrAA7BindingVySSG_AJySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-tq7j":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"searchable(text:isPresented:placement:prompt:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-tq7j","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-2yymn.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-2yymn.json index 4d086c8a2..807c86ae4 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-2yymn.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-2yymn.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-2yymn"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn"},"kind":"symbol","metadata":{"title":"searchable(text:placement:prompt:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false,"deprecated":false},{"beta":false,"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0"},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"beta":false,"name":"watchOS"}],"roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-2yymn":{"title":"searchable(text:placement:prompt:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-2yymn","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"unavailable":false,"beta":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"searchable(text:placement:prompt:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-2yymn"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-2yymn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-2yymn"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-32i7v.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-32i7v.json index 4747e78fa..931d25b42 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-32i7v.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-32i7v.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-32i7v"]}],"metadata":{"role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:placement:prompt:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false},{"beta":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"beta":false,"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-32i7v":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","abstract":[],"title":"searchable(text:placement:prompt:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-32i7v","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"searchable(text:placement:prompt:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"15.0","name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"15.0","unavailable":false},{"beta":false,"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false}],"role":"symbol"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-32i7v"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:placement:prompt:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-32i7v":{"type":"topic","title":"searchable(text:placement:prompt:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-32i7v","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-6pdn8.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-6pdn8.json index bb289f945..fd0a46b0f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-6pdn8.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:)-6pdn8.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:placement:prompt:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-6pdn8"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"searchable(text:placement:prompt:)","extendedModule":"SwiftUI"},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-6pdn8":{"kind":"symbol","type":"topic","title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-6pdn8","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-6pdn8"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"text":".","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8"},"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"12.0","unavailable":false},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"searchable(text:placement:prompt:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-6pdn8":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-6pdn8","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7foll.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7foll.json index 73fde303d..53e56638c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7foll.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7foll.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}],"type":"paragraph"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7foll"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","beta":false,"deprecatedAt":"100000.0","introducedAt":"15.0"},{"deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","name":"macOS","message":"Use the searchable modifier with the searchSuggestions modifier","beta":false,"introducedAt":"12.0"},{"introducedAt":"15.0","deprecated":false,"name":"tvOS","deprecatedAt":"100000.0","beta":false,"unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier"},{"name":"watchOS","message":"Use the searchable modifier with the searchSuggestions modifier","beta":false,"deprecated":false,"unavailable":false,"deprecatedAt":"100000.0","introducedAt":"8.0"}],"roleHeading":"Instance Method","symbolKind":"method","title":"searchable(text:placement:prompt:suggestions:)"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7foll":{"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7foll","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll","deprecated":true,"title":"searchable(text:placement:prompt:suggestions:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7foll"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"searchable(text:placement:prompt:suggestions:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"unavailable":false,"name":"iOS","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","beta":false,"deprecated":false,"deprecatedAt":"100000.0"},{"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"12.0","name":"macOS","message":"Use the searchable modifier with the searchSuggestions modifier","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecatedAt":"100000.0","name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"deprecatedAt":"100000.0","beta":false,"name":"watchOS","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier"}],"role":"symbol","roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:placement:prompt:suggestions:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7foll":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7foll","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll","type":"topic","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","deprecated":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7lk4.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7lk4.json index 87c864de4..efcb03cc5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7lk4.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-7lk4.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:placement:prompt:suggestions:)","type":"codeVoice"},{"text":".","type":"text"}],"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7lk4"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","message":"Use the searchable modifier with the searchSuggestions modifier","beta":false,"deprecated":false,"deprecatedAt":"100000.0"},{"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"deprecatedAt":"100000.0","beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0"},{"beta":false,"message":"Use the searchable modifier with the searchSuggestions modifier","name":"tvOS","unavailable":false,"deprecated":false,"deprecatedAt":"100000.0","introducedAt":"15.0"},{"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"deprecatedAt":"100000.0","beta":false,"introducedAt":"8.0","name":"watchOS","unavailable":false}],"title":"searchable(text:placement:prompt:suggestions:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7lk4":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4","title":"searchable(text:placement:prompt:suggestions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7lk4","type":"topic","kind":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"deprecationSummary":[{"inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}],"type":"paragraph"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4"},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:placement:prompt:suggestions:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"deprecatedAt":"100000.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false,"message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0"},{"deprecated":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS"},{"message":"Use the searchable modifier with the searchSuggestions modifier","unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"deprecatedAt":"100000.0","beta":false},{"introducedAt":"8.0","name":"watchOS","deprecatedAt":"100000.0","beta":false,"unavailable":false,"deprecated":false,"message":"Use the searchable modifier with the searchSuggestions modifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7lk4"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7lk4":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"searchable(text:placement:prompt:suggestions:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7lk4","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-8aa7t.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-8aa7t.json index 2c8619184..207c9d32e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-8aa7t.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:placement:prompt:suggestions:)-8aa7t.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecatedAt":"100000.0"},{"unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"deprecatedAt":"100000.0","introducedAt":"12.0","beta":false,"name":"macOS"},{"deprecatedAt":"100000.0","beta":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS"},{"name":"watchOS","unavailable":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"deprecatedAt":"100000.0","introducedAt":"8.0","beta":false}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t","interfaceLanguage":"swift"},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"text":"Use the searchable modifier with the searchSuggestions modifier","type":"text"}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-8aa7t"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-8aa7t":{"role":"symbol","kind":"symbol","abstract":[],"title":"searchable(text:placement:prompt:suggestions:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-8aa7t"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"text":".","type":"text"}],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecatedAt":"100000.0"},{"deprecatedAt":"100000.0","unavailable":false,"introducedAt":"12.0","message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"beta":false,"name":"macOS"},{"deprecated":false,"beta":false,"message":"Use the searchable modifier with the searchSuggestions modifier","deprecatedAt":"100000.0","name":"tvOS","unavailable":false,"introducedAt":"15.0"},{"name":"watchOS","deprecatedAt":"100000.0","beta":false,"introducedAt":"8.0","message":"Use the searchable modifier with the searchSuggestions modifier","deprecated":false,"unavailable":false}],"title":"searchable(text:placement:prompt:suggestions:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","roleHeading":"Instance Method"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"deprecationSummary":[{"inlineContent":[{"text":"Use the searchable modifier with the searchSuggestions modifier","type":"text"}],"type":"paragraph"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-8aa7t"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-8aa7t":{"kind":"symbol","role":"symbol","deprecated":true,"type":"topic","title":"searchable(text:placement:prompt:suggestions:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-8aa7t","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez.json index db55d2b9f..487348211 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez"},"metadata":{"platforms":[{"introducedAt":"17.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"14.0","name":"macOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"metadata":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"14.0","unavailable":false}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k.json index af67c910b..a7806f54b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"searchable(text:tokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k"]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"SwiftUI","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"14.0","unavailable":false,"name":"macOS","beta":false,"deprecated":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableASRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k","abstract":[],"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc.json index c1422b05f..36207af85 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","kind":"typeIdentifier","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"17.0"},{"introducedAt":"14.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier","text":"Identifiable"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GALySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc":{"type":"topic","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-1ulbv.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-1ulbv.json index 130be6758..2ea0f696a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-1ulbv.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-1ulbv.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"searchable(text:tokens:placement:prompt:token:)","platforms":[{"name":"iOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-1ulbv"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-1ulbv":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchable(text:tokens:placement:prompt:token:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","beta":false}],"title":"searchable(text:tokens:placement:prompt:token:)","role":"symbol","roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-1ulbv"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-1ulbv":{"role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-9fopn.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-9fopn.json index 94a515c7b..c8e79c149 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-9fopn.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-9fopn.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:placement:prompt:token:)","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"beta":false,"introducedAt":"16.0"},{"beta":false,"deprecated":false,"introducedAt":"13.0","name":"macOS","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","extendedModule":"SwiftUI"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-9fopn"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-9fopn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn","role":"symbol","abstract":[],"title":"searchable(text:tokens:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-9fopn","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-9fopn"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"16.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"introducedAt":"13.0","beta":false,"unavailable":false,"name":"macOS","deprecated":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-9fopn":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-9fopn","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-mmz9.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-mmz9.json index 0d1b62597..184acf18b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-mmz9.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:placement:prompt:token:)-mmz9.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"kind":"attribute","text":"@"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9"},"metadata":{"title":"searchable(text:tokens:placement:prompt:token:)","platforms":[{"beta":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"macOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-mmz9"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-mmz9":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-mmz9","kind":"symbol","type":"topic","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9","abstract":[]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-mmz9"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"searchable(text:tokens:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"16.0"},{"name":"macOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false}]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-mmz9":{"kind":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-mmz9"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu.json index d2ba7d055..a3eeea723 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false}],"symbolKind":"method"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu":{"type":"topic","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAVRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"17.0","name":"iOS","unavailable":false,"deprecated":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"14.0","unavailable":false}],"extendedModule":"SwiftUI","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","roleHeading":"Instance Method","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz.json index 2d429229a..93753ee62 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"role":"symbol","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAWRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","preciseIdentifier":"s:Sk","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":"\n","kind":"text"}]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz"]}],"metadata":{"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","role":"symbol","platforms":[{"name":"iOS","introducedAt":"17.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"14.0","name":"macOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableAWRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n.json index 21f640d3f..a75e14c9d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableATRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sk","text":"RandomAccessCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n","kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SM","text":"MutableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":" : ","kind":"text"},{"text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n"},"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens11isPresented9placement6prompt5tokenQrAA7BindingVySSG_AMyqd__GAoMySbGAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableATRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","roleHeading":"Instance Method","extendedModule":"SwiftUI"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb.json index 794b3a08b..57bf3c39d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"introducedAt":"16.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false}],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","extendedModule":"SwiftUI","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":" = .automatic, ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SM","text":"MutableCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"MutableCollection","preciseIdentifier":"s:SM","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","kind":"typeIdentifier","text":"StringProtocol"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false,"unavailable":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv.json index 28f4381d5..9d9cfc34e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"16.0","name":"iOS","unavailable":false},{"deprecated":false,"name":"macOS","unavailable":false,"introducedAt":"13.0","beta":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SM","text":"MutableCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sk","text":"RandomAccessCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":" = .automatic, "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"? = nil, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"MutableCollection","kind":"typeIdentifier","preciseIdentifier":"s:SM"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sm","text":"RangeReplaceableCollection"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","beta":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756.json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756.json index 4a846b385..ba084b034 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","beta":false,"introducedAt":"16.0","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SM","text":"MutableCollection","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:Sk","kind":"typeIdentifier","text":"RandomAccessCollection"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":" : "},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","abstract":[],"kind":"symbol","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756"]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":" = .automatic, ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"token","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SM","text":"MutableCollection"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"RandomAccessCollection","kind":"typeIdentifier","preciseIdentifier":"s:Sk"},{"text":", ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sm","kind":"typeIdentifier","text":"RangeReplaceableCollection"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false},{"introducedAt":"13.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false}],"role":"symbol","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchcompletion(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchcompletion(_:).json index 531058c56..d160fbeb2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchcompletion(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchcompletion(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchcompletion(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"completion","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchCompletion","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"introducedAt":"12.0","beta":false,"name":"macOS","unavailable":false},{"beta":false,"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"searchCompletion(_:)","roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchCompletion(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchcompletion(_:)","title":"searchCompletion(_:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchCompletion","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchCompletion","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchCompletion(_:)","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0"}],"externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchCompletion","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"completion","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchcompletion(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchCompletion(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchCompletion","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"searchCompletion(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchcompletion(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchpresentationtoolbarbehavior(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchpresentationtoolbarbehavior(_:).json index 5c233f99e..83e7c6d0a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchpresentationtoolbarbehavior(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchpresentationtoolbarbehavior(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchPresentationToolbarBehavior"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.searchPresentationToolbarBehavior(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchpresentationtoolbarbehavior(_:)"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE33searchPresentationToolbarBehavioryQrAA06SearchefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"searchPresentationToolbarBehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","kind":"typeIdentifier","text":"SearchPresentationToolbarBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"17.1","beta":false},{"introducedAt":"14.1","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"17.1","unavailable":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"10.1","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchPresentationToolbarBehavior(_:)":{"kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchpresentationtoolbarbehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)","title":"searchPresentationToolbarBehavior(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchpresentationtoolbarbehavior(_:)"]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchPresentationToolbarBehavior(_:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"behavior","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","kind":"typeIdentifier","text":"SearchPresentationToolbarBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"platforms":[{"introducedAt":"17.1","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"unavailable":false,"introducedAt":"14.1","deprecated":false,"name":"macOS","beta":false},{"introducedAt":"17.1","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"10.1","deprecated":false,"unavailable":false,"beta":false}],"title":"searchPresentationToolbarBehavior(_:)","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchPresentationToolbarBehavior"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE33searchPresentationToolbarBehavioryQrAA06SearchefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchPresentationToolbarBehavior(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"searchPresentationToolbarBehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchpresentationtoolbarbehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:activation:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:activation:_:).json index 7bc229035..de0c119ad 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:activation:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:activation:_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchScopes(_:activation:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"scope","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"activation","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchScopeActivation","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"scopes","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:activation:_:)"]}],"sections":[],"metadata":{"symbolKind":"method","role":"symbol","title":"searchScopes(_:activation:_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"activation","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchScopeActivation","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE12searchScopes_10activation_QrAA7BindingVyqd__G_AA21SearchScopeActivationVqd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"16.4","deprecated":false,"beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"13.3"},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"16.4","unavailable":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:activation:_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:activation:_:)","type":"topic","title":"searchScopes(_:activation:_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"activation","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","kind":"typeIdentifier","text":"SearchScopeActivation"},{"text":", () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchScopes(_:activation:_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"scope","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"activation","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","kind":"typeIdentifier","text":"SearchScopeActivation"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"scopes","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:activation:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE12searchScopes_10activation_QrAA7BindingVyqd__G_AA21SearchScopeActivationVqd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"16.4"},{"introducedAt":"13.3","deprecated":false,"unavailable":false,"name":"macOS","beta":false},{"name":"tvOS","unavailable":false,"introducedAt":"16.4","beta":false,"deprecated":false}],"title":"searchScopes(_:activation:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"activation","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","text":"SearchScopeActivation"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:activation:_:)":{"title":"searchScopes(_:activation:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchScopes"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"activation"},{"kind":"text","text":": "},{"text":"SearchScopeActivation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:activation:_:)","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:scopes:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:scopes:).json index 5534157b9..922acea2a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:scopes:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchscopes(_:scopes:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)"},"sections":[],"metadata":{"roleHeading":"Instance Method","title":"searchScopes(_:scopes:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"16.0"},{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"macOS","unavailable":false},{"name":"tvOS","beta":false,"introducedAt":"16.4","unavailable":false,"deprecated":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12searchScopes_6scopesQrAA7BindingVyqd__G_qd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"scopes"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","symbolKind":"method"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:scopes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchScopes(_:scopes:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"scope","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"scopes","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:scopes:)":{"title":"searchScopes(_:scopes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:scopes:)","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"scopes","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"scope","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"scopes"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"Hashable","preciseIdentifier":"s:SH","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:scopes:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE12searchScopes_6scopesQrAA7BindingVyqd__G_qd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"scopes","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"16.0","deprecated":false},{"introducedAt":"13.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"16.4","unavailable":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"searchScopes(_:scopes:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchScopes(_:scopes:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:scopes:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"scopes"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:scopes:)","role":"symbol","abstract":[],"title":"searchScopes(_:scopes:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:).json index f2ccd3f6f..eb0043c36 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"searchSuggestions(_:)","symbolKind":"method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"unavailable":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"suggestions","kind":"internalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchSuggestions(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:)":{"kind":"symbol","abstract":[],"title":"searchSuggestions(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"suggestions","kind":"internalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.searchSuggestions(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"searchSuggestions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","platforms":[{"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"16.0","deprecated":false,"beta":false,"name":"tvOS"},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"9.0","beta":false}],"symbolKind":"method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:)":{"kind":"symbol","title":"searchSuggestions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:for:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:for:).json index 231684131..ed38a1508 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:for:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/searchsuggestions(_:for:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"placements"},{"kind":"text","text":": "},{"text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","title":"searchSuggestions(_:for:)","platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"introducedAt":"13.0","unavailable":false,"name":"macOS","beta":false},{"introducedAt":"16.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"deprecated":false,"beta":false,"name":"watchOS","introducedAt":"9.0","unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"text":"(","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.searchSuggestions(_:for:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:for:)":{"title":"searchSuggestions(_:for:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier","text":"SearchSuggestionsPlacement"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:for:)","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:for:)"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","title":"searchSuggestions(_:for:)","role":"symbol","symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchSuggestions"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","text":"SearchSuggestionsPlacement"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","kind":"typeIdentifier","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"16.0","unavailable":false,"deprecated":false,"name":"iOS","beta":false},{"name":"macOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"name":"tvOS","beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS"}],"externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"text":"placements","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:for:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:for:)","title":"searchSuggestions(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier","text":"SearchSuggestionsPlacement"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/selectiondisabled(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/selectiondisabled(_:).json index 4150aefd1..02afc4192 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/selectiondisabled(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/selectiondisabled(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)"},"metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE17selectionDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"14.0"},{"introducedAt":"17.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"introducedAt":"10.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"selectionDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectionDisabled"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.selectionDisabled(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/selectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectionDisabled"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isDisabled","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/selectionDisabled(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectionDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/selectiondisabled(_:)","kind":"symbol","title":"selectionDisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"metadata":{"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"selectionDisabled"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"selectionDisabled(_:)","externalID":"s:7SwiftUI4ViewPAAE17selectionDisabledyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"17.0"},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"14.0"},{"beta":false,"unavailable":false,"name":"tvOS","deprecated":false,"introducedAt":"17.0"},{"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false,"beta":false}],"role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/selectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.selectionDisabled(_:)"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"selectionDisabled"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/selectionDisabled(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"selectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"selectionDisabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/selectiondisabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:).json index a8f3ec1e1..8d809409f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:)"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","beta":false,"introducedAt":"17.0","unavailable":false,"deprecated":false},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"17.0","beta":false},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"10.0","name":"watchOS"}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7triggerQrAA07SensoryE0V_qd__tSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"sensoryFeedback(_:trigger:)"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"feedback"},{"text":": ","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sensoryFeedback(_:trigger:)"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:)":{"title":"sensoryFeedback(_:trigger:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7triggerQrAA07SensoryE0V_qd__tSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"17.0","beta":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0","unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS","deprecated":false},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"10.0","beta":false}],"roleHeading":"Instance Method","role":"symbol","title":"sensoryFeedback(_:trigger:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier","text":"SensoryFeedback"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"feedback","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sensoryFeedback(_:trigger:)"},{"text":".","type":"text"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"sensoryFeedback(_:trigger:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:condition:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:condition:).json index ca833b3eb..4d85dbde7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:condition:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(_:trigger:condition:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:condition:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"feedback"},{"kind":"text","text":": "},{"text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"condition","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"sensoryFeedback(_:trigger:condition:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7trigger9conditionQrAA07SensoryE0V_qd__Sbqd___qd__tctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"10.0"}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.sensoryFeedback(_:trigger:condition:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:condition:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)","title":"sensoryFeedback(_:trigger:condition:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:condition:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"feedback","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:condition:)"]}],"metadata":{"roleHeading":"Instance Method","platforms":[{"beta":false,"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"10.0","name":"watchOS","deprecated":false}],"symbolKind":"method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback_7trigger9conditionQrAA07SensoryE0V_qd__Sbqd___qd__tctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"sensoryFeedback(_:trigger:condition:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"condition","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.sensoryFeedback(_:trigger:condition:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:condition:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"sensoryFeedback(_:trigger:condition:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:condition:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(trigger:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(trigger:_:).json index 537ce5f81..9d926c7cb 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(trigger:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/sensoryfeedback(trigger:_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(trigger:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"sensoryFeedback(trigger:_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback7trigger_Qrqd___AA07SensoryE0VSgqd___qd__tctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"introducedAt":"17.0","name":"iOS","beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"introducedAt":"17.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"10.0","deprecated":false,"unavailable":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sensoryFeedback(trigger:_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"feedback","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(trigger:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)","role":"symbol","abstract":[],"title":"sensoryFeedback(trigger:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(trigger:_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(trigger:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.sensoryFeedback(trigger:_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"sensoryFeedback(trigger:_:)","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE15sensoryFeedback7trigger_Qrqd___AA07SensoryE0VSgqd___qd__tctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false,"name":"iOS"},{"beta":false,"name":"macOS","introducedAt":"14.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"17.0","beta":false},{"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"10.0","unavailable":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"feedback","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Equatable","kind":"typeIdentifier","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(trigger:_:)":{"title":"sensoryFeedback(trigger:_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(trigger:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/shadow(color:radius:x:y:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/shadow(color:radius:x:y:).json index 4814286b2..c89a977ed 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/shadow(color:radius:x:y:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/shadow(color:radius:x:y:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.shadow(color:radius:x:y:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/shadow(color:radius:x:y:)"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"shadow(color:radius:x:y:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"shadow","kind":"identifier"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), ","kind":"text"},{"text":"radius","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":" = 0, ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/shadow(color:radius:x:y:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/shadow(color:radius:x:y:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"shadow(color:radius:x:y:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.shadow(color:radius:x:y:)"},{"type":"text","text":"."}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)"},"sections":[],"metadata":{"roleHeading":"Instance Method","title":"shadow(color:radius:x:y:)","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS"},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"shadow","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"shadow"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), "},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/shadow(color:radius:x:y:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/shadow(color:radius:x:y:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/shadow(color:radius:x:y:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)","title":"shadow(color:radius:x:y:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(ispresented:ondismiss:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(ispresented:ondismiss:content:).json index 778631fa5..3941a83f5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(ispresented:ondismiss:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(ispresented:ondismiss:content:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(isPresented:onDismiss:content:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sheet(ispresented:ondismiss:content:)"]}],"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","introducedAt":"13.0","beta":false,"unavailable":false,"deprecated":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"tvOS"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"title":"sheet(isPresented:onDismiss:content:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")? = nil, "},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(isPresented:onDismiss:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"sheet(isPresented:onDismiss:content:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(ispresented:ondismiss:content:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")? = nil, "},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sheet(ispresented:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(isPresented:onDismiss:content:)"},{"text":".","type":"text"}],"sections":[],"metadata":{"platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(isPresented:onDismiss:content:)":{"kind":"symbol","type":"topic","role":"symbol","abstract":[],"title":"sheet(isPresented:onDismiss:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(ispresented:ondismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(item:ondismiss:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(item:ondismiss:content:).json index 834a03290..204e8f7ea 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(item:ondismiss:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/sheet(item:ondismiss:content:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.sheet(item:onDismiss:content:)"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sheet(item:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"sheet(item:onDismiss:content:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"13.0","name":"iOS","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"introducedAt":"13.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")?, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP","text":"Identifiable"},{"text":", ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(item:onDismiss:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"sheet(item:onDismiss:content:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(item:ondismiss:content:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")? = nil, ","kind":"text"},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":" : ","kind":"text"},{"text":"Identifiable","kind":"typeIdentifier","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.sheet(item:onDismiss:content:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"sheet(item:onDismiss:content:)","roleHeading":"Instance Method","platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"introducedAt":"10.15","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/sheet(item:ondismiss:content:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(item:onDismiss:content:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(item:ondismiss:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)","title":"sheet(item:onDismiss:content:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/simultaneousgesture(_:including:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/simultaneousgesture(_:including:).json index 1f97ce495..6fd881616 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/simultaneousgesture(_:including:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/simultaneousgesture(_:including:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","platforms":[{"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"13.0","beta":false},{"name":"macOS","beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"name":"watchOS","beta":false,"deprecated":false,"unavailable":false,"introducedAt":"6.0"}],"title":"simultaneousGesture(_:including:)","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"gesture","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"kind":"text","text":" = .all) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI7GestureP","kind":"typeIdentifier","text":"Gesture"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.simultaneousGesture(_:including:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/simultaneousgesture(_:including:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/simultaneousGesture(_:including:)":{"type":"topic","abstract":[],"kind":"symbol","title":"simultaneousGesture(_:including:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/simultaneousgesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/simultaneousgesture(_:including:)"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","metadata":{"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","platforms":[{"beta":false,"introducedAt":"13.0","unavailable":false,"deprecated":false,"name":"iOS"},{"introducedAt":"10.15","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"beta":false,"deprecated":false,"unavailable":false,"introducedAt":"13.0","name":"tvOS"},{"deprecated":false,"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"simultaneousGesture(_:including:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.simultaneousGesture(_:including:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"gesture","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"including"},{"text":" ","kind":"text"},{"text":"mask","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":" = .all) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7GestureP","text":"Gesture","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/simultaneousGesture(_:including:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/simultaneousgesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","type":"topic","title":"simultaneousGesture(_:including:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/speechadjustedpitch(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/speechadjustedpitch(_:).json index 1ea52bb39..55acf1670 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/speechadjustedpitch(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/speechadjustedpitch(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechAdjustedPitch","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.speechAdjustedPitch(_:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechadjustedpitch(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","deprecated":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"12.0","deprecated":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAdjustedPitch"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"speechAdjustedPitch(_:)","roleHeading":"Instance Method","role":"symbol"},"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAdjustedPitch(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechadjustedpitch(_:)","type":"topic","title":"speechAdjustedPitch(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"speechAdjustedPitch","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.speechAdjustedPitch(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"speechAdjustedPitch","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"speechAdjustedPitch(_:)","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false},{"name":"watchOS","beta":false,"introducedAt":"8.0","deprecated":false,"unavailable":false}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechadjustedpitch(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAdjustedPitch(_:)":{"role":"symbol","kind":"symbol","type":"topic","title":"speechAdjustedPitch(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechadjustedpitch(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechAdjustedPitch","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/speechalwaysincludespunctuation(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/speechalwaysincludespunctuation(_:).json index 5bbdac4a5..7b72b54ad 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/speechalwaysincludespunctuation(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/speechalwaysincludespunctuation(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.speechAlwaysIncludesPunctuation(_:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"platforms":[{"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0","beta":false},{"introducedAt":"12.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"name":"tvOS","deprecated":false,"unavailable":false,"introducedAt":"15.0","beta":false},{"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"8.0","deprecated":false}],"roleHeading":"Instance Method","title":"speechAlwaysIncludesPunctuation(_:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE31speechAlwaysIncludesPunctuationyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechalwaysincludespunctuation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAlwaysIncludesPunctuation(_:)":{"kind":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechalwaysincludespunctuation(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","beta":false,"name":"iOS","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"12.0"},{"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"15.0","beta":false},{"unavailable":false,"beta":false,"name":"watchOS","deprecated":false,"introducedAt":"8.0"}],"extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"speechAlwaysIncludesPunctuation","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE31speechAlwaysIncludesPunctuationyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"speechAlwaysIncludesPunctuation(_:)","symbolKind":"method"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.speechAlwaysIncludesPunctuation(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechalwaysincludespunctuation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAlwaysIncludesPunctuation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechalwaysincludespunctuation(_:)","kind":"symbol","type":"topic","title":"speechAlwaysIncludesPunctuation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/speechannouncementsqueued(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/speechannouncementsqueued(_:).json index 6efe28a77..6243a5715 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/speechannouncementsqueued(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/speechannouncementsqueued(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.speechAnnouncementsQueued(_:)"},{"type":"text","text":"."}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechannouncementsqueued(_:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"metadata":{"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"15.0"},{"name":"macOS","introducedAt":"12.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"introducedAt":"15.0","name":"tvOS","unavailable":false,"beta":false},{"introducedAt":"8.0","beta":false,"deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"speechAnnouncementsQueued(_:)","externalID":"s:7SwiftUI4ViewPAAE25speechAnnouncementsQueuedyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAnnouncementsQueued(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"speechAnnouncementsQueued(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechannouncementsqueued(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.speechAnnouncementsQueued(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false,"beta":false},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0"},{"introducedAt":"8.0","unavailable":false,"name":"watchOS","deprecated":false,"beta":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"speechAnnouncementsQueued(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25speechAnnouncementsQueuedyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechannouncementsqueued(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAnnouncementsQueued(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"speechAnnouncementsQueued(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechannouncementsqueued(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/speechspellsoutcharacters(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/speechspellsoutcharacters(_:).json index f1429b058..bde689b11 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/speechspellsoutcharacters(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/speechspellsoutcharacters(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"speechSpellsOutCharacters(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"},{"beta":false,"name":"tvOS","introducedAt":"15.0","deprecated":false,"unavailable":false},{"unavailable":false,"deprecated":false,"name":"watchOS","introducedAt":"8.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechspellsoutcharacters(_:)"]}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechSpellsOutCharacters(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechSpellsOutCharacters(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechSpellsOutCharacters","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechspellsoutcharacters(_:)","title":"speechSpellsOutCharacters(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/speechspellsoutcharacters(_:)"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechSpellsOutCharacters","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false,"beta":false},{"name":"macOS","beta":false,"unavailable":false,"introducedAt":"12.0","deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"deprecated":false,"beta":false}],"title":"speechSpellsOutCharacters(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechSpellsOutCharacters","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.speechSpellsOutCharacters(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechSpellsOutCharacters(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)","kind":"symbol","title":"speechSpellsOutCharacters(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechspellsoutcharacters(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/springloadingbehavior(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/springloadingbehavior(_:).json index 4788f1a66..58bf67c58 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/springloadingbehavior(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/springloadingbehavior(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/springloadingbehavior(_:)"]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.springLoadingBehavior(_:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"behavior"},{"text":": ","kind":"text"},{"text":"SpringLoadingBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","title":"springLoadingBehavior(_:)","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"springLoadingBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE21springLoadingBehavioryQrAA06SpringeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false},{"beta":false,"introducedAt":"10.0","name":"watchOS","deprecated":false,"unavailable":false}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/springLoadingBehavior(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/springloadingbehavior(_:)","kind":"symbol","title":"springLoadingBehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"springLoadingBehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SpringLoadingBehavior","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE21springLoadingBehavioryQrAA06SpringeF0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"introducedAt":"17.0","deprecated":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"introducedAt":"10.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.springLoadingBehavior(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"behavior","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/springloadingbehavior(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/springLoadingBehavior(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"springLoadingBehavior"},{"kind":"text","text":"("},{"text":"SpringLoadingBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"springLoadingBehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/springloadingbehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/strikethrough(_:pattern:color:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/strikethrough(_:pattern:color:).json index 21af27e55..082cb1759 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/strikethrough(_:pattern:color:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/strikethrough(_:pattern:color:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.strikethrough(_:pattern:color:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"strikethrough(_:pattern:color:)","roleHeading":"Instance Method","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false,"beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"introducedAt":"16.0","name":"tvOS","deprecated":false,"beta":false},{"name":"watchOS","unavailable":false,"deprecated":false,"introducedAt":"9.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"text":".","kind":"text"},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/strikethrough(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/strikethrough(_:pattern:color:)":{"kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"strikethrough(_:pattern:color:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/strikethrough(_:pattern:color:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"strikethrough(_:pattern:color:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"strikethrough"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"name":"iOS","beta":false,"deprecated":false,"introducedAt":"16.0","unavailable":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"13.0","beta":false},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false},{"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false,"beta":false}],"roleHeading":"Instance Method"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.strikethrough(_:pattern:color:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true, ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"text":" = .solid, ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/strikethrough(_:pattern:color:)"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/strikethrough(_:pattern:color:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/strikethrough(_:pattern:color:)","role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/submitlabel(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/submitlabel(_:).json index 56dbcb661..54136525b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/submitlabel(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/submitlabel(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"submitLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"submitLabel"},{"kind":"text","text":": "},{"text":"SubmitLabel","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/submitlabel(_:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"15.0","unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"unavailable":false,"introducedAt":"12.0","deprecated":false,"name":"macOS"},{"name":"tvOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"15.0"},{"introducedAt":"8.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"role":"symbol","title":"submitLabel(_:)","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"submitLabel","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitLabel(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitlabel(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)","title":"submitLabel(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"submitLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"submitLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"12.0","unavailable":false,"beta":false,"name":"macOS","deprecated":false},{"deprecated":false,"name":"tvOS","beta":false,"introducedAt":"15.0","unavailable":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"submitLabel","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/submitlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitLabel(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitlabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)","type":"topic","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/submitscope(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/submitscope(_:).json index 5bcf9ac0e..baa47e373 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/submitscope(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/submitscope(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"submitScope","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isBlocking","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)","interfaceLanguage":"swift"},"metadata":{"platforms":[{"beta":false,"unavailable":false,"introducedAt":"15.0","name":"iOS","deprecated":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"12.0","beta":false},{"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"15.0","deprecated":false},{"introducedAt":"8.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"submitScope","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"submitScope(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/submitscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.submitScope(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitScope(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitscope(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"submitScope","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)","title":"submitScope(_:)","kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/submitscope(_:)"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"isBlocking"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false,"beta":false},{"introducedAt":"15.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","deprecated":false}],"role":"symbol","extendedModule":"SwiftUI","title":"submitScope(_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"submitScope","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitScope(_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitScope(_:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitscope(_:)","title":"submitScope(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitScope"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/swipeactions(edge:allowsfullswipe:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/swipeactions(edge:allowsfullswipe:content:).json index 8232a9448..f538ab558 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/swipeactions(edge:allowsfullswipe:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/swipeactions(edge:allowsfullswipe:content:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"platforms":[{"deprecated":false,"introducedAt":"15.0","name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"deprecated":false,"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"swipeActions","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","title":"swipeActions(edge:allowsFullSwipe:content:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":" = .trailing, ","kind":"text"},{"text":"allowsFullSwipe","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/swipeactions(edge:allowsfullswipe:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)","abstract":[],"title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"allowsFullSwipe","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/swipeactions(edge:allowsfullswipe:content:)","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)"},"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"swipeActions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"allowsFullSwipe","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"deprecated":false,"introducedAt":"15.0","unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","unavailable":false,"beta":false,"introducedAt":"12.0"},{"introducedAt":"8.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","extendedModule":"SwiftUI","title":"swipeActions(edge:allowsFullSwipe:content:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/swipeactions(edge:allowsfullswipe:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"swipeActions","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier"},{"text":" = .trailing, ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true, ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/swipeActions(edge:allowsFullSwipe:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"swipeActions","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"swipeActions(edge:allowsFullSwipe:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/swipeactions(edge:allowsfullswipe:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:isactive:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:isactive:).json index e593f2bb7..99186d625 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:isactive:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:isactive:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"name":"iOS","deprecated":false},{"unavailable":false,"introducedAt":"14.0","name":"macOS","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0"},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false}],"role":"symbol","title":"symbolEffect(_:options:isActive:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolE7OptionsVSbtAG010IndefinitejE0Rd__AG0jE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SymbolEffectOptions","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"effect"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"options"},{"text":": ","kind":"text"},{"text":"SymbolEffectOptions","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier"},{"text":" = .default, ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols22IndefiniteSymbolEffectP","text":"IndefiniteSymbolEffect"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"text":"SymbolEffect","preciseIdentifier":"s:7Symbols12SymbolEffectP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:isactive:)"]}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.symbolEffect(_:options:isActive:)","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:isActive:)":{"type":"topic","title":"symbolEffect(_:options:isActive:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:isactive:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:isactive:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolEffect(_:options:isActive:)"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"effect"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolEffectOptions","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV"},{"text":" = .default, ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols22IndefiniteSymbolEffectP","text":"IndefiniteSymbolEffect"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"SymbolEffect","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols12SymbolEffectP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"macOS","beta":false},{"deprecated":false,"beta":false,"name":"tvOS","introducedAt":"17.0","unavailable":false},{"beta":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"unavailable":false}],"title":"symbolEffect(_:options:isActive:)","extendedModule":"SwiftUI","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolE7OptionsVSbtAG010IndefinitejE0Rd__AG0jE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SymbolEffectOptions","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:isActive:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:isactive:)","kind":"symbol","title":"symbolEffect(_:options:isActive:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:value:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:value:).json index 3c2519154..b40191250 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:value:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffect(_:options:value:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:value:)"]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options5valueQrqd___7Symbols06SymbolE7OptionsVqd_0_tAG08DiscreteiE0Rd__AG0iE0Rd__SQRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false},{"deprecated":false,"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"10.0","name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"U"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SymbolEffectOptions","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV"},{"kind":"text","text":", "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"U"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"symbolEffect(_:options:value:)","symbolKind":"method","role":"symbol"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"symbolEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"U","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"effect","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","kind":"typeIdentifier","text":"SymbolEffectOptions"},{"text":" = .default, ","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"U"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"DiscreteSymbolEffect","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols20DiscreteSymbolEffectP"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"SymbolEffect","preciseIdentifier":"s:7Symbols12SymbolEffectP"},{"text":", ","kind":"text"},{"text":"U","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.symbolEffect(_:options:value:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:value:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"symbolEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"U","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"U","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"symbolEffect(_:options:value:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:value:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:value:)"]}],"metadata":{"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"U"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SymbolEffectOptions","kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV"},{"kind":"text","text":", "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"U","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"symbolEffect(_:options:value:)","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"17.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"macOS"},{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE12symbolEffect_7options5valueQrqd___7Symbols06SymbolE7OptionsVqd_0_tAG08DiscreteiE0Rd__AG0iE0Rd__SQRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolEffect(_:options:value:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolEffect"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"U","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"effect"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions","kind":"typeIdentifier"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"U"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7Symbols20DiscreteSymbolEffectP","text":"DiscreteSymbolEffect","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"T","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"SymbolEffect","preciseIdentifier":"s:7Symbols12SymbolEffectP"},{"kind":"text","text":", "},{"text":"U","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}]}]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:value:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"U","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"U"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"symbolEffect(_:options:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:value:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffectsremoved(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffectsremoved(_:).json index 94efa9fb3..ea3925236 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffectsremoved(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/symboleffectsremoved(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"symbolEffectsRemoved"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isEnabled","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.symbolEffectsRemoved(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symboleffectsremoved(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"introducedAt":"17.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"introducedAt":"14.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0"},{"beta":false,"introducedAt":"10.0","name":"watchOS","deprecated":false,"unavailable":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"symbolEffectsRemoved(_:)","externalID":"s:7SwiftUI4ViewPAAE20symbolEffectsRemovedyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"symbolEffectsRemoved","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffectsRemoved(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffectsremoved(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","title":"symbolEffectsRemoved(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolEffectsRemoved"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"isEnabled","kind":"internalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symboleffectsremoved(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolEffectsRemoved(_:)"},{"type":"text","text":"."}],"kind":"symbol","sections":[],"metadata":{"title":"symbolEffectsRemoved(_:)","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE20symbolEffectsRemovedyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"10.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffectsRemoved(_:)":{"title":"symbolEffectsRemoved(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffectsremoved(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/symbolrenderingmode(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/symbolrenderingmode(_:).json index d8224c485..0c671135f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/symbolrenderingmode(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/symbolrenderingmode(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false}],"title":"symbolRenderingMode(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolRenderingMode","kind":"identifier"},{"kind":"text","text":"("},{"text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolRenderingMode","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","text":"SymbolRenderingMode","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.symbolRenderingMode(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symbolrenderingmode(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolRenderingMode(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolrenderingmode(_:)","title":"symbolRenderingMode(_:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolRenderingMode","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier","text":"SymbolRenderingMode"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symbolrenderingmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","platforms":[{"beta":false,"name":"iOS","introducedAt":"15.0","unavailable":false,"deprecated":false},{"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","beta":false},{"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS","deprecated":false},{"deprecated":false,"introducedAt":"8.0","unavailable":false,"name":"watchOS","beta":false}],"extendedModule":"SwiftUI","symbolKind":"method","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"symbolRenderingMode","kind":"identifier"},{"kind":"text","text":"("},{"text":"SymbolRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","text":"SymbolRenderingMode","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.symbolRenderingMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolRenderingMode(_:)":{"role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolrenderingmode(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolRenderingMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"symbolRenderingMode(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/symbolvariant(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/symbolvariant(_:).json index dd35716d8..5edea2ac3 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/symbolvariant(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/symbolvariant(_:).json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symbolvariant(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"variant"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.symbolVariant(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","text":"SymbolVariants","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"symbolVariant(_:)","platforms":[{"introducedAt":"15.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"beta":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","unavailable":false},{"deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolVariant(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolvariant(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","text":"SymbolVariants","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"symbolVariant(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","title":"symbolVariant(_:)","platforms":[{"introducedAt":"15.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"15.0","name":"tvOS","beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"8.0","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"variant","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","text":"SymbolVariants"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/symbolvariant(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.symbolVariant(_:)"},{"text":".","type":"text"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"type":"topic","role":"symbol","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"type":"text","text":" "},{"type":"strong","inlineContent":[{"text":"Warning: This is a draft component","type":"text"}]},{"text":".","type":"text"}],"title":"OUDSFormsTextInput","url":"\/documentation\/oudscomponents\/oudsformstextinput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolVariant(_:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolvariant(_:)","title":"symbolVariant(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SymbolVariants","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","kind":"symbol","title":"OUDSComponents","url":"\/documentation\/oudscomponents","abstract":[{"type":"text","text":"The catalog of all components provided by OUDS."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/tabitem(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/tabitem(_:).json index 0bd18d45c..6146f69c6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/tabitem(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/tabitem(_:).json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tabitem(_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"tabItem(_:)","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.tabItem(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabItem(_:)":{"title":"tabItem(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabitem(_:)","type":"topic","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"platforms":[{"introducedAt":"13.0","deprecated":false,"beta":false,"name":"iOS","unavailable":false},{"introducedAt":"10.15","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","extendedModule":"SwiftUI","title":"tabItem(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tabItem","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tabitem(_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"label"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.tabItem(_:)","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabItem(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabitem(_:)","abstract":[],"kind":"symbol","title":"tabItem(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/tablecolumnheaders(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/tablecolumnheaders(_:).json index 744cc3da8..e5c8878e5 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/tablecolumnheaders(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/tablecolumnheaders(_:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"roleHeading":"Instance Method","title":"tableColumnHeaders(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false},{"introducedAt":"14.0","beta":false,"name":"macOS","deprecated":false,"unavailable":false}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE18tableColumnHeadersyQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tablecolumnheaders(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tableColumnHeaders(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableColumnHeaders(_:)":{"title":"tableColumnHeaders(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablecolumnheaders(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableColumnHeaders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.tableColumnHeaders(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"introducedAt":"17.0","unavailable":false,"beta":false},{"introducedAt":"14.0","unavailable":false,"name":"macOS","deprecated":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"tableColumnHeaders(_:)","roleHeading":"Instance Method","symbolKind":"method","role":"symbol","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE18tableColumnHeadersyQrAA10VisibilityOF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tablecolumnheaders(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableColumnHeaders(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tableColumnHeaders","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"tableColumnHeaders(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablecolumnheaders(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/tablestyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/tablestyle(_:).json index 27854a01b..8803441c8 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/tablestyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/tablestyle(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tableStyle(_:)"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"tableStyle(_:)","extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"16.0","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"name":"macOS","unavailable":false,"introducedAt":"12.0"}],"symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tableStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"TableStyle","preciseIdentifier":"s:7SwiftUI10TableStyleP"},{"text":"\n","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tablestyle(_:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableStyle(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablestyle(_:)","kind":"symbol","type":"topic","title":"tableStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.tableStyle(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10TableStyleP","text":"TableStyle","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tablestyle(_:)"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"tableStyle(_:)","platforms":[{"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false,"beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0"}],"role":"symbol","extendedModule":"SwiftUI","symbolKind":"method"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableStyle(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablestyle(_:)","kind":"symbol","title":"tableStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/tabviewstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/tabviewstyle(_:).json index e0d405a0c..cd27a6518 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/tabviewstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/tabviewstyle(_:).json @@ -1 +1 @@ -{"metadata":{"platforms":[{"unavailable":false,"introducedAt":"14.0","name":"iOS","deprecated":false,"beta":false},{"name":"macOS","deprecated":false,"introducedAt":"11.0","beta":false,"unavailable":false},{"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"7.0"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"tabViewStyle(_:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tabViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tabViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"text":"TabViewStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12TabViewStyleP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tabviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabViewStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabviewstyle(_:)","type":"topic","role":"symbol","kind":"symbol","title":"tabViewStyle(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"tabViewStyle(_:)","symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS"},{"beta":false,"introducedAt":"11.0","deprecated":false,"unavailable":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"14.0"},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"7.0"}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tabviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tabViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI12TabViewStyleP","text":"TabViewStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabViewStyle(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tabViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabviewstyle(_:)","type":"topic","abstract":[],"role":"symbol","title":"tabViewStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/tag(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/tag(_:).json index e54fdedfc..4b03528c6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/tag(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/tag(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.tag(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"title":"tag(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","name":"iOS","deprecated":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15"},{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"beta":false,"introducedAt":"6.0","deprecated":false,"name":"watchOS","unavailable":false}],"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tag","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"tag","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:SH","text":"Hashable"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tag(_:)"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tag(_:)":{"abstract":[],"title":"tag(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tag(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tag","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tag","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","role":"symbol","platforms":[{"unavailable":false,"beta":false,"introducedAt":"13.0","deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"6.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}],"title":"tag(_:)","externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method"},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tag(_:)"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tag","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"tag","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:SH","text":"Hashable","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tag(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tag"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"tag(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tag(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/task(id:priority:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/task(id:priority:_:).json index 862eef611..a712a4d34 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/task(id:priority:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/task(id:priority:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"text":"TaskPriority","kind":"typeIdentifier","preciseIdentifier":"s:ScP"},{"text":" = .userInitiated, ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"text":" : ","kind":"text"},{"text":"Equatable","preciseIdentifier":"s:SQ","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/task(id:priority:_:)"]}],"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"task(id:priority:_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"15.0","beta":false,"unavailable":false,"name":"iOS"},{"name":"macOS","introducedAt":"12.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"15.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"unavailable":false,"introducedAt":"8.0","name":"watchOS","beta":false,"deprecated":false}],"symbolKind":"method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.task(id:priority:_:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(id:priority:_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)","kind":"symbol","abstract":[],"type":"topic","title":"task(id:priority:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(id:priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:ScP","text":"TaskPriority","kind":"typeIdentifier"},{"kind":"text","text":", () "},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/task(id:priority:_:)"]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.task(id:priority:_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"task","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":" ","kind":"text"},{"text":"value","kind":"internalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:ScP","text":"TaskPriority","kind":"typeIdentifier"},{"text":" = .userInitiated, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"action","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","title":"task(id:priority:_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"15.0"},{"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"12.0","beta":false},{"name":"tvOS","introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"8.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"task","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:ScP","text":"TaskPriority","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(id:priority:_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(id:priority:_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"task","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"task(id:priority:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/task(priority:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/task(priority:_:).json index b737dee20..bb583629d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/task(priority:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/task(priority:_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.task(priority:_:)","type":"codeVoice"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)"},"sections":[],"metadata":{"title":"task(priority:_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:ScP","text":"TaskPriority","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"introducedAt":"15.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"name":"macOS","introducedAt":"12.0","unavailable":false,"beta":false},{"introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"deprecated":false,"name":"watchOS","introducedAt":"8.0","unavailable":false,"beta":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4task8priority_QrScP_yyYaYbctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"text":"TaskPriority","kind":"typeIdentifier","preciseIdentifier":"s:ScP"},{"text":" = .userInitiated, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/task(priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(priority:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"task(priority:_:)","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(priority:_:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.task(priority:_:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"task","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:ScP","text":"TaskPriority"},{"kind":"text","text":" = .userInitiated, "},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"action","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/task(priority:_:)"]}],"metadata":{"extendedModule":"SwiftUI","role":"symbol","title":"task(priority:_:)","externalID":"s:7SwiftUI4ViewPAAE4task8priority_QrScP_yyYaYbctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"task","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"text":"TaskPriority","kind":"typeIdentifier","preciseIdentifier":"s:ScP"},{"text":", () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"beta":false,"introducedAt":"15.0","deprecated":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"introducedAt":"12.0","name":"macOS","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"15.0","name":"tvOS"},{"introducedAt":"8.0","deprecated":false,"beta":false,"unavailable":false,"name":"watchOS"}],"symbolKind":"method","roleHeading":"Instance Method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(priority:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(priority:_:)","abstract":[],"title":"task(priority:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/textcase(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/textcase(_:).json index e15febbc1..71f8ccf48 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/textcase(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/textcase(_:).json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textcase(_:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.textCase(_:)"},{"text":".","type":"text"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textCase","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textCase"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"Case","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"method","platforms":[{"introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"name":"macOS","introducedAt":"11.0","beta":false,"unavailable":false},{"deprecated":false,"introducedAt":"14.0","beta":false,"unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"beta":false,"unavailable":false}],"title":"textCase(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV4CaseO","text":"Case","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textCase(_:)":{"abstract":[],"type":"topic","title":"textCase(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcase(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textcase(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"11.0","beta":false,"deprecated":false,"name":"macOS","unavailable":false},{"deprecated":false,"introducedAt":"14.0","name":"tvOS","unavailable":false,"beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"7.0","beta":false,"unavailable":false}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"textCase","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV4CaseO","text":"Case"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol","title":"textCase(_:)","roleHeading":"Instance Method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.textCase(_:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textCase","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"textCase"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"text":"Case","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textCase(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textCase(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcase(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/textcontenttype(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/textcontenttype(_:).json index e2e21100e..6744d70dc 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/textcontenttype(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/textcontenttype(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"textContentType","kind":"internalParam"},{"kind":"text","text":": "},{"text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textContentType(_:)"},{"text":".","type":"text"}],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textContentType"},{"text":"(","kind":"text"},{"text":"NSTextContentType","kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"name":"macOS","deprecated":false,"unavailable":false,"introducedAt":"11.0","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"textContentType(_:)"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textContentType(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcontenttype(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textContentType"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@T@NSTextContentType","kind":"typeIdentifier","text":"NSTextContentType"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","title":"textContentType(_:)"}}} \ No newline at end of file +{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.textContentType(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textContentType","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"textContentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","interfaceLanguage":"swift"},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol","title":"textContentType(_:)","externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textContentType","kind":"identifier"},{"text":"(","kind":"text"},{"text":"NSTextContentType","kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textContentType(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textContentType","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType","text":"NSTextContentType"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"textContentType(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcontenttype(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/texteditorstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/texteditorstyle(_:).json index fff89279a..afb602fce 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/texteditorstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/texteditorstyle(_:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textEditorStyle(_:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","beta":false},{"deprecated":false,"unavailable":false,"beta":false,"name":"macOS","introducedAt":"14.0"},{"introducedAt":"1.0","beta":false,"unavailable":false,"name":"visionOS","deprecated":false}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15textEditorStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","title":"textEditorStyle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"kind":"text","text":"(some "},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","kind":"typeIdentifier","text":"TextEditorStyle"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textEditorStyle"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"style","kind":"internalParam"},{"text":": some ","kind":"text"},{"text":"TextEditorStyle","preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/texteditorstyle(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textEditorStyle(_:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"kind":"text","text":"(some "},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/texteditorstyle(_:)","title":"textEditorStyle(_:)"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/texteditorstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.textEditorStyle(_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": some ","kind":"text"},{"text":"TextEditorStyle","preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","role":"symbol","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textEditorStyle"},{"text":"(some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","kind":"typeIdentifier","text":"TextEditorStyle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false},{"deprecated":false,"beta":false,"name":"visionOS","introducedAt":"1.0","unavailable":false}],"title":"textEditorStyle(_:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE15textEditorStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textEditorStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"text":"(some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"textEditorStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/texteditorstyle(_:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/textfieldstyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/textfieldstyle(_:).json index 1b471a8f9..1af2fe2dd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/textfieldstyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/textfieldstyle(_:).json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textfieldstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"style","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI14TextFieldStyleP","text":"TextFieldStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.textFieldStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"platforms":[{"introducedAt":"13.0","unavailable":false,"name":"iOS","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","deprecated":false},{"unavailable":false,"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"6.0","name":"watchOS","beta":false}],"role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textFieldStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14textFieldStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"textFieldStyle(_:)","symbolKind":"method"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textFieldStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","kind":"symbol","abstract":[],"title":"textFieldStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textfieldstyle(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.textFieldStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","metadata":{"role":"symbol","extendedModule":"SwiftUI","title":"textFieldStyle(_:)","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0"},{"introducedAt":"10.15","deprecated":false,"beta":false,"name":"macOS","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0"},{"introducedAt":"6.0","name":"watchOS","beta":false,"deprecated":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE14textFieldStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14TextFieldStyleP","text":"TextFieldStyle","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textfieldstyle(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textFieldStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","title":"textFieldStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textfieldstyle(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textFieldStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/textscale(_:isenabled:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/textscale(_:isenabled:).json index 1d0334a13..3fd90ce30 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/textscale(_:isenabled:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/textscale(_:isenabled:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textScale(_:isEnabled:)"},{"text":".","type":"text"}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE9textScale_9isEnabledQrAA4TextV0E0V_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","symbolKind":"method","title":"textScale(_:isEnabled:)","roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"17.0","deprecated":false},{"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false,"unavailable":false},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0"},{"name":"watchOS","beta":false,"introducedAt":"10.0","deprecated":false,"unavailable":false}]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textscale(_:isenabled:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textScale","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"text":"Scale","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textScale(_:isEnabled:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textScale(_:isEnabled:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textscale(_:isenabled:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE9textScale_9isEnabledQrAA4TextV0E0V_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","platforms":[{"introducedAt":"17.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false},{"unavailable":false,"introducedAt":"17.0","beta":false,"name":"tvOS","deprecated":false},{"introducedAt":"10.0","unavailable":false,"name":"watchOS","beta":false,"deprecated":false}],"role":"symbol","title":"textScale(_:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV","text":"Scale"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textscale(_:isenabled:)"]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.textScale(_:isEnabled:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"scale","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":" = true) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textScale(_:isEnabled:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/textscale(_:isenabled:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)","title":"textScale(_:isEnabled:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/textselection(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/textselection(_:).json index c196525f5..05e47945e 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/textselection(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/textselection(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","platforms":[{"beta":false,"name":"iOS","unavailable":false,"deprecated":false,"introducedAt":"15.0"},{"name":"macOS","introducedAt":"12.0","unavailable":false,"deprecated":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textSelection","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textSelection(_:)"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textselection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.textSelection(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textSelection","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"selectability"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17TextSelectabilityP","text":"TextSelectability"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textSelection(_:)":{"abstract":[],"title":"textSelection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textselection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","title":"textSelection(_:)","externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","roleHeading":"Instance Method","platforms":[{"introducedAt":"15.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"12.0"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/textselection(_:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textSelection","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"selectability","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI17TextSelectabilityP","kind":"typeIdentifier","text":"TextSelectability"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.textSelection(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textselection(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textSelection","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/tint(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/tint(_:).json index 601b23150..211e2f08b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/tint(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/tint(_:).json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tint(_:)"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"tint(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0"},{"introducedAt":"12.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"15.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"8.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tint(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tint","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tint(_:)":{"abstract":[],"title":"tint(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tint(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"15.0","beta":false,"deprecated":false},{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"12.0","beta":false},{"unavailable":false,"beta":false,"name":"tvOS","deprecated":false,"introducedAt":"15.0"},{"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"8.0","unavailable":false}],"title":"tint(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"tint"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.tint(_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tint(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tint(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","type":"topic","title":"tint(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tint(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"text":"(","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/togglestyle(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/togglestyle(_:).json index 21e95a8bc..a77224e14 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/togglestyle(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/togglestyle(_:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toggleStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"unavailable":false,"beta":false,"name":"iOS","introducedAt":"13.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS"},{"introducedAt":"13.0","beta":false,"name":"tvOS","unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"role":"symbol","title":"toggleStyle(_:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toggleStyle(_:)"},{"text":".","type":"text"}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toggleStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToggleStyleP","text":"ToggleStyle"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/togglestyle(_:)"]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toggleStyle(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","title":"toggleStyle(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toggleStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/togglestyle(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/togglestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toggleStyle(_:)","type":"codeVoice"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toggleStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","text":"ToggleStyle","preciseIdentifier":"s:7SwiftUI11ToggleStyleP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0"},{"name":"watchOS","introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false}],"title":"toggleStyle(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI"},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toggleStyle(_:)":{"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/togglestyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","title":"toggleStyle(_:)","kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(_:for:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(_:for:).json index 2000079a3..ecf9424e1 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(_:for:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(_:for:).json @@ -1 +1 @@ -{"sections":[],"metadata":{"title":"toolbar(_:for:)","symbolKind":"method","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"name":"iOS","unavailable":false},{"beta":false,"deprecated":false,"unavailable":false,"name":"macOS","introducedAt":"13.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"16.0","name":"tvOS"},{"deprecated":false,"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbar(_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"text":"bars","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(_:for:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(_:for:)","title":"toolbar(_:for:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(_:for:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)"},"metadata":{"extendedModule":"SwiftUI","title":"toolbar(_:for:)","externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"introducedAt":"16.0","beta":false,"deprecated":false,"name":"iOS","unavailable":false},{"unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false,"name":"macOS"},{"unavailable":false,"beta":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"name":"watchOS","introducedAt":"9.0","unavailable":false,"deprecated":false,"beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"visibility","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbar(_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(_:for:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(_:for:)","title":"toolbar(_:for:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-20fnh.json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-20fnh.json index 8f1b2be19..b50b11ad2 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-20fnh.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-20fnh.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"platforms":[{"deprecated":false,"introducedAt":"14.0","beta":false,"name":"iOS","unavailable":false},{"introducedAt":"11.0","beta":false,"unavailable":false,"name":"macOS","deprecated":false},{"introducedAt":"14.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"introducedAt":"7.0","name":"watchOS","deprecated":false,"unavailable":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","roleHeading":"Instance Method","title":"toolbar(content:)","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"text":"ToolbarContentBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToolbarContent","preciseIdentifier":"s:7SwiftUI14ToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbar(content:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-20fnh"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-20fnh":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-20fnh","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh","title":"toolbar(content:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV","text":"ToolbarContentBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"ToolbarContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ToolbarContentP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbar(content:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","title":"toolbar(content:)","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false},{"name":"macOS","introducedAt":"11.0","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"14.0","deprecated":false,"unavailable":false,"beta":false},{"beta":false,"deprecated":false,"introducedAt":"7.0","unavailable":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","role":"symbol"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-20fnh"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-20fnh":{"role":"symbol","abstract":[],"title":"toolbar(content:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-20fnh"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-3byor.json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-3byor.json index 2baa18e6c..cda044fd9 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-3byor.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(content:)-3byor.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-3byor"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"14.0","unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"11.0","beta":false,"unavailable":false,"deprecated":false,"name":"macOS"},{"beta":false,"deprecated":false,"introducedAt":"14.0","unavailable":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false,"beta":false}],"roleHeading":"Instance Method","symbolKind":"method","title":"toolbar(content:)"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-3byor":{"kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-3byor","type":"topic","title":"toolbar(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"text":"ViewBuilder","kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-3byor"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbar(content:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"metadata":{"symbolKind":"method","roleHeading":"Instance Method","role":"symbol","title":"toolbar(content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false},{"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"7.0","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-3byor":{"kind":"symbol","title":"toolbar(content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-3byor","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(id:content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(id:content:).json index 00c7f6720..7564756b6 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(id:content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(id:content:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV","text":"ToolbarContentBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP","text":"CustomizableToolbarContent","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"iOS","unavailable":false,"introducedAt":"14.0","deprecated":false,"beta":false},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"11.0","unavailable":false},{"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"toolbar(id:content:)","roleHeading":"Instance Method","symbolKind":"method","role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbar(id:content:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(id:content:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(id:content:)","type":"topic","title":"toolbar(id:content:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Method","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","title":"toolbar(id:content:)","platforms":[{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"iOS"},{"unavailable":false,"name":"macOS","beta":false,"introducedAt":"11.0","deprecated":false},{"deprecated":false,"unavailable":false,"introducedAt":"14.0","name":"tvOS","beta":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"7.0","deprecated":false}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(id:content:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI21ToolbarContentBuilderV","text":"ToolbarContentBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"CustomizableToolbarContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(id:content:)":{"kind":"symbol","abstract":[],"title":"toolbar(id:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(id:content:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(removing:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(removing:).json index 593020756..af58ffb99 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(removing:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbar(removing:).json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(removing:)"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removing"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"defaultItemKind"},{"kind":"text","text":": "},{"text":"ToolbarDefaultItemKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"metadata":{"platforms":[{"introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"introducedAt":"17.0","name":"tvOS","beta":false,"deprecated":false},{"name":"watchOS","beta":false,"introducedAt":"10.0","deprecated":false,"unavailable":false}],"title":"toolbar(removing:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE7toolbar8removingQrAA22ToolbarDefaultItemKindVSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ToolbarDefaultItemKind","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.toolbar(removing:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(removing:)":{"title":"toolbar(removing:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(removing:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removing"},{"kind":"text","text":": "},{"text":"ToolbarDefaultItemKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbar(removing:)"},{"text":".","type":"text"}],"metadata":{"platforms":[{"introducedAt":"17.0","name":"iOS","beta":false,"unavailable":false,"deprecated":false},{"unavailable":false,"beta":false,"name":"macOS","deprecated":false,"introducedAt":"14.0"},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"beta":false,"unavailable":false},{"introducedAt":"10.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar8removingQrAA22ToolbarDefaultItemKindVSg_tF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","roleHeading":"Instance Method","title":"toolbar(removing:)","extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(removing:)"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removing","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"defaultItemKind"},{"kind":"text","text":": "},{"text":"ToolbarDefaultItemKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(removing:)":{"type":"topic","title":"toolbar(removing:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(removing:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removing","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarbackground(_:for:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarbackground(_:for:).json index 362b34fbd..5f5b72f01 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarbackground(_:for:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarbackground(_:for:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbarbackground(_:for:)"]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarBackground"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0"},{"name":"tvOS","introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false},{"unavailable":false,"beta":false,"introducedAt":"9.0","deprecated":false,"name":"watchOS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","title":"toolbarBackground(_:for:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbarBackground(_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarBackground","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarBackground(_:for:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)","title":"toolbarBackground(_:for:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarbackground(_:for:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbarbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbarBackground(_:for:)","type":"codeVoice"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarBackground","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"visibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"bars","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"metadata":{"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"introducedAt":"13.0","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"beta":false,"introducedAt":"16.0","name":"tvOS","unavailable":false},{"unavailable":false,"name":"watchOS","beta":false,"introducedAt":"9.0","deprecated":false}],"title":"toolbarBackground(_:for:)","role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarBackground(_:for:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"toolbarBackground(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarbackground(_:for:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarcolorscheme(_:for:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarcolorscheme(_:for:).json index 4e25d8fe2..601cc1e11 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarcolorscheme(_:for:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarcolorscheme(_:for:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"beta":false,"introducedAt":"16.0","unavailable":false,"name":"iOS"},{"name":"macOS","beta":false,"introducedAt":"13.0","deprecated":false,"unavailable":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false},{"deprecated":false,"name":"watchOS","beta":false,"unavailable":false,"introducedAt":"9.0"}],"title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"bars"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbarcolorscheme(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"text":".","type":"text"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarColorScheme(_:for:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarcolorscheme(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"toolbarColorScheme(_:for:)","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"internalParam"},{"kind":"text","text":": "},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"bars","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toolbarColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"deprecated":false,"unavailable":false,"name":"iOS","beta":false,"introducedAt":"16.0"},{"beta":false,"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false},{"unavailable":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS","beta":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"symbolKind":"method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","extendedModule":"SwiftUI","title":"toolbarColorScheme(_:for:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbarcolorscheme(_:for:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarColorScheme(_:for:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarcolorscheme(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)","type":"topic","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarrole(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarrole(_:).json index 749f11c6b..ebb0ce91f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarrole(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbarrole(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarRole(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarRole","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"role"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","kind":"typeIdentifier","text":"ToolbarRole"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbarrole(_:)"]}],"sections":[],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarRole","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","text":"ToolbarRole","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"toolbarRole(_:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"unavailable":false,"introducedAt":"13.0"},{"name":"tvOS","beta":false,"introducedAt":"16.0","unavailable":false,"deprecated":false},{"introducedAt":"9.0","unavailable":false,"beta":false,"name":"watchOS","deprecated":false}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarRole(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarrole(_:)","title":"toolbarRole(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","text":"ToolbarRole","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","text":"ToolbarRole","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0"},{"unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false,"name":"tvOS"},{"introducedAt":"9.0","beta":false,"name":"watchOS","deprecated":false,"unavailable":false}],"role":"symbol","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","extendedModule":"SwiftUI","title":"toolbarRole(_:)"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbarRole(_:)","type":"codeVoice"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"role","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbarrole(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarRole(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","text":"ToolbarRole"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"toolbarRole(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarrole(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitledisplaymode(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitledisplaymode(_:).json index 92b21757f..35dd0070c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitledisplaymode(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitledisplaymode(_:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleDisplayMode(_:)"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"roleHeading":"Instance Method","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","kind":"typeIdentifier","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"symbolKind":"method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"17.0","beta":false,"name":"iOS","unavailable":false},{"beta":false,"introducedAt":"14.0","unavailable":false,"deprecated":false,"name":"macOS"},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"10.0"}],"externalID":"s:7SwiftUI4ViewPAAE23toolbarTitleDisplayModeyQrAA07ToolbarefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"toolbarTitleDisplayMode(_:)"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitledisplaymode(_:)"]}],"kind":"symbol","sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleDisplayMode(_:)":{"role":"symbol","kind":"symbol","title":"toolbarTitleDisplayMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ToolbarTitleDisplayMode","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitledisplaymode(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbarTitleDisplayMode(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"role":"symbol","platforms":[{"unavailable":false,"deprecated":false,"name":"iOS","introducedAt":"17.0","beta":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"17.0","deprecated":false},{"introducedAt":"10.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarTitleDisplayMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV","text":"ToolbarTitleDisplayMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"toolbarTitleDisplayMode(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE23toolbarTitleDisplayModeyQrAA07ToolbarefG0VF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitledisplaymode(_:)"]}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleDisplayMode"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"text":"ToolbarTitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleDisplayMode(_:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ToolbarTitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitledisplaymode(_:)","abstract":[],"title":"toolbarTitleDisplayMode(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitlemenu(content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitlemenu(content:).json index d1a07da4e..57e401c88 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitlemenu(content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/toolbartitlemenu(content:).json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"toolbarTitleMenu(content:)","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"16.0","unavailable":false},{"name":"macOS","unavailable":false,"introducedAt":"13.0","deprecated":false,"beta":false},{"beta":false,"unavailable":false,"introducedAt":"16.0","name":"tvOS","deprecated":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitlemenu(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleMenu(content:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarTitleMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"C","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleMenu(content:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitlemenu(content:)","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.toolbarTitleMenu(content:)","type":"codeVoice"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"attribute","text":"@"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder","kind":"attribute"},{"kind":"text","text":" "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitlemenu(content:)"]}],"metadata":{"title":"toolbarTitleMenu(content:)","externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","platforms":[{"introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false,"name":"iOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"13.0","name":"macOS"},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"name":"watchOS","introducedAt":"9.0","deprecated":false,"unavailable":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleMenu(content:)":{"title":"toolbarTitleMenu(content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitlemenu(content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(_:).json index eec1dcb49..bf8ac1a8b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","interfaceLanguage":"swift"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.touchBar(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"extendedModule":"SwiftUI","title":"touchBar(_:)","platforms":[{"unavailable":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","beta":false}],"symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"touchBar","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar"},{"kind":"text","text":"<"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(_:)":{"kind":"symbol","abstract":[],"type":"topic","title":"touchBar(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"TouchBar","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"touchBar"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(_:)"},{"text":".","type":"text"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"metadata":{"title":"touchBar(_:)","symbolKind":"method","role":"symbol","platforms":[{"introducedAt":"10.15","deprecated":false,"name":"macOS","unavailable":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"text":"<","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","title":"touchBar(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar"},{"text":"<","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(content:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(content:).json index 129468214..97f85c426 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(content:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbar(content:).json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"platforms":[{"name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false}],"symbolKind":"method","roleHeading":"Instance Method","title":"touchBar(content:)","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"@","kind":"attribute"},{"text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(content:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(content:)"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(content:)":{"title":"touchBar(content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(content:)","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(content:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"title":"touchBar(content:)","platforms":[{"unavailable":false,"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"@","kind":"attribute"},{"preciseIdentifier":"s:7SwiftUI11ViewBuilderV","kind":"attribute","text":"ViewBuilder"},{"text":" ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(content:)"},{"type":"text","text":"."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(content:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"touchBar(content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbarcustomizationlabel(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbarcustomizationlabel(_:).json index 62cb4de39..2f0a32030 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbarcustomizationlabel(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbarcustomizationlabel(_:).json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE26touchBarCustomizationLabelyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","title":"touchBarCustomizationLabel(_:)","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"10.15","name":"macOS","beta":false}],"roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBarCustomizationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbarcustomizationlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.touchBarCustomizationLabel(_:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"label","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarCustomizationLabel(_:)":{"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbarcustomizationlabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)","abstract":[],"title":"touchBarCustomizationLabel(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarCustomizationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.touchBarCustomizationLabel(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"touchBarCustomizationLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE26touchBarCustomizationLabelyQrAA4TextVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"name":"macOS","unavailable":false,"beta":false,"introducedAt":"10.15","deprecated":false}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","role":"symbol"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbarcustomizationlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"label","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarCustomizationLabel(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbarcustomizationlabel(_:)","title":"touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritempresence(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritempresence(_:).json index 93cb357a3..6f071ae9a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritempresence(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritempresence(_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBarItemPresence","kind":"identifier"},{"text":"(","kind":"text"},{"text":"TouchBarItemPresence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"platforms":[{"introducedAt":"10.15","beta":false,"deprecated":false,"unavailable":false,"name":"macOS"}],"title":"touchBarItemPresence(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"touchBarItemPresence","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"presence"},{"text":": ","kind":"text"},{"text":"TouchBarItemPresence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritempresence(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPresence(_:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritempresence(_:)","title":"touchBarItemPresence(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","kind":"typeIdentifier","text":"TouchBarItemPresence"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"method","platforms":[{"introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"touchBarItemPresence(_:)","role":"symbol","extendedModule":"SwiftUI","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","text":"TouchBarItemPresence"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"type":"text","text":"."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"presence","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","text":"TouchBarItemPresence","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritempresence(_:)"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPresence(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"text":"(","kind":"text"},{"text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"touchBarItemPresence(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritempresence(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritemprincipal(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritemprincipal(_:).json index 7ac47dae9..8324ee66a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritemprincipal(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/touchbaritemprincipal(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPrincipal"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"principal"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritemprincipal(_:)"]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.touchBarItemPrincipal(_:)","type":"codeVoice"},{"text":".","type":"text"}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","title":"touchBarItemPrincipal(_:)","extendedModule":"SwiftUI","symbolKind":"method","role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15","unavailable":false}]},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPrincipal(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"touchBarItemPrincipal(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritemprincipal(_:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPrincipal(_:)"},{"text":".","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"touchBarItemPrincipal","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"introducedAt":"10.15","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"}],"externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"principal","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritemprincipal(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPrincipal(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritemprincipal(_:)","title":"touchBarItemPrincipal(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPrincipal","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/tracking(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/tracking(_:).json index 4bf98c945..527d7d087 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/tracking(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/tracking(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"title":"tracking(_:)","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","platforms":[{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"16.0","name":"iOS"},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"16.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"9.0"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.tracking(_:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tracking(_:)"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"tracking","kind":"internalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tracking(_:)":{"type":"topic","abstract":[],"kind":"symbol","title":"tracking(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tracking(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/tracking(_:)"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tracking","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"tracking","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.tracking(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"beta":false,"name":"iOS"},{"introducedAt":"13.0","deprecated":false,"beta":false,"unavailable":false,"name":"macOS"},{"unavailable":false,"beta":false,"introducedAt":"16.0","deprecated":false,"name":"tvOS"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0","name":"watchOS"}],"extendedModule":"SwiftUI","title":"tracking(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tracking","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tracking(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"tracking(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tracking(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:).json index 85de68b53..6cc7e693d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:).json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.transaction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier","text":"Transaction"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Method","title":"transaction(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"introducedAt":"13.0","name":"iOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"deprecated":false,"unavailable":false,"name":"tvOS","beta":false,"introducedAt":"13.0"},{"beta":false,"deprecated":false,"introducedAt":"6.0","unavailable":false,"name":"watchOS"}],"extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"text":"((","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:)","role":"symbol","kind":"symbol","title":"transaction(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transaction(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"Transaction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)"},"kind":"symbol","metadata":{"platforms":[{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"name":"macOS","unavailable":false,"deprecated":false,"introducedAt":"10.15","beta":false},{"beta":false,"introducedAt":"13.0","name":"tvOS","deprecated":false,"unavailable":false},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"name":"watchOS","beta":false}],"externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","roleHeading":"Instance Method","extendedModule":"SwiftUI","role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transaction(_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:)":{"title":"transaction(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:body:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:body:).json index 98c1f9b2d..d7fed1e2b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:body:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(_:body:).json @@ -1 +1 @@ -{"metadata":{"externalID":"s:7SwiftUI4ViewPAAE11transaction_4bodyQryAA11TransactionVzc_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","title":"transaction(_:body:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"17.0"},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.0","name":"watchOS","unavailable":false,"beta":false}],"extendedModule":"SwiftUI","role":"symbol","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"text":"Transaction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)"},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transaction(_:body:)"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:body:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"attribute","text":"@"},{"kind":"attribute","preciseIdentifier":"s:7SwiftUI11ViewBuilderV","text":"ViewBuilder"},{"kind":"text","text":" "},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:body:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)","title":"transaction(_:body:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:body:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"transaction(_:body:)","roleHeading":"Instance Method","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">) -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"externalID":"s:7SwiftUI4ViewPAAE11transaction_4bodyQryAA11TransactionVzc_qd__AA018PlaceholderContentC0VyxGXEtAaBRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","symbolKind":"method","platforms":[{"deprecated":false,"introducedAt":"17.0","unavailable":false,"name":"iOS","beta":false},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"introducedAt":"17.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"beta":false,"name":"watchOS","unavailable":false,"introducedAt":"10.0","deprecated":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:body:)"},{"text":".","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier","text":"Transaction"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"@","kind":"attribute"},{"kind":"attribute","text":"ViewBuilder","preciseIdentifier":"s:7SwiftUI11ViewBuilderV"},{"text":" ","kind":"text"},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"text":" : ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:body:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:body:)":{"title":"transaction(_:body:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:body:)","kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(value:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(value:_:).json index e8baeffba..96b4a1347 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(value:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transaction(value:_:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transaction(value:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"text":"value","kind":"externalParam"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(value:_:)"},{"type":"text","text":"."}],"metadata":{"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","deprecated":false,"name":"macOS","unavailable":false,"beta":false},{"introducedAt":"17.0","name":"tvOS","deprecated":false,"unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"10.0","beta":false}],"title":"transaction(value:_:)","extendedModule":"SwiftUI","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11transaction5value_Qrqd___yAA11TransactionVzctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transaction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","kind":"typeIdentifier","text":"Equatable"},{"text":", (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(value:_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(value:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transaction(value:_:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":", "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"transform","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"text":"Transaction","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","sections":[],"metadata":{"extendedModule":"SwiftUI","title":"transaction(value:_:)","platforms":[{"introducedAt":"17.0","unavailable":false,"name":"iOS","beta":false,"deprecated":false},{"unavailable":false,"name":"macOS","introducedAt":"14.0","deprecated":false,"beta":false},{"name":"tvOS","introducedAt":"17.0","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"10.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"roleHeading":"Instance Method","symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","externalID":"s:7SwiftUI4ViewPAAE11transaction5value_Qrqd___yAA11TransactionVzctSQRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transaction(value:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transaction(value:_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(value:_:)":{"title":"transaction(value:_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(value:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transformanchorpreference(key:value:transform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transformanchorpreference(key:value:transform:).json index e43c8589a..2c46cf0e7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transformanchorpreference(key:value:transform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transformanchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"text":".","type":"text"}],"metadata":{"platforms":[{"deprecated":false,"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false},{"introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false,"unavailable":false},{"name":"tvOS","deprecated":false,"introducedAt":"13.0","unavailable":false,"beta":false},{"introducedAt":"6.0","name":"watchOS","unavailable":false,"beta":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier","text":"Source"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transformAnchorPreference(key:value:transform:)","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"text":"\n","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformanchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformAnchorPreference(key:value:transform:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">.","kind":"text"},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformanchorpreference(key:value:transform:)","title":"transformAnchorPreference(key:value:transform:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"platforms":[{"introducedAt":"13.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false},{"unavailable":false,"deprecated":false,"beta":false,"introducedAt":"13.0","name":"tvOS"},{"deprecated":false,"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformAnchorPreference"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier","text":"Value"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"transformAnchorPreference(key:value:transform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformanchorpreference(key:value:transform:)"]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"_","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","text":"Source"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":", ","kind":"text"},{"text":"Anchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP","text":"PreferenceKey"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformAnchorPreference(key:value:transform:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformanchorpreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier","text":"Source"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"transformAnchorPreference(key:value:transform:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transformeffect(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transformeffect(_:).json index 17b1b32c5..56cf3041a 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transformeffect(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transformeffect(_:).json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"introducedAt":"13.0","deprecated":false,"name":"iOS","unavailable":false,"beta":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","introducedAt":"13.0","beta":false,"deprecated":false,"unavailable":false},{"deprecated":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","beta":false}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transformEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transformEffect(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transformEffect(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"transform"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGAffineTransform","kind":"typeIdentifier","text":"CGAffineTransform"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformeffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEffect(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformeffect(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"text":"CGAffineTransform","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"transformEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformeffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"text":"CGAffineTransform","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"extendedModule":"SwiftUI","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"beta":false,"unavailable":false,"introducedAt":"13.0","deprecated":false,"name":"tvOS"},{"unavailable":false,"beta":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"transformEffect(_:)"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.transformEffect(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEffect(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"transformEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformeffect(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transformenvironment(_:transform:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transformenvironment(_:transform:).json index 7c092cb40..41b9b8088 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transformenvironment(_:transform:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transformenvironment(_:transform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEnvironment"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"keyPath","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"text":"<","kind":"text"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformenvironment(_:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)","interfaceLanguage":"swift"},"metadata":{"externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transformEnvironment","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","roleHeading":"Instance Method","title":"transformEnvironment(_:transform:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","symbolKind":"method","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"name":"macOS","deprecated":false,"beta":false,"introducedAt":"10.15","unavailable":false},{"introducedAt":"13.0","beta":false,"name":"tvOS","deprecated":false,"unavailable":false},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transformEnvironment(_:transform:)","type":"codeVoice"},{"type":"text","text":"."}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEnvironment(_:transform:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)","title":"transformEnvironment(_:transform:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEnvironment","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformenvironment(_:transform:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformenvironment(_:transform:)"]}],"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transformEnvironment(_:transform:)","externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"unavailable":false,"name":"iOS","beta":false,"deprecated":false,"introducedAt":"13.0"},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"10.15"},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"tvOS"},{"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false,"beta":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEnvironment(_:transform:)"},{"type":"text","text":"."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transformEnvironment","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"text":"WritableKeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","text":"EnvironmentValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"transform"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEnvironment(_:transform:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformenvironment(_:transform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)","type":"topic","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"typeIdentifier","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transformpreference(_:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transformpreference(_:_:).json index 60d9210a4..cd5bb97f7 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transformpreference(_:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transformpreference(_:_:).json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","platforms":[{"deprecated":false,"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS"},{"deprecated":false,"introducedAt":"10.15","beta":false,"unavailable":false,"name":"macOS"},{"deprecated":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","beta":false},{"name":"watchOS","unavailable":false,"introducedAt":"6.0","beta":false,"deprecated":false}],"roleHeading":"Instance Method","symbolKind":"method","role":"symbol","title":"transformPreference(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, ("},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformPreference(_:_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"key","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"callback","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformpreference(_:_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformpreference(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"callback"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":" "},{"text":"where","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"text":"PreferenceKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transformpreference(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"transformPreference(_:_:)","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"text":".Type, (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"introducedAt":"13.0","name":"iOS","deprecated":false,"beta":false},{"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false,"unavailable":false},{"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"6.0","name":"watchOS","beta":false,"unavailable":false,"deprecated":false}]},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.transformPreference(_:_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformPreference(_:_:)":{"title":"transformPreference(_:_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformpreference(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/transition(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/transition(_:).json index 63d1bd611..588e7555b 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/transition(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/transition(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","interfaceLanguage":"swift"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transition(_:)"},{"text":".","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"t","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transition(_:)"]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transition","kind":"identifier"},{"kind":"text","text":"("},{"text":"AnyTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","symbolKind":"method","roleHeading":"Instance Method","role":"symbol","platforms":[{"unavailable":false,"introducedAt":"13.0","beta":false,"name":"iOS","deprecated":false},{"introducedAt":"10.15","name":"macOS","deprecated":false,"beta":false,"unavailable":false},{"name":"tvOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"beta":false,"introducedAt":"6.0","name":"watchOS","deprecated":false}],"title":"transition(_:)","externalID":"s:7SwiftUI4ViewPAAE10transitionyQrAA13AnyTransitionVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transition(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13AnyTransitionV","kind":"typeIdentifier","text":"AnyTransition"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transition(_:)","role":"symbol","title":"transition(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"13.0","beta":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"10.15"},{"deprecated":false,"introducedAt":"13.0","name":"tvOS","unavailable":false,"beta":false},{"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0","unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13AnyTransitionV","text":"AnyTransition"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Method","title":"transition(_:)","externalID":"s:7SwiftUI4ViewPAAE10transitionyQrAA13AnyTransitionVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"t"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/transition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.transition(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transition(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"text":"AnyTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"transition(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transition(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/truncationmode(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/truncationmode(_:).json index d90017d59..c483d247f 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/truncationmode(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/truncationmode(_:).json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"mode","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"text":"TruncationMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","title":"truncationMode(_:)","externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"truncationMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","platforms":[{"beta":false,"deprecated":false,"name":"iOS","introducedAt":"13.0","unavailable":false},{"name":"macOS","unavailable":false,"introducedAt":"10.15","deprecated":false,"beta":false},{"beta":false,"name":"tvOS","introducedAt":"13.0","deprecated":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"watchOS","introducedAt":"6.0"}],"roleHeading":"Instance Method"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/truncationmode(_:)"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.truncationMode(_:)","type":"codeVoice"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/truncationMode(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"truncationMode","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"TruncationMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)","role":"symbol","type":"topic","title":"truncationMode(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/truncationmode(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"mode","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"text":"\n","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","platforms":[{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"iOS"},{"beta":false,"introducedAt":"10.15","deprecated":false,"unavailable":false,"name":"macOS"},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"unavailable":false,"introducedAt":"6.0","beta":false,"deprecated":false,"name":"watchOS"}],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"."},{"text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"truncationMode(_:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/truncationmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.truncationMode(_:)"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)","interfaceLanguage":"swift"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/truncationMode(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/truncationmode(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"truncationMode(_:)","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-2bi7k.json b/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-2bi7k.json index 699bea2b2..035e3547c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-2bi7k.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-2bi7k.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"16.0","beta":false,"deprecated":false},{"unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0","name":"macOS"},{"introducedAt":"16.0","deprecated":false,"beta":false,"unavailable":false,"name":"tvOS"},{"deprecated":false,"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0"}],"title":"typeSelectEquivalent(_:)","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"extendedModule":"SwiftUI"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-2bi7k"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-2bi7k":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-2bi7k","title":"typeSelectEquivalent(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.typeSelectEquivalent(_:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"title":"typeSelectEquivalent(_:)","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA4TextVSgF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","role":"symbol","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"16.0","beta":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"9.0","beta":false,"name":"watchOS","unavailable":false,"deprecated":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}]}]}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-2bi7k"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-2bi7k":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-2bi7k","abstract":[],"type":"topic","title":"typeSelectEquivalent(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-5in15.json b/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-5in15.json index 351e1f637..b83f6a06d 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-5in15.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-5in15.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"text":".","type":"text"}],"metadata":{"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"roleHeading":"Instance Method","title":"typeSelectEquivalent(_:)","extendedModule":"SwiftUI","role":"symbol","platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS"},{"beta":false,"deprecated":false,"name":"macOS","introducedAt":"13.0","unavailable":false},{"deprecated":false,"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0"},{"unavailable":false,"name":"watchOS","beta":false,"deprecated":false,"introducedAt":"9.0"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"stringKey","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-5in15"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-5in15":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"typeSelectEquivalent(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-5in15","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15"},"metadata":{"role":"symbol","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"deprecated":false,"name":"macOS","beta":false,"introducedAt":"13.0","unavailable":false},{"introducedAt":"16.0","deprecated":false,"name":"tvOS","beta":false,"unavailable":false},{"introducedAt":"9.0","beta":false,"unavailable":false,"deprecated":false,"name":"watchOS"}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","title":"typeSelectEquivalent(_:)","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"symbolKind":"method"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.typeSelectEquivalent(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"stringKey"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-5in15"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-5in15":{"title":"typeSelectEquivalent(_:)","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-5in15","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-7rgo9.json b/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-7rgo9.json index 0bf1cc733..2edd6b91c 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-7rgo9.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/typeselectequivalent(_:)-7rgo9.json @@ -1 +1 @@ -{"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"platforms":[{"deprecated":false,"introducedAt":"16.0","name":"iOS","unavailable":false,"beta":false},{"introducedAt":"13.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"introducedAt":"16.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"typeSelectEquivalent(_:)","role":"symbol","extendedModule":"SwiftUI","roleHeading":"Instance Method","symbolKind":"method"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"string","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-7rgo9"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-7rgo9":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-7rgo9","title":"typeSelectEquivalent(_:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typeSelectEquivalent(_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"string","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":" ","kind":"text"},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"text":"S","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"typeSelectEquivalent(_:)","externalID":"s:7SwiftUI4ViewPAAE20typeSelectEquivalentyQrqd__SyRd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","platforms":[{"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false,"beta":false},{"beta":false,"introducedAt":"9.0","deprecated":false,"unavailable":false,"name":"watchOS"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-7rgo9"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-7rgo9":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"typeSelectEquivalent(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-7rgo9","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-6sfei.json b/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-6sfei.json index 313feea3e..be57a9383 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-6sfei.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-6sfei.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","symbolKind":"method","extendedModule":"SwiftUI","platforms":[{"name":"iOS","introducedAt":"17.0","beta":false,"deprecated":false,"unavailable":false},{"name":"macOS","introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false},{"beta":false,"unavailable":false,"deprecated":false,"name":"tvOS","introducedAt":"17.0"},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false}],"roleHeading":"Instance Method","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQrAA011TypesettingE0V_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","title":"typesettingLanguage(_:isEnabled:)"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-6sfei"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"language"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typesettingLanguage(_:isEnabled:)"},{"text":".","type":"text"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"type":"text","text":" "},{"inlineContent":[{"text":"Warning: This is a draft component","type":"text"}],"type":"strong"},{"text":".","type":"text"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"kind":"symbol","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","url":"\/documentation\/oudscomponents","title":"OUDSComponents","role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","type":"topic","title":"View Implementations","kind":"article","role":"collectionGroup","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-6sfei":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-6sfei","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","kind":"typeIdentifier","text":"TypesettingLanguage"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"typesettingLanguage(_:isEnabled:)","role":"symbol","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-6sfei"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"language","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":" = true) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei"},"kind":"symbol","metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQrAA011TypesettingE0V_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typesettingLanguage"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","text":"TypesettingLanguage"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"typesettingLanguage(_:isEnabled:)","roleHeading":"Instance Method","symbolKind":"method","platforms":[{"name":"iOS","deprecated":false,"introducedAt":"17.0","beta":false,"unavailable":false},{"beta":false,"unavailable":false,"name":"macOS","deprecated":false,"introducedAt":"14.0"},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"17.0","name":"tvOS"},{"unavailable":false,"name":"watchOS","deprecated":false,"introducedAt":"10.0","beta":false}],"role":"symbol"},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.typesettingLanguage(_:isEnabled:)"},{"type":"text","text":"."}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-6sfei":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-6sfei","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","kind":"typeIdentifier","text":"TypesettingLanguage"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"typesettingLanguage(_:isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-77frj.json b/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-77frj.json index de7060bcc..93abc7462 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-77frj.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/typesettinglanguage(_:isenabled:)-77frj.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","platforms":[{"deprecated":false,"beta":false,"unavailable":false,"introducedAt":"17.0","name":"iOS"},{"introducedAt":"14.0","name":"macOS","deprecated":false,"unavailable":false,"beta":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"17.0","beta":false},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","beta":false,"deprecated":false}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typesettingLanguage"},{"text":"(","kind":"text"},{"text":"Locale","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV"},{"kind":"text","text":"."},{"text":"Language","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"roleHeading":"Instance Method","title":"typesettingLanguage(_:isEnabled:)","extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQr10Foundation6LocaleV0E0V_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"language","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation6LocaleV","kind":"typeIdentifier","text":"Locale"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Language","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.typesettingLanguage(_:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-77frj"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-77frj":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typesettingLanguage"},{"text":"(","kind":"text"},{"text":"Locale","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","text":"Language"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","title":"typesettingLanguage(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-77frj","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-77frj"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj"},"metadata":{"platforms":[{"name":"iOS","introducedAt":"17.0","deprecated":false,"beta":false,"unavailable":false},{"unavailable":false,"beta":false,"deprecated":false,"name":"macOS","introducedAt":"14.0"},{"introducedAt":"17.0","beta":false,"deprecated":false,"name":"tvOS","unavailable":false},{"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"10.0","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE19typesettingLanguage_9isEnabledQr10Foundation6LocaleV0E0V_SbtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"typesettingLanguage"},{"kind":"text","text":"("},{"text":"Locale","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","text":"Language","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"typesettingLanguage(_:isEnabled:)","extendedModule":"SwiftUI","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"symbolKind":"method","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"language","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation6LocaleV","text":"Locale","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","kind":"typeIdentifier","text":"Language"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.typesettingLanguage(_:isEnabled:)","type":"codeVoice"},{"text":".","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-77frj":{"role":"symbol","abstract":[],"kind":"symbol","title":"typesettingLanguage(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-77frj","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation6LocaleV","text":"Locale","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Language","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/underline(_:pattern:color:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/underline(_:pattern:color:).json index 257a35171..7aafb82cd 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/underline(_:pattern:color:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/underline(_:pattern:color:).json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"text":"isActive","kind":"internalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":" = true, ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern","kind":"typeIdentifier"},{"text":" = .solid, ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle"},{"kind":"text","text":"."},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier","text":"Color"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","extendedModule":"SwiftUI","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"platforms":[{"introducedAt":"16.0","deprecated":false,"name":"iOS","beta":false,"unavailable":false},{"name":"macOS","beta":false,"unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"beta":false,"deprecated":false,"name":"tvOS","introducedAt":"16.0","unavailable":false},{"introducedAt":"9.0","deprecated":false,"name":"watchOS","unavailable":false,"beta":false}],"title":"underline(_:pattern:color:)"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.underline(_:pattern:color:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/underline(_:pattern:color:)"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/underline(_:pattern:color:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier","text":"LineStyle"},{"text":".","kind":"text"},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/underline(_:pattern:color:)","abstract":[],"title":"underline(_:pattern:color:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.underline(_:pattern:color:)","type":"codeVoice"},{"type":"text","text":"."}],"metadata":{"role":"symbol","platforms":[{"beta":false,"introducedAt":"16.0","deprecated":false,"unavailable":false,"name":"iOS"},{"unavailable":false,"deprecated":false,"introducedAt":"13.0","name":"macOS","beta":false},{"unavailable":false,"introducedAt":"16.0","beta":false,"deprecated":false,"name":"tvOS"},{"name":"watchOS","unavailable":false,"introducedAt":"9.0","beta":false,"deprecated":false}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","kind":"typeIdentifier","text":"Pattern"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"underline(_:pattern:color:)","roleHeading":"Instance Method","externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","extendedModule":"SwiftUI","symbolKind":"method"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/underline(_:pattern:color:)"]}],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"underline","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"isActive","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"kind":"externalParam","text":"pattern"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":".","kind":"text"},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"text":" = .solid, ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"? = nil) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}]}],"kind":"declarations"}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/underline(_:pattern:color:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"underline(_:pattern:color:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/underline(_:pattern:color:)","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/unredacted().json b/docs/data/documentation/oudscomponents/oudsformstextinput/unredacted().json index 809b90f09..a451aa3ac 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/unredacted().json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/unredacted().json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.unredacted()"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()"},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/unredacted()"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"title":"unredacted()","platforms":[{"unavailable":false,"deprecated":false,"introducedAt":"14.0","beta":false,"name":"iOS"},{"unavailable":false,"beta":false,"introducedAt":"11.0","name":"macOS","deprecated":false},{"deprecated":false,"name":"tvOS","unavailable":false,"introducedAt":"14.0","beta":false},{"beta":false,"name":"watchOS","introducedAt":"7.0","deprecated":false,"unavailable":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"extendedModule":"SwiftUI","roleHeading":"Instance Method","role":"symbol","externalID":"s:7SwiftUI4ViewPAAE10unredactedQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/unredacted()":{"role":"symbol","title":"unredacted()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"unredacted","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/unredacted()"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.unredacted()"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/unredacted()"]}],"metadata":{"externalID":"s:7SwiftUI4ViewPAAE10unredactedQryF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","extendedModule":"SwiftUI","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"unredacted","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"unredacted()","roleHeading":"Instance Method","platforms":[{"introducedAt":"14.0","unavailable":false,"beta":false,"deprecated":false,"name":"iOS"},{"introducedAt":"11.0","deprecated":false,"unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"14.0","beta":false,"deprecated":false,"unavailable":false,"name":"tvOS"},{"unavailable":false,"deprecated":false,"introducedAt":"7.0","name":"watchOS","beta":false}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}]},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/unredacted()":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"unredacted()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/unredacted()","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:element:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:element:_:).json index fdacc78a3..46c161cfe 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:element:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:element:_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.userActivity(_:element:_:)"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"text":"P","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"update","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"text":" (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:element:_:)"]}],"metadata":{"extendedModule":"SwiftUI","symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"title":"userActivity(_:element:_:)","platforms":[{"beta":false,"introducedAt":"14.0","name":"iOS","unavailable":false,"deprecated":false},{"unavailable":false,"introducedAt":"11.0","name":"macOS","deprecated":false,"beta":false},{"introducedAt":"14.0","unavailable":false,"beta":false,"name":"tvOS","deprecated":false},{"name":"watchOS","deprecated":false,"introducedAt":"7.0","beta":false,"unavailable":false}],"roleHeading":"Instance Method","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:element:_:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:element:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":"?, (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)","type":"topic","title":"userActivity(_:element:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"activityType","kind":"internalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":"?, ","kind":"text"},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"update"},{"text":": ","kind":"text"},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":"\n","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)","interfaceLanguage":"swift"},"metadata":{"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"kind":"text","text":": "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"?, ("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"userActivity(_:element:_:)","extendedModule":"SwiftUI","platforms":[{"deprecated":false,"introducedAt":"14.0","name":"iOS","beta":false,"unavailable":false},{"introducedAt":"11.0","unavailable":false,"beta":false,"deprecated":false,"name":"macOS"},{"introducedAt":"14.0","unavailable":false,"deprecated":false,"beta":false,"name":"tvOS"},{"deprecated":false,"introducedAt":"7.0","name":"watchOS","beta":false,"unavailable":false}],"externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:element:_:)"},{"text":".","type":"text"}],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:element:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:element:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":", "},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":"?, (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"userActivity(_:element:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:element:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:isactive:_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:isactive:_:).json index 2aa3b9dab..560bfd1b0 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:isactive:_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/useractivity(_:isactive:_:).json @@ -1 +1 @@ -{"metadata":{"title":"userActivity(_:isActive:_:)","platforms":[{"deprecated":false,"beta":false,"name":"iOS","introducedAt":"14.0","unavailable":false},{"deprecated":false,"introducedAt":"11.0","name":"macOS","unavailable":false,"beta":false},{"introducedAt":"14.0","deprecated":false,"name":"tvOS","unavailable":false,"beta":false},{"name":"watchOS","deprecated":false,"unavailable":false,"introducedAt":"7.0","beta":false}],"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", (","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"text":"(","kind":"text"},{"text":"_","kind":"externalParam"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" = true, ","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"update"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"code":"View.userActivity(_:isActive:_:)","type":"codeVoice"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:isactive:_:)"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:isActive:_:)":{"kind":"symbol","title":"userActivity(_:isActive:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:isactive:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:isActive:_:)"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"userActivity"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"activityType"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" = true, "},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"text":"update","kind":"internalParam"},{"kind":"text","text":": "},{"text":"@escaping","kind":"keyword"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"extendedModule":"SwiftUI","role":"symbol","roleHeading":"Instance Method","platforms":[{"beta":false,"deprecated":false,"name":"iOS","unavailable":false,"introducedAt":"14.0"},{"beta":false,"unavailable":false,"deprecated":false,"introducedAt":"11.0","name":"macOS"},{"deprecated":false,"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"14.0"},{"beta":false,"unavailable":false,"introducedAt":"7.0","deprecated":false,"name":"watchOS"}],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"userActivity"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"name":"OUDSComponents","relatedModules":["SwiftUI"]}],"title":"userActivity(_:isActive:_:)","symbolKind":"method"},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:isactive:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:isActive:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"userActivity(_:isActive:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:isactive:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/view-implementations.json b/docs/data/documentation/oudscomponents/oudsformstextinput/view-implementations.json index 6583cbf30..0ea2103cf 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/view-implementations.json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/view-implementations.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"]]},"topicSections":[{"generated":true,"title":"Instance Methods","identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)"]}],"kind":"article","metadata":{"title":"View Implementations","role":"collectionGroup","modules":[{"name":"OUDSComponents"}],"roleHeading":"API Collection"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accentColor(_:)":{"kind":"symbol","title":"accentColor(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accentcolor(_:)","abstract":[],"deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accentColor"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-9lzo2":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-9lzo2","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2","role":"symbol","title":"focusedObject(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCutCommand(perform:)":{"title":"onCutCommand(perform:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncutcommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onCutCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:edges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier","text":"Edge"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"scenePadding(_:edges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChartDescriptor(_:)":{"role":"symbol","abstract":[],"type":"topic","title":"accessibilityChartDescriptor(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychartdescriptor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"text":"R","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-5gc5v":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-5gc5v","title":"navigationBarTitle(_:displayMode:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/springLoadingBehavior(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"springLoadingBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV","text":"SpringLoadingBehavior","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/springloadingbehavior(_:)","kind":"symbol","title":"springLoadingBehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:reservesSpace:)":{"abstract":[],"title":"lineLimit(_:reservesSpace:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:reservesspace:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"reservesSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cornerRadius(_:antialiased:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/cornerradius(_:antialiased:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)","abstract":[],"role":"symbol","deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"antialiased","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"cornerRadius(_:antialiased:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogIcon(_:)":{"kind":"symbol","abstract":[],"title":"dialogIcon(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogicon(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogIcon","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechSpellsOutCharacters(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechSpellsOutCharacters","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechspellsoutcharacters(_:)","title":"speechSpellsOutCharacters(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dropDestination(for:action:isTargeted:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dropdestination(for:action:istargeted:)","kind":"symbol","type":"topic","title":"dropDestination(for:action:isTargeted:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dropDestination","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier","text":"CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackgroundInteraction(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackgroundinteraction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationBackgroundInteraction","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"presentationBackgroundInteraction(_:)","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize()":{"kind":"symbol","abstract":[],"type":"topic","title":"fixedSize()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3tu73":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3tu73","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","title":"alert(_:isPresented:actions:message:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:)","role":"symbol","kind":"symbol","title":"transaction(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-77frj":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typesettingLanguage"},{"text":"(","kind":"text"},{"text":"Locale","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV","text":"Language"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","title":"typesettingLanguage(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-77frj","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/luminanceToAlpha()":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()","title":"luminanceToAlpha()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/luminancetoalpha()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"luminanceToAlpha","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetBehavior(_:)":{"kind":"symbol","abstract":[],"title":"scrollTargetBehavior(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetBehavior"},{"kind":"text","text":"(some "},{"kind":"typeIdentifier","text":"ScrollTargetBehavior","preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetbehavior(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/minimumScaleFactor(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/minimumscalefactor(_:)","title":"minimumScaleFactor(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-2y9mr":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-2y9mr","abstract":[],"title":"accessibilityValue(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-1fdau":{"title":"keyboardShortcut(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-1fdau","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(x:y:)":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"offset","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"offset(x:y:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(x:y:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(ignoresSafeAreaEdges:)":{"title":"background(ignoresSafeAreaEdges:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"("},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(ignoressafeareaedges:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:_:)":{"title":"containerRelativeFrame(_:alignment:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipped(antialiased:)":{"type":"topic","abstract":[],"title":"clipped(antialiased:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"clipped","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipped(antialiased:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollClipDisabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)","title":"scrollClipDisabled(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollclipdisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-4xiug":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-4xiug","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(_:)":{"kind":"symbol","abstract":[],"type":"topic","title":"touchBar(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"TouchBar","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlGroupStyle(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlgroupstyle(_:)","title":"controlGroupStyle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorMultiply(_:)":{"title":"colorMultiply(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/colormultiply(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)","type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"colorMultiply","kind":"identifier"},{"kind":"text","text":"("},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textContentType(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcontenttype(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textContentType"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@T@NSTextContentType","kind":"typeIdentifier","text":"NSTextContentType"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","title":"textContentType(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:value:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:value:)","title":"animation(_:value:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-9hpp9":{"title":"help(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-9hpp9"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer()","title":"accessibilityShowsLargeContentViewer()","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-2bk16":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-2bk16","title":"scaleEffect(_:anchor:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-4sf5r":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-4sf5r","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r","title":"accessibilityLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/distortionEffect(_:maxSampleOffset:isEnabled:)":{"type":"topic","abstract":[],"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/distortioneffect(_:maxsampleoffset:isenabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"distortionEffect"},{"text":"(","kind":"text"},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"text":", ","kind":"text"},{"text":"maxSampleOffset","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isEnabled"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(name:)":{"title":"coordinateSpace(name:)","deprecated":true,"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"name","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(name:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(action:label:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"text":"action","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Label"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(action:label:)","title":"accessibilityAction(action:label:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/font(_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/font(_:)","kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)","title":"font(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?, ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8":{"kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": some "},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultAppStorage(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"defaultAppStorage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults","text":"UserDefaults"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultappstorage(_:)","title":"defaultAppStorage(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textEditorStyle(_:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"kind":"text","text":"(some "},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/texteditorstyle(_:)","title":"textEditorStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarRole(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarrole(_:)","title":"toolbarRole(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","text":"ToolbarRole","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-9bnqc":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment"},{"text":", ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-9bnqc","abstract":[],"role":"symbol","type":"topic","title":"safeAreaInset(edge:alignment:spacing:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textCase(_:)":{"abstract":[],"type":"topic","title":"textCase(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcase(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:preview:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"draggable(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:preview:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-s9ih":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-s9ih","title":"aspectRatio(_:contentMode:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-rhg6":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-rhg6","title":"buttonStyle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorInvert()":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorInvert"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorinvert()","title":"colorInvert()","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRemoveTraits(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityremovetraits(_:)","title":"accessibilityRemoveTraits(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-9ekan":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedValue(_:_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-9ekan"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-uv8q":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-uv8q","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"text":"spacing","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environmentObject(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environmentObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/environmentobject(_:)","title":"environmentObject(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-61rip":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-61rip","kind":"symbol","type":"topic","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"text":": (","kind":"text"},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelsHidden()":{"title":"labelsHidden()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelshidden()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labelsHidden","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","type":"topic","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"S2","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:)","title":"foregroundStyle(_:_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparatorTint(_:edges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparatorTint","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"listRowSeparatorTint(_:edges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparatortint(_:edges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-7lumy":{"deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-7lumy","title":"onDrop(of:isTargeted:perform:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/shadow(color:radius:x:y:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/shadow(color:radius:x:y:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"text":"(","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"shadow(color:radius:x:y:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-pn8q":{"title":"onDrop(of:isTargeted:perform:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-pn8q","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n","kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-6x7pm":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-6x7pm","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"background(_:in:fillStyle:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-x4zl":{"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-x4zl","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","type":"topic","title":"accessibilityRotor(_:entries:entryLabel:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(min:ideal:max:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(min:ideal:max:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"min","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"ideal","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)","title":"navigationSplitViewColumnWidth(min:ideal:max:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-19c15":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15","role":"symbol","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-19c15","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(characters:phases:action:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(characters:phases:action:)","title":"onKeyPress(characters:phases:action:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"characters","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CharacterSet","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFit()":{"title":"scaledToFit()","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofit()","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetLayout(isEnabled:)":{"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetlayout(isenabled:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetLayout"},{"text":"(","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"scrollTargetLayout(isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/persistentSystemOverlays(_:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/persistentsystemoverlays(_:)","role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","role":"symbol","abstract":[],"title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rotation3DEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier","text":"Angle"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": (x","kind":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", y","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", z","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"), ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":", ","kind":"text"},{"text":"anchorZ","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"perspective","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/datePickerStyle(_:)":{"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/datepickerstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","type":"topic","title":"datePickerStyle(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(_:for:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(_:for:)","title":"toolbar(_:for:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier","text":"ToolbarPlacement"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogURLEnabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogURLEnabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation9PredicateV","text":"Predicate","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogurlenabled(_:)","title":"fileDialogURLEnabled(_:)","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontDesign(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"kind":"text","text":"("},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO","text":"Design"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fontDesign(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontdesign(_:)","type":"topic","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerShape(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerShape","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"containerShape(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containershape(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(onAppear:)":{"abstract":[],"role":"symbol","title":"scrollIndicatorsFlash(onAppear:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(onappear:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"text":"(","kind":"text"},{"text":"onAppear","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDisplayName(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)","title":"previewDisplayName(_:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdisplayname(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleMenu(content:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitlemenu(content:)","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSeverity(_:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSeverity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogseverity(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)","title":"dialogSeverity(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActions(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActions"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"accessibilityActions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactions(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:activation:_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:activation:_:)","type":"topic","title":"searchScopes(_:activation:_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"activation","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV","kind":"typeIdentifier","text":"SearchScopeActivation"},{"text":", () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"foregroundStyle(_:_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-6o2qg":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-6o2qg","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg","title":"padding(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCornerRadius(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcornerradius(_:)","kind":"symbol","title":"presentationCornerRadius(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCornerRadius"},{"kind":"text","text":"("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","title":"contextMenu(menuItems:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"MenuItems"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityTextContentType(_:)":{"title":"accessibilityTextContentType(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityTextContentType"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV","text":"AccessibilityTextContentType","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitytextcontenttype(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollBounceBehavior(_:axes:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollBounceBehavior"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV","text":"ScrollBounceBehavior"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollbouncebehavior(_:axes:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","title":"scrollBounceBehavior(_:axes:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorEffect(_:isEnabled:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"colorEffect(_:isEnabled:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coloreffect(_:isenabled:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/visualEffect(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/visualeffect(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"visualEffect"},{"text":"((","kind":"text"},{"text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","text":"GeometryProxy"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"visualEffect(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","kind":"symbol","type":"topic","title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"items"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewLayout(_:)":{"kind":"symbol","title":"previewLayout(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","kind":"typeIdentifier","text":"PreviewLayout"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewlayout(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pickerStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/pickerstyle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)","abstract":[],"title":"pickerStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pickerStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"text":"minWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"text":"idealWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"maxWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"maxHeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","type":"topic","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-66eu":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu","title":"navigationDocument(_:preview:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","kind":"typeIdentifier","text":"Never"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-66eu","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitScope(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitscope(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"submitScope","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)","title":"submitScope(_:)","kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPreferenceChange(_:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)","title":"onPreferenceChange(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpreferencechange(_:perform:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPreferenceChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPresence(_:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritempresence(_:)","title":"touchBarItemPresence(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","kind":"typeIdentifier","text":"TouchBarItemPresence"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineSpacing(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linespacing(_:)","title":"lineSpacing(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-47a98":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-47a98","title":"badge(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(isSuppressed:)":{"abstract":[],"kind":"symbol","role":"symbol","title":"dialogSuppressionToggle(isSuppressed:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(issuppressed:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:condition:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)","title":"sensoryFeedback(_:trigger:condition:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:condition:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(trigger:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicatorsFlash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"trigger"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(trigger:)","title":"scrollIndicatorsFlash(trigger:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contrast(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contrast(_:)","title":"contrast(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)","title":"containerRelativeFrame(_:alignment:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-7crfy":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-7crfy","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSuppressed"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy","title":"dialogSuppressionToggle(_:isSuppressed:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/multilineTextAlignment(_:)":{"abstract":[],"role":"symbol","title":"multilineTextAlignment(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/multilinetextalignment(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"multilineTextAlignment","kind":"identifier"},{"kind":"text","text":"("},{"text":"TextAlignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-7wb73":{"title":"navigationSubtitle(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-7wb73","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(isPresented:destination:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(ispresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformAnchorPreference(key:value:transform:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"transformAnchorPreference","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":">.","kind":"text"},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformanchorpreference(key:value:transform:)","title":"transformAnchorPreference(key:value:transform:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7foll":{"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7foll","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"suggestions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll","deprecated":true,"title":"searchable(text:placement:prompt:suggestions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-6eun4":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"badge(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-6eun4","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarCustomizationLabel(_:)":{"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbarcustomizationlabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)","abstract":[],"title":"touchBarCustomizationLabel(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarCustomizationLabel","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onReceive(_:perform:)":{"role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onReceive","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Output","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)","title":"onReceive(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onreceive(_:perform:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toggleStyle(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","title":"toggleStyle(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toggleStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/togglestyle(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-5yg8j":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-5yg8j","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationTitle(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz","role":"symbol","type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"kind":"text","text":", any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-7mxdo":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-7mxdo","title":"lineLimit(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onExitCommand(perform:)":{"title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onExitCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onexitcommand(perform:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-6sfei":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-6sfei","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","kind":"typeIdentifier","text":"TypesettingLanguage"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"typesettingLanguage(_:isEnabled:)","role":"symbol","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(_:)","title":"contextMenu(_:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI11ContextMenuV","kind":"typeIdentifier","text":"ContextMenu"},{"kind":"text","text":"<"},{"text":"MenuItems","kind":"typeIdentifier"},{"text":">?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/bold(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)","title":"bold(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/bold(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowToolbarStyle(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowtoolbarstyle(_:)","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(trigger:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)","role":"symbol","abstract":[],"title":"sensoryFeedback(trigger:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(trigger:_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sensoryFeedback","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffectsRemoved(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffectsremoved(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","title":"symbolEffectsRemoved(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusSection()":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focussection()","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()","title":"focusSection()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-40cr7":{"title":"safeAreaPadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-40cr7","kind":"symbol","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:alignment:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:alignment:)","role":"symbol","title":"background(_:alignment:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Background"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"coordinateSpace"},{"text":": ","kind":"text"},{"text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onTapGesture(count:coordinateSpace:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:coordinatespace:perform:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHeading(_:)":{"type":"topic","abstract":[],"kind":"symbol","title":"accessibilityHeading(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityheading(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityHeading","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","text":"AccessibilityHeadingLevel","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dynamicTypeSize(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dynamictypesize(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dynamicTypeSize","kind":"identifier"},{"text":"(","kind":"text"},{"text":"DynamicTypeSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"dynamicTypeSize(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityElement(children:)":{"type":"topic","title":"accessibilityElement(children:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityelement(children:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"text":"(","kind":"text"},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AccessibilityChildBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:pressing:perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:pressing:perform:)","role":"symbol","type":"topic","deprecated":true,"kind":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"type":"topic","title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:trigger:content:keyframes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentTransition(_:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentTransition","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentTransitionV","text":"ContentTransition"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contenttransition(_:)","title":"contentTransition(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:perform:)":{"type":"topic","title":"onChange(of:perform:)","abstract":[],"kind":"symbol","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:perform:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onChange","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8ohph":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8ohph","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph","kind":"symbol","abstract":[],"title":"accessibilityAction(named:_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-4xqmz":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz","title":"accessibilityActivationPoint(_:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityActivationPoint"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-4xqmz","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-fc7q":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-fc7q","title":"accessibilityRotor(_:textRanges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-5qfyb":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-5qfyb","type":"topic","title":"onChange(of:initial:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badgeProminence(_:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badgeProminence"},{"kind":"text","text":"("},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badgeprominence(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)","title":"badgeProminence(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-6pdn8":{"kind":"symbol","type":"topic","title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-6pdn8","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(_:)":{"title":"presentationBackground(_:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationBackground","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-4dhsd":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-4dhsd","role":"symbol","kind":"symbol","title":"contentMargins(_:_:for:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"text":", ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ContentMarginPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRespondsToUserInteraction(_:)":{"title":"accessibilityRespondsToUserInteraction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrespondstouserinteraction(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRespondsToUserInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarBackButtonHidden(_:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","title":"navigationBarBackButtonHidden(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarbackbuttonhidden(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationBarBackButtonHidden","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-5bvwc":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusedSceneObject(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-5bvwc","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-1q9ea":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea","title":"alert(_:isPresented:presenting:actions:message:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-1q9ea","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-k5iu":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-k5iu","title":"alert(_:isPresented:actions:)","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","role":"symbol","abstract":[],"title":"disabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disabled(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(priority:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"task(priority:_:)","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(priority:_:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellAnchor(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"gridCellAnchor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellanchor(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)","title":"gridCellAnchor(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"searchable(text:tokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier","text":"URL"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileMover(isPresented:file:onCompletion:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-1ab8y":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-1ab8y","abstract":[],"type":"topic","role":"symbol","title":"accessibilityLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/copyable(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)","title":"copyable(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/copyable(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/itemProvider(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/itemprovider(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)","role":"symbol","title":"itemProvider(_:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"itemProvider","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sq","text":"Optional","kind":"typeIdentifier"},{"text":"<() -> ","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"?>) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:count:span:spacing:alignment:)":{"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:count:span:spacing:alignment:)","abstract":[],"title":"containerRelativeFrame(_:count:span:spacing:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"span","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/baselineOffset(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)","title":"baselineOffset(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/baselineoffset(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/prefersDefaultFocus(_:in:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"prefersDefaultFocus","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier","text":"Namespace"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/prefersdefaultfocus(_:in:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","title":"prefersDefaultFocus(_:in:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCopyCommand(perform:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCopyCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (() -> [","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncopycommand(perform:)","abstract":[],"title":"onCopyCommand(perform:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-81gig":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-81gig","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-6vtqi":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-6vtqi","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi","title":"onDrop(of:delegate:)","role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"delegate","kind":"externalParam"},{"text":": any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/redacted(reason:)":{"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/redacted(reason:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"redacted","kind":"identifier"},{"kind":"text","text":"("},{"text":"reason","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)","title":"redacted(reason:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:)":{"title":"sensoryFeedback(_:trigger:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/anchorPreference(key:value:transform:)":{"type":"topic","title":"anchorPreference(key:value:transform:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/anchorpreference(key:value:transform:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-2l2xd":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","title":"onDrop(of:isTargeted:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-2l2xd","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabItem(_:)":{"title":"tabItem(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabitem(_:)","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-8g4h9":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-8g4h9","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": some ","kind":"text"},{"text":"StringProtocol","kind":"typeIdentifier","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:editableTokens:placement:prompt:token:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize(horizontal:vertical:)":{"role":"symbol","type":"topic","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize(horizontal:vertical:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textFieldStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textFieldStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","kind":"symbol","abstract":[],"title":"textFieldStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textfieldstyle(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-63mj5":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-63mj5","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9t8eo":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9t8eo","kind":"symbol","type":"topic","title":"accessibilityRotor(_:entries:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotationEffect(_:anchor:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","title":"rotationEffect(_:anchor:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotationeffect(_:anchor:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tag(_:)":{"abstract":[],"title":"tag(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tag(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tag","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)","title":"focusedValue(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyframeAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"repeating","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"keyframes"},{"kind":"text","text":": ("},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"Keyframes","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:repeating:content:keyframes:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","role":"symbol","title":"keyframeAnimator(initialValue:repeating:content:keyframes:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:value:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"symbolEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"U","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"U","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","title":"symbolEffect(_:options:value:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:value:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-195ib":{"title":"focusedObject(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-195ib","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"backgroundPreferenceValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/unredacted()":{"role":"symbol","title":"unredacted()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"unredacted","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/unredacted()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEnvironment(_:transform:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)","title":"transformEnvironment(_:transform:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEnvironment","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformenvironment(_:transform:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-1d9nw":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-1d9nw","role":"symbol","kind":"symbol","title":"navigationTitle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolVariant(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolvariant(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14SymbolVariantsV","text":"SymbolVariants","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"symbolVariant(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-96rao":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"dialogSuppressionToggle(_:isSuppressed:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-96rao","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pageCommand(value:in:step:)":{"abstract":[],"title":"pageCommand(value:in:step:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/pagecommand(value:in:step:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pageCommand","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SN","text":"ClosedRange"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"step","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gesture(_:including:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gesture(_:including:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gesture","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"gesture(_:including:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-32i7v":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","abstract":[],"title":"searchable(text:placement:prompt:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-32i7v","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(width:height:alignment:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(width:height:alignment:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","abstract":[],"title":"frame(width:height:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"frame","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"height","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disclosureGroupStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","title":"disclosureGroupStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disclosuregroupstyle(_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"disclosureGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundstyle(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","role":"symbol","type":"topic","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"backgroundStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:)":{"kind":"symbol","abstract":[],"title":"searchSuggestions(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/saturation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"saturation(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/saturation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:onCancellation:)":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:oncancellation:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"fileMover(isPresented:files:onCompletion:onCancellation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/highPriorityGesture(_:including:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"highPriorityGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/highprioritygesture(_:including:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","title":"highPriorityGesture(_:including:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-r6e3":{"role":"symbol","title":"background(_:in:fillStyle:)","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-r6e3","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityScrollAction(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityScrollAction","kind":"identifier"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityScrollAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityscrollaction(_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-f565":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic","title":"alert(_:isPresented:presenting:actions:message:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-f565","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:onCancellation:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:oncancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileMover","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"file","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)","title":"fileMover(isPresented:file:onCompletion:onCancellation:)","type":"topic","role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"presentationDetents(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/refreshable(action:)":{"title":"refreshable(action:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"refreshable","kind":"identifier"},{"kind":"text","text":"("},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/refreshable(action:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(keys:phases:action:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)","role":"symbol","abstract":[],"title":"onKeyPress(keys:phases:action:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(keys:phases:action:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"text":"<","kind":"text"},{"text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:_:eoFill:)":{"title":"contentShape(_:_:eoFill:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:_:eofill:)","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-22nxi":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi","title":"renameAction(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"renameAction","kind":"identifier"},{"kind":"text","text":"(() -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-22nxi","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alternatingRowBackgrounds(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alternatingrowbackgrounds(_:)","type":"topic","title":"alternatingRowBackgrounds(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV","text":"AlternatingRowBackgroundBehavior"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7lx31":{"kind":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:entries:entryLabel:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7lx31","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-1rrxd":{"title":"accessibility(activationPoint:)","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-1rrxd","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlSize(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ControlSizeO","text":"ControlSize","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlsize(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","title":"controlSize(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellColumns(_:)":{"type":"topic","title":"gridCellColumns(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridCellColumns","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellcolumns(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame()":{"abstract":[],"role":"symbol","title":"frame()","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame()","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importableFromServices(for:action:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/importablefromservices(for:action:)","kind":"symbol","type":"topic","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3q50g":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3q50g","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"text":"([","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogBrowserOptions(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV","text":"FileDialogBrowserOptions","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileDialogBrowserOptions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogbrowseroptions(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","text":"NamedCoordinateSpace"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"coordinateSpace(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(_:)","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollTransition","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"topLeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"text":"bottomTrailing","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(topleading:bottomtrailing:axis:transition:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:body:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)","title":"transaction(_:body:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:body:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV","text":"FocusState"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)","title":"focused(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-3yg50":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI12ListItemTintV","text":"ListItemTint","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"listItemTint(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-3yg50","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogCustomizationID(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogcustomizationid(_:)","title":"fileDialogCustomizationID(_:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogCustomizationID","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultScrollAnchor(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultScrollAnchor"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultscrollanchor(_:)","title":"defaultScrollAnchor(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/border(_:width:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/border(_:width:)","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"width"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)","title":"border(_:width:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:alignment:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(min:ideal:max:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"min","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(min:ideal:max:)","role":"symbol","kind":"symbol","title":"inspectorColumnWidth(min:ideal:max:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:)":{"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:)","title":"onDrag(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"text":"(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-5cto7":{"deprecated":true,"title":"navigationBarTitle(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-5cto7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilitySystemRotor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(ispresented:attachmentanchor:arrowedge:content:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor"},{"kind":"text","text":", "},{"text":"arrowEdge","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6","kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuButtonStyle(_:)":{"role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuButtonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","title":"menuButtonStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menubuttonstyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/selectionDisabled(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectionDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/selectiondisabled(_:)","kind":"symbol","title":"selectionDisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod","kind":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChildren(children:)":{"type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)","title":"accessibilityChildren(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychildren(children:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-1k9de":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-1k9de","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"text":"(","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"safeAreaPadding(_:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-7xxj3":{"role":"symbol","title":"focusedValue(_:_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-7xxj3","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Value","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"removeTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"kind":"symbol","deprecated":true,"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(removetraits:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/simultaneousGesture(_:including:)":{"type":"topic","abstract":[],"kind":"symbol","title":"simultaneousGesture(_:including:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/simultaneousgesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"simultaneousGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDisabled(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"scrollDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldisabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationViewStyle(_:)":{"deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"navigationViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationviewstyle(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(id:priority:_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)","kind":"symbol","abstract":[],"type":"topic","title":"task(id:priority:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(id:priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"text":"priority","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:ScP","text":"TaskPriority","kind":"typeIdentifier"},{"kind":"text","text":", () "},{"text":"async","kind":"keyword"},{"text":" -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-7a1mm":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-7a1mm","title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-bq5e":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-bq5e","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SN","text":"ClosedRange","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"lineLimit(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7lk4":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4","title":"searchable(text:placement:prompt:suggestions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7lk4","type":"topic","kind":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactiveDismissDisabled(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactivedismissdisabled(_:)","title":"interactiveDismissDisabled(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"interactiveDismissDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-8pi9g":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g","role":"symbol","abstract":[],"title":"renameAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-8pi9g","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/imageScale(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/imagescale(_:)","type":"topic","role":"symbol","title":"imageScale(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV","kind":"typeIdentifier","text":"Image"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","text":"Scale","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onSubmit(of:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onsubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onSubmit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","text":"SubmitTriggers"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"onSubmit(of:_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(removing:)":{"title":"toolbar(removing:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(removing:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removing"},{"kind":"text","text":": "},{"text":"ToolbarDefaultItemKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx","role":"symbol","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(label:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"label"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-17nkk":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-17nkk","type":"topic","title":"background(in:fillStyle:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(_:axis:transition:)":{"type":"topic","abstract":[],"kind":"symbol","title":"scrollTransition(_:axis:transition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(_:axis:transition:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollTransition","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"kind":"text","text":", "},{"text":"ScrollTransitionPhase","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusEffectDisabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focuseffectdisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusEffectDisabled"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"focusEffectDisabled(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellUnsizedAxes(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellunsizedaxes(_:)","title":"gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridCellUnsizedAxes","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h","kind":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:)":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:)","title":"fileMover(isPresented:files:onCompletion:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileMover","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-7kl7x":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x","title":"navigationDocument(_:preview:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-7kl7x","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"text":"I2","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableColumnHeaders(_:)":{"title":"tableColumnHeaders(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tableColumnHeaders","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablecolumnheaders(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-9pxs5":{"type":"topic","abstract":[],"kind":"symbol","title":"navigationSubtitle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-9pxs5","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationSubtitle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-24xkz":{"title":"searchable(text:isPresented:placement:prompt:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-24xkz"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/progressViewStyle(_:)":{"title":"progressViewStyle(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/progressviewstyle(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onHover(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onhover(perform:)","title":"onHover(perform:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onHover","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(alignment:_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(alignment:_:)","title":"mask(alignment:_:)","type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":", () -> ","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","type":"topic","title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/zIndex(_:)":{"title":"zIndex(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/zindex(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-4gij7":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-4gij7","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","title":"searchable(text:editableTokens:placement:prompt:token:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-5iwb":{"title":"accessibilityHint(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-5iwb","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:scopes:)":{"title":"searchScopes(_:scopes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:scopes:)","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"text":"scopes","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/moveDisabled(_:)":{"title":"moveDisabled(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"moveDisabled","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/movedisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDragIndicator(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdragindicator(_:)","title":"presentationDragIndicator(_:)","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationDragIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(_:)":{"type":"topic","title":"mask(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(_:)","kind":"symbol","role":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"mask","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/geometryGroup()":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/geometrygroup()","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"geometryGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","type":"topic","title":"geometryGroup()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowStyle(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentedWindowStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)","abstract":[],"title":"presentedWindowStyle(_:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowstyle(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/invalidatableContent(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/invalidatablecontent(_:)","title":"invalidatableContent(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"invalidatableContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-20sna":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-20sna","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileExporterFilenameLabel(_:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospaced(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"monospaced(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaced(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/strikethrough(_:pattern:color:)":{"kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"text":"LineStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"strikethrough(_:pattern:color:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/strikethrough(_:pattern:color:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hint:)":{"title":"accessibility(hint:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hint:)","role":"symbol","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disableAutocorrection(_:)":{"kind":"symbol","deprecated":true,"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/disableautocorrection(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)","title":"disableAutocorrection(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hidden()":{"kind":"symbol","abstract":[],"type":"topic","title":"hidden()","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"hidden"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/hidden()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-7wywb":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-7wywb","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb","kind":"symbol","title":"accessibilityActivationPoint(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-3a2xn":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-3a2xn","abstract":[],"title":"alert(_:isPresented:presenting:actions:message:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableStyle(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablestyle(_:)","kind":"symbol","type":"topic","title":"tableStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-7kcfn":{"type":"topic","title":"contentMargins(_:_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-7kcfn","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-4b6c7":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-4b6c7","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO","text":"Never"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7","type":"topic","title":"navigationDocument(_:preview:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:element:_:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:element:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"text":"?, (","kind":"text"},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)","type":"topic","title":"userActivity(_:element:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparator(_:edges:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparator(_:edges:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","type":"topic","title":"listRowSeparator(_:edges:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusScope(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusscope(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"focusScope(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onAppear(perform:)":{"title":"onAppear(perform:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onappear(perform:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onAppear","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a":{"kind":"symbol","abstract":[],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-yqu2":{"title":"accessibilityRotor(_:textRanges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-yqu2","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb":{"type":"topic","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26":{"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:onEdit:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:onedit:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onExport"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)","type":"topic","title":"exportsItemProviders(_:onExport:onEdit:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFill()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"scaledToFill()","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofill()","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/compositingGroup()":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"compositingGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/compositinggroup()","title":"compositingGroup()","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:)":{"title":"focusable(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicators(_:axes:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicators(_:axes:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollIndicators","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","kind":"typeIdentifier","text":"ScrollIndicatorVisibility"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","title":"scrollIndicators(_:axes:)","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollContentBackground(_:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollcontentbackground(_:)","role":"symbol","kind":"symbol","title":"scrollContentBackground(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollContentBackground"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabeledPair(role:id:in:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"text":"AccessibilityLabeledPairRole","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabeledpair(role:id:in:)","abstract":[],"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu":{"type":"topic","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/formStyle(_:)":{"title":"formStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"formStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/formstyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:ignoresSafeAreaEdges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"overlay(_:ignoresSafeAreaEdges:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:ignoressafeareaedges:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(addTraits:)":{"deprecated":true,"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","kind":"symbol","role":"symbol","title":"accessibility(addTraits:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(addtraits:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:)","title":"environment(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(_:_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(_:_:)","title":"accessibilityAction(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"("},{"text":"AccessibilityActionKind","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospacedDigit()":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"monospacedDigit"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"monospacedDigit()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaceddigit()","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-9e3zi":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier","text":"Importance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"deprecated":true,"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-9e3zi","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowInsets(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"listRowInsets(_:)","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowinsets(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:eoFill:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","title":"contentShape(_:eoFill:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:eofill:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3y1ps":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityInputLabels(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3y1ps","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-2cjy":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"deprecated":true,"title":"onDrop(of:delegate:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-2cjy","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutValue(key:value:)":{"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutvalue(key:value:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"layoutValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)","title":"layoutValue(key:value:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-20dqn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"buttonStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-20dqn","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"pressing","kind":"externalParam"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogImportsUnresolvedAliases(_:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"fileDialogImportsUnresolvedAliases(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogimportsunresolvedaliases(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"error","kind":"externalParam"},{"kind":"text","text":": "},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"alert(isPresented:error:actions:)","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-5ivzh":{"role":"symbol","title":"background(in:fillStyle:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-5ivzh","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-38ymt":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","text":"VerticalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"alignmentGuide(_:computeValue:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-38ymt","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-6zlc1":{"title":"fileDialogConfirmationLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-6zlc1"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"animation(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(selectionIdentifier:)":{"title":"accessibility(selectionIdentifier:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(selectionidentifier:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","role":"symbol","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/handlesExternalEvents(preferring:allowing:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/handlesexternalevents(preferring:allowing:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"handlesExternalEvents","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"preferring"},{"text":": ","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"handlesExternalEvents(preferring:allowing:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinueUserActivity(_:perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinueuseractivity(_:perform:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onContinueUserActivity","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onContinueUserActivity(_:perform:)","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5c2we":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","role":"symbol","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5c2we","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-7b12n":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"deprecated":true,"title":"navigationBarTitle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-7b12n","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-5po8d":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-5po8d","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(_:isPresented:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-88did":{"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-88did","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-3fpir":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir","type":"topic","title":"dialogSuppressionToggle(_:isSuppressed:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-3fpir","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(sortPriority:)":{"deprecated":true,"title":"accessibility(sortPriority:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(sortpriority:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilDoubleTap(perform:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencildoubletap(perform:)","kind":"symbol","type":"topic","title":"onPencilDoubleTap(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPencilDoubleTap","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"PencilDoubleTapGestureValue","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(value:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(value:)","type":"topic","title":"accessibility(value:)","deprecated":true,"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewContext(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewcontext(_:)","type":"topic","title":"previewContext(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewContext","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onTapGesture","kind":"identifier"},{"kind":"text","text":"("},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"onTapGesture(count:perform:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:perform:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:content:animation:)":{"type":"topic","abstract":[],"title":"phaseAnimator(_:content:animation:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"phaseAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"kind":"text","text":">(some "},{"kind":"typeIdentifier","preciseIdentifier":"s:ST","text":"Sequence"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:content:animation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(for:alignment:content:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier","text":"ContainerBackgroundPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(for:alignment:content:)","title":"containerBackground(for:alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogDefaultDirectory(_:)":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)","title":"fileDialogDefaultDirectory(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogdefaultdirectory(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(id:content:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(id:content:)","type":"topic","title":"toolbar(id:content:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-1ulbv":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchable(text:tokens:placement:prompt:token:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-59wsa":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa","title":"lineLimit(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-59wsa","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:s19PartialRangeThroughV","text":"PartialRangeThrough","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blendMode(_:)":{"abstract":[],"type":"topic","title":"blendMode(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"blendMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blendmode(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"text":": ","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labeledContentStyle(_:)":{"type":"topic","title":"labeledContentStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labeledcontentstyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowBackground(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowbackground(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"listRowBackground","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","title":"listRowBackground(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blur(radius:opaque:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"text":"opaque","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"blur(radius:opaque:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blur(radius:opaque:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/flipsForRightToLeftLayoutDirection(_:)":{"abstract":[],"type":"topic","kind":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/flipsforrighttoleftlayoutdirection(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/drawingGroup(opaque:colorMode:)":{"title":"drawingGroup(opaque:colorMode:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"drawingGroup","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ColorRenderingMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/drawinggroup(opaque:colormode:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-2yymn":{"title":"searchable(text:placement:prompt:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-2yymn","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-3domh":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","kind":"symbol","title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-3domh","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuActionDismissBehavior(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuactiondismissbehavior(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","kind":"typeIdentifier","text":"MenuActionDismissBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"menuActionDismissBehavior(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsHitTesting(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","role":"symbol","abstract":[],"title":"allowsHitTesting(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowshittesting(_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:equals:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:equals:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"preciseIdentifier":"s:7SwiftUI10FocusStateV","kind":"typeIdentifier","text":"FocusState"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","abstract":[],"type":"topic","role":"symbol","title":"focused(_:equals:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityZoomAction(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityzoomaction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityZoomAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","text":"AccessibilityZoomGestureAction"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","title":"accessibilityZoomAction(_:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:message:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"error","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"alert(isPresented:error:actions:message:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:message:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onLongPressGesture","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onPressingChanged"},{"text":": ((","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/headerProminence(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/headerprominence(_:)","type":"topic","title":"headerProminence(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"headerProminence","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO","text":"Prominence"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:body:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:body:)","abstract":[],"type":"topic","title":"animation(_:body:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"body"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAdjustableAction(_:)":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityadjustableaction(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO","kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","title":"accessibilityAdjustableAction(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"keyboardShortcut(_:modifiers:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"allowsMultipleSelection","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/deleteDisabled(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"deleteDisabled(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/deletedisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-6asj7":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:Sn","text":"Range","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":".","kind":"text"},{"text":"Index","kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-6asj7","title":"accessibilityRotor(_:textRanges:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLinkedGroup(id:in:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityLinkedGroup","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"type":"topic","title":"accessibilityLinkedGroup(id:in:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylinkedgroup(id:in:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-6nk7":{"type":"topic","abstract":[],"kind":"symbol","title":"onChange(of:initial:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"initial"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-6nk7"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-4p8q":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"text":"PartialRangeFrom","kind":"typeIdentifier","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"lineLimit(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-4p8q","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-7cux8":{"abstract":[],"type":"topic","title":"focusedSceneObject(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-7cux8","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-2j6rc":{"title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-2j6rc"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAnnouncementsQueued(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"speechAnnouncementsQueued(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechannouncementsqueued(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tracking(_:)":{"type":"topic","abstract":[],"kind":"symbol","title":"tracking(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tracking(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"tracking","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-2bi7k":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-2bi7k","title":"typeSelectEquivalent(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCommand(_:perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)","title":"onCommand(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncommand(_:perform:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-boxd":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"navigationBarTitle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-boxd","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilSqueeze(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencilsqueeze(perform:)","title":"onPencilSqueeze(perform:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","kind":"typeIdentifier","text":"PencilSqueezeGesturePhase"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"scenePadding(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-5ve2o":{"title":"fileExporterFilenameLabel(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-5ve2o","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tint(_:)":{"abstract":[],"title":"tint(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tint(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:_:)":{"title":"environment(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"typeIdentifier","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7lgmh":{"title":"help(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7lgmh","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:onFocusChange:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:onfocuschange:)","title":"focusable(_:onFocusChange:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onFocusChange"},{"text":": (","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)","deprecated":true,"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspector(isPresented:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"inspector(isPresented:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspector(ispresented:content:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:equals:)":{"title":"accessibilityFocused(_:equals:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityFocused","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:equals:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/kerning(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/kerning(_:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","title":"kerning(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:trigger:content:animation:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Phase"},{"text":">(some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"animation","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Phase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:trigger:content:animation:)","type":"topic","kind":"symbol","title":"phaseAnimator(_:trigger:content:animation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutPriority(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layoutPriority","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"layoutPriority(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutpriority(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"kind":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewInterfaceOrientation(_:)":{"title":"previewInterfaceOrientation(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","text":"InterfaceOrientation","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewinterfaceorientation(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityShowsLargeContentViewer(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-4eh54":{"type":"topic","title":"navigationTitle(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-4eh54","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutDirectionBehavior(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)","type":"topic","title":"layoutDirectionBehavior(_:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutdirectionbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"LayoutDirectionBehavior","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importsItemProviders(_:onImport:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/importsitemproviders(_:onimport:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"text":"onImport","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"importsItemProviders(_:onImport:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(x:y:anchor:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(x:y:anchor:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)","role":"symbol","title":"scaleEffect(x:y:anchor:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-60za2":{"type":"topic","abstract":[],"title":"navigationSubtitle(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-60za2"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/modifier(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":">","kind":"text"}],"title":"modifier(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/modifier(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(item:onDismiss:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"sheet(item:onDismiss:content:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(item:ondismiss:content:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/autocorrectionDisabled(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"autocorrectionDisabled(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/autocorrectiondisabled(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWidth(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontwidth(_:)","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","title":"fontWidth(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"text":"Width","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchPresentationToolbarBehavior(_:)":{"kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV","text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchpresentationtoolbarbehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)","title":"searchPresentationToolbarBehavior(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleDisplayMode(_:)":{"role":"symbol","kind":"symbol","title":"toolbarTitleDisplayMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ToolbarTitleDisplayMode","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitledisplaymode(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-712tm":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityLabel(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-712tm","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAddTraits(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibilityAddTraits(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaddtraits(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-1v3pf":{"deprecated":true,"title":"onPasteCommand(of:validator:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-1v3pf","abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-1xn01":{"title":"aspectRatio(_:contentMode:)","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-1xn01","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPrincipal(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"touchBarItemPrincipal(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritemprincipal(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowedDynamicRange(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"kind":"text","text":"."},{"text":"DynamicRange","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)","title":"allowedDynamicRange(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alloweddynamicrange(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-27sdb":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-27sdb","title":"accessibilityAction(named:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/opacity(_:)":{"abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)","title":"opacity(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/opacity(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/grayscale(_:)":{"title":"grayscale(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/grayscale(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)","kind":"symbol","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"grayscale","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:ignoresSafeAreaEdges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","role":"symbol","abstract":[],"title":"background(_:ignoresSafeAreaEdges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:ignoressafeareaedges:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:isActive:_:)":{"kind":"symbol","title":"userActivity(_:isActive:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:isactive:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"inspectorColumnWidth(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDismissesKeyboard(_:)":{"title":"scrollDismissesKeyboard(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"text":"(","kind":"text"},{"text":"ScrollDismissesKeyboardMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldismisseskeyboard(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"offset(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinuousHover(coordinateSpace:perform:)":{"title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinuoushover(coordinatespace:perform:)","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHidden(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityHidden(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhidden(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-8aa7t":{"role":"symbol","kind":"symbol","abstract":[],"title":"searchable(text:placement:prompt:suggestions:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"suggestions"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-8aa7t"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-3m0aa":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-3m0aa","type":"topic","title":"fileDialogConfirmationLabel(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotorEntry(id:in:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotorentry(id:in:)","role":"symbol","type":"topic","title":"accessibilityRotorEntry(id:in:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"id"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(isPresented:onDismiss:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"sheet","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?, "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"sheet(isPresented:onDismiss:content:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(ispresented:ondismiss:content:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:for:)":{"title":"searchSuggestions(_:for:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier","text":"SearchSuggestionsPlacement"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:for:)","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuOrder(_:)":{"title":"menuOrder(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuorder(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI9MenuOrderV","text":"MenuOrder","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparator(_:edges:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"listSectionSeparator(_:edges:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparator(_:edges:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolRenderingMode(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolrenderingmode(_:)","title":"symbolRenderingMode(_:)","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"symbolRenderingMode","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier","text":"SymbolRenderingMode"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3b210":{"type":"topic","title":"alert(_:isPresented:actions:message:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3b210","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-75had":{"title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had","role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-75had","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hidden:)":{"deprecated":true,"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hidden:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)","title":"accessibility(hidden:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-8syq1":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-8syq1","kind":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-92y3y":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"badge(_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-92y3y","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-8lxba":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"title":"accessibilityValue(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-8lxba","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonBorderShape(_:)":{"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonbordershape(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"buttonBorderShape","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","text":"ButtonBorderShape"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","title":"buttonBorderShape(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAlwaysIncludesPunctuation(_:)":{"kind":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechalwaysincludespunctuation(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam":{"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-88el9":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-88el9","type":"topic","kind":"symbol","title":"navigationBarTitle(_:displayMode:)","role":"symbol","deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"navigationSplitViewColumnWidth(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(content:)":{"title":"touchBar(content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(content:)","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"touchBar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-1pvq4":{"title":"accessibilityInputLabels(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">([","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-1pvq4","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4","abstract":[],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(alignment:content:)":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(alignment:content:)","type":"topic","title":"presentationBackground(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pasteDestination(for:action:validator:)":{"type":"topic","kind":"symbol","title":"pasteDestination(for:action:validator:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/pastedestination(for:action:validator:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-2l8ew":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew","type":"topic","abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-2l8ew","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-5c4tz":{"title":"badge(_:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-5c4tz"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRepresentation(representation:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrepresentation(representation:)","kind":"symbol","type":"topic","title":"accessibilityRepresentation(representation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"representation"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"foregroundStyle(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-7rgo9":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-7rgo9","title":"typeSelectEquivalent(_:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:for:)":{"type":"topic","title":"contentMargins(_:for:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","text":"ContentMarginPlacement"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:alignment:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", (","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"overlayPreferenceValue(_:alignment:_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:alignment:_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-47u2h":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-47u2h","title":"padding(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(horizontal:vertical:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationCompactAdaptation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(horizontal:vertical:)","title":"presentationCompactAdaptation(horizontal:vertical:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:)","type":"topic","role":"symbol","title":"navigationDocument(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/edgesIgnoringSafeArea(_:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/edgesignoringsafearea(_:)","role":"symbol","title":"edgesIgnoringSafeArea(_:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:isActive:)":{"type":"topic","title":"symbolEffect(_:options:isActive:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:isactive:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(inputLabels:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(inputlabels:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"inputLabels"},{"text":": [","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"title":"accessibility(inputLabels:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(forselectiontype:menu:primaryaction:)","title":"contextMenu(forSelectionType:menu:primaryAction:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"forSelectionType","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"menu"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sh","text":"Set"},{"text":"<","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-8p2k8":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-8p2k8","type":"topic","title":"alert(_:isPresented:presenting:actions:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(item:destination:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<"},{"text":"D","kind":"typeIdentifier"},{"text":">>, ","kind":"text"},{"kind":"externalParam","text":"destination"},{"text":": (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"navigationDestination(item:destination:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(item:destination:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarHidden(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarhidden(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarHidden","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"deprecated":true,"title":"navigationBarHidden(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"matchedGeometryEffect"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","kind":"typeIdentifier","text":"MatchedGeometryProperties"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"text":": ","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"text":"isSource","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/matchedgeometryeffect(id:in:properties:anchor:issource:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-igdg":{"type":"topic","title":"accessibilityRotor(_:textRanges:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-igdg","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"textRanges"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":".","kind":"text"},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarColorScheme(_:for:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarcolorscheme(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarColorScheme","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","kind":"typeIdentifier","text":"ColorScheme"},{"kind":"text","text":"?, "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","kind":"typeIdentifier"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"toolbarColorScheme(_:for:)","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:interactions:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"interactions","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusable(_:interactions:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:interactions:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gaugeStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gaugeStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"gaugeStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gaugestyle(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDeleteCommand(perform:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondeletecommand(perform:)","type":"topic","role":"symbol","title":"onDeleteCommand(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)","type":"topic","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layerEffect(_:maxSampleOffset:isEnabled:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize","text":"CGSize"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"layerEffect(_:maxSampleOffset:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layereffect(_:maxsampleoffset:isenabled:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonRepeatBehavior(_:)":{"title":"buttonRepeatBehavior(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","text":"ButtonRepeatBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonrepeatbehavior(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-46n8j":{"kind":"symbol","title":"accessibilityHint(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-46n8j","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-53uzd":{"type":"topic","title":"onPasteCommand(of:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-53uzd","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/projectionEffect(_:)":{"title":"projectionEffect(_:)","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/projectioneffect(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"projectionEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","text":"ProjectionTransform","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transition(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13AnyTransitionV","kind":"typeIdentifier","text":"AnyTransition"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transition(_:)","role":"symbol","title":"transition(_:)","type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-6apar":{"title":"onPasteCommand(of:perform:)","deprecated":true,"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-6apar","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onPasteCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"], ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-7x98z":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:isPresented:placement:prompt:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-7x98z","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">.","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)","title":"accessibilityFocused(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:)":{"abstract":[],"title":"exportableToServices(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"exportableToServices","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hueRotation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","title":"hueRotation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/huerotation(_:)","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"hueRotation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV","text":"Angle"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8e2nj":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8e2nj","abstract":[],"kind":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitLabel(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitlabel(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)","title":"submitLabel(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7spl":{"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7spl","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","abstract":[],"title":"accessibilityRotor(_:entries:entryLabel:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(_:)","title":"position(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"text":"(","kind":"text"},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-6nei1":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"navigationTitle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-6nei1","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(identifier:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)","type":"topic","deprecated":true,"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"identifier","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(identifier:)","title":"accessibility(identifier:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5z5ol":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5z5ol","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/italic(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"italic(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/italic(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-61nfe":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-61nfe","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"title":"alert(_:isPresented:actions:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundColor(_:)":{"role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"foregroundColor","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"foregroundColor(_:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundcolor(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)","abstract":[],"title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"allowsFullSwipe","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/swipeactions(edge:allowsfullswipe:content:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-5gp2q":{"abstract":[],"title":"alert(_:isPresented:presenting:actions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-5gp2q","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIgnoresInvertColors(_:)":{"title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityIgnoresInvertColors","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityignoresinvertcolors(_:)","abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarBackground(_:for:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)","title":"toolbarBackground(_:for:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarbackground(_:for:)","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparatorTint(_:edges:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparatortint(_:edges:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)","title":"listSectionSeparatorTint(_:edges:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-7pfat":{"role":"symbol","kind":"symbol","title":"navigationBarTitle(_:displayMode:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"displayMode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"NavigationBarItem","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","kind":"typeIdentifier","text":"TitleDisplayMode"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-7pfat"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactionActivityTrackingTag(_:)":{"type":"topic","title":"interactionActivityTrackingTag(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactionactivitytrackingtag(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-5r06s":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"fileDialogMessage(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-5r06s","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilitySortPriority(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilitySortPriority(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitysortpriority(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/horizontalRadioGroupLayout()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"horizontalRadioGroupLayout()","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/horizontalradiogrouplayout()","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-561u7":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-561u7","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV","text":"PresentationAdaptation"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"presentationCompactAdaptation(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/privacySensitive(_:)":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","title":"privacySensitive(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/privacysensitive(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"privacySensitive"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textSelection(_:)":{"abstract":[],"title":"textSelection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textselection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:selection:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:selection:)","role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"kind":"text","text":">, "},{"text":"selection","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"PresentationDetent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"presentationDetents(_:selection:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsTightening(_:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","title":"allowsTightening(_:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowstightening(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listStyle(_:)":{"title":"listStyle(_:)","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/liststyle(_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-mmz9":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-mmz9","kind":"symbol","type":"topic","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-68uof":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-68uof","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof","role":"symbol","title":"accessibilityRotor(_:entries:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","kind":"typeIdentifier","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationSplitViewStyle(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewstyle(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-9fopn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn","role":"symbol","abstract":[],"title":"searchable(text:tokens:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-9fopn","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorScheme(_:)":{"deprecated":true,"title":"colorScheme(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorscheme(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:localization:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:localization:)","type":"topic","role":"symbol","kind":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"text":"localization","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"text":"Localization","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-8dt82":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-8dt82","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogConfirmationLabel"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileDialogConfirmationLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menustyle(_:)","kind":"symbol","title":"menuStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"exportsItemProviders(_:onExport:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPlayPauseCommand(perform:)":{"abstract":[],"title":"onPlayPauseCommand(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPlayPauseCommand"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onplaypausecommand(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAdjustedPitch(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechadjustedpitch(_:)","type":"topic","title":"speechAdjustedPitch(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"speechAdjustedPitch","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollPosition(id:anchor:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollposition(id:anchor:)","type":"topic","title":"scrollPosition(id:anchor:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"text":"(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<(some "},{"text":"Hashable","kind":"typeIdentifier","preciseIdentifier":"s:SH"},{"text":")?>, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm":{"type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEffect(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformeffect(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"text":"CGAffineTransform","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGAffineTransform"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"transformEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:onEdit:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"exportableToServices(_:onEdit:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:onedit:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7xofz":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","title":"help(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7xofz","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipShape(_:style:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)","role":"symbol","title":"clipShape(_:style:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipshape(_:style:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"clipShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(value:_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(value:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transaction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", (","kind":"text"},{"kind":"keyword","text":"inout"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"transaction(value:_:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(for:destination:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"text":"destination","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(for:destination:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)","title":"navigationDestination(for:destination:)","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/ignoresSafeArea(_:edges:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ignoressafearea(_:edges:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"text":"SafeAreaRegions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"text":", ","kind":"text"},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","title":"ignoresSafeArea(_:edges:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:preview:)":{"title":"onDrag(_:preview:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:preview:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWeight(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fontWeight(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontweight(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelStyle(_:)":{"abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"labelStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)","title":"labelStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelstyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-20fnh":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-20fnh","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh","title":"toolbar(content:)","role":"symbol","abstract":[],"kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationContentInteraction(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentationContentInteraction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV","text":"PresentationContentInteraction"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"presentationContentInteraction(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcontentinteraction(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuIndicator(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"menuIndicator(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuindicator(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:_:)","type":"topic","title":"safeAreaPadding(_:_:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaPadding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":", ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(alignment:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(alignment:content:)","title":"overlay(alignment:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/id(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/id(_:)","kind":"symbol","title":"id(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"id","kind":"identifier"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier","text":"UTType"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileExporter(isPresented:documents:contentType:onCompletion:)","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridColumnAlignment(_:)":{"type":"topic","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcolumnalignment(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"padding(_:_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-95ffp":{"title":"accessibilityCustomContent(_:_:importance:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-95ffp","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-5in15":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeSelectEquivalent"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"typeSelectEquivalent(_:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-5in15","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-3byor":{"kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-3byor","type":"topic","title":"toolbar(content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-1qbo0":{"title":"onDrop(of:isTargeted:perform:)","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-1qbo0","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(alignment:content:)":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(alignment:content:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)","title":"background(alignment:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9sd5o":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o","title":"accessibilityRotor(_:entries:)","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9sd5o","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabViewStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabviewstyle(_:)","type":"topic","role":"symbol","kind":"symbol","title":"tabViewStyle(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(phases:action:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(phases:action:)","type":"topic","title":"onKeyPress(phases:action:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"kind":"text","text":"("},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(item:attachmentAnchor:arrowEdge:content:)":{"title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"text":": ","kind":"text"},{"text":"PopoverAttachmentAnchor","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(item:attachmentanchor:arrowedge:content:)","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-4jhgz":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-4jhgz","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz","title":"fileDialogMessage(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:preview:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":", ","kind":"text"},{"text":"preview","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"contextMenu(menuItems:preview:)","role":"symbol","abstract":[],"type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preferredColorScheme(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/preferredcolorscheme(_:)","title":"preferredColorScheme(_:)","type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textScale(_:isEnabled:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isEnabled"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textScale(_:isEnabled:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textscale(_:isenabled:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(item:content:)":{"title":"alert(item:content:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Item"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5AlertV","kind":"typeIdentifier","text":"Alert"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(item:content:)","abstract":[],"deprecated":true,"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(x:y:)":{"type":"topic","title":"position(x:y:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(x:y:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/paletteSelectionEffect(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"paletteSelectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PaletteSelectionEffect","preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/paletteselectioneffect(_:)","role":"symbol","title":"paletteSelectionEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:)","title":"draggable(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-5tiev":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev","abstract":[],"title":"searchable(text:editableTokens:placement:prompt:token:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-5tiev","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/groupBoxStyle(_:)":{"title":"groupBoxStyle(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"groupBoxStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/groupboxstyle(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-6376y":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"scaleEffect(_:anchor:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-6376y"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onMoveCommand(perform:)":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"text":"MoveCommandDirection","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)","type":"topic","title":"onMoveCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onmovecommand(perform:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:alignment:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:alignment:)","title":"overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Overlay","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-858mx":{"title":"accessibilityRotor(_:entries:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-858mx","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDevice(_:)":{"type":"topic","title":"previewDevice(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdevice(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)","role":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"previewDevice","kind":"identifier"},{"kind":"text","text":"("},{"text":"PreviewDevice","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cuttable(for:action:)":{"kind":"symbol","title":"cuttable(for:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/cuttable(for:action:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"text":"]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-15slg":{"type":"topic","title":"fileDialogMessage(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-15slg","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/brightness(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/brightness(_:)","kind":"symbol","type":"topic","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(_:for:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(_:for:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerBackground"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","text":"ContainerBackgroundPlacement","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)","role":"symbol","kind":"symbol","title":"containerBackground(_:for:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onOpenURL(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onOpenURL","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":") -> ()) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"onOpenURL(perform:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onopenurl(perform:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-759yu":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-759yu","role":"symbol","kind":"symbol","title":"accessibility(activationPoint:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGPoint","text":"CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDisappear(perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondisappear(perform:)","kind":"symbol","type":"topic","title":"onDisappear(perform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:7SwiftUI5AlertV","text":"Alert","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"title":"alert(isPresented:content:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:content:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preference(key:value:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"preference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"preference(key:value:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/preference(key:value:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchCompletion(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchcompletion(_:)","title":"searchCompletion(_:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchCompletion","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-aetd":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-aetd","type":"topic","title":"keyboardShortcut(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-85lt2":{"kind":"symbol","title":"focusedSceneValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-85lt2","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformpreference(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityDirectTouch(_:options:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitydirecttouch(_:options:)","kind":"symbol","type":"topic","title":"accessibilityDirectTouch(_:options:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","text":"AccessibilityDirectTouchOptions"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:phases:action:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"phases"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"text":"Phases","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"onKeyPress(_:phases:action:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:phases:action:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-tq7j":{"kind":"symbol","title":"searchable(text:isPresented:placement:prompt:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-tq7j","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/truncationMode(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"truncationMode","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"TruncationMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)","role":"symbol","type":"topic","title":"truncationMode(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/truncationmode(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5sta6":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"(","kind":"text"},{"text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"AXCustomContent","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5sta6","type":"topic","title":"accessibilityCustomContent(_:_:importance:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:action:)":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onKeyPress"},{"kind":"text","text":"("},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:action:)","title":"onKeyPress(_:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-9cujs":{"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-9cujs","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs","title":"navigationDocument(_:preview:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/underline(_:pattern:color:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier","text":"LineStyle"},{"text":".","kind":"text"},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/underline(_:pattern:color:)","abstract":[],"title":"underline(_:pattern:color:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:_:)":{"kind":"symbol","abstract":[],"title":"overlayPreferenceValue(_:_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIdentifier(_:)":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityidentifier(_:)","title":"accessibilityIdentifier(_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-55thu":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-55thu","title":"fileExporterFilenameLabel(_:)","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultFocus(_:_:priority:)":{"title":"defaultFocus(_:_:priority:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"defaultFocus","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">.","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultfocus(_:_:priority:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:in:fillStyle:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"overlay(_:in:fillStyle:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:in:fillstyle:)","role":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"API Collection","title":"View Implementations","role":"collectionGroup","modules":[{"name":"OUDSComponents"}]},"kind":"article","identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"topicSections":[{"title":"Instance Methods","generated":true,"identifiers":["doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)"]}],"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDeleteCommand(perform:)":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDeleteCommand","kind":"identifier"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDeleteCommand(perform:)","kind":"symbol","abstract":[],"title":"onDeleteCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondeletecommand(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"sensoryFeedback(_:trigger:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:_:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"foregroundStyle(_:_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"text":"S3","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"text":", ","kind":"text"},{"text":"S3","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-66eu":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"text":"SharePreview","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"navigationDocument(_:preview:)","type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-66eu","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-66eu","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-85lt2":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier","text":"WritableKeyPath"},{"text":"<","kind":"text"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-85lt2","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-85lt2","abstract":[],"title":"focusedSceneValue(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-mmz9":{"kind":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-mmz9","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-mmz9"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-77frj":{"role":"symbol","abstract":[],"kind":"symbol","title":"typesettingLanguage(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-77frj","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-77frj","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation6LocaleV","text":"Locale","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Language","preciseIdentifier":"s:10Foundation6LocaleV8LanguageV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1c7eb","abstract":[],"role":"symbol","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1c7eb","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-2l8ew":{"role":"symbol","abstract":[],"kind":"symbol","title":"accessibilityRotor(_:entries:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-2l8ew","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-2l8ew","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetBehavior(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetBehavior"},{"text":"(some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20ScrollTargetBehaviorP","kind":"typeIdentifier","text":"ScrollTargetBehavior"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetbehavior(_:)","title":"scrollTargetBehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/ignoresSafeArea(_:edges:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ignoressafearea(_:edges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ignoresSafeArea"},{"text":"(","kind":"text"},{"text":"SafeAreaRegions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"ignoresSafeArea(_:edges:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/ignoresSafeArea(_:edges:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disclosureGroupStyle(_:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disclosureGroupStyle(_:)","abstract":[],"title":"disclosureGroupStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disclosuregroupstyle(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-9ekan":{"role":"symbol","abstract":[],"kind":"symbol","title":"focusedValue(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-9ekan","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-9ekan","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"FocusedValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"text":", ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityTextContentType(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityTextContentType","kind":"identifier"},{"text":"(","kind":"text"},{"text":"AccessibilityTextContentType","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityTextContentType(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityTextContentType(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitytextcontenttype(_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listStyle(_:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"listStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/liststyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listStyle(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(priority:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(priority:_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(priority:_:)","abstract":[],"title":"task(priority:_:)","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cornerRadius(_:antialiased:)":{"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/cornerradius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"cornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cornerRadius(_:antialiased:)","title":"cornerRadius(_:antialiased:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/projectionEffect(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/projectioneffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/projectionEffect(_:)","type":"topic","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"projectionEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:_:eoFill:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:_:eofill:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:_:eoFill:)","type":"topic","title":"contentShape(_:_:eoFill:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContentShapeKinds","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuActionDismissBehavior(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuactiondismissbehavior(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"menuActionDismissBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MenuActionDismissBehaviorV","text":"MenuActionDismissBehavior"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"menuActionDismissBehavior(_:)","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuActionDismissBehavior(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-9pxs5":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-9pxs5","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-9pxs5","kind":"symbol","abstract":[],"role":"symbol","title":"navigationSubtitle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","type":"topic","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"frame","kind":"identifier"},{"text":"(","kind":"text"},{"text":"minWidth","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"maxWidth","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"text":"minHeight","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"maxHeight","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-6376y":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-6376y","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-6376y","type":"topic","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scaleEffect"},{"text":"(","kind":"text"},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(_:trigger:condition:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"sensoryFeedback","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"SensoryFeedback","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"condition"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"sensoryFeedback(_:trigger:condition:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(_:trigger:condition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(_:trigger:condition:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewInterfaceOrientation(_:)":{"kind":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV","text":"InterfaceOrientation","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewInterfaceOrientation(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewinterfaceorientation(_:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(trigger:)":{"type":"topic","role":"symbol","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"scrollIndicatorsFlash(trigger:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(trigger:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(trigger:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-47a98":{"title":"badge(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-47a98","abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-47a98","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dynamicTypeSize(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dynamicTypeSize","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO","text":"DynamicTypeSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dynamicTypeSize(_:)","title":"dynamicTypeSize(_:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dynamictypesize(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-4yjpg","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-4yjpg","type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:alignment:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:alignment:)","type":"topic","title":"background(_:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"text":">(","kind":"text"},{"text":"Background","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-8p2k8":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-8p2k8","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-8p2k8","type":"topic","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(inputLabels:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(inputlabels:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(inputLabels:)","type":"topic","title":"accessibility(inputLabels:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-7wywb":{"title":"accessibilityActivationPoint(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-7wywb","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGPoint","preciseIdentifier":"c:@S@CGPoint","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-7wywb","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(_:)","title":"touchBar(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8TouchBarV","text":"TouchBar"},{"text":"<","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:localization:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:localization:)","title":"keyboardShortcut(_:modifiers:localization:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:localization:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"text":"(","kind":"text"},{"text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"localization"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWidth(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontwidth(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWidth(_:)","title":"fontWidth(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV5WidthV","text":"Width"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/anchorPreference(key:value:transform:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"anchorPreference","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/anchorPreference(key:value:transform:)","title":"anchorPreference(key:value:transform:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/anchorpreference(key:value:transform:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:)":{"kind":"symbol","title":"searchSuggestions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-4tsr8","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-4tsr8","type":"topic","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": some "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sy","text":"StringProtocol"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":">) -> some "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(name:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(name:)","abstract":[],"deprecated":true,"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"coordinateSpace","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(name:)","title":"coordinateSpace(name:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hidden:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hidden:)","abstract":[],"deprecated":true,"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"hidden","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibility(hidden:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hidden:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:)":{"kind":"symbol","title":"scenePadding(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabeledPair(role:id:in:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabeledPair(role:id:in:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityLabeledPair","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO","text":"AccessibilityLabeledPairRole","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"ID","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityLabeledPair(role:id:in:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabeledpair(role:id:in:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarBackButtonHidden(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"navigationBarBackButtonHidden(_:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarbackbuttonhidden(_:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5z5ol":{"abstract":[],"kind":"symbol","title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5z5ol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5z5ol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-20dqn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-20dqn","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-20dqn","title":"buttonStyle(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-38ymt":{"kind":"symbol","title":"alignmentGuide(_:computeValue:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-38ymt","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier","text":"VerticalAlignment"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"text":"ViewDimensions","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-38ymt","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-2l2xd":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-2l2xd","abstract":[],"deprecated":true,"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"text":"isTargeted","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onDrop(of:isTargeted:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-2l2xd","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/task(id:priority:_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/task(id:priority:_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/task(id:priority:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"task","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"priority"},{"text":": ","kind":"text"},{"text":"TaskPriority","preciseIdentifier":"s:ScP","kind":"typeIdentifier"},{"text":", () ","kind":"text"},{"kind":"keyword","text":"async"},{"text":" -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"task(id:priority:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorInvert()":{"type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorinvert()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorInvert()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorInvert","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"colorInvert()","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilDoubleTap(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilDoubleTap(perform:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onPencilDoubleTap","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"PencilDoubleTapGestureValue","preciseIdentifier":"s:7SwiftUI27PencilDoubleTapGestureValueV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencildoubletap(perform:)","title":"onPencilDoubleTap(perform:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-1v3pf":{"role":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-1v3pf","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"text":"Payload","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Payload"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-1v3pf","title":"onPasteCommand(of:validator:perform:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"text":"(","kind":"text"},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"maximumDistance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toggleStyle(_:)":{"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/togglestyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toggleStyle(_:)","title":"toggleStyle(_:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-4q9vu","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-4q9vu","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowBackground(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowBackground(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowbackground(_:)","kind":"symbol","title":"listRowBackground(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowBackground","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"V","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneValue(_:_:)-7a1mm":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneValue(_:_:)-7a1mm","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusedSceneValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","kind":"typeIdentifier","text":"FocusedValues"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedscenevalue(_:_:)-7a1mm","title":"focusedSceneValue(_:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:)":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focused","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"focused(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:element:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:element:_:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"userActivity","kind":"identifier"},{"text":"<","kind":"text"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":", "},{"text":"element","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":"?, (","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"userActivity(_:element:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:element:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(id:content:)":{"kind":"symbol","abstract":[],"title":"toolbar(id:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(id:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(id:content:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarColorScheme(_:for:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarcolorscheme(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarColorScheme(_:for:)","type":"topic","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":"?, ","kind":"text"},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ToolbarPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"text":"...) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPresence(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"text":"(","kind":"text"},{"text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"touchBarItemPresence(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPresence(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritempresence(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-2cjy":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-2cjy","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-2cjy","type":"topic","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"delegate","kind":"externalParam"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP","text":"DropDelegate"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pageCommand(value:in:step:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/pagecommand(value:in:step:)","kind":"symbol","title":"pageCommand(value:in:step:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"pageCommand","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"ClosedRange","kind":"typeIdentifier","preciseIdentifier":"s:SN"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"step","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pageCommand(value:in:step:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-561u7":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-561u7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-561u7","type":"topic","title":"alert(_:isPresented:actions:message:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowToolbarStyle(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowtoolbarstyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowToolbarStyle(_:)","type":"topic","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentedWindowToolbarStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsHitTesting(_:)":{"abstract":[],"title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"allowsHitTesting","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsHitTesting(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowshittesting(_:)","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-712tm":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-712tm","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-712tm","type":"topic","title":"accessibilityLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:onEdit:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:onedit:)","title":"exportableToServices(_:onEdit:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"exportableToServices","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(() -> [","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onEdit"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:onEdit:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/grayscale(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/grayscale(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/grayscale(_:)","type":"topic","title":"grayscale(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"text":"(","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(for:alignment:content:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(for:alignment:content:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerBackground"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContainerBackgroundPlacement","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"containerBackground(for:alignment:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(for:alignment:content:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-61nfe":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-61nfe","title":"alert(_:isPresented:actions:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-61nfe","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChildren(children:)":{"title":"accessibilityChildren(children:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityChildren","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChildren(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychildren(children:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPlayPauseCommand(perform:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPlayPauseCommand(perform:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onplaypausecommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"title":"onPlayPauseCommand(perform:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/simultaneousGesture(_:including:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/simultaneousgesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/simultaneousGesture(_:including:)","type":"topic","title":"simultaneousGesture(_:including:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"including","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alternatingRowBackgrounds(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alternatingRowBackgrounds(_:)","kind":"symbol","title":"alternatingRowBackgrounds(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alternatingrowbackgrounds(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alternatingRowBackgrounds","kind":"identifier"},{"kind":"text","text":"("},{"text":"AlternatingRowBackgroundBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI32AlternatingRowBackgroundBehaviorV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(addTraits:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(addtraits:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(addTraits:)","type":"topic","title":"accessibility(addTraits:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"addTraits","kind":"externalParam"},{"kind":"text","text":": "},{"text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/truncationMode(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/truncationmode(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"truncationMode"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO","text":"TruncationMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"truncationMode(_:)","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/truncationMode(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-63mj5":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-63mj5","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-63mj5","type":"topic","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/drawingGroup(opaque:colorMode:)":{"abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"drawingGroup","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"opaque"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"colorMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/drawinggroup(opaque:colormode:)","title":"drawingGroup(opaque:colorMode:)","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/drawingGroup(opaque:colorMode:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEnvironment(_:transform:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformenvironment(_:transform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEnvironment(_:transform:)","type":"topic","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:s15WritableKeyPathC","text":"WritableKeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV","kind":"typeIdentifier","text":"EnvironmentValues"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"text":": (","kind":"text"},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)":{"role":"symbol","type":"topic","abstract":[],"title":"fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"items","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"kind":"text","text":"], any "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:items:contenttypes:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-8m8ok","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-8m8ok","type":"topic","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"text":"contentTypes","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:preview:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"P"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:preview:)","title":"contextMenu(menuItems:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:preview:)","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewLayout(_:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewlayout(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"previewLayout","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:21DeveloperToolsSupport13PreviewLayoutO","text":"PreviewLayout"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"previewLayout(_:)","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewLayout(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCopyCommand(perform:)":{"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCopyCommand","kind":"identifier"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","title":"onCopyCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncopycommand(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-8ysx","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-8ysx","type":"topic","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(phases:action:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(phases:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(phases:action:)","type":"topic","title":"onKeyPress(phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":") -> ","kind":"text"},{"text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/groupBoxStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/groupboxstyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/groupBoxStyle(_:)","kind":"symbol","title":"groupBoxStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hidden()":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"hidden","kind":"identifier"},{"text":"() -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/hidden()","abstract":[],"title":"hidden()","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-3bm9k","abstract":[],"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-3bm9k","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:perform:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:perform:)","type":"topic","title":"onTapGesture(count:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"text":"count","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7foll":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7foll","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7foll","type":"topic","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogIcon(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogIcon(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogIcon","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV","text":"Image"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogicon(_:)","role":"symbol","type":"topic","title":"dialogIcon(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/imageScale(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/imagescale(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/imageScale(_:)","type":"topic","title":"imageScale(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"imageScale","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Image","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO","kind":"typeIdentifier","text":"Scale"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityScrollAction(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityScrollAction"},{"text":"((","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"accessibilityScrollAction(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityscrollaction(_:)","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityScrollAction(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityChartDescriptor(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityChartDescriptor(_:)","title":"accessibilityChartDescriptor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitychartdescriptor(_:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"text":"R","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-3m0aa":{"title":"fileDialogConfirmationLabel(_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-3m0aa","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-3m0aa","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-9t8h7","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-9t8h7","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotationEffect(_:anchor:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotationeffect(_:anchor:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotationEffect(_:anchor:)","type":"topic","title":"rotationEffect(_:anchor:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rotationEffect","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier","text":"Angle"},{"kind":"text","text":", "},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","text":"UnitPoint","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(_:)":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"presentationCompactAdaptation","kind":"identifier"},{"kind":"text","text":"("},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(_:)","kind":"symbol","title":"presentationCompactAdaptation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(_:)","type":"topic","title":"contextMenu(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"MenuItems","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ContextMenu","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","deprecated":true,"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onReceive(_:perform:)":{"abstract":[],"title":"onReceive(_:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onReceive","kind":"identifier"},{"kind":"text","text":"<"},{"text":"P","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"P","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"P","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Combine9PublisherP6OutputQa","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onReceive(_:perform:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onreceive(_:perform:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:count:span:spacing:alignment:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:count:span:spacing:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:count:span:spacing:alignment:)","type":"topic","title":"containerRelativeFrame(_:count:span:spacing:alignment:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","kind":"typeIdentifier","text":"Axis"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"count","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":", ","kind":"text"},{"text":"span","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"},{"text":", ","kind":"text"},{"text":"spacing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundColor(_:)":{"kind":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundColor(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"foregroundColor(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundcolor(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-7b12n":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-7b12n","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationBarTitle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-7b12n","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blendMode(_:)":{"title":"blendMode(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blendmode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"text":"BlendMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blendMode(_:)","type":"topic","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:_:)","kind":"symbol","title":"foregroundStyle(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"text":"S1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"S2","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S1","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"S2","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environmentObject(_:)":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/environmentobject(_:)","title":"environmentObject(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environmentObject(_:)"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitLabel(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitlabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitLabel(_:)","type":"topic","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11SubmitLabelV","text":"SubmitLabel"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc":{"type":"topic","title":"searchable(text:tokens:isPresented:placement:prompt:token:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-7x4lc","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-7x4lc","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowsTightening(_:)":{"title":"allowsTightening(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"allowsTightening","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowsTightening(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/allowstightening(_:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(forSelectionType:menu:primaryAction:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(forselectiontype:menu:primaryaction:)","abstract":[],"title":"contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contextMenu","kind":"identifier"},{"kind":"text","text":"<"},{"text":"I","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"text":"forSelectionType","kind":"externalParam"},{"kind":"text","text":": "},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:Sh","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"text":">) -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"primaryAction","kind":"externalParam"},{"text":": ((","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(x:y:anchor:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(x:y:anchor:)","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scaleEffect","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(x:y:anchor:)","role":"symbol","title":"scaleEffect(x:y:anchor:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerShape(_:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"containerShape(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containershape(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRepresentation(representation:)":{"abstract":[],"title":"accessibilityRepresentation(representation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRepresentation","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"representation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRepresentation(representation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrepresentation(representation:)","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportableToServices(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportabletoservices(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportableToServices","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportableToServices(_:)","role":"symbol","type":"topic","title":"exportableToServices(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-4dhsd":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-4dhsd","title":"contentMargins(_:_:for:)","kind":"symbol","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-4dhsd"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/privacySensitive(_:)":{"type":"topic","title":"privacySensitive(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/privacySensitive(_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/privacysensitive(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityDirectTouch(_:options:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"accessibilityDirectTouch(_:options:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitydirecttouch(_:options:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityDirectTouch(_:options:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityDirectTouch","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"options"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityDirectTouchOptionsV","kind":"typeIdentifier","text":"AccessibilityDirectTouchOptions"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-aetd":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-aetd","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-aetd","type":"topic","title":"keyboardShortcut(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV","text":"KeyboardShortcut"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(isSuppressed:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(issuppressed:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(isSuppressed:)","title":"dialogSuppressionToggle(isSuppressed:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(alignment:_:)":{"type":"topic","title":"mask(alignment:_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"text":">(","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", () -> ","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(alignment:_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-2y9mr":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-2y9mr","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-2y9mr","type":"topic","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(keys:phases:action:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(keys:phases:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(keys:phases:action:)","type":"topic","title":"onKeyPress(keys:phases:action:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"keys","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"text":"KeyEquivalent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"phases"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"kind":"text","text":"."},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier","text":"Result"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-7tjai","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-7tjai","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-6grkh","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-6grkh","type":"topic","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-1d9nw":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-1d9nw","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-1d9nw","type":"topic","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"navigationTitle"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusEffectDisabled(_:)":{"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focuseffectdisabled(_:)","title":"focusEffectDisabled(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusEffectDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusEffectDisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/id(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/id(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/id(_:)","type":"topic","title":"id(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"id"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/font(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/font(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/font(_:)","type":"topic","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"font"},{"text":"(","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-5qlrv","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-5qlrv"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusSection()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusSection()","abstract":[],"title":"focusSection()","type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusSection","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focussection()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badgeProminence(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/badgeprominence(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badgeProminence(_:)","type":"topic","title":"badgeProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"badgeProminence","kind":"identifier"},{"text":"(","kind":"text"},{"text":"BadgeProminence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15BadgeProminenceV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-53uzd":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-53uzd","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-53uzd","type":"topic","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-9hpp9":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"help"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-9hpp9","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-9hpp9","abstract":[],"kind":"symbol","type":"topic","title":"help(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","title":"accessibilityIgnoresInvertColors(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityignoresinvertcolors(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(removeTraits:)":{"type":"topic","title":"accessibility(removeTraits:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(removeTraits:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(removetraits:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"kind":"symbol","role":"symbol","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-858mx":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-858mx","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-858mx","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"text":", ","kind":"text"},{"text":"EntryModel","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"accessibilityRotor(_:entries:entryLabel:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labeledContentStyle(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labeledContentStyle(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labeledcontentstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labeledContentStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"labeledContentStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:message:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:message:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:message:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"text":": ","kind":"text"},{"text":"E","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"text":"E","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"alert(isPresented:error:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/formStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/formstyle(_:)","kind":"symbol","title":"formStyle(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"formStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/formStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:content:animation:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:content:animation:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:content:animation:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"phaseAnimator","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Phase","kind":"genericParameter"},{"text":">(some ","kind":"text"},{"preciseIdentifier":"s:ST","kind":"typeIdentifier","text":"Sequence"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"Phase"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"animation"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Phase"},{"kind":"text","text":") -> "},{"text":"Animation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"phaseAnimator(_:content:animation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuButtonStyle(_:)":{"deprecated":true,"abstract":[],"role":"symbol","title":"menuButtonStyle(_:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuButtonStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menubuttonstyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/autocorrectionDisabled(_:)":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/autocorrectionDisabled(_:)","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/autocorrectiondisabled(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollPosition(id:anchor:)":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollPosition(id:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollPosition","kind":"identifier"},{"kind":"text","text":"("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<(some "},{"preciseIdentifier":"s:SH","kind":"typeIdentifier","text":"Hashable"},{"text":")?>, ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"title":"scrollPosition(id:anchor:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollposition(id:anchor:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-95ffp":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-95ffp","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-95ffp","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-6dfgz","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-6dfgz","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layerEffect(_:maxSampleOffset:isEnabled:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layerEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layereffect(_:maxsampleoffset:isenabled:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layerEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV","text":"Shader"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"text":"CGSize","preciseIdentifier":"c:@S@CGSize","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"layerEffect(_:maxSampleOffset:isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(alignment:content:)":{"type":"topic","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"background(alignment:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(alignment:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusScope(_:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusScope(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusscope(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusScope","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"focusScope(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-n756","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-n756","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"suggestedTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-fc7q":{"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-fc7q","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-fc7q","title":"accessibilityRotor(_:textRanges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":".","kind":"text"},{"preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier","text":"Index"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-4jhgz":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-4jhgz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-4jhgz","title":"fileDialogMessage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogMessage"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-f565":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-f565","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-f565","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"alert(_:isPresented:presenting:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerRelativeFrame"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:)","kind":"symbol","title":"containerRelativeFrame(_:alignment:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1ledn","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1ledn","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","kind":"typeIdentifier","text":"KeyPath"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC","text":"KeyPath"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAddTraits(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAddTraits(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaddtraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityAddTraits","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","text":"AccessibilityTraits","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityAddTraits(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRespondsToUserInteraction(_:)":{"abstract":[],"kind":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrespondstouserinteraction(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRespondsToUserInteraction(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(item:destination:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Optional","preciseIdentifier":"s:Sq","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":">>, "},{"text":"destination","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(item:destination:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(item:destination:)","title":"navigationDestination(item:destination:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-5c4tz":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-5c4tz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-5c4tz","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"badge"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"badge(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/bold(_:)":{"kind":"symbol","title":"bold(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"bold","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/bold(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/bold(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-yqu2":{"kind":"symbol","role":"symbol","title":"accessibilityRotor(_:textRanges:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-yqu2","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"Range","preciseIdentifier":"s:Sn","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-yqu2"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/kerning(_:)":{"title":"kerning(_:)","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/kerning(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/kerning(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"kerning","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/matchedgeometryeffect(id:in:properties:anchor:issource:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"matchedGeometryEffect","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"text":".","kind":"text"},{"text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"properties"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV","text":"MatchedGeometryProperties"},{"text":", ","kind":"text"},{"text":"anchor","kind":"externalParam"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isSource"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(min:ideal:max:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"inspectorColumnWidth"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"min"},{"text":": ","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"max"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","title":"inspectorColumnWidth(min:ideal:max:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(min:ideal:max:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(min:ideal:max:)","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(isPresented:destination:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(isPresented:destination:)","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(ispresented:destination:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/geometryGroup()":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/geometryGroup()","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"geometryGroup","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"geometryGroup()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/geometrygroup()","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellUnsizedAxes(_:)":{"type":"topic","kind":"symbol","title":"gridCellUnsizedAxes(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellunsizedaxes(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFill()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFill()","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofill()","type":"topic","title":"scaledToFill()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Element","preciseIdentifier":"s:ST7ElementQa"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-506bb","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-506bb","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer()":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer()","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer()","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityShowsLargeContentViewer()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:onCancellation:)":{"abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"fileMover(isPresented:files:onCompletion:onCancellation:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:onCancellation:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:oncancellation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-9bnqc":{"type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-9bnqc","title":"safeAreaInset(edge:alignment:spacing:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-9bnqc","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","text":"HorizontalEdge"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV","kind":"typeIdentifier","text":"VerticalAlignment"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-46n8j":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-46n8j","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-46n8j","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHint","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityHint(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellAnchor(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"gridCellAnchor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellAnchor(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellanchor(_:)","kind":"symbol","type":"topic","title":"gridCellAnchor(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"environment","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"environment(_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/hueRotation(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/huerotation(_:)","abstract":[],"role":"symbol","title":"hueRotation(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/hueRotation(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:_:for:)-7kcfn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:_:for:)-7kcfn","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:_:for:)-7kcfn","abstract":[],"title":"contentMargins(_:_:for:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentMargins"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"EdgeInsets","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(item:attachmentAnchor:arrowEdge:content:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(item:attachmentanchor:arrowedge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Item","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","text":"PopoverAttachmentAnchor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"popover(item:attachmentAnchor:arrowEdge:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarHidden(_:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarHidden(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbarhidden(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"navigationBarHidden(_:)","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contrast(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contrast(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contrast(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contrast","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"contrast(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-7x98z":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-7x98z","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-7x98z","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"searchable(text:isPresented:placement:prompt:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-40cr7":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"safeAreaPadding(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-40cr7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-40cr7"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:preview:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"draggable(_:preview:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:preview:)","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/modifier(_:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/modifier(_:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/modifier(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"modifier","kind":"identifier"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":">","kind":"text"}],"title":"modifier(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:onFocusChange:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:onFocusChange:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:onfocuschange:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"text":"onFocusChange","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"focusable(_:onFocusChange:)","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typesettingLanguage(_:isEnabled:)-6sfei":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typesettingLanguage(_:isEnabled:)-6sfei","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typesettinglanguage(_:isenabled:)-6sfei","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typesettingLanguage","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19TypesettingLanguageV","kind":"typeIdentifier","text":"TypesettingLanguage"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"typesettingLanguage(_:isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sensoryFeedback(trigger:_:)":{"title":"sensoryFeedback(trigger:_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sensoryFeedback(trigger:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/sensoryfeedback(trigger:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sensoryFeedback"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"trigger"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", ("},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15SensoryFeedbackV","text":"SensoryFeedback","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-1pvq4":{"type":"topic","kind":"symbol","title":"accessibilityInputLabels(_:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-1pvq4","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-1pvq4","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">(["},{"text":"S","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(topLeading:bottomTrailing:axis:transition:)":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(topLeading:bottomTrailing:axis:transition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(topleading:bottomtrailing:axis:transition:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"text":"topLeading","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","text":"ScrollTransitionConfiguration","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"bottomTrailing"},{"text":": ","kind":"text"},{"text":"ScrollTransitionConfiguration","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV"},{"text":", ","kind":"text"},{"text":"axis","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"transition"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO","kind":"typeIdentifier"},{"kind":"text","text":") -> some "},{"preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"scrollTransition(topLeading:bottomTrailing:axis:transition:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformAnchorPreference(key:value:transform:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformAnchorPreference(key:value:transform:)","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformanchorpreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"text":"value","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV","kind":"typeIdentifier","text":"Source"},{"text":", ","kind":"text"},{"text":"transform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"inout","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI6AnchorV","text":"Anchor","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"transformAnchorPreference(key:value:transform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onOpenURL(perform:)":{"type":"topic","kind":"symbol","title":"onOpenURL(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onopenurl(perform:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":") -> ()) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onOpenURL(perform:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-20sna":{"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-20sna","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-20sna","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"fileExporterFilenameLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-2j6rc":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-2j6rc","title":"accessibilityHint(_:)","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-2j6rc","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparator(_:edges:)":{"title":"listRowSeparator(_:edges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparator(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"listRowSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"edges"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparator(_:edges:)","kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"text":": [","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:s7KeyPathC","text":"KeyPath","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ID","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-19t5a","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-19t5a","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/copyable(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"text":"T","kind":"genericParameter"},{"text":">(() -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"copyable(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/copyable(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/copyable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentTransition(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"contentTransition","kind":"identifier"},{"kind":"text","text":"("},{"text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"contentTransition(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentTransition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contenttransition(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:content:)":{"abstract":[],"title":"alert(isPresented:content:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"Alert","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AlertV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:content:)","deprecated":true,"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:content:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineSpacing(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineSpacing(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linespacing(_:)","type":"topic","title":"lineSpacing(_:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"lineSpacing","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotorEntry(id:in:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotorEntry","kind":"identifier"},{"text":"<","kind":"text"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"Namespace","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV","text":"ID","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"accessibilityRotorEntry(id:in:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotorEntry(id:in:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotorentry(id:in:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/unredacted()":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"unredacted","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"unredacted()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/unredacted()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/unredacted()","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDestination(for:destination:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDestination","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"destination","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"D","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"navigationDestination(for:destination:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDestination(for:destination:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdestination(for:destination:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:onEdit:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"kind":"text","text":": () -> ["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"text":"onEdit","kind":"externalParam"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"text":"]) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"exportsItemProviders(_:onExport:onEdit:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:onEdit:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:onedit:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHint(_:)-5iwb":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityHint"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHint(_:)-5iwb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhint(_:)-5iwb","abstract":[],"title":"accessibilityHint(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogURLEnabled(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogURLEnabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Predicate","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation9PredicateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileDialogURLEnabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogURLEnabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogurlenabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preference(key:value:)":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/preference(key:value:)","title":"preference(key:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preference(key:value:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"preference"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"K"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActions(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityActions","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(() -> ","kind":"text"},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"accessibilityActions(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactions(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActions(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorMultiply(_:)":{"title":"colorMultiply(_:)","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/colormultiply(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorMultiply(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorMultiply","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-6nei1":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"navigationTitle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-6nei1","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-6nei1","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-60za2":{"title":"navigationSubtitle(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-60za2","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-60za2","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/cuttable(for:action:)":{"kind":"symbol","type":"topic","title":"cuttable(for:action:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/cuttable(for:action:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"cuttable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"text":": () -> [","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/cuttable(for:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:)":{"type":"topic","kind":"symbol","title":"presentationDetents(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"text":"(","kind":"text"},{"text":"Set","preciseIdentifier":"s:Sh","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:validator:perform:)-3domh":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"validator"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Payload","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"onPasteCommand(of:validator:perform:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:validator:perform:)-3domh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:validator:perform:)-3domh"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-r6e3":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-r6e3","type":"topic","title":"background(_:in:fillStyle:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-r6e3","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9FillStyleV","kind":"typeIdentifier","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparatorTint(_:edges:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listSectionSeparatorTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"listSectionSeparatorTint(_:edges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparatorTint(_:edges:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparatortint(_:edges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-8pi9g":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"renameAction","kind":"identifier"},{"text":"(","kind":"text"},{"text":"FocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"renameAction(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-8pi9g","url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-8pi9g","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pickerStyle(_:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pickerStyle(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/pickerstyle(_:)","abstract":[],"title":"pickerStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorEffect(_:isEnabled:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorEffect(_:isEnabled:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorEffect"},{"kind":"text","text":"("},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"colorEffect(_:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coloreffect(_:isenabled:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/prefersDefaultFocus(_:in:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"prefersDefaultFocus"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/prefersdefaultfocus(_:in:)","abstract":[],"kind":"symbol","title":"prefersDefaultFocus(_:in:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/prefersDefaultFocus(_:in:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(value:_:)":{"title":"transaction(value:_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(value:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(value:_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogImportsUnresolvedAliases(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileDialogImportsUnresolvedAliases","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileDialogImportsUnresolvedAliases(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogImportsUnresolvedAliases(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogimportsunresolvedaliases(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-f86a","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-f86a","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAlwaysIncludesPunctuation(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAlwaysIncludesPunctuation(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechalwaysincludespunctuation(_:)","kind":"symbol","type":"topic","title":"speechAlwaysIncludesPunctuation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelStyle(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelstyle(_:)","title":"labelStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"labelStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlGroupStyle(_:)":{"type":"topic","abstract":[],"title":"controlGroupStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlGroupStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlgroupstyle(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"controlGroupStyle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-5ve2o":{"title":"fileExporterFilenameLabel(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporterFilenameLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-5ve2o","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-5ve2o","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(alignment:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier","text":"Alignment"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"presentationBackground(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(alignment:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(alignment:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/allowedDynamicRange(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alloweddynamicrange(_:)","title":"allowedDynamicRange(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"allowedDynamicRange","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Image","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ImageV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ImageV12DynamicRangeV","kind":"typeIdentifier","text":"DynamicRange"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/allowedDynamicRange(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/edgesIgnoringSafeArea(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"edgesIgnoringSafeArea","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"edgesIgnoringSafeArea(_:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/edgesIgnoringSafeArea(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/edgesignoringsafearea(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/multilineTextAlignment(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"multilineTextAlignment","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/multilineTextAlignment(_:)","title":"multilineTextAlignment(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/multilinetextalignment(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridCellColumns(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"gridCellColumns(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridCellColumns(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcellcolumns(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/handlesExternalEvents(preferring:allowing:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"handlesExternalEvents","kind":"identifier"},{"text":"(","kind":"text"},{"text":"preferring","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sh","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"allowing","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:Sh"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"handlesExternalEvents(preferring:allowing:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/handlesExternalEvents(preferring:allowing:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/handlesexternalevents(preferring:allowing:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationViewStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationviewstyle(_:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationViewStyle(_:)","role":"symbol","deprecated":true,"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationViewStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/border(_:width:)":{"abstract":[],"title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"text":"width","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/border(_:width:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/border(_:width:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"focusable(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultAppStorage(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultAppStorage(_:)","title":"defaultAppStorage(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"text":"UserDefaults","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultappstorage(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewContext(_:)":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewContext(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewcontext(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewContext"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"previewContext(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(_:for:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(_:for:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(_:for:)","title":"toolbar(_:for:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactionActivityTrackingTag(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"interactionActivityTrackingTag","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"interactionActivityTrackingTag(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactionactivitytrackingtag(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactionActivityTrackingTag(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuIndicator(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"menuIndicator","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"menuIndicator(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuIndicator(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuindicator(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-3fpir":{"title":"dialogSuppressionToggle(_:isSuppressed:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-3fpir","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-3fpir","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinueUserActivity(_:perform:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinueuseractivity(_:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinueUserActivity(_:perform:)","type":"topic","abstract":[],"kind":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onContinueUserActivity","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"NSUserActivity","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogBrowserOptions(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogBrowserOptions","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FileDialogBrowserOptions","preciseIdentifier":"s:7SwiftUI24FileDialogBrowserOptionsV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"fileDialogBrowserOptions(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogBrowserOptions(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogbrowseroptions(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onTapGesture(count:coordinateSpace:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"count"},{"text":": ","kind":"text"},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO","text":"CoordinateSpace","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onTapGesture(count:coordinateSpace:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onTapGesture(count:coordinateSpace:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ontapgesture(count:coordinatespace:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(min:ideal:max:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(min:ideal:max:)","type":"topic","title":"navigationSplitViewColumnWidth(min:ideal:max:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"max","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(min:ideal:max:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLinkedGroup(id:in:)":{"type":"topic","title":"accessibilityLinkedGroup(id:in:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylinkedgroup(id:in:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"text":"ID","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"id","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9NamespaceV","text":"Namespace"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLinkedGroup(id:in:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"text":"Key","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Key","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:_:)","title":"overlayPreferenceValue(_:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-4xiug":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV","text":"AccessibilityCustomContentKey","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityCustomContent(_:_:importance:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-4xiug","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-4xiug","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"ID"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-41dfj","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-41dfj","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-68uof":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"accessibilityRotor(_:entries:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-68uof","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-68uof","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarItemPrincipal(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbaritemprincipal(_:)","title":"touchBarItemPrincipal(_:)","kind":"symbol","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"touchBarItemPrincipal","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarItemPrincipal(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-1qbo0":{"title":"onDrop(of:isTargeted:perform:)","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-1qbo0","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-1qbo0","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">?, "},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/headerProminence(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/headerprominence(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"headerProminence","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Prominence","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","title":"headerProminence(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/headerProminence(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textSelection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textselection(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"textSelection","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAdjustableAction(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityAdjustableAction","kind":"identifier"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityAdjustableAction(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAdjustableAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityadjustableaction(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:_:)":{"title":"padding(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"padding","kind":"identifier"},{"kind":"text","text":"("},{"text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(hint:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"text":"hint","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibility(hint:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(hint:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(hint:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(isPresented:onDismiss:content:)":{"kind":"symbol","type":"topic","role":"symbol","abstract":[],"title":"sheet(isPresented:onDismiss:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(ispresented:ondismiss:content:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Content","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"onDismiss","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(isPresented:onDismiss:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-92y3y":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-92y3y","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"badge(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-92y3y","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollBounceBehavior(_:axes:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scrollBounceBehavior","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollBounceBehavior","preciseIdentifier":"s:7SwiftUI20ScrollBounceBehaviorV"},{"text":", ","kind":"text"},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"scrollBounceBehavior(_:axes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollBounceBehavior(_:axes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollbouncebehavior(_:axes:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollClipDisabled(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollClipDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"scrollClipDisabled(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollClipDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollclipdisabled(_:)","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-5ivzh":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"background(in:fillStyle:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-5ivzh","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-5ivzh","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCommand(_:perform:)":{"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncommand(_:perform:)","title":"onCommand(_:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"onCommand","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:10ObjectiveC8SelectorV","text":"Selector","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultScrollAnchor(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"defaultScrollAnchor"},{"text":"(","kind":"text"},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"defaultScrollAnchor(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultScrollAnchor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultscrollanchor(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabViewStyle(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tabViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabviewstyle(_:)","type":"topic","abstract":[],"role":"symbol","title":"tabViewStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabViewStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onExitCommand(perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"text":"perform","kind":"externalParam"},{"text":": (() -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"onExitCommand(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onExitCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onexitcommand(perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileImporter","kind":"identifier"},{"text":"(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"allowsMultipleSelection"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<[","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":"], any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:oncancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:onCancellation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPreferenceChange(_:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"onPreferenceChange(_:perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPreferenceChange(_:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpreferencechange(_:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"kind":"text","text":">) -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileMover(isPresented:file:onCompletion:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHidden(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityHidden","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","title":"accessibilityHidden(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHidden(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityhidden(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/foregroundStyle(_:)":{"type":"topic","title":"foregroundStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/foregroundStyle(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/foregroundstyle(_:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"foregroundStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-3yg50":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-3yg50","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-3yg50","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"listItemTint(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-1rrxd":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI9UnitPointV","kind":"typeIdentifier","text":"UnitPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"type":"topic","title":"accessibility(activationPoint:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-1rrxd","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-1rrxd","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-59wsa":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-59wsa","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:s19PartialRangeThroughV","text":"PartialRangeThrough","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-59wsa","abstract":[],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-88el9":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","kind":"typeIdentifier","text":"NavigationBarItem"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO","text":"TitleDisplayMode"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationBarTitle(_:displayMode:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-88el9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-88el9","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityElement(children:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityElement(children:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityelement(children:)","type":"topic","title":"accessibilityElement(children:)","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityElement","kind":"identifier"},{"kind":"text","text":"("},{"text":"children","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV","text":"AccessibilityChildBehavior"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:repeating:content:keyframes:)":{"type":"topic","title":"keyframeAnimator(initialValue:repeating:content:keyframes:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:repeating:content:keyframes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:repeating:content:keyframes:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"keyframeAnimator","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"initialValue","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"repeating"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"text":"Keyframes","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onMoveCommand(perform:)":{"abstract":[],"role":"symbol","kind":"symbol","type":"topic","title":"onMoveCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onmovecommand(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onMoveCommand(perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onMoveCommand","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO","text":"MoveCommandDirection","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(x:y:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier","text":"CGFloat"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"position(x:y:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(x:y:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(x:y:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5sta6":{"abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5sta6","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5sta6","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importableFromServices(for:action:)":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importableFromServices"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":".Type, ","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": (["},{"text":"T","kind":"typeIdentifier"},{"text":"]) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"importableFromServices(for:action:)","type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/importablefromservices(for:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importableFromServices(for:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","title":"searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:suggestedTokens:isPresented:placement:prompt:token:)-9w84n","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:suggestedtokens:ispresented:placement:prompt:token:)-9w84n","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7lgmh":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7lgmh","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7lgmh","kind":"symbol","title":"help(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-15slg":{"title":"fileDialogMessage(_:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-15slg","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileDialogMessage"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-15slg","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-s9ih":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","kind":"typeIdentifier","text":"ContentMode"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"aspectRatio(_:contentMode:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-s9ih","url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-s9ih","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/progressViewStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"progressViewStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/progressViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/progressviewstyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/strikethrough(_:pattern:color:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/strikethrough(_:pattern:color:)","role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"strikethrough","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"pattern","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Pattern","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/strikethrough(_:pattern:color:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffectsRemoved(_:)":{"title":"symbolEffectsRemoved(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffectsRemoved","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffectsremoved(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffectsRemoved(_:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-7pfat":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationBarTitle(_:displayMode:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-7pfat","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-7pfat","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:scopes:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchScopes","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"scopes"},{"text":": () -> ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:scopes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:scopes:)","role":"symbol","abstract":[],"title":"searchScopes(_:scopes:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3y1ps":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"text":"([","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":"]) -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"kind":"symbol","title":"accessibilityInputLabels(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3y1ps","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3y1ps","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listSectionSeparator(_:edges:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"listSectionSeparator","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","kind":"typeIdentifier","text":"Set"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"listSectionSeparator(_:edges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listSectionSeparator(_:edges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listsectionseparator(_:edges:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-7lumy":{"deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-7lumy","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrop"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-7lumy","kind":"symbol","role":"symbol","title":"onDrop(of:isTargeted:perform:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-5po8d":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-5po8d","title":"alert(_:isPresented:actions:)","type":"topic","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-5po8d","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-6o2qg":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"padding(_:)","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-6o2qg","url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-6o2qg"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilitySortPriority(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitysortpriority(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilitySortPriority(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilitySortPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"kind":"symbol","title":"accessibilitySortPriority(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/distortionEffect(_:maxSampleOffset:isEnabled:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"distortionEffect"},{"kind":"text","text":"("},{"text":"Shader","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI6ShaderV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxSampleOffset"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/distortionEffect(_:maxSampleOffset:isEnabled:)","abstract":[],"title":"distortionEffect(_:maxSampleOffset:isEnabled:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/distortioneffect(_:maxsampleoffset:isenabled:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/aspectRatio(_:contentMode:)-1xn01":{"title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"aspectRatio","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"c:@S@CGSize","text":"CGSize","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentMode","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI11ContentModeO","text":"ContentMode","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/aspectRatio(_:contentMode:)-1xn01","url":"\/documentation\/oudscomponents\/oudsformstextinput\/aspectratio(_:contentmode:)-1xn01","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entryid:entrylabel:)-1a85h","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"ID","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryID","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"ID","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"text":", ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryID:entryLabel:)-1a85h","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9sd5o":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9sd5o","title":"accessibilityRotor(_:entries:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9sd5o"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/shadow(color:radius:x:y:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/shadow(color:radius:x:y:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/shadow(color:radius:x:y:)","title":"shadow(color:radius:x:y:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"text":"radius","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(identifier:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibility(identifier:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(identifier:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(identifier:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/opacity(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"opacity","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"opacity(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/opacity(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/opacity(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowSeparatorTint(_:edges:)":{"title":"listRowSeparatorTint(_:edges:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"text":"edges","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","kind":"typeIdentifier","text":"VerticalEdge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowSeparatorTint(_:edges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowseparatortint(_:edges:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tint(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tint(_:)","type":"topic","title":"tint(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tint(_:)","kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"text":"(","kind":"text"},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicatorsFlash(onAppear:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicatorsflash(onappear:)","role":"symbol","title":"scrollIndicatorsFlash(onAppear:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicatorsFlash(onAppear:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollIndicatorsFlash","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"onAppear"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","kind":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"allowedContentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onCutCommand(perform:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": (() -> ["},{"preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider","kind":"typeIdentifier"},{"text":"])?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onCutCommand(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncutcommand(perform:)","title":"onCutCommand(perform:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/italic(_:)":{"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"italic","kind":"identifier"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/italic(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/italic(_:)","title":"italic(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez":{"title":"searchable(text:tokens:isPresented:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"tokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"text":"Element","kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:isPresented:placement:prompt:token:)-1yzez","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:ispresented:placement:prompt:token:)-1yzez","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(sortPriority:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"type":"topic","title":"accessibility(sortPriority:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(sortPriority:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(sortpriority:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonBorderShape(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV","kind":"typeIdentifier","text":"ButtonBorderShape"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"buttonBorderShape(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonBorderShape(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonbordershape(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchCompletion(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchCompletion","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"searchCompletion(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchCompletion(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchcompletion(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTransition(_:axis:transition:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTransition(_:axis:transition:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltransition(_:axis:transition:)","type":"topic","title":"scrollTransition(_:axis:transition:)","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTransition"},{"text":"(","kind":"text"},{"text":"ScrollTransitionConfiguration","preciseIdentifier":"s:7SwiftUI29ScrollTransitionConfigurationV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4AxisO","text":"Axis","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"transition","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ScrollTransitionPhase","preciseIdentifier":"s:7SwiftUI21ScrollTransitionPhaseO"},{"text":") -> some ","kind":"text"},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gesture(_:including:)":{"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gesture(_:including:)","title":"gesture(_:including:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"text":"GestureMask","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onHover(perform:)":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onHover(perform:)","type":"topic","kind":"symbol","title":"onHover(perform:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onhover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onHover","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentShape(_:eoFill:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"eoFill","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"contentShape(_:eoFill:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentShape(_:eoFill:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentshape(_:eofill:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/pasteDestination(for:action:validator:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/pasteDestination(for:action:validator:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"pasteDestination"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"validator","kind":"externalParam"},{"text":": ([","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/pastedestination(for:action:validator:)","title":"pasteDestination(for:action:validator:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/deleteDisabled(_:)":{"type":"topic","abstract":[],"title":"deleteDisabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/deleteDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/deletedisabled(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"deleteDisabled"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporterFilenameLabel(_:)-55thu":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporterfilenamelabel(_:)-55thu","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporterFilenameLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporterFilenameLabel(_:)-55thu","kind":"symbol","title":"fileExporterFilenameLabel(_:)","abstract":[],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tracking(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"tracking(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tracking(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tracking(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-igdg":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-igdg","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-igdg","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityRotor"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sn","text":"Range"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS5IndexV","text":"Index"},{"text":">]) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:textRanges:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:isActive:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:isactive:)","kind":"symbol","title":"symbolEffect(_:options:isActive:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isActive","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:isActive:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDetents(_:selection:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationDetents","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18PresentationDetentV","text":"PresentationDetent"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:7SwiftUI18PresentationDetentV","kind":"typeIdentifier","text":"PresentationDetent"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"presentationDetents(_:selection:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDetents(_:selection:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdetents(_:selection:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8e2nj":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8e2nj","title":"accessibilityAction(named:_:)","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8e2nj","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-81gig":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"presenting","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"alert(_:isPresented:presenting:actions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-81gig","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-81gig","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/preferredColorScheme(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"preferredColorScheme","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO","text":"ColorScheme"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"preferredColorScheme(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/preferredColorScheme(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/preferredcolorscheme(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/submitScope(_:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/submitscope(_:)","title":"submitScope(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"submitScope"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/submitScope(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/mask(_:)":{"title":"mask(_:)","kind":"symbol","type":"topic","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/mask(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/mask(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"text":"Mask","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"Mask","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:body:)":{"title":"transaction(_:body:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">((","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI11TransactionV","text":"Transaction","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":", ","kind":"text"},{"text":"body","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:body:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:body:)","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarRole(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"toolbarRole","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV","text":"ToolbarRole"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"toolbarRole(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarRole(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarrole(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationContentInteraction(_:)":{"title":"presentationContentInteraction(_:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcontentinteraction(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationContentInteraction(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationContentInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PresentationContentInteraction","preciseIdentifier":"s:7SwiftUI30PresentationContentInteractionV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:ignoresSafeAreaEdges:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"ignoresSafeAreaEdges","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"overlay(_:ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:ignoresSafeAreaEdges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:ignoressafeareaedges:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-9cujs":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"I","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-9cujs","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-9cujs","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-5yg8j":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-5yg8j","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-5yg8j","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"fileImporter","kind":"identifier"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType","kind":"typeIdentifier"},{"text":"], ","kind":"text"},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier","text":"Error"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disabled(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"disabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contentMargins(_:for:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"contentMargins","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ContentMarginPlacement","preciseIdentifier":"s:7SwiftUI22ContentMarginPlacementV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"contentMargins(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contentMargins(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/contentmargins(_:for:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-7o0lm","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-7o0lm","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipped(antialiased:)":{"abstract":[],"type":"topic","title":"clipped(antialiased:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipped(antialiased:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"clipped","kind":"identifier"},{"text":"(","kind":"text"},{"text":"antialiased","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipped(antialiased:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/underline(_:pattern:color:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"underline","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV","text":"LineStyle","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV","text":"Pattern"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"underline(_:pattern:color:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/underline(_:pattern:color:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/underline(_:pattern:color:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchPresentationToolbarBehavior(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchPresentationToolbarBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SearchPresentationToolbarBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33SearchPresentationToolbarBehaviorV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"searchPresentationToolbarBehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchPresentationToolbarBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchpresentationtoolbarbehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPencilSqueeze(perform:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpencilsqueeze(perform:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPencilSqueeze(perform:)","title":"onPencilSqueeze(perform:)","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPencilSqueeze"},{"text":"(","kind":"text"},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:7SwiftUI25PencilSqueezeGesturePhaseO","text":"PencilSqueezeGesturePhase","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/refreshable(action:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"refreshable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": () ","kind":"text"},{"text":"async","kind":"keyword"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"refreshable(action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/refreshable(action:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/refreshable(action:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSeverity(_:)":{"abstract":[],"kind":"symbol","title":"dialogSeverity(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogseverity(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSeverity"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14DialogSeverityV","text":"DialogSeverity","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSeverity(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listItemTint(_:)-8syq1":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/listitemtint(_:)-8syq1","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"listItemTint","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listItemTint(_:)-8syq1","title":"listItemTint(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformEffect(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"transformEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"transformEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformEffect(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformeffect(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolEffect(_:options:value:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"symbolEffect","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"U","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"options","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7Symbols19SymbolEffectOptionsV","text":"SymbolEffectOptions"},{"kind":"text","text":", "},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"U"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"symbolEffect(_:options:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolEffect(_:options:value:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symboleffect(_:options:value:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-6zlc1":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-6zlc1","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-6zlc1","role":"symbol","type":"topic","title":"fileDialogConfirmationLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerRelativeFrame(_:alignment:_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerrelativeframe(_:alignment:_:)","title":"containerRelativeFrame(_:alignment:_:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerRelativeFrame(_:alignment:_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"containerRelativeFrame","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4AxisO3SetV","kind":"typeIdentifier","text":"Set"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"kind":"text","text":", ("},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"Axis","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":") -> ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-bq5e":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-bq5e","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"lineLimit","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SN","text":"ClosedRange","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"lineLimit(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-bq5e","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-x4zl":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-x4zl","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-x4zl","kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"text":"], ","kind":"text"},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:10Foundation3URLV","text":"URL","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"navigationDocument(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:)","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:modifiers:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:modifiers:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:modifiers:)","title":"keyboardShortcut(_:modifiers:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"keyboardShortcut","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"modifiers","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI14EventModifiersV","text":"EventModifiers","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/badge(_:)-6eun4":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/badge(_:)-6eun4","type":"topic","title":"badge(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"badge","kind":"identifier"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/badge(_:)-6eun4"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:)-k5iu":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"actions","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:)-k5iu","title":"alert(_:isPresented:actions:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:)-k5iu","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:_:)":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"safeAreaPadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:_:)","title":"safeAreaPadding(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:_:)","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/draggable(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"draggable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(() -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"draggable(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/draggable(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/draggable(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:body:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"text":"body","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"PlaceholderContentView","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"animation(_:body:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:body:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:body:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-8ohph":{"title":"accessibilityAction(named:_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", () -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-8ohph","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-8ohph","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/luminanceToAlpha()":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"luminanceToAlpha()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/luminanceToAlpha()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/luminancetoalpha()","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityShowsLargeContentViewer(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityShowsLargeContentViewer","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"accessibilityShowsLargeContentViewer(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityShowsLargeContentViewer(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityshowslargecontentviewer(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:textRanges:)-6asj7":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:textRanges:)-6asj7","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV","text":"AccessibilitySystemRotor"},{"kind":"text","text":", "},{"text":"textRanges","kind":"externalParam"},{"text":": [","kind":"text"},{"text":"Range","kind":"typeIdentifier","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"."},{"text":"Index","preciseIdentifier":"s:SS5IndexV","kind":"typeIdentifier"},{"text":">]) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"accessibilityRotor(_:textRanges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:textranges:)-6asj7","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"kind":"text","text":"], "},{"text":"defaultFilename","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:item:contenttypes:defaultfilename:oncompletion:oncancellation:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:alignment:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"overlay","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Overlay","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"text":", ","kind":"text"},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"overlay(_:alignment:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:alignment:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:alignment:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:)-5gp2q":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:)-5gp2q","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:)-5gp2q","type":"topic","title":"alert(_:isPresented:presenting:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textFieldStyle(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textFieldStyle(_:)","title":"textFieldStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textfieldstyle(_:)","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"textFieldStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"role":"symbol","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-6nk7":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-6nk7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-6nk7","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:displayMode:)-5gc5v":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationBarTitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"displayMode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV","text":"NavigationBarItem"},{"text":".","kind":"text"},{"text":"TitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:displaymode:)-5gc5v","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:displayMode:)-5gc5v","role":"symbol","title":"navigationBarTitle(_:displayMode:)","kind":"symbol","deprecated":true,"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolRenderingMode(_:)":{"role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolrenderingmode(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolRenderingMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"symbolRenderingMode(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolRenderingMode(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-5bvwc":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-5bvwc","role":"symbol","type":"topic","title":"focusedSceneObject(_:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-5bvwc","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedSceneObject"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"T","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/compositingGroup()":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"compositingGroup","kind":"identifier"},{"text":"() -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"compositingGroup()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/compositingGroup()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/compositinggroup()","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusable(_:interactions:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"focusable","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"interactions"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI17FocusInteractionsV","text":"FocusInteractions","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"focusable(_:interactions:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusable(_:interactions:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusable(_:interactions:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/exportsItemProviders(_:onExport:)":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"exportsItemProviders","kind":"identifier"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"text":"onExport","kind":"externalParam"},{"text":": () -> [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"kind":"text","text":"]) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"exportsItemProviders(_:onExport:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/exportsItemProviders(_:onExport:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/exportsitemproviders(_:onexport:)","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRemoveTraits(_:)":{"kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRemoveTraits(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityremovetraits(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityRemoveTraits","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV","kind":"typeIdentifier","text":"AccessibilityTraits"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"title":"accessibilityRemoveTraits(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-4b6c7":{"title":"navigationDocument(_:preview:)","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationDocument","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"preview","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"text":"<","kind":"text"},{"text":"Never","kind":"typeIdentifier","preciseIdentifier":"s:s5NeverO"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:s5NeverO","text":"Never","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-4b6c7","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-4b6c7","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBar(content:)":{"role":"symbol","abstract":[],"kind":"symbol","title":"touchBar(content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbar(content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBar(content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBar"},{"text":"<","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/paletteSelectionEffect(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"paletteSelectionEffect","kind":"identifier"},{"kind":"text","text":"("},{"preciseIdentifier":"s:7SwiftUI22PaletteSelectionEffectV","text":"PaletteSelectionEffect","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"paletteSelectionEffect(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/paletteSelectionEffect(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/paletteselectioneffect(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/rotation3deffect(_:axis:anchor:anchorz:perspective:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","type":"topic","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"rotation3DEffect","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Angle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"text":"axis","kind":"externalParam"},{"text":": (x","kind":"text"},{"kind":"text","text":": "},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", y","kind":"text"},{"text":": ","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"text":", z","kind":"text"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"), ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"text":", ","kind":"text"},{"text":"anchorZ","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"perspective"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:initial:_:)-5qfyb":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"initial","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"onChange(of:initial:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:initial:_:)-5qfyb","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:initial:_:)-5qfyb","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCornerRadius(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcornerradius(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"presentationCornerRadius","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCornerRadius(_:)","abstract":[],"type":"topic","title":"presentationCornerRadius(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-4gij7":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?, ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"kind":"text","text":">) -> some "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"searchable(text:editableTokens:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-4gij7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-4gij7","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize(horizontal:vertical:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"text":"horizontal","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"vertical","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize(horizontal:vertical:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize(horizontal:vertical:)","type":"topic","title":"fixedSize(horizontal:vertical:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/sheet(item:onDismiss:content:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"text":"Item","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"Content","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"item","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"text":"?>, ","kind":"text"},{"kind":"externalParam","text":"onDismiss"},{"text":": (() -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/sheet(item:ondismiss:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/sheet(item:onDismiss:content:)","title":"sheet(item:onDismiss:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonRepeatBehavior(_:)":{"abstract":[],"title":"buttonRepeatBehavior(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonRepeatBehavior","kind":"identifier"},{"kind":"text","text":"("},{"text":"ButtonRepeatBehavior","preciseIdentifier":"s:7SwiftUI20ButtonRepeatBehaviorV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonRepeatBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonrepeatbehavior(_:)","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-8lxba":{"type":"topic","abstract":[],"title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-8lxba","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-8lxba","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityValue","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"text":">","kind":"text"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:alignment:_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:alignment:_:)","kind":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:alignment:_:)","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"backgroundPreferenceValue","kind":"identifier"},{"kind":"text","text":"<"},{"text":"K","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":".Type, "},{"text":"alignment","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV","text":"Alignment"},{"text":", (","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Value","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/datePickerStyle(_:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/datePickerStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"datePickerStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"datePickerStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/datepickerstyle(_:)","type":"topic","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleMenu(content:)":{"title":"toolbarTitleMenu(content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitlemenu(content:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbarTitleMenu","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleMenu(content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","abstract":[],"title":"fileMover(isPresented:files:onCompletion:)","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:files:oncompletion:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:files:onCompletion:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"files","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<[","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-7crfy":{"abstract":[],"role":"symbol","title":"dialogSuppressionToggle(_:isSuppressed:)","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-7crfy","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-7crfy","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dialogSuppressionToggle"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspectorColumnWidth(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspectorcolumnwidth(_:)","kind":"symbol","title":"inspectorColumnWidth(_:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"inspectorColumnWidth","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspectorColumnWidth(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/minimumScaleFactor(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/minimumScaleFactor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/minimumscalefactor(_:)","abstract":[],"kind":"symbol","role":"symbol","type":"topic","title":"minimumScaleFactor(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"minimumScaleFactor","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transaction(_:)":{"title":"transaction(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"transaction","kind":"identifier"},{"kind":"text","text":"(("},{"text":"inout","kind":"keyword"},{"kind":"text","text":" "},{"text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transaction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transaction(_:)","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-5c2we":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-5c2we","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityCustomContent"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"AccessibilityCustomContentKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","text":"AXCustomContent","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"kind":"text","text":") -> "},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"title":"accessibilityCustomContent(_:_:importance:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-5c2we","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDisappear(perform:)":{"type":"topic","title":"onDisappear(perform:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDisappear(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondisappear(perform:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewStyle(_:)":{"type":"topic","title":"navigationSplitViewStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewstyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"navigationSplitViewStyle","kind":"identifier"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSubtitle(_:)-7wb73":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsubtitle(_:)-7wb73","title":"navigationSubtitle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"navigationSubtitle","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSubtitle(_:)-7wb73"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/disableAutocorrection(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/disableAutocorrection(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"disableAutocorrection"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","title":"disableAutocorrection(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/disableautocorrection(_:)","abstract":[],"deprecated":true,"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"menuStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"menuStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menustyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchScopes(_:activation:_:)":{"title":"searchScopes(_:activation:_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchScopes"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"activation"},{"kind":"text","text":": "},{"text":"SearchScopeActivation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SearchScopeActivationV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchScopes(_:activation:_:)","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchscopes(_:activation:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/renameAction(_:)-22nxi":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/renameAction(_:)-22nxi","type":"topic","title":"renameAction(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/renameaction(_:)-22nxi","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"popover","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"attachmentAnchor","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO","kind":"typeIdentifier","text":"PopoverAttachmentAnchor"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/popover(ispresented:attachmentanchor:arrowedge:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onDrag","kind":"identifier"},{"kind":"text","text":"(() -> "},{"preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier","text":"NSItemProvider"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrag(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDisabled(_:)":{"kind":"symbol","title":"scrollDisabled(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"scrollDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldisabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gridColumnAlignment(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gridColumnAlignment(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","text":"HorizontalAlignment","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/gridcolumnalignment(_:)","abstract":[],"kind":"symbol","title":"gridColumnAlignment(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospaced(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospaced(_:)","type":"topic","title":"monospaced(_:)","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"monospaced","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaced(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/symbolVariant(_:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/symbolvariant(_:)","title":"symbolVariant(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/symbolVariant(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"symbolVariant","kind":"identifier"},{"text":"(","kind":"text"},{"text":"SymbolVariants","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/blur(radius:opaque:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"opaque","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"blur(radius:opaque:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/blur(radius:opaque:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/blur(radius:opaque:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/phaseAnimator(_:trigger:content:animation:)":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/phaseAnimator(_:trigger:content:animation:)","title":"phaseAnimator(_:trigger:content:animation:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"phaseAnimator"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Phase"},{"text":">(some ","kind":"text"},{"text":"Sequence","kind":"typeIdentifier","preciseIdentifier":"s:ST"},{"kind":"text","text":", "},{"kind":"externalParam","text":"trigger"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:SQ","text":"Equatable","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"PlaceholderContentView","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">, "},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"text":"animation","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"Phase","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/phaseanimator(_:trigger:content:animation:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-1ulbv":{"role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"kind":"text","text":": ("},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"searchable(text:tokens:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-1ulbv","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accentColor(_:)":{"type":"topic","title":"accentColor(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accentcolor(_:)","deprecated":true,"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accentColor","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accentColor(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(label:)":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibility","kind":"identifier"},{"text":"(","kind":"text"},{"text":"label","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(label:)","kind":"symbol","deprecated":true,"title":"accessibility(label:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame()":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame()","kind":"symbol","title":"frame()","abstract":[],"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"deprecated":true,"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-1q9ea":{"abstract":[],"title":"alert(_:isPresented:presenting:actions:message:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-1q9ea","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"presenting","kind":"externalParam"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"message","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-1q9ea","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(action:label:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"text":">(","kind":"text"},{"text":"action","kind":"externalParam"},{"kind":"text","text":": () -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"text":"Label","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"accessibilityAction(action:label:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(action:label:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(action:label:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/controlSize(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"text":"ControlSize","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"controlSize(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/controlSize(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/controlsize(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6fk4v","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6fk4v","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogMessage(_:)-5r06s":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogMessage(_:)-5r06s","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogmessage(_:)-5r06s","kind":"symbol","title":"fileDialogMessage(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogMessage","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationCompactAdaptation(horizontal:vertical:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationCompactAdaptation"},{"kind":"text","text":"("},{"text":"horizontal","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PresentationAdaptation","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"text":"PresentationAdaptation","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PresentationAdaptationV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"presentationCompactAdaptation(horizontal:vertical:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationCompactAdaptation(horizontal:vertical:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationcompactadaptation(horizontal:vertical:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7lx31":{"abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"text":">(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"kind":"text","text":": "},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7lx31","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7lx31","kind":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedSceneObject(_:)-7cux8":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedSceneObject(_:)-7cux8","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedSceneObject","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedsceneobject(_:)-7cux8","title":"focusedSceneObject(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(characters:phases:action:)":{"type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(characters:phases:action:)","role":"symbol","title":"onKeyPress(characters:phases:action:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onKeyPress"},{"text":"(","kind":"text"},{"text":"characters","kind":"externalParam"},{"kind":"text","text":": "},{"text":"CharacterSet","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation12CharacterSetV"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","text":"Phases"},{"text":", ","kind":"text"},{"text":"action","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(characters:phases:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3b210":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3b210","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3b210","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"text":"AccessibilityFocusState","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">."},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"accessibilityFocused(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogCustomizationID(_:)":{"kind":"symbol","title":"fileDialogCustomizationID(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileDialogCustomizationID"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogcustomizationid(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogCustomizationID(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-4sf5r":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-4sf5r","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityLabel","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-4sf5r","title":"accessibilityLabel(_:)","kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/interactiveDismissDisabled(_:)":{"abstract":[],"title":"interactiveDismissDisabled(_:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/interactivedismissdisabled(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fixedSize()":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fixedsize()","kind":"symbol","title":"fixedSize()","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fixedSize","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fixedSize()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechSpellsOutCharacters(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechSpellsOutCharacters(_:)","kind":"symbol","title":"speechSpellsOutCharacters(_:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechspellsoutcharacters(_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/invalidatableContent(_:)":{"title":"invalidatableContent(_:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/invalidatableContent(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidatableContent"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/invalidatablecontent(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/importsItemProviders(_:onImport:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"importsItemProviders"},{"text":"([","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"text":"NSItemProvider","kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"importsItemProviders(_:onImport:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/importsItemProviders(_:onImport:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/importsitemproviders(_:onimport:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAnnouncementsQueued(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"speechAnnouncementsQueued","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"speechAnnouncementsQueued(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAnnouncementsQueued(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechannouncementsqueued(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/gaugeStyle(_:)":{"kind":"symbol","title":"gaugeStyle(_:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gaugeStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/gaugeStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/gaugestyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationDragIndicator(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"presentationDragIndicator","kind":"identifier"},{"kind":"text","text":"("},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"presentationDragIndicator(_:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationDragIndicator(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationdragindicator(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchSuggestions(_:for:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchsuggestions(_:for:)","title":"searchSuggestions(_:for:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchSuggestions","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV","kind":"typeIdentifier","text":"SearchSuggestionsPlacement"},{"kind":"text","text":"."},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchSuggestions(_:for:)","role":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(value:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(value:)","deprecated":true,"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(value:)","role":"symbol","kind":"symbol","abstract":[],"title":"accessibility(value:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibility"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"value"},{"text":": ","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dialogSuppressionToggle(_:isSuppressed:)-96rao":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"dialogSuppressionToggle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"isSuppressed","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"dialogSuppressionToggle(_:isSuppressed:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dialogSuppressionToggle(_:isSuppressed:)-96rao","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dialogsuppressiontoggle(_:issuppressed:)-96rao","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(_:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(_:_:)","abstract":[],"role":"symbol","title":"accessibilityAction(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(_:_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/help(_:)-7xofz":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"help","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"help(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/help(_:)-7xofz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/help(_:)-7xofz","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:actions:message:)-3tu73":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:actions:message:)-3tu73","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:actions:message:)-3tu73"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-6pdn8":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"searchable(text:placement:prompt:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-6pdn8","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-6pdn8","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transformPreference(_:_:)":{"title":"transformPreference(_:_:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transformpreference(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transformPreference(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"K"},{"text":">(","kind":"text"},{"text":"K","kind":"typeIdentifier"},{"text":".Type, (","kind":"text"},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"text":"Value","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-3byor":{"kind":"symbol","title":"toolbar(content:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-3byor","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-3byor","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/clipShape(_:style:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"clipShape","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"text":": ","kind":"text"},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"clipShape(_:style:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/clipShape(_:style:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/clipshape(_:style:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onContinuousHover(coordinateSpace:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"text":"(","kind":"text"},{"text":"coordinateSpace","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10HoverPhaseO","text":"HoverPhase"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"onContinuousHover(coordinateSpace:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onContinuousHover(coordinateSpace:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/oncontinuoushover(coordinatespace:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/springLoadingBehavior(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"springLoadingBehavior"},{"kind":"text","text":"("},{"text":"SpringLoadingBehavior","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI21SpringLoadingBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"springLoadingBehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/springLoadingBehavior(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/springloadingbehavior(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/baselineOffset(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"baselineOffset(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/baselineOffset(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/baselineoffset(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"backgroundStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundstyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-4p8q":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-4p8q","title":"lineLimit(_:)","abstract":[],"role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineLimit","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"text":"<","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-4p8q"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/backgroundPreferenceValue(_:_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/backgroundpreferencevalue(_:_:)","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/backgroundPreferenceValue(_:_:)","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"backgroundPreferenceValue","kind":"identifier"},{"text":"<","kind":"text"},{"text":"Key","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"text":".Type, (","kind":"text"},{"kind":"typeIdentifier","text":"Key"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollIndicators(_:axes:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"scrollIndicators","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV","text":"ScrollIndicatorVisibility"},{"kind":"text","text":", "},{"text":"axes","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4AxisO3SetV","text":"Set"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"scrollIndicators(_:axes:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollIndicators(_:axes:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollindicators(_:axes:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alignmentGuide(_:computeValue:)-61rip":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alignmentGuide(_:computeValue:)-61rip","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alignmentguide(_:computevalue:)-61rip","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alignmentGuide","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaleEffect(_:anchor:)-2bk16":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scaleEffect","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"text":"UnitPoint","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"scaleEffect(_:anchor:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaleEffect(_:anchor:)-2bk16","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaleeffect(_:anchor:)-2bk16","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(isPresented:error:actions:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(ispresented:error:actions:)","kind":"symbol","title":"alert(isPresented:error:actions:)","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"E","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"A","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"error"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"E"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(isPresented:error:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onChange(of:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onChange(of:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onChange(of:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onchange(of:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-195ib":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"focusedObject(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-195ib","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-195ib","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:action:)":{"title":"onKeyPress(_:action:)","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:action:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:action:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","kind":"typeIdentifier","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"action"},{"text":": () -> ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","text":"Result"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/environment(_:_:)":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/environment(_:_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"text":"EnvironmentValues","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"environment(_:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/environment(_:_:)","abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-89vid","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-89vid","abstract":[],"title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/coordinateSpace(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"coordinateSpace","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20NamedCoordinateSpaceV","kind":"typeIdentifier","text":"NamedCoordinateSpace"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"coordinateSpace(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/coordinateSpace(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/coordinatespace(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyframeAnimator(initialValue:trigger:content:keyframes:)":{"title":"keyframeAnimator(initialValue:trigger:content:keyframes:)","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyframeanimator(initialvalue:trigger:content:keyframes:)","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyframeAnimator(initialValue:trigger:content:keyframes:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyframeAnimator"},{"text":"<","kind":"text"},{"text":"Value","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"initialValue"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"trigger","kind":"externalParam"},{"text":": some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SQ","text":"Equatable"},{"text":", ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22PlaceholderContentViewV","text":"PlaceholderContentView"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Self"},{"text":">, ","kind":"text"},{"kind":"typeIdentifier","text":"Value"},{"text":") -> some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"text":", ","kind":"text"},{"text":"keyframes","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"Keyframes","preciseIdentifier":"s:7SwiftUI9KeyframesP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/position(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/position(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"position","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"type":"topic","kind":"symbol","title":"position(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/position(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/brightness(_:)":{"type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/brightness(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"brightness(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:delegate:)-6vtqi":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"text":"UTType","kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":"], ","kind":"text"},{"kind":"externalParam","text":"delegate"},{"text":": any ","kind":"text"},{"text":"DropDelegate","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrop(of:delegate:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:delegate:)-6vtqi","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:delegate:)-6vtqi","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/persistentSystemOverlays(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/persistentSystemOverlays(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"text":"(","kind":"text"},{"text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"persistentSystemOverlays(_:)","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/persistentsystemoverlays(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"confirmationDialog","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"text":": () -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:)-1wvrz","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:)-1wvrz","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollContentBackground(_:)":{"kind":"symbol","title":"scrollContentBackground(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrollcontentbackground(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollContentBackground(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogDefaultDirectory(_:)":{"abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogdefaultdirectory(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogDefaultDirectory(_:)","kind":"symbol","title":"fileDialogDefaultDirectory(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogDefaultDirectory","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onSubmit(of:_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onsubmit(of:_:)","title":"onSubmit(of:_:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"onSubmit","kind":"identifier"},{"text":"(","kind":"text"},{"text":"of","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV","kind":"typeIdentifier"},{"kind":"text","text":", (() -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"text":")) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onSubmit(of:_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textScale(_:isEnabled:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/textscale(_:isenabled:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textScale(_:isEnabled:)","title":"textScale(_:isEnabled:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textScale","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":".","kind":"text"},{"text":"Scale","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV5ScaleV"},{"kind":"text","text":", "},{"text":"isEnabled","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/monospacedDigit()":{"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/monospacedDigit()","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/monospaceddigit()","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"monospacedDigit","kind":"identifier"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"monospacedDigit()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/transition(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"text":"(","kind":"text"},{"text":"AnyTransition","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"transition(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/transition(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/transition(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-9rqi6","abstract":[],"kind":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-9rqi6","role":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"confirmationDialog"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"message","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"M","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:value:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:value:)","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9AnimationV","kind":"typeIdentifier","text":"Animation"},{"kind":"text","text":"?, "},{"text":"value","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"animation(_:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:value:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableStyle(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablestyle(_:)","kind":"symbol","title":"tableStyle(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tableStyle"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableStyle(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-24xkz":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-24xkz","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-24xkz","abstract":[],"title":"searchable(text:isPresented:placement:prompt:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-88did":{"abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityCustomContent","kind":"identifier"},{"kind":"text","text":"("},{"text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"importance","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"c:objc(cs)AXCustomContent","kind":"typeIdentifier","text":"AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-88did","type":"topic","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-88did","role":"symbol","title":"accessibilityCustomContent(_:_:importance:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutDirectionBehavior(_:)":{"title":"layoutDirectionBehavior(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutDirectionBehavior(_:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"layoutDirectionBehavior","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23LayoutDirectionBehaviorO","text":"LayoutDirectionBehavior"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutdirectionbehavior(_:)","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlayPreferenceValue(_:alignment:_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlayPreferenceValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"K","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"text":"K","kind":"typeIdentifier"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP5ValueQa","text":"Value"},{"kind":"text","text":") -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"overlayPreferenceValue(_:alignment:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlayPreferenceValue(_:alignment:_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlaypreferencevalue(_:alignment:_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackgroundInteraction(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackgroundInteraction(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationBackgroundInteraction"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI33PresentationBackgroundInteractionV","text":"PresentationBackgroundInteraction"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackgroundinteraction(_:)","title":"presentationBackgroundInteraction(_:)","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityInputLabels(_:)-3q50g":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityInputLabels","kind":"identifier"},{"kind":"text","text":"(["},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityInputLabels(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityInputLabels(_:)-3q50g","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityinputlabels(_:)-3q50g","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontWeight(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"kind":"text","text":"."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"fontWeight(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontWeight(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontweight(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(content:)-20fnh":{"role":"symbol","abstract":[],"title":"toolbar(content:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(content:)-20fnh","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"text":"Content","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(content:)-20fnh"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollTargetLayout(isEnabled:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"scrollTargetLayout"},{"kind":"text","text":"("},{"text":"isEnabled","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol","title":"scrollTargetLayout(isEnabled:)","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolltargetlayout(isenabled:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollTargetLayout(isEnabled:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(item:content:)":{"kind":"symbol","title":"alert(item:content:)","type":"topic","role":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"text":">(","kind":"text"},{"kind":"externalParam","text":"item"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"text":"?>, ","kind":"text"},{"text":"content","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"Item","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(item:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(item:content:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/frame(width:height:alignment:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"frame"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"text":": ","kind":"text"},{"text":"Alignment","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"frame(width:height:alignment:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/frame(width:height:alignment:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/frame(width:height:alignment:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-2bi7k":{"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-2bi7k","abstract":[],"type":"topic","title":"typeSelectEquivalent(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-2bi7k"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttype:oncompletion:)-33o26","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"text":"documents","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","text":"UTType"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"kind":"text","text":"<["},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"text":"], any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentType:onCompletion:)-33o26"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentationBackground(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentationbackground(_:)","title":"presentationBackground(_:)","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"presentationBackground"},{"kind":"text","text":"<"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentationBackground(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityZoomAction(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityzoomaction(_:)","title":"accessibilityZoomAction(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityZoomAction"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI30AccessibilityZoomGestureActionV","kind":"typeIdentifier","text":"AccessibilityZoomGestureAction"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityZoomAction(_:)","abstract":[],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileMover(isPresented:file:onCompletion:onCancellation:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"text":"isPresented","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:s6ResultO","kind":"typeIdentifier","text":"Result"},{"text":"<","kind":"text"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s5ErrorP","text":"Error"},{"text":">) -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"fileMover(isPresented:file:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileMover(isPresented:file:onCompletion:onCancellation:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filemover(ispresented:file:oncompletion:oncancellation:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-7lk4":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"searchable(text:placement:prompt:suggestions:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-7lk4","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-7lk4","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDevice(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"previewDevice","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13PreviewDeviceV","kind":"typeIdentifier","text":"PreviewDevice"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"previewDevice(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDevice(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdevice(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityFocused(_:equals:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityfocused(_:equals:)","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityFocused","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV","text":"AccessibilityFocusState","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":">.","kind":"text"},{"preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":", ","kind":"text"},{"text":"equals","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"title":"accessibilityFocused(_:equals:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-5cto7":{"title":"navigationBarTitle(_:)","type":"topic","kind":"symbol","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-5cto7","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-5cto7","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scaledToFit()":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scaledtofit()","kind":"symbol","title":"scaledToFit()","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scaledToFit","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scaledToFit()"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textCase(_:)":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textCase(_:)","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO","kind":"typeIdentifier"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"title":"textCase(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcase(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(alignment:content:)":{"kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"overlay","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"content"},{"text":": () -> ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"title":"overlay(alignment:content:)","role":"symbol","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(alignment:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(alignment:content:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/redacted(reason:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"text":": ","kind":"text"},{"text":"RedactionReasons","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"redacted(reason:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/redacted(reason:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/redacted(reason:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onPasteCommand(of:perform:)-6apar":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"text":"of","kind":"externalParam"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"onPasteCommand(of:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onPasteCommand(of:perform:)-6apar","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onpastecommand(of:perform:)-6apar","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrag(_:preview:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onDrag"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onDrag(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrag(_:preview:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrag(_:preview:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:ignoresSafeAreaEdges:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:ignoressafeareaedges:)","title":"background(_:ignoresSafeAreaEdges:)","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:ignoresSafeAreaEdges:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"background","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-5tiev":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-5tiev","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-5tiev","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":">, ","kind":"text"},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:ST7ElementQa","text":"Element"},{"text":">) -> some ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"searchable(text:editableTokens:placement:prompt:token:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/listRowInsets(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/listrowinsets(_:)","role":"symbol","title":"listRowInsets(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"listRowInsets"},{"text":"(","kind":"text"},{"text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","kind":"typeIdentifier"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/listRowInsets(_:)","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:)-9t8eo":{"title":"accessibilityRotor(_:entries:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:)-9t8eo","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:)-9t8eo","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"accessibilityRotor","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"text":">(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"text":": () -> ","kind":"text"},{"kind":"typeIdentifier","text":"Content"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[],"type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"abstract":[],"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:perform:onpressingchanged:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"text":", ","kind":"text"},{"text":"perform","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":", ","kind":"text"},{"text":"onPressingChanged","kind":"externalParam"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","kind":"typeIdentifier","text":"Void"},{"text":")?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarTitleDisplayMode(_:)":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"toolbarTitleDisplayMode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"ToolbarTitleDisplayMode","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI23ToolbarTitleDisplayModeV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarTitleDisplayMode(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbartitledisplaymode(_:)","abstract":[],"title":"toolbarTitleDisplayMode(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focused(_:equals:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focused","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"equals"},{"text":": ","kind":"text"},{"text":"Value","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"focused(_:equals:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focused(_:equals:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focused(_:equals:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/saturation(_:)":{"title":"saturation(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/saturation(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/saturation(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityValue(_:)-75had":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityValue"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityValue(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityValue(_:)-75had","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityvalue(_:)-75had","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:pressing:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"text":"pressing","kind":"externalParam"},{"text":": ((","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"text":": () -> ","kind":"text"},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"onLongPressGesture(minimumDuration:pressing:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:pressing:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:pressing:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-19c15":{"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"preciseIdentifier":"s:7SwiftUI4TextV","text":"Text","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"text":".","kind":"text"},{"preciseIdentifier":"c:@E@AXCustomContentImportance","text":"Importance","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-19c15","kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-19c15","abstract":[],"title":"accessibilityCustomContent(_:_:importance:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:tokens:placement:prompt:token:)-9fopn":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:tokens:placement:prompt:token:)-9fopn","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:tokens:placement:prompt:token:)-9fopn","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"text":", ","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"tokens"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","text":"Element","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8xvam","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Visibility","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"A"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8xvam","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/keyboardShortcut(_:)-1fdau":{"abstract":[],"kind":"symbol","type":"topic","title":"keyboardShortcut(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"text":"KeyboardShortcut","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/keyboardshortcut(_:)-1fdau","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/keyboardShortcut(_:)-1fdau"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:)-7mxdo":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"lineLimit(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:)-7mxdo","url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:)-7mxdo","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbar(removing:)":{"type":"topic","title":"toolbar(removing:)","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbar(removing:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbar(removing:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"toolbar","kind":"identifier"},{"text":"(","kind":"text"},{"text":"removing","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI22ToolbarDefaultItemKindV","text":"ToolbarDefaultItemKind"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityRotor(_:entries:entryLabel:)-7spl":{"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"accessibilityRotor","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"text":"entries","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"text":"entryLabel","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPath","kind":"typeIdentifier","preciseIdentifier":"s:s7KeyPathC"},{"text":"<","kind":"text"},{"text":"EntryModel","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityRotor(_:entries:entryLabel:)-7spl","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityrotor(_:entries:entrylabel:)-7spl","title":"accessibilityRotor(_:entries:entryLabel:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/lineLimit(_:reservesSpace:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/linelimit(_:reservesspace:)","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineLimit"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"reservesSpace"},{"text":": ","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/lineLimit(_:reservesSpace:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/defaultFocus(_:_:priority:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"text":"<","kind":"text"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"text":"<","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":">."},{"preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"priority","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV","text":"DefaultFocusEvaluationPriority"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"defaultFocus(_:_:priority:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/defaultFocus(_:_:priority:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/defaultfocus(_:_:priority:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(ignoresSafeAreaEdges:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"text":"Edge","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4EdgeO3SetV","text":"Set","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"background(ignoresSafeAreaEdges:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(ignoresSafeAreaEdges:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(ignoressafeareaedges:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scrollDismissesKeyboard(_:)":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scrollDismissesKeyboard(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"scrollDismissesKeyboard","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV","text":"ScrollDismissesKeyboardMode","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scrolldismisseskeyboard(_:)","role":"symbol","type":"topic","title":"scrollDismissesKeyboard(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutPriority(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"layoutPriority","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"layoutPriority(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutPriority(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutpriority(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fontDesign(_:)":{"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fontDesign(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fontdesign(_:)","title":"fontDesign(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontDesign","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"."},{"text":"Design","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationTitle(_:)-4eh54":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationtitle(_:)-4eh54","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationTitle(_:)-4eh54","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"navigationTitle","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol","title":"navigationTitle(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:documents:contenttypes:oncompletion:oncancellation:)-9bytl","title":"fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)","kind":"symbol","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV","kind":"typeIdentifier"},{"kind":"text","text":"], "},{"text":"onCompletion","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<[","kind":"text"},{"text":"URL","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], any "},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"onCancellation","kind":"externalParam"},{"text":": () -> ","kind":"text"},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)-9bytl"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/padding(_:)-47u2h":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/padding(_:)-47u2h","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/padding(_:)-47u2h","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"padding","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","role":"symbol","title":"padding(_:)","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:)":{"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:)","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:)","title":"focusedValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"focusedValue"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"text":"?) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"M","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"text":"actions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3ckm","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3ckm","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:suggestions:)-8aa7t":{"kind":"symbol","role":"symbol","deprecated":true,"type":"topic","title":"searchable(text:placement:prompt:suggestions:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:suggestions:)-8aa7t","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"text":"suggestions","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:suggestions:)-8aa7t"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/buttonStyle(_:)-rhg6":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/buttonStyle(_:)-rhg6","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"buttonStyle","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/buttonstyle(_:)-rhg6","title":"buttonStyle(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-7rgo9":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"typeSelectEquivalent(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-7rgo9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-7rgo9","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaInset(edge:alignment:spacing:content:)-uv8q":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareainset(edge:alignment:spacing:content:)-uv8q","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"safeAreaInset","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO","text":"VerticalEdge"},{"kind":"text","text":", "},{"text":"alignment","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaInset(edge:alignment:spacing:content:)-uv8q","title":"safeAreaInset(edge:alignment:spacing:content:)","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"editableTokens"},{"text":": ","kind":"text"},{"text":"Binding","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Element","preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier"},{"kind":"text","text":">) -> some "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"searchable(text:editableTokens:isPresented:placement:prompt:token:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:isPresented:placement:prompt:token:)-1ixod","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:ispresented:placement:prompt:token:)-1ixod","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tabItem(_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"tabItem","kind":"identifier"},{"kind":"text","text":"<"},{"text":"V","kind":"genericParameter"},{"kind":"text","text":">(() -> "},{"text":"V","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/tabitem(_:)","abstract":[],"kind":"symbol","title":"tabItem(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tabItem(_:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/itemProvider(_:)":{"abstract":[],"title":"itemProvider(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/itemprovider(_:)","role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"text":"Optional","kind":"typeIdentifier","preciseIdentifier":"s:Sq"},{"text":"<() -> ","kind":"text"},{"text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider","kind":"typeIdentifier"},{"text":"?>) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/itemProvider(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/previewDisplayName(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/previewdisplayname(_:)","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/previewDisplayName(_:)","abstract":[],"kind":"symbol","title":"previewDisplayName(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/dropDestination(for:action:isTargeted:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"for","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":".Type, ","kind":"text"},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"text":"], ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"kind":"text","text":") -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"text":"isTargeted","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"Void","kind":"typeIdentifier","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"dropDestination(for:action:isTargeted:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/dropDestination(for:action:isTargeted:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/dropdestination(for:action:istargeted:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationDocument(_:preview:)-7kl7x":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":", "},{"text":"I1","kind":"genericParameter"},{"text":", ","kind":"text"},{"text":"I2","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12SharePreviewV","text":"SharePreview"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"text":", ","kind":"text"},{"text":"I2","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"navigationDocument(_:preview:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationDocument(_:preview:)-7kl7x","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationdocument(_:preview:)-7kl7x","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedObject(_:)-9lzo2":{"abstract":[],"type":"topic","title":"focusedObject(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"focusedObject","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedobject(_:)-9lzo2","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedObject(_:)-9lzo2","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/highPriorityGesture(_:including:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"highPriorityGesture","kind":"identifier"},{"text":"<","kind":"text"},{"text":"T","kind":"genericParameter"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11GestureMaskV","text":"GestureMask"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"highPriorityGesture(_:including:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/highPriorityGesture(_:including:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/highprioritygesture(_:including:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(selectionIdentifier:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibility","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s11AnyHashableV","text":"AnyHashable"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"type":"topic","title":"accessibility(selectionIdentifier:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(selectionIdentifier:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(selectionidentifier:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/speechAdjustedPitch(_:)":{"role":"symbol","kind":"symbol","type":"topic","title":"speechAdjustedPitch(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/speechadjustedpitch(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"speechAdjustedPitch","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:editableTokens:placement:prompt:token:)-8g4h9":{"abstract":[],"type":"topic","title":"searchable(text:editableTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"C","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"editableTokens","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"text":": some ","kind":"text"},{"preciseIdentifier":"s:Sy","text":"StringProtocol","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"token","kind":"externalParam"},{"text":": (","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"C","kind":"typeIdentifier"},{"text":".","kind":"text"},{"preciseIdentifier":"s:ST7ElementQa","kind":"typeIdentifier","text":"Element"},{"text":">) -> some ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:editableTokens:placement:prompt:token:)-8g4h9","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:editabletokens:placement:prompt:token:)-8g4h9","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onKeyPress(_:phases:action:)":{"kind":"symbol","title":"onKeyPress(_:phases:action:)","type":"topic","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onKeyPress","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV","text":"KeyEquivalent"},{"text":", ","kind":"text"},{"text":"phases","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"KeyPress","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"text":".","kind":"text"},{"text":"Phases","preciseIdentifier":"s:7SwiftUI8KeyPressV6PhasesV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"action","kind":"externalParam"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"KeyPress","preciseIdentifier":"s:7SwiftUI8KeyPressV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI8KeyPressV","text":"KeyPress"},{"text":".","kind":"text"},{"text":"Result","preciseIdentifier":"s:7SwiftUI8KeyPressV6ResultO","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/onkeypress(_:phases:action:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onKeyPress(_:phases:action:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textEditorStyle(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"textEditorStyle","kind":"identifier"},{"text":"(some ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15TextEditorStyleP","text":"TextEditorStyle","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"textEditorStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textEditorStyle(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/texteditorstyle(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"text":"minimumDuration","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"pressing"},{"text":": ((","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"kind":"text","text":")?, "},{"text":"perform","kind":"externalParam"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/colorScheme(_:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"text":"ColorScheme","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"title":"colorScheme(_:)","type":"topic","deprecated":true,"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/colorScheme(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/colorscheme(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/scenePadding(_:edges:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/scenepadding(_:edges:)","kind":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"scenePadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12ScenePaddingV","text":"ScenePadding"},{"kind":"text","text":", "},{"text":"edges","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4EdgeO","text":"Edge","kind":"typeIdentifier"},{"text":".","kind":"text"},{"text":"Set","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/scenePadding(_:edges:)","type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/typeSelectEquivalent(_:)-5in15":{"title":"typeSelectEquivalent(_:)","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/typeSelectEquivalent(_:)-5in15","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/typeselectequivalent(_:)-5in15","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeSelectEquivalent","kind":"identifier"},{"text":"(","kind":"text"},{"text":"LocalizedStringKey","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onDrop(of:isTargeted:perform:)-pn8q":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/ondrop(of:istargeted:perform:)-pn8q","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onDrop(of:isTargeted:perform:)-pn8q","title":"onDrop(of:isTargeted:perform:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"onDrop","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"of"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"text":"isTargeted","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":">?, ","kind":"text"},{"kind":"externalParam","text":"perform"},{"text":": ([","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:objc(cs)NSItemProvider","text":"NSItemProvider"},{"text":"], ","kind":"text"},{"text":"CGPoint","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/toolbarBackground(_:for:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"text":"for","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV","text":"ToolbarPlacement","kind":"typeIdentifier"},{"text":"...) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"toolbarBackground(_:for:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/toolbarBackground(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/toolbarbackground(_:for:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityHeading(_:)":{"title":"accessibilityHeading(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityheading(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityHeading(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/layoutValue(key:value:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"layoutValue"},{"text":"<","kind":"text"},{"text":"K","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"key","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP0D0Qa","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"layoutValue(key:value:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/layoutValue(key:value:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/layoutvalue(key:value:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/visualEffect(_:)":{"kind":"symbol","title":"visualEffect(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"visualEffect"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","text":"GeometryProxy"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/visualeffect(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityLabel(_:)-1ab8y":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"type":"topic","title":"accessibilityLabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityLabel(_:)-1ab8y","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitylabel(_:)-1ab8y","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(x:y:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"offset(x:y:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(x:y:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(x:y:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityIdentifier(_:)":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityIdentifier(_:)","type":"topic","kind":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"accessibilityIdentifier"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityidentifier(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationBarTitle(_:)-boxd":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationbartitle(_:)-boxd","title":"navigationBarTitle(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationBarTitle(_:)-boxd","deprecated":true},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityAction(named:_:)-27sdb":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityaction(named:_:)-27sdb","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityAction","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"named","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", () -> ","kind":"text"},{"preciseIdentifier":"s:s4Voida","text":"Void","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","kind":"typeIdentifier"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityAction(named:_:)-27sdb","kind":"symbol","role":"symbol","title":"accessibilityAction(named:_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileDialogConfirmationLabel(_:)-8dt82":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileDialogConfirmationLabel","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"fileDialogConfirmationLabel(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileDialogConfirmationLabel(_:)-8dt82","url":"\/documentation\/oudscomponents\/oudsformstextinput\/filedialogconfirmationlabel(_:)-8dt82","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/userActivity(_:isActive:_:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"userActivity","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isActive"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"preciseIdentifier":"c:objc(cs)NSUserActivity","text":"NSUserActivity","kind":"typeIdentifier"},{"kind":"text","text":") -> ()) -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"kind":"symbol","type":"topic","title":"userActivity(_:isActive:_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/useractivity(_:isactive:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/userActivity(_:isActive:_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9hb94","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":">, ","kind":"text"},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"D"},{"text":"?, ","kind":"text"},{"text":"contentType","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO","text":"Result"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"kind":"text","text":", any "},{"preciseIdentifier":"s:s5ErrorP","text":"Error","kind":"typeIdentifier"},{"kind":"text","text":">) -> "},{"text":"Void","preciseIdentifier":"s:s4Voida","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9hb94","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityCustomContent(_:_:importance:)-9e3zi":{"abstract":[],"title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"accessibilityCustomContent","kind":"identifier"},{"text":"<","kind":"text"},{"text":"L","kind":"genericParameter"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"text":">(","kind":"text"},{"text":"L","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"importance"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"text":"Importance","kind":"typeIdentifier","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier","kind":"typeIdentifier"},{"kind":"text","text":">"}],"deprecated":true,"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityCustomContent(_:_:importance:)-9e3zi","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilitycustomcontent(_:_:importance:)-9e3zi","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/focusedValue(_:_:)-7xxj3":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"focusedValue","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13FocusedValuesV","text":"FocusedValues","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"focusedValue(_:_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/focusedValue(_:_:)-7xxj3","url":"\/documentation\/oudscomponents\/oudsformstextinput\/focusedvalue(_:_:)-7xxj3","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/animation(_:)":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/animation(_:)","type":"topic","title":"animation(_:)","role":"symbol","deprecated":true,"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"animation","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9AnimationV","text":"Animation"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/animation(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibility(activationPoint:)-759yu":{"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"text":"activationPoint","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@S@CGPoint","text":"CGPoint"},{"text":") -> ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","text":"ModifiedContent","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV","text":"AccessibilityAttachmentModifier"},{"kind":"text","text":">"}],"deprecated":true,"type":"topic","abstract":[],"kind":"symbol","title":"accessibility(activationPoint:)","role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibility(activationpoint:)-759yu","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibility(activationPoint:)-759yu"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/onAppear(perform:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"onAppear"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"onAppear(perform:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/onAppear(perform:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/onappear(perform:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:isPresented:placement:prompt:)-tq7j":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV","text":"LocalizedStringKey"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"searchable(text:isPresented:placement:prompt:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:isPresented:placement:prompt:)-tq7j","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:ispresented:placement:prompt:)-tq7j","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-2yymn":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-2yymn","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"searchable","kind":"identifier"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"kind":"text","text":">("},{"text":"text","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"kind":"symbol","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-2yymn"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/touchBarCustomizationLabel(_:)":{"abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/touchbarcustomizationlabel(_:)","title":"touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"text":"(","kind":"text"},{"text":"Text","preciseIdentifier":"s:7SwiftUI4TextV","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/touchBarCustomizationLabel(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tableColumnHeaders(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"tableColumnHeaders","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10VisibilityO","text":"Visibility"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"tableColumnHeaders(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tableColumnHeaders(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tablecolumnheaders(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/moveDisabled(_:)":{"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/moveDisabled(_:)","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/movedisabled(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"moveDisabled","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"moveDisabled(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(in:fillStyle:)-17nkk":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(in:fillStyle:)-17nkk","type":"topic","title":"background(in:fillStyle:)","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"background"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"in","kind":"externalParam"},{"kind":"text","text":": "},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(in:fillstyle:)-17nkk","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/selectionDisabled(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"selectionDisabled","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"selectionDisabled(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/selectionDisabled(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/selectiondisabled(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/textContentType(_:)":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"textContentType","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"c:@T@NSTextContentType","text":"NSTextContentType"},{"kind":"text","text":"?) -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"}],"type":"topic","title":"textContentType(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/textContentType(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/textcontenttype(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/swipeActions(edge:allowsFullSwipe:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"swipeActions","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"edge","kind":"externalParam"},{"kind":"text","text":": "},{"text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"type":"topic","title":"swipeActions(edge:allowsFullSwipe:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/swipeActions(edge:allowsFullSwipe:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/swipeactions(edge:allowsfullswipe:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/tag(_:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"tag"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"tag(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/tag(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/tag(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/overlay(_:in:fillStyle:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/overlay(_:in:fillstyle:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/overlay(_:in:fillStyle:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"overlay"},{"text":"<","kind":"text"},{"text":"S","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"in","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV","text":"FillStyle"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"title":"overlay(_:in:fillStyle:)","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/containerBackground(_:for:)":{"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"containerBackground","kind":"identifier"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"S"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"for"},{"text":": ","kind":"text"},{"text":"ContainerBackgroundPlacement","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI28ContainerBackgroundPlacementV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"title":"containerBackground(_:for:)","type":"topic","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/containerBackground(_:for:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/containerbackground(_:for:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/navigationSplitViewColumnWidth(_:)":{"role":"symbol","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"navigationSplitViewColumnWidth","kind":"identifier"},{"kind":"text","text":"("},{"text":"CGFloat","kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/navigationSplitViewColumnWidth(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/navigationsplitviewcolumnwidth(_:)","abstract":[],"title":"navigationSplitViewColumnWidth(_:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/offset(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/offset(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/offset(_:)","title":"offset(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"offset","kind":"identifier"},{"text":"(","kind":"text"},{"text":"CGSize","kind":"typeIdentifier","preciseIdentifier":"c:@S@CGSize"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"kind":"symbol","abstract":[],"type":"topic","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"confirmationDialog","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":">, "},{"text":"titleVisibility","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI10VisibilityO","kind":"typeIdentifier","text":"Visibility"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"actions","kind":"externalParam"},{"text":": (","kind":"text"},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"text":"A","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"M","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2l603","url":"\/documentation\/oudscomponents\/oudsformstextinput\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2l603","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/zIndex(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/zindex(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)","abstract":[],"type":"topic","kind":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"zIndex","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/background(_:in:fillStyle:)-6x7pm":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/background(_:in:fillstyle:)-6x7pm","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"background","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"T"},{"text":">(","kind":"text"},{"text":"S","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"fillStyle","kind":"externalParam"},{"kind":"text","text":": "},{"text":"FillStyle","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/background(_:in:fillStyle:)-6x7pm","kind":"symbol","role":"symbol","title":"background(_:in:fillStyle:)","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"text":"<","kind":"text"},{"text":"D","kind":"genericParameter"},{"text":">(","kind":"text"},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:7SwiftUI7BindingV","kind":"typeIdentifier","text":"Binding"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"text":"contentTypes","kind":"externalParam"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"defaultFilename"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"preciseIdentifier":"s:s6ResultO","text":"Result","kind":"typeIdentifier"},{"kind":"text","text":"<"},{"text":"URL","preciseIdentifier":"s:10Foundation3URLV","kind":"typeIdentifier"},{"text":", any ","kind":"text"},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"onCancellation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-qwzi","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttypes:defaultfilename:oncompletion:oncancellation:)-qwzi","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn":{"kind":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-59ecn","abstract":[],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"fileExporter","kind":"identifier"},{"kind":"text","text":"<"},{"text":"D","kind":"genericParameter"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding","kind":"typeIdentifier"},{"text":"<","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"text":"document","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"D","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"text":"contentType","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"text":", ","kind":"text"},{"text":"defaultFilename","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"text":"Result","kind":"typeIdentifier","preciseIdentifier":"s:s6ResultO"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation3URLV","text":"URL"},{"text":", any ","kind":"text"},{"text":"Error","preciseIdentifier":"s:s5ErrorP","kind":"typeIdentifier"},{"text":">) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:s4Voida","text":"Void"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-59ecn","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/contextMenu(menuItems:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/contextmenu(menuitems:)","title":"contextMenu(menuItems:)","role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/contextMenu(menuItems:)","type":"topic","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"text":"<","kind":"text"},{"kind":"genericParameter","text":"MenuItems"},{"text":">(","kind":"text"},{"text":"menuItems","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"MenuItems","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/accessibilityActivationPoint(_:)-4xqmz":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessibilityActivationPoint","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:7SwiftUI15ModifiedContentV","kind":"typeIdentifier","text":"ModifiedContent"},{"kind":"text","text":"<"},{"text":"Self","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"text":"AccessibilityAttachmentModifier","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"text":">","kind":"text"}],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/accessibilityActivationPoint(_:)-4xqmz","abstract":[],"title":"accessibilityActivationPoint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/accessibilityactivationpoint(_:)-4xqmz","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/safeAreaPadding(_:)-1k9de":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"safeAreaPadding","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV","text":"EdgeInsets"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","title":"safeAreaPadding(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/safeAreaPadding(_:)-1k9de","url":"\/documentation\/oudscomponents\/oudsformstextinput\/safeareapadding(_:)-1k9de","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/presentedWindowStyle(_:)":{"url":"\/documentation\/oudscomponents\/oudsformstextinput\/presentedwindowstyle(_:)","abstract":[],"kind":"symbol","title":"presentedWindowStyle(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/presentedWindowStyle(_:)","type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"presentedWindowStyle","kind":"identifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"text":"S","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/flipsForRightToLeftLayoutDirection(_:)":{"kind":"symbol","type":"topic","title":"flipsForRightToLeftLayoutDirection(_:)","abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/flipsForRightToLeftLayoutDirection(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/flipsforrighttoleftlayoutdirection(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/menuOrder(_:)":{"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"menuOrder","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:7SwiftUI9MenuOrderV","text":"MenuOrder","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/menuorder(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/menuOrder(_:)","title":"menuOrder(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/searchable(text:placement:prompt:)-32i7v":{"type":"topic","title":"searchable(text:placement:prompt:)","abstract":[],"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/searchable(text:placement:prompt:)-32i7v","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/searchable(text:placement:prompt:)-32i7v","kind":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"text":"text","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"kind":"text","text":"<"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"text":"placement","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV","kind":"typeIdentifier","text":"SearchFieldPlacement"},{"text":", ","kind":"text"},{"text":"prompt","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV","text":"Text"},{"text":"?) -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/horizontalRadioGroupLayout()":{"title":"horizontalRadioGroupLayout()","type":"topic","abstract":[],"url":"\/documentation\/oudscomponents\/oudsformstextinput\/horizontalradiogrouplayout()","role":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/horizontalRadioGroupLayout()","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"horizontalRadioGroupLayout","kind":"identifier"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/inspector(isPresented:content:)":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"kind":"identifier","text":"inspector"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"text":"isPresented","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"text":">, ","kind":"text"},{"text":"content","kind":"externalParam"},{"kind":"text","text":": () -> "},{"text":"V","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"type":"topic","title":"inspector(isPresented:content:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/inspector(isPresented:content:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/inspector(ispresented:content:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/labelsHidden()":{"kind":"symbol","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}],"type":"topic","title":"labelsHidden()","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/labelsHidden()","url":"\/documentation\/oudscomponents\/oudsformstextinput\/labelshidden()","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/alert(_:isPresented:presenting:actions:message:)-3a2xn":{"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"alert","kind":"identifier"},{"text":"<","kind":"text"},{"text":"A","kind":"genericParameter"},{"text":", ","kind":"text"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"text":"Text","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4TextV"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"isPresented"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI7BindingV","text":"Binding"},{"text":"<","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":">, ","kind":"text"},{"kind":"externalParam","text":"presenting"},{"text":": ","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":"?, ","kind":"text"},{"kind":"externalParam","text":"actions"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"A","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"text":": (","kind":"text"},{"text":"T","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"kind":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/alert(_:isPresented:presenting:actions:message:)-3a2xn","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/alert(_:ispresented:presenting:actions:message:)-3a2xn"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/visualeffect(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/visualeffect(_:).json index 8f64618b9..a0095d087 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/visualeffect(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/visualeffect(_:).json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"abstract":[{"text":"Inherited from ","type":"text"},{"type":"codeVoice","code":"View.visualEffect(_:)"},{"type":"text","text":"."}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"visualEffect","kind":"identifier"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"effect"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"text":" (","kind":"text"},{"text":"EmptyVisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","text":"GeometryProxy","preciseIdentifier":"s:7SwiftUI13GeometryProxyV"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"},{"kind":"text","text":"\n"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"extendedModule":"SwiftUI","externalID":"s:7SwiftUI4ViewPAAE12visualEffectyQrqd__AA011EmptyVisualE0V_AA13GeometryProxyVtYbcAA0gE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"visualEffect","kind":"identifier"},{"text":"((","kind":"text"},{"preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"text":"GeometryProxy","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP","text":"VisualEffect"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"platforms":[{"unavailable":false,"beta":false,"deprecated":false,"name":"iOS","introducedAt":"17.0"},{"unavailable":false,"beta":false,"introducedAt":"14.0","deprecated":false,"name":"macOS"},{"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"17.0","beta":false},{"deprecated":false,"name":"watchOS","introducedAt":"10.0","unavailable":false,"beta":false}],"title":"visualEffect(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"symbolKind":"method","roleHeading":"Instance Method","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/visualeffect(_:)"]}],"kind":"symbol","references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/visualEffect(_:)":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)","role":"symbol","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/visualeffect(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"visualEffect"},{"text":"((","kind":"text"},{"text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","text":"GeometryProxy"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"title":"visualEffect(_:)"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"method","role":"symbol","roleHeading":"Instance Method","title":"visualEffect(_:)","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"visualEffect"},{"kind":"text","text":"(("},{"text":"EmptyVisualEffect","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"GeometryProxy","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV"},{"kind":"text","text":") -> some "},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"extendedModule":"SwiftUI","platforms":[{"name":"iOS","deprecated":false,"unavailable":false,"introducedAt":"17.0","beta":false},{"beta":false,"introducedAt":"14.0","deprecated":false,"unavailable":false,"name":"macOS"},{"introducedAt":"17.0","unavailable":false,"name":"tvOS","beta":false,"deprecated":false},{"unavailable":false,"name":"watchOS","introducedAt":"10.0","deprecated":false,"beta":false}],"externalID":"s:7SwiftUI4ViewPAAE12visualEffectyQrqd__AA011EmptyVisualE0V_AA13GeometryProxyVtYbcAA0gE0Rd__lF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}]},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.visualEffect(_:)"},{"text":".","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/visualeffect(_:)"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"visualEffect"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"effect"},{"text":": ","kind":"text"},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI13GeometryProxyV","kind":"typeIdentifier","text":"GeometryProxy"},{"text":") -> some ","kind":"text"},{"kind":"typeIdentifier","text":"VisualEffect","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier","text":"View"},{"kind":"text","text":"\n"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/visualEffect(_:)":{"kind":"symbol","title":"visualEffect(_:)","role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"visualEffect"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI17EmptyVisualEffectV","text":"EmptyVisualEffect"},{"text":", ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI13GeometryProxyV","text":"GeometryProxy"},{"kind":"text","text":") -> some "},{"text":"VisualEffect","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI12VisualEffectP"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/visualEffect(_:)","url":"\/documentation\/oudscomponents\/oudsformstextinput\/visualeffect(_:)","abstract":[]},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudscomponents/oudsformstextinput/zindex(_:).json b/docs/data/documentation/oudscomponents/oudsformstextinput/zindex(_:).json index e09ae6126..7ced23fca 100644 --- a/docs/data/documentation/oudscomponents/oudsformstextinput/zindex(_:).json +++ b/docs/data/documentation/oudscomponents/oudsformstextinput/zindex(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"kind":"symbol","metadata":{"title":"zIndex(_:)","modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"zIndex","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"}],"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"13.0"},{"unavailable":false,"deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"introducedAt":"13.0","deprecated":false,"unavailable":false,"name":"tvOS","beta":false},{"introducedAt":"6.0","beta":false,"unavailable":false,"name":"watchOS","deprecated":false}],"externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","roleHeading":"Instance Method","extendedModule":"SwiftUI","symbolKind":"method"},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.zIndex(_:)","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/zindex(_:)"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"zIndex","kind":"identifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"text":"value","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI4ViewP","text":"View","kind":"typeIdentifier"},{"kind":"text","text":"\n"}]}]}],"sections":[],"references":{"doc://OUDSComponents/documentation/OUDSComponents":{"role":"collection","title":"OUDSComponents","url":"\/documentation\/oudscomponents","type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"kind":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/zIndex(_:)":{"title":"zIndex(_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"text":"View","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)","type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/zindex(_:)","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","title":"OUDSFormsTextInput","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"abstract":[{"text":"An OUDS component for text input in formulars.","type":"text"},{"text":" ","type":"text"},{"inlineContent":[{"type":"text","text":"Warning: This is a draft component"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","kind":"symbol","role":"symbol"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","title":"View Implementations","abstract":[],"type":"topic","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations","kind":"article","role":"collectionGroup"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSComponents\/documentation\/OUDSComponents","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput","doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudscomponents\/oudsformstextinput\/zindex(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Inherited from ","type":"text"},{"code":"View.zIndex(_:)","type":"codeVoice"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"zIndex","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sd","text":"Double","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"text":"\n","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSComponents"}],"roleHeading":"Instance Method","role":"symbol","platforms":[{"introducedAt":"13.0","name":"iOS","unavailable":false,"beta":false,"deprecated":false},{"name":"macOS","unavailable":false,"deprecated":false,"beta":false,"introducedAt":"10.15"},{"beta":false,"name":"tvOS","unavailable":false,"deprecated":false,"introducedAt":"13.0"},{"introducedAt":"6.0","deprecated":false,"unavailable":false,"beta":false,"name":"watchOS"}],"title":"zIndex(_:)","externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:14OUDSComponents18OUDSFormsTextInputV","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"zIndex"},{"text":"(","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"text":"some","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4ViewP","text":"View"}],"extendedModule":"SwiftUI"},"references":{"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput":{"fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"OUDSFormsTextInput","kind":"identifier"}],"title":"OUDSFormsTextInput","type":"topic","navigatorTitle":[{"text":"OUDSFormsTextInput","kind":"identifier"}],"role":"symbol","kind":"symbol","abstract":[{"type":"text","text":"An OUDS component for text input in formulars."},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"Warning: This is a draft component"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudscomponents\/oudsformstextinput","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/zIndex(_:)":{"role":"symbol","url":"\/documentation\/oudscomponents\/oudsformstextinput\/zindex(_:)","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/zIndex(_:)","abstract":[],"type":"topic","kind":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"zIndex","kind":"identifier"},{"kind":"text","text":"("},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":") -> ","kind":"text"},{"kind":"keyword","text":"some"},{"text":" ","kind":"text"},{"text":"View","preciseIdentifier":"s:7SwiftUI4ViewP","kind":"typeIdentifier"}]},"doc://OUDSComponents/documentation/OUDSComponents":{"url":"\/documentation\/oudscomponents","title":"OUDSComponents","kind":"symbol","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents","abstract":[{"text":"The catalog of all components provided by OUDS.","type":"text"}],"role":"collection","type":"topic"},"doc://OUDSComponents/documentation/OUDSComponents/OUDSFormsTextInput/View-Implementations":{"type":"topic","kind":"article","role":"collectionGroup","abstract":[],"title":"View Implementations","identifier":"doc:\/\/OUDSComponents\/documentation\/OUDSComponents\/OUDSFormsTextInput\/View-Implementations","url":"\/documentation\/oudscomponents\/oudsformstextinput\/view-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations.json b/docs/data/documentation/oudsfoundations.json index ad809261d..2723bd49b 100644 --- a/docs/data/documentation/oudsfoundations.json +++ b/docs/data/documentation/oudsfoundations.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"topicSections":[{"identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"],"title":"Extended Modules"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"},"primaryContentSections":[{"content":[{"level":2,"anchor":"Overview","text":"Overview","type":"heading"},{"type":"unorderedList","items":[{"content":[{"inlineContent":[{"text":"Helpers to create a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" "},{"type":"codeVoice","code":"Color"},{"text":" from string in hexadecimal format ;","type":"text"}],"type":"paragraph"}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Helper to get "},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"text":" ","type":"text"},{"type":"codeVoice","code":"Font.Weight"},{"type":"text","text":" from a string value ;"}]}]},{"content":[{"type":"paragraph","inlineContent":[{"text":"Logger for logging logs in console.","type":"text"}]}]}]}],"kind":"content"}],"kind":"symbol","hierarchy":{"paths":[[]]},"abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"sections":[],"metadata":{"symbolKind":"module","roleHeading":"Framework","title":"OUDSFoundations","externalID":"OUDSFoundations","modules":[{"name":"OUDSFoundations"}],"role":"collection"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsfoundations"]}],"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"role":"collection","title":"SwiftUI","kind":"symbol","abstract":[],"url":"\/documentation\/oudsfoundations\/swiftui","type":"topic","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudsfoundations\/swift","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","title":"Swift","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"url":"\/documentation\/oudsfoundations","kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","title":"OUDSFoundations","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[[]]},"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"primaryContentSections":[{"kind":"content","content":[{"level":2,"text":"Overview","anchor":"Overview","type":"heading"},{"items":[{"content":[{"inlineContent":[{"type":"text","text":"Helpers to create a "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":" ","type":"text"},{"type":"codeVoice","code":"Color"},{"text":" from string in hexadecimal format ;","type":"text"}],"type":"paragraph"}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Helper to get "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" "},{"type":"codeVoice","code":"Font.Weight"},{"type":"text","text":" from a string value ;"}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Logger for logging logs in console."}]}]}],"type":"unorderedList"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"},"metadata":{"title":"OUDSFoundations","role":"collection","modules":[{"name":"OUDSFoundations"}],"externalID":"OUDSFoundations","roleHeading":"Framework","symbolKind":"module"},"sections":[],"topicSections":[{"title":"Extended Modules","identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"]}],"variants":[{"paths":["\/documentation\/oudsfoundations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","abstract":[],"type":"topic","title":"Swift","url":"\/documentation\/oudsfoundations\/swift","kind":"symbol"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"abstract":[],"type":"topic","url":"\/documentation\/oudsfoundations\/swiftui","kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI","title":"SwiftUI","role":"collection"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","url":"\/documentation\/oudsfoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"title":"OUDSFoundations","type":"topic","kind":"symbol","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations/swift.json b/docs/data/documentation/oudsfoundations/swift.json index 08300cdcf..6152112ee 100644 --- a/docs/data/documentation/oudsfoundations/swift.json +++ b/docs/data/documentation/oudsfoundations/swift.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift"},"metadata":{"role":"collection","title":"Swift","externalID":"s:m:s:e:s:SS15OUDSFoundationsE5color7SwiftUI5ColorVSgvp","modules":[{"name":"OUDSFoundations"}],"roleHeading":"Extended Module","symbolKind":"extension"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsfoundations\/swift"],"traits":[{"interfaceLanguage":"swift"}]}],"topicSections":[{"identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String"],"title":"Extended Structures"}],"references":{"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"url":"\/documentation\/oudsfoundations","kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","title":"OUDSFoundations","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"navigatorTitle":[{"kind":"identifier","text":"String"}],"title":"String","type":"topic","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","fragments":[{"text":"extension","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:SS","text":"String","kind":"identifier"}],"url":"\/documentation\/oudsfoundations\/swift\/string"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"title":"Swift","type":"topic","role":"collection","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","url":"\/documentation\/oudsfoundations\/swift"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift"},"metadata":{"modules":[{"name":"OUDSFoundations"}],"roleHeading":"Extended Module","title":"Swift","externalID":"s:m:s:e:s:SS15OUDSFoundationsE5color7SwiftUI5ColorVSgvp","role":"collection","symbolKind":"extension"},"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"]]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"topicSections":[{"title":"Extended Structures","identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String"]}],"variants":[{"paths":["\/documentation\/oudsfoundations\/swift"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","abstract":[],"type":"topic","title":"Swift","url":"\/documentation\/oudsfoundations\/swift","kind":"symbol"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","title":"String","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","navigatorTitle":[{"kind":"identifier","text":"String"}],"fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"identifier"}],"url":"\/documentation\/oudsfoundations\/swift\/string"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","url":"\/documentation\/oudsfoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"title":"OUDSFoundations","type":"topic","kind":"symbol","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations/swift/string.json b/docs/data/documentation/oudsfoundations/swift/string.json index d281a633d..c70e37191 100644 --- a/docs/data/documentation/oudsfoundations/swift/string.json +++ b/docs/data/documentation/oudsfoundations/swift/string.json @@ -1 +1 @@ -{"metadata":{"modules":[{"relatedModules":["Swift"],"name":"OUDSFoundations"}],"navigatorTitle":[{"text":"String","kind":"identifier"}],"externalID":"s:e:s:SS15OUDSFoundationsE5color7SwiftUI5ColorVSgvp","role":"symbol","fragments":[{"text":"extension","kind":"keyword"},{"kind":"text","text":" "},{"text":"String","preciseIdentifier":"s:SS","kind":"identifier"}],"extendedModule":"Swift","roleHeading":"Extended Structure","title":"String","symbolKind":"extension"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsfoundations\/swift\/string"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","interfaceLanguage":"swift"},"topicSections":[{"identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight"],"title":"Instance Properties"}],"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/color":{"url":"\/documentation\/oudsfoundations\/swift\/string\/color","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"color","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"!"}],"abstract":[{"code":"String","type":"codeVoice"},{"type":"text","text":" extension to get a "},{"code":"Color","type":"codeVoice"},{"text":" from ","type":"text"},{"code":"self","type":"codeVoice"},{"type":"text","text":" supposed to be an hexadecimal string representation."}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color","kind":"symbol","role":"symbol","title":"color","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"navigatorTitle":[{"kind":"identifier","text":"String"}],"title":"String","type":"topic","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","fragments":[{"text":"extension","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:SS","text":"String","kind":"identifier"}],"url":"\/documentation\/oudsfoundations\/swift\/string"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/fontWeight":{"url":"\/documentation\/oudsfoundations\/swift\/string\/fontweight","kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight","abstract":[{"type":"codeVoice","code":"String"},{"text":" extension to get ","type":"text"},{"code":"Font.Weight","type":"codeVoice"},{"text":" of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":" from its string representation.","type":"text"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight"},{"text":": ","kind":"text"},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight","kind":"typeIdentifier"}],"title":"fontWeight","role":"symbol","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"url":"\/documentation\/oudsfoundations","kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","title":"OUDSFoundations","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"title":"Swift","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudsfoundations\/swift","role":"collection"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudsfoundations\/swift\/string"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"topicSections":[{"identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight"],"title":"Instance Properties"}],"kind":"symbol","metadata":{"modules":[{"relatedModules":["Swift"],"name":"OUDSFoundations"}],"externalID":"s:e:s:SS15OUDSFoundationsE5color7SwiftUI5ColorVSgvp","role":"symbol","title":"String","extendedModule":"Swift","roleHeading":"Extended Structure","symbolKind":"extension","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"identifier"}],"navigatorTitle":[{"text":"String","kind":"identifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift"]]},"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"text":"String","kind":"identifier","preciseIdentifier":"s:SS"}],"type":"topic","kind":"symbol","role":"symbol","abstract":[],"navigatorTitle":[{"text":"String","kind":"identifier"}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","title":"String","url":"\/documentation\/oudsfoundations\/swift\/string"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/color":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"color","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"},{"text":"!","kind":"text"}],"type":"topic","kind":"symbol","role":"symbol","abstract":[{"code":"String","type":"codeVoice"},{"type":"text","text":" extension to get a "},{"type":"codeVoice","code":"Color"},{"type":"text","text":" from "},{"code":"self","type":"codeVoice"},{"text":" supposed to be an hexadecimal string representation.","type":"text"}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color","title":"color","url":"\/documentation\/oudsfoundations\/swift\/string\/color"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","url":"\/documentation\/oudsfoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"title":"OUDSFoundations","type":"topic","kind":"symbol","role":"collection"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","abstract":[],"type":"topic","title":"Swift","url":"\/documentation\/oudsfoundations\/swift","kind":"symbol"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/fontWeight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"text":": ","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight"}],"title":"fontWeight","abstract":[{"type":"codeVoice","code":"String"},{"type":"text","text":" extension to get "},{"type":"codeVoice","code":"Font.Weight"},{"text":" of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":" from its string representation.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudsfoundations\/swift\/string\/fontweight","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight","type":"topic","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations/swift/string/color.json b/docs/data/documentation/oudsfoundations/swift/string/color.json index 760b64464..7a9958b06 100644 --- a/docs/data/documentation/oudsfoundations/swift/string/color.json +++ b/docs/data/documentation/oudsfoundations/swift/string/color.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:SS15OUDSFoundationsE5color7SwiftUI5ColorVSgvp","symbolKind":"property","extendedModule":"Swift","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"color","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"!"}],"modules":[{"relatedModules":["Swift"],"name":"OUDSFoundations"}],"role":"symbol","title":"color","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"color","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"! { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsfoundations\/swift\/string\/color"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"code":"String","type":"codeVoice"},{"type":"text","text":" extension to get a "},{"code":"Color","type":"codeVoice"},{"text":" from ","type":"text"},{"code":"self","type":"codeVoice"},{"type":"text","text":" supposed to be an hexadecimal string representation."}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color"},"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/color":{"url":"\/documentation\/oudsfoundations\/swift\/string\/color","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"color","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"!"}],"abstract":[{"code":"String","type":"codeVoice"},{"type":"text","text":" extension to get a "},{"code":"Color","type":"codeVoice"},{"text":" from ","type":"text"},{"code":"self","type":"codeVoice"},{"type":"text","text":" supposed to be an hexadecimal string representation."}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color","kind":"symbol","role":"symbol","title":"color","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"title":"Swift","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudsfoundations\/swift","role":"collection"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"url":"\/documentation\/oudsfoundations","kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","title":"OUDSFoundations","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"navigatorTitle":[{"kind":"identifier","text":"String"}],"title":"String","type":"topic","role":"symbol","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","fragments":[{"text":"extension","kind":"keyword"},{"kind":"text","text":" "},{"preciseIdentifier":"s:SS","text":"String","kind":"identifier"}],"url":"\/documentation\/oudsfoundations\/swift\/string"}}} \ No newline at end of file +{"abstract":[{"type":"codeVoice","code":"String"},{"text":" extension to get a ","type":"text"},{"code":"Color","type":"codeVoice"},{"text":" from ","type":"text"},{"code":"self","type":"codeVoice"},{"type":"text","text":" supposed to be an hexadecimal string representation."}],"identifier":{"url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsfoundations\/swift\/string\/color"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"text":"Color","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI5ColorV"},{"text":"! { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String"]]},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"color","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"typeIdentifier"},{"kind":"text","text":"!"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSFoundations","relatedModules":["Swift"]}],"role":"symbol","extendedModule":"Swift","title":"color","externalID":"s:SS15OUDSFoundationsE5color7SwiftUI5ColorVSgvp","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSFoundations/documentation/OUDSFoundations":{"title":"OUDSFoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"role":"collection","kind":"symbol","url":"\/documentation\/oudsfoundations","type":"topic","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"text":"String","kind":"identifier","preciseIdentifier":"s:SS"}],"type":"topic","kind":"symbol","role":"symbol","abstract":[],"navigatorTitle":[{"text":"String","kind":"identifier"}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","title":"String","url":"\/documentation\/oudsfoundations\/swift\/string"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/color":{"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudsfoundations\/swift\/string\/color","title":"color","abstract":[{"code":"String","type":"codeVoice"},{"text":" extension to get a ","type":"text"},{"type":"codeVoice","code":"Color"},{"type":"text","text":" from "},{"type":"codeVoice","code":"self"},{"type":"text","text":" supposed to be an hexadecimal string representation."}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"!"}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/color"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","abstract":[],"type":"topic","title":"Swift","url":"\/documentation\/oudsfoundations\/swift","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations/swift/string/fontweight.json b/docs/data/documentation/oudsfoundations/swift/string/fontweight.json index ee087ff0f..71dd77185 100644 --- a/docs/data/documentation/oudsfoundations/swift/string/fontweight.json +++ b/docs/data/documentation/oudsfoundations/swift/string/fontweight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight"},"abstract":[{"code":"String","type":"codeVoice"},{"type":"text","text":" extension to get "},{"type":"codeVoice","code":"Font.Weight"},{"text":" of ","type":"text"},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":" from its string representation.","type":"text"}],"sections":[],"metadata":{"roleHeading":"Instance Property","title":"fontWeight","externalID":"s:SS15OUDSFoundationsE10fontWeight7SwiftUI4FontV0C0Vvp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV","text":"Font","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight","kind":"typeIdentifier"}],"modules":[{"name":"OUDSFoundations","relatedModules":["Swift"]}],"extendedModule":"Swift"},"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsfoundations\/swift\/string\/fontweight"]}],"kind":"symbol","references":{"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/fontWeight":{"url":"\/documentation\/oudsfoundations\/swift\/string\/fontweight","kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight","abstract":[{"type":"codeVoice","code":"String"},{"text":" extension to get ","type":"text"},{"code":"Font.Weight","type":"codeVoice"},{"text":" of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":" from its string representation.","type":"text"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight"},{"text":": ","kind":"text"},{"text":"Font","preciseIdentifier":"s:7SwiftUI4FontV","kind":"typeIdentifier"},{"kind":"text","text":"."},{"preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight","kind":"typeIdentifier"}],"title":"fontWeight","role":"symbol","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"url":"\/documentation\/oudsfoundations","kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","title":"OUDSFoundations","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"url":"\/documentation\/oudsfoundations\/swift\/string","fragments":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"preciseIdentifier":"s:SS","text":"String","kind":"identifier"}],"abstract":[],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"String"}],"role":"symbol","title":"String","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"title":"Swift","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","role":"collection","type":"topic","url":"\/documentation\/oudsfoundations\/swift"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":": "},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"code":"String","type":"codeVoice"},{"text":" extension to get ","type":"text"},{"type":"codeVoice","code":"Font.Weight"},{"text":" of ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"text":" from its string representation.","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV","text":"Font"},{"text":".","kind":"text"},{"text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","kind":"typeIdentifier"}],"title":"fontWeight","modules":[{"relatedModules":["Swift"],"name":"OUDSFoundations"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"Swift","symbolKind":"property","externalID":"s:SS15OUDSFoundationsE10fontWeight7SwiftUI4FontV0C0Vvp"},"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String"]]},"identifier":{"url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsfoundations\/swift\/string\/fontweight"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSFoundations/documentation/OUDSFoundations":{"kind":"symbol","type":"topic","role":"collection","url":"\/documentation\/oudsfoundations","title":"OUDSFoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String/fontWeight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"text":": ","kind":"text"},{"text":"Font","kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV"},{"text":".","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:7SwiftUI4FontV6WeightV","text":"Weight"}],"title":"fontWeight","abstract":[{"type":"codeVoice","code":"String"},{"type":"text","text":" extension to get "},{"type":"codeVoice","code":"Font.Weight"},{"text":" of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":" from its string representation.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudsfoundations\/swift\/string\/fontweight","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String\/fontWeight","type":"topic","role":"symbol"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift":{"role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift","abstract":[],"type":"topic","title":"Swift","url":"\/documentation\/oudsfoundations\/swift","kind":"symbol"},"doc://OUDSFoundations/documentation/OUDSFoundations/Swift/String":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","title":"String","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/Swift\/String","navigatorTitle":[{"kind":"identifier","text":"String"}],"fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"identifier"}],"url":"\/documentation\/oudsfoundations\/swift\/string"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations/swiftui.json b/docs/data/documentation/oudsfoundations/swiftui.json index 7f7e7159f..bf1bef1c1 100644 --- a/docs/data/documentation/oudsfoundations/swiftui.json +++ b/docs/data/documentation/oudsfoundations/swiftui.json @@ -1 +1 @@ -{"topicSections":[{"identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"],"title":"Extended Structures"}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsfoundations\/swiftui"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"extension","modules":[{"name":"OUDSFoundations"}],"title":"SwiftUI","roleHeading":"Extended Module","role":"collection","externalID":"s:m:s:e:s:7SwiftUI5ColorV15OUDSFoundationsE15hexadecimalCodeACSgSS_tcfc"},"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"]]},"references":{"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"type":"topic","role":"collection","kind":"symbol","title":"OUDSFoundations","url":"\/documentation\/oudsfoundations","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"abstract":[],"type":"topic","role":"collection","kind":"symbol","title":"SwiftUI","url":"\/documentation\/oudsfoundations\/swiftui","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color":{"fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"kind":"identifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"}],"kind":"symbol","abstract":[],"navigatorTitle":[{"kind":"identifier","text":"Color"}],"url":"\/documentation\/oudsfoundations\/swiftui\/color","type":"topic","title":"Color","role":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"}}} \ No newline at end of file +{"topicSections":[{"title":"Extended Structures","identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsfoundations\/swiftui"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:m:s:e:s:7SwiftUI5ColorV15OUDSFoundationsE15hexadecimalCodeACSgSS_tcfc","title":"SwiftUI","modules":[{"name":"OUDSFoundations"}],"symbolKind":"extension","role":"collection","roleHeading":"Extended Module"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSFoundations/documentation/OUDSFoundations":{"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","url":"\/documentation\/oudsfoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"title":"OUDSFoundations","type":"topic","kind":"symbol","role":"collection"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color":{"kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"identifier"}],"title":"Color","navigatorTitle":[{"text":"Color","kind":"identifier"}],"url":"\/documentation\/oudsfoundations\/swiftui\/color"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"type":"topic","title":"SwiftUI","role":"collection","kind":"symbol","abstract":[],"url":"\/documentation\/oudsfoundations\/swiftui","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations/swiftui/color.json b/docs/data/documentation/oudsfoundations/swiftui/color.json index 7351771f8..da620522d 100644 --- a/docs/data/documentation/oudsfoundations/swiftui/color.json +++ b/docs/data/documentation/oudsfoundations/swiftui/color.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsfoundations\/swiftui\/color"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"identifier","text":"Color"}],"externalID":"s:e:s:7SwiftUI5ColorV15OUDSFoundationsE15hexadecimalCodeACSgSS_tcfc","navigatorTitle":[{"text":"Color","kind":"identifier"}],"modules":[{"name":"OUDSFoundations","relatedModules":["SwiftUI"]}],"roleHeading":"Extended Structure","extendedModule":"SwiftUI","title":"Color","role":"symbol","symbolKind":"extension"},"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)"]}],"sections":[],"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color":{"fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"kind":"identifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"}],"kind":"symbol","abstract":[],"navigatorTitle":[{"kind":"identifier","text":"Color"}],"url":"\/documentation\/oudsfoundations\/swiftui\/color","type":"topic","title":"Color","role":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"url":"\/documentation\/oudsfoundations","kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","title":"OUDSFoundations","type":"topic"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color/init(hexadecimalCode:)":{"type":"topic","title":"init(hexadecimalCode:)","kind":"symbol","url":"\/documentation\/oudsfoundations\/swiftui\/color\/init(hexadecimalcode:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"text":"hexadecimalCode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"role":"symbol","abstract":[{"code":"Color","type":"codeVoice"},{"type":"text","text":" extension to get a "},{"code":"Color","type":"codeVoice"},{"text":" from its hexadecimal string representation.","type":"text"}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"abstract":[],"type":"topic","role":"collection","kind":"symbol","title":"SwiftUI","url":"\/documentation\/oudsfoundations\/swiftui","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"topicSections":[{"identifiers":["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)"],"title":"Initializers"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"},"kind":"symbol","metadata":{"title":"Color","role":"symbol","roleHeading":"Extended Structure","extendedModule":"SwiftUI","fragments":[{"text":"extension","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color"}],"navigatorTitle":[{"kind":"identifier","text":"Color"}],"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSFoundations"}],"externalID":"s:e:s:7SwiftUI5ColorV15OUDSFoundationsE15hexadecimalCodeACSgSS_tcfc","symbolKind":"extension"},"variants":[{"paths":["\/documentation\/oudsfoundations\/swiftui\/color"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"]]},"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color/init(hexadecimalCode:)":{"kind":"symbol","url":"\/documentation\/oudsfoundations\/swiftui\/color\/init(hexadecimalcode:)","role":"symbol","fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"?("},{"text":"hexadecimalCode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)","title":"init(hexadecimalCode:)","type":"topic","abstract":[{"code":"Color","type":"codeVoice"},{"type":"text","text":" extension to get a "},{"type":"codeVoice","code":"Color"},{"type":"text","text":" from its hexadecimal string representation."}]},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"type":"topic","title":"SwiftUI","role":"collection","kind":"symbol","abstract":[],"url":"\/documentation\/oudsfoundations\/swiftui","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color":{"kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"preciseIdentifier":"s:7SwiftUI5ColorV","text":"Color","kind":"identifier"}],"title":"Color","navigatorTitle":[{"text":"Color","kind":"identifier"}],"url":"\/documentation\/oudsfoundations\/swiftui\/color"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","url":"\/documentation\/oudsfoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"title":"OUDSFoundations","type":"topic","kind":"symbol","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsfoundations/swiftui/color/init(hexadecimalcode:).json b/docs/data/documentation/oudsfoundations/swiftui/color/init(hexadecimalcode:).json index de15789ee..3599bedf0 100644 --- a/docs/data/documentation/oudsfoundations/swiftui/color/init(hexadecimalcode:).json +++ b/docs/data/documentation/oudsfoundations/swiftui/color/init(hexadecimalcode:).json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsfoundations\/swiftui\/color\/init(hexadecimalcode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"]]},"abstract":[{"code":"Color","type":"codeVoice"},{"text":" extension to get a ","type":"text"},{"type":"codeVoice","code":"Color"},{"type":"text","text":" from its hexadecimal string representation."}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)","interfaceLanguage":"swift"},"sections":[],"metadata":{"modules":[{"relatedModules":["SwiftUI"],"name":"OUDSFoundations"}],"externalID":"s:7SwiftUI5ColorV15OUDSFoundationsE15hexadecimalCodeACSgSS_tcfc","role":"symbol","fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"?("},{"text":"hexadecimalCode","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":")","kind":"text"}],"title":"init(hexadecimalCode:)","symbolKind":"init","roleHeading":"Initializer","extendedModule":"SwiftUI"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"text":"?(","kind":"text"},{"kind":"externalParam","text":"hexadecimalCode"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color/init(hexadecimalCode:)":{"type":"topic","title":"init(hexadecimalCode:)","kind":"symbol","url":"\/documentation\/oudsfoundations\/swiftui\/color\/init(hexadecimalcode:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"text":"hexadecimalCode","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"role":"symbol","abstract":[{"code":"Color","type":"codeVoice"},{"type":"text","text":" extension to get a "},{"code":"Color","type":"codeVoice"},{"text":" from its hexadecimal string representation.","type":"text"}],"identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"abstract":[],"type":"topic","role":"collection","kind":"symbol","title":"SwiftUI","url":"\/documentation\/oudsfoundations\/swiftui","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color":{"fragments":[{"kind":"keyword","text":"extension"},{"text":" ","kind":"text"},{"kind":"identifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"}],"kind":"symbol","abstract":[],"navigatorTitle":[{"kind":"identifier","text":"Color"}],"url":"\/documentation\/oudsfoundations\/swiftui\/color","type":"topic","title":"Color","role":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"abstract":[{"text":"Contains a set of helpers shared for higher level targets.","type":"text"}],"url":"\/documentation\/oudsfoundations","kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","title":"OUDSFoundations","type":"topic"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"?("},{"text":"hexadecimalCode","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":")"}],"role":"symbol","title":"init(hexadecimalCode:)","roleHeading":"Initializer","externalID":"s:7SwiftUI5ColorV15OUDSFoundationsE15hexadecimalCodeACSgSS_tcfc","extendedModule":"SwiftUI","modules":[{"name":"OUDSFoundations","relatedModules":["SwiftUI"]}],"symbolKind":"init"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudsfoundations\/swiftui\/color\/init(hexadecimalcode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"codeVoice","code":"Color"},{"text":" extension to get a ","type":"text"},{"type":"codeVoice","code":"Color"},{"type":"text","text":" from its hexadecimal string representation."}],"identifier":{"url":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI","doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"init","kind":"keyword"},{"text":"?(","kind":"text"},{"kind":"externalParam","text":"hexadecimalCode"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":")"}]}],"kind":"declarations"}],"references":{"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color/init(hexadecimalCode:)":{"title":"init(hexadecimalCode:)","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color\/init(hexadecimalCode:)","url":"\/documentation\/oudsfoundations\/swiftui\/color\/init(hexadecimalcode:)","type":"topic","fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"hexadecimalCode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":")","kind":"text"}],"kind":"symbol","abstract":[{"type":"codeVoice","code":"Color"},{"text":" extension to get a ","type":"text"},{"type":"codeVoice","code":"Color"},{"text":" from its hexadecimal string representation.","type":"text"}],"role":"symbol"},"doc://OUDSFoundations/documentation/OUDSFoundations":{"title":"OUDSFoundations","abstract":[{"type":"text","text":"Contains a set of helpers shared for higher level targets."}],"role":"collection","kind":"symbol","url":"\/documentation\/oudsfoundations","type":"topic","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations"},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI/Color":{"title":"Color","type":"topic","fragments":[{"kind":"keyword","text":"extension"},{"kind":"text","text":" "},{"preciseIdentifier":"s:7SwiftUI5ColorV","kind":"identifier","text":"Color"}],"kind":"symbol","abstract":[],"url":"\/documentation\/oudsfoundations\/swiftui\/color","role":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI\/Color","navigatorTitle":[{"kind":"identifier","text":"Color"}]},"doc://OUDSFoundations/documentation/OUDSFoundations/SwiftUI":{"abstract":[],"type":"topic","url":"\/documentation\/oudsfoundations\/swiftui","kind":"symbol","identifier":"doc:\/\/OUDSFoundations\/documentation\/OUDSFoundations\/SwiftUI","title":"SwiftUI","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsmodules.json b/docs/data/documentation/oudsmodules.json index 11ba9f616..12e837e14 100644 --- a/docs/data/documentation/oudsmodules.json +++ b/docs/data/documentation/oudsmodules.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsmodules"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"content":[{"anchor":"Overview","type":"heading","text":"Overview","level":2},{"inlineContent":[{"type":"text","text":"Comming soon"}],"type":"paragraph"}],"kind":"content"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"The catalog of all modules provided by OUDS."}],"hierarchy":{"paths":[[]]},"identifier":{"url":"doc:\/\/OUDSModules\/documentation\/OUDSModules","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSModules"}],"externalID":"OUDSModules","title":"OUDSModules","symbolKind":"module","role":"collection","roleHeading":"Framework"},"sections":[],"references":{"doc://OUDSModules/documentation/OUDSModules":{"identifier":"doc:\/\/OUDSModules\/documentation\/OUDSModules","role":"collection","kind":"symbol","abstract":[{"type":"text","text":"The catalog of all modules provided by OUDS."}],"title":"OUDSModules","url":"\/documentation\/oudsmodules","type":"topic"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"The catalog of all modules provided by OUDS."}],"primaryContentSections":[{"content":[{"level":2,"anchor":"Overview","text":"Overview","type":"heading"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Comming soon"}]}],"kind":"content"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[[]]},"variants":[{"paths":["\/documentation\/oudsmodules"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSModules\/documentation\/OUDSModules","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"collection","symbolKind":"module","modules":[{"name":"OUDSModules"}],"title":"OUDSModules","externalID":"OUDSModules","roleHeading":"Framework"},"references":{"doc://OUDSModules/documentation/OUDSModules":{"role":"collection","url":"\/documentation\/oudsmodules","title":"OUDSModules","identifier":"doc:\/\/OUDSModules\/documentation\/OUDSModules","abstract":[{"text":"The catalog of all modules provided by OUDS.","type":"text"}],"kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse.json b/docs/data/documentation/oudsthemesinverse.json index 53aa5e036..c4c8c1f17 100644 --- a/docs/data/documentation/oudsthemesinverse.json +++ b/docs/data/documentation/oudsthemesinverse.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"OUDSThemesInverse","externalID":"OUDSThemesInverse","symbolKind":"module","role":"collection","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Framework"},"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]}],"primaryContentSections":[{"content":[{"level":2,"type":"heading","text":"Overview","anchor":"Overview"},{"type":"paragraph","inlineContent":[{"text":"This is an override of the ","type":"text"},{"type":"reference","isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},{"text":" with some inverted colors.","type":"text"},{"text":" ","type":"text"},{"text":"It can override any properties from its superclass, and can be derived too.","type":"text"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"❗**More details coming soon.**❗"}]}],"kind":"content"}],"sections":[],"hierarchy":{"paths":[[]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse"},"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"This theme overrides the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"text":" for some colors.","type":"text"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file +{"abstract":[{"text":"This theme overrides the ","type":"text"},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true,"type":"reference"},{"type":"text","text":" for some colors."}],"variants":[{"paths":["\/documentation\/oudsthemesinverse"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse"},"kind":"symbol","sections":[],"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]}],"primaryContentSections":[{"kind":"content","content":[{"type":"heading","text":"Overview","level":2,"anchor":"Overview"},{"type":"paragraph","inlineContent":[{"text":"This is an override of the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"text":"It can override any properties from its superclass, and can be derived too.","type":"text"}]},{"inlineContent":[{"text":"❗**More details coming soon.**❗","type":"text"}],"type":"paragraph"}]}],"metadata":{"role":"collection","modules":[{"name":"OUDSThemesInverse"}],"externalID":"OUDSThemesInverse","title":"OUDSThemesInverse","symbolKind":"module","roleHeading":"Framework"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme.json b/docs/data/documentation/oudsthemesinverse/inversetheme.json index 46ece8418..2d15665bd 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse"]]},"metadata":{"title":"InverseTheme","symbolKind":"class","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"roleHeading":"Class","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}]},"topicSections":[{"identifiers":["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight"],"title":"Instance Properties"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme"]}],"relationshipsSections":[{"kind":"relationships","identifiers":["doc:\/\/OUDSThemesInverse\/16OUDSThemesOrange0B5ThemeC"],"type":"inheritsFrom","title":"Inherits From"},{"title":"Conforms To","type":"conformsTo","kind":"relationships","identifiers":["doc:\/\/OUDSThemesInverse\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic010TypographyB6TokensP"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorContentMutedOnBackgroundEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraisedlight","title":"elevationColorRaisedLight","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight","type":"topic","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderDefaultOnBackgroundEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowFocusLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocuslight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentBrandTertiaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundPrimaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark","kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasisdark","title":"elevationColorOverlayEmphasisDark","role":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderDefaultDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasisdark","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBackgroundStatusWarningEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedDark":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark","kind":"symbol","title":"colorOnBackgroundStatusInformationMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmuteddark","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/18OUDSTokensSemantic07OpacityB6TokensP":{"title":"OUDSTokensSemantic.OpacitySemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07OpacityB6TokensP"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderBrandTertiaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveDark":{"title":"colorBorderBrandStatusPositiveDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivedark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundBrandPrimaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusAttractiveDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivedark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowOverlayDefaultDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusInformationMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowDragDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdragdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusNegativeEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasisdark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark","type":"topic","title":"colorOnBackgroundStatusWarningEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusInformationLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowStickyEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"title":"elevationColorStickyNavigationScrolledDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolleddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowStickyNavigationScrolledLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolledlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowStickyDefaultLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorDragLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordraglight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusWarningLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarninglight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusAttractiveDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivedark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusInformationDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusPositiveEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/18OUDSTokensSemantic06BorderB6TokensP":{"title":"OUDSTokensSemantic.BorderSemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06BorderB6TokensP"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundTertiaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundTertiaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedLight":{"title":"colorBackgroundStatusNegativeMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorContentStatusInformationLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"title":"elevationColorNoneLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonelight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusNegativeEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorFocusLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocuslight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/18OUDSTokensSemantic09ElevationB6TokensP":{"title":"OUDSTokensSemantic.ElevationSemanticTokens","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09ElevationB6TokensP","type":"unresolvable"},"doc://OUDSThemesInverse/18OUDSTokensSemantic06SizingB6TokensP":{"title":"OUDSTokensSemantic.SizingSemanticTokens","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06SizingB6TokensP","type":"unresolvable"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderEmphasisOnBackgroundEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusWarningMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowRaisedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraisedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeLight":{"title":"colorBorderBrandStatusNegativeLight","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativelight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight"},"doc://OUDSThemesInverse/16OUDSThemesOrange0B5ThemeC":{"title":"OUDSThemesOrange.OrangeTheme","type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/16OUDSThemesOrange0B5ThemeC"},"doc://OUDSThemesInverse/18OUDSTokensSemantic07SpacingB6TokensP":{"title":"OUDSTokensSemantic.SpacingSemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07SpacingB6TokensP"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningMutedDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarylight","role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"colorBackgroundEmphasisPrimaryLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundEmphasisSecondaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryLight":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight","title":"colorContentBrandPrimaryLight","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarylight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandSecondaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentDefaultLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"role":"symbol","title":"colorBorderBrandPrimaryDark","type":"topic","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundPrimaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowStickyEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveMutedDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultSecondaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusNegativeMutedDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundSecondaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/19OUDSTokensComponent014FormsTextInputB5TokenP":{"title":"OUDSTokensComponent.FormsTextInputComponentToken","identifier":"doc:\/\/OUDSThemesInverse\/19OUDSTokensComponent014FormsTextInputB5TokenP","type":"unresolvable"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","title":"colorContentMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedlight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedLight":{"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemutedlight","title":"colorOnBackgroundStatusAttractiveMutedLight","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","role":"symbol","title":"colorBorderBrandSecondaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarylight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeLight":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativelight","type":"topic","abstract":[],"title":"colorContentStatusNegativeLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisLight":{"title":"colorBackgroundStatusWarningEmphasisLight","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivelight","title":"colorBorderBrandStatusAttractiveLight","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasisdark","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryDark":{"kind":"symbol","type":"topic","title":"colorBackgroundEmphasisPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasisdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight","kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarylight","title":"colorBackgroundDefaultTertiaryLight","role":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","abstract":[],"kind":"symbol","title":"colorOnBackgroundStatusAttractiveEmphasisDark","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisDark":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusPositiveEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasisdark","type":"topic","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisLight":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight","kind":"symbol","title":"colorBackgroundStatusAttractiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasislight","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisLight":{"type":"topic","title":"colorContentDefaultOnBackgroundEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasislight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationDark":{"title":"colorContentStatusInformationDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisLight":{"title":"colorBackgroundStatusPositiveEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryLight":{"title":"colorBackgroundDefaultSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarylight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveDark":{"title":"colorContentStatusPositiveDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivedark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningDark":{"title":"colorBorderBrandStatusWarningDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarningdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmutedlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedDark":{"title":"colorBackgroundStatusInformationMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmuteddark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedLight":{"title":"colorOnBackgroundStatusPositiveMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemutedlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemuteddark","kind":"symbol","abstract":[],"role":"symbol","type":"topic","title":"colorOnBackgroundStatusNegativeMutedDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryDark":{"title":"colorBorderBrandSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdraglight","title":"elevationBoxShadowDragLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedDark":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemuteddark","role":"symbol","title":"colorOnBackgroundStatusPositiveMutedDark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedDark":{"title":"elevationBoxShadowRaisedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraiseddark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowRaisedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveLight":{"title":"colorContentStatusPositiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivelight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryDark":{"title":"colorOnBackgroundSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisDark":{"kind":"symbol","title":"elevationColorStickyEmphasisDark","role":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasisdark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisDark":{"title":"colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasisdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisLight":{"title":"colorBackgroundStatusNegativeEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryLight":{"title":"colorBorderBrandTertiaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarylight","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight"},"doc://OUDSThemesInverse/18OUDSTokensSemantic04GridB6TokensP":{"identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic04GridB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.GridSemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultLight":{"title":"elevationColorOverlayDefaultLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"title":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedDark":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmuteddark","type":"topic","role":"symbol","title":"colorOnBackgroundStatusWarningMutedDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedDark":{"title":"colorContentMutedDark","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmuteddark","abstract":[],"role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisLight":{"title":"elevationColorStickyEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryLight":{"title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarylight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultdark","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowStickyDefaultDark","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight","title":"colorOnBackgroundStatusInformationEmphasisLight","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasislight","type":"topic","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryDark":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","title":"colorBackgroundBrandPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultLight":{"type":"topic","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight","title":"elevationBoxShadowOverlayDefaultLight","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisLight":{"title":"colorBackgroundStatusInformationEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledLight":{"title":"elevationColorStickyNavigationScrolledLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolledlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemuteddark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark","abstract":[],"title":"elevationBoxShadowFocusDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocusdark","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryDark":{"title":"colorBackgroundDefaultPrimaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultLight":{"title":"elevationColorStickyDefaultLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultLight":{"title":"colorBorderDefaultLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusDark":{"title":"elevationColorFocusDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocusdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeDark":{"title":"colorBorderBrandStatusNegativeDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativedark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisDark":{"title":"colorContentMutedOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/18OUDSTokensSemantic09DimensionB6TokensP":{"identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09DimensionB6TokensP","title":"OUDSTokensSemantic.DimensionSemanticTokens","type":"unresolvable"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultDark":{"title":"elevationColorOverlayDefaultDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryDark":{"title":"colorContentBrandPrimaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/18OUDSTokensSemantic010TypographyB6TokensP":{"title":"OUDSTokensSemantic.TypographySemanticTokens","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic010TypographyB6TokensP","type":"unresolvable"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryDark":{"title":"colorBackgroundDefaultTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisLight":{"title":"colorBorderEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisLight":{"title":"elevationColorOverlayEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolleddark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark","title":"elevationBoxShadowStickyNavigationScrolledDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneDark":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonedark","type":"topic","abstract":[],"title":"elevationColorNoneDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedLight":{"type":"topic","title":"colorBackgroundStatusAttractiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemutedlight","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"title":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedLight":{"title":"colorBackgroundStatusPositiveMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemutedlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisDark":{"title":"colorBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/18OUDSTokensSemantic05ColorB6TokensP":{"identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic05ColorB6TokensP","title":"OUDSTokensSemantic.ColorSemanticTokens","type":"unresolvable"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragDark":{"title":"elevationColorDragDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordragdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultDark":{"title":"colorContentDefaultDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveLight":{"title":"colorContentStatusAttractiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivelight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryDark":{"title":"colorOnBackgroundTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultdark","kind":"symbol","role":"symbol","title":"elevationColorStickyDefaultDark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveLight":{"title":"colorBorderBrandStatusPositiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivelight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"title":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasisdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedLight":{"title":"colorOnBackgroundStatusNegativeMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemutedlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryDark":{"title":"colorContentBrandSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedDark":{"title":"colorOnBackgroundStatusAttractiveMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemuteddark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedDark":{"title":"elevationColorRaisedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraiseddark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisLight","kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisLight":{"type":"topic","title":"elevationBoxShadowOverlayEmphasisLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasislight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"title":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeDark":{"abstract":[],"kind":"symbol","role":"symbol","title":"colorContentStatusNegativeDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativedark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisDark":{"title":"elevationBoxShadowOverlayEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryLight":{"title":"colorBackgroundDefaultPrimaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarylight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryDark":{"title":"colorContentBrandTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","relationshipsSections":[{"title":"Inherits From","identifiers":["doc:\/\/OUDSThemesInverse\/16OUDSThemesOrange0B5ThemeC"],"type":"inheritsFrom","kind":"relationships"},{"kind":"relationships","identifiers":["doc:\/\/OUDSThemesInverse\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic010TypographyB6TokensP"],"title":"Conforms To","type":"conformsTo"}],"metadata":{"roleHeading":"Class","externalID":"s:17OUDSThemesInverse0B5ThemeC","role":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","symbolKind":"class"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse"]]},"abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","interfaceLanguage":"swift"},"topicSections":[{"identifiers":["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight"],"title":"Instance Properties"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasislight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusNegativeEmphasisLight","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusNegativeMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemutedlight","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedLight":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedlight","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark","abstract":[],"title":"colorBackgroundDefaultPrimaryDark","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasisdark","abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmuteddark","abstract":[],"title":"colorContentMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasislight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark","role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasisdark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"title":"elevationBoxShadowStickyEmphasisDark","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedDark":{"title":"colorOnBackgroundStatusNegativeMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemuteddark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusWarningEmphasisDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasisdark","type":"topic","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","title":"colorContentStatusInformationDark","role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationdark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarylight","abstract":[],"title":"colorOnBackgroundSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledLight":{"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolledlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight","type":"topic","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusWarningMutedLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraiseddark","abstract":[],"title":"elevationBoxShadowRaisedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasisdark","abstract":[],"title":"elevationColorStickyEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonedark","abstract":[],"title":"elevationColorNoneDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragLight":{"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdraglight","title":"elevationBoxShadowDragLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","type":"topic","kind":"symbol","title":"colorOnBackgroundTertiaryLight","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarydark","abstract":[],"title":"colorBackgroundEmphasisSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol","type":"topic","title":"colorBackgroundStatusWarningEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasislight","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarydark","abstract":[],"title":"colorContentBrandTertiaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark","role":"symbol","kind":"symbol","title":"colorOnBackgroundStatusNegativeEmphasisDark","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasisdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedLight":{"abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmutedlight","title":"colorBackgroundStatusWarningMutedLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"title":"colorBorderEmphasisOnBackgroundEmphasisLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasislight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark","kind":"symbol","abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveMutedDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarylight","abstract":[],"title":"colorContentBrandSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarylight","abstract":[],"title":"colorBackgroundBrandPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasisdark","abstract":[],"title":"colorOnBackgroundStatusAttractiveEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasislight","role":"symbol","title":"colorContentMutedOnBackgroundEmphasisLight","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativedark","abstract":[],"title":"colorBorderBrandStatusNegativeDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark","type":"topic"},"doc://OUDSThemesInverse/16OUDSThemesOrange0B5ThemeC":{"type":"unresolvable","title":"OUDSThemesOrange.OrangeTheme","identifier":"doc:\/\/OUDSThemesInverse\/16OUDSThemesOrange0B5ThemeC"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemuteddark","abstract":[],"title":"colorOnBackgroundStatusAttractiveMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark","type":"topic"},"doc://OUDSThemesInverse/18OUDSTokensSemantic04GridB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic04GridB6TokensP","title":"OUDSTokensSemantic.GridSemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasislight","abstract":[],"title":"colorContentDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarylight","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","title":"colorBackgroundDefaultSecondaryLight","type":"topic"},"doc://OUDSThemesInverse/18OUDSTokensSemantic09ElevationB6TokensP":{"type":"unresolvable","title":"OUDSTokensSemantic.ElevationSemanticTokens","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09ElevationB6TokensP"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryDark":{"role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryDark","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocusdark","abstract":[],"title":"elevationBoxShadowFocusDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemutedlight","type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight","title":"colorOnBackgroundStatusPositiveMutedLight","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonelight","abstract":[],"title":"elevationColorNoneLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivelight","abstract":[],"title":"colorContentStatusAttractiveLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultdark","abstract":[],"title":"elevationColorStickyDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasislight","abstract":[],"title":"colorBackgroundStatusInformationEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarninglight","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight","title":"colorBorderBrandStatusWarningLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","role":"symbol","title":"colorBackgroundEmphasisPrimaryDark","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarydark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledDark":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolleddark","abstract":[],"kind":"symbol","type":"topic","title":"elevationColorStickyNavigationScrolledDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[],"title":"colorBorderBrandStatusInformationLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationlight"},"doc://OUDSThemesInverse/18OUDSTokensSemantic07SpacingB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07SpacingB6TokensP","title":"OUDSTokensSemantic.SpacingSemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarydark","abstract":[],"title":"colorBorderBrandTertiaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemuteddark","abstract":[],"title":"colorOnBackgroundStatusPositiveMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarylight","abstract":[],"title":"colorContentBrandTertiaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveDark":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivedark","title":"colorContentStatusAttractiveDark","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryDark":{"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark","title":"colorOnBackgroundSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarydark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarydark","abstract":[],"title":"colorBackgroundBrandPrimaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativelight","abstract":[],"title":"colorContentStatusNegativeLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasisdark","abstract":[],"title":"colorOnBackgroundStatusInformationEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarydark","abstract":[],"title":"colorBorderBrandSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","title":"elevationBoxShadowOverlayDefaultDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultdark","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultlight","abstract":[],"title":"colorBorderDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","type":"topic"},"doc://OUDSThemesInverse/19OUDSTokensComponent014FormsTextInputB5TokenP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/19OUDSTokensComponent014FormsTextInputB5TokenP","title":"OUDSTokensComponent.FormsTextInputComponentToken"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragLight":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordraglight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorDragLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight","type":"topic","role":"symbol","title":"elevationColorDragLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasislight","abstract":[],"title":"colorBorderDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasislight","abstract":[],"title":"colorOnBackgroundStatusPositiveEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativelight","abstract":[],"title":"colorBorderBrandStatusNegativeLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarylight","abstract":[],"title":"colorBackgroundDefaultPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight","type":"topic"},"doc://OUDSThemesInverse/18OUDSTokensSemantic06SizingB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06SizingB6TokensP","title":"OUDSTokensSemantic.SizingSemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultdark","abstract":[],"title":"elevationColorOverlayDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowDragDark","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdragdark","type":"topic","abstract":[]},"doc://OUDSThemesInverse/18OUDSTokensSemantic05ColorB6TokensP":{"identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic05ColorB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.ColorSemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight","title":"colorBorderEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasislight","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraisedlight","abstract":[],"title":"elevationColorRaisedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmutedlight","abstract":[],"title":"colorBackgroundStatusInformationMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivedark","abstract":[],"title":"colorBorderBrandStatusPositiveDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasislight","abstract":[],"kind":"symbol","role":"symbol","title":"colorOnBackgroundStatusInformationEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemuteddark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarydark","abstract":[],"title":"colorOnBackgroundPrimaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","type":"topic"},"doc://OUDSThemesInverse/18OUDSTokensSemantic06BorderB6TokensP":{"type":"unresolvable","title":"OUDSTokensSemantic.BorderSemanticTokens","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic06BorderB6TokensP"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarylight","abstract":[],"title":"colorBorderBrandPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativedark","abstract":[],"title":"colorContentStatusNegativeDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","title":"colorOnBackgroundStatusInformationMutedDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmuteddark","kind":"symbol","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedLight":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraisedlight","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"elevationBoxShadowRaisedLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusLight":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocuslight","title":"elevationBoxShadowFocusLight","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasislight","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","title":"elevationColorStickyEmphasisLight","role":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorContentDefaultDark","abstract":[],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultdark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarydark","abstract":[],"title":"colorContentBrandSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultdark","abstract":[],"title":"elevationBoxShadowStickyDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusPositiveEmphasisDark","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasisdark","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmutedlight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocuslight","abstract":[],"title":"elevationColorFocusLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarydark","abstract":[],"title":"colorBackgroundDefaultSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultlight","abstract":[],"title":"elevationColorOverlayDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasisdark","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultlight","abstract":[],"title":"colorContentDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","type":"topic"},"doc://OUDSThemesInverse/18OUDSTokensSemantic010TypographyB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic010TypographyB6TokensP","title":"OUDSTokensSemantic.TypographySemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolleddark","abstract":[],"title":"elevationBoxShadowStickyNavigationScrolledDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasisdark","abstract":[],"title":"elevationColorOverlayEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryLight":{"abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarylight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundPrimaryLight","type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryDark":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarydark","role":"symbol","abstract":[],"title":"colorBackgroundDefaultTertiaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolledlight","abstract":[],"title":"elevationColorStickyNavigationScrolledLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisDark":{"abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","title":"colorBorderEmphasisDark","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisLight":{"title":"colorBackgroundStatusPositiveEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasislight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivelight","abstract":[],"title":"colorContentStatusPositiveLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasislight","abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveDark":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivedark","abstract":[],"title":"colorBorderBrandStatusAttractiveDark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmuteddark","abstract":[],"title":"colorBackgroundStatusWarningMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationlight","abstract":[],"title":"colorContentStatusInformationLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisDark":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowOverlayEmphasisDark","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasisdark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasisdark","abstract":[],"title":"colorContentMutedOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemutedlight","abstract":[],"title":"colorBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasisdark","abstract":[],"title":"colorContentDefaultOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryLight":{"type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderBrandTertiaryLight","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarydark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundTertiaryDark","role":"symbol","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarylight","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBackgroundDefaultTertiaryLight","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedDark":{"title":"colorOnBackgroundStatusWarningMutedDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark","type":"topic","kind":"symbol","role":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmuteddark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveLight":{"title":"colorBorderBrandStatusPositiveLight","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivelight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasislight","abstract":[],"title":"elevationBoxShadowStickyEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusAttractiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasislight","abstract":[],"role":"symbol","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultdark","abstract":[],"title":"colorBorderDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemutedlight","abstract":[],"title":"colorBackgroundStatusPositiveMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasisdark","title":"colorBorderEmphasisOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarylight","abstract":[],"title":"colorBackgroundEmphasisPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasislight","abstract":[],"title":"colorBackgroundStatusNegativeEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivedark","abstract":[],"title":"colorContentStatusPositiveDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocusdark","abstract":[],"title":"elevationColorFocusDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasislight","abstract":[],"title":"colorBackgroundStatusAttractiveEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmuteddark","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusInformationMutedDark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasislight","abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultlight","abstract":[],"title":"elevationBoxShadowOverlayDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasisdark","abstract":[],"title":"colorBackgroundStatusInformationEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemutedlight","abstract":[],"title":"colorOnBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedLight":{"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusNegativeMutedLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultlight","abstract":[],"title":"elevationColorStickyDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasislight","abstract":[],"title":"elevationColorOverlayEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarylight","abstract":[],"title":"colorBorderBrandSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultlight","abstract":[],"title":"elevationBoxShadowStickyDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationDark":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusInformationDark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationdark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarydark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark","title":"colorContentBrandPrimaryDark","role":"symbol","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivelight","kind":"symbol","role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","title":"colorBorderBrandStatusAttractiveLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordragdark","abstract":[],"title":"elevationColorDragDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasisdark","role":"symbol","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningEmphasisDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemuteddark","abstract":[],"title":"colorBackgroundStatusNegativeMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasisdark","abstract":[],"title":"colorBackgroundStatusNegativeEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarylight","abstract":[],"title":"colorBackgroundEmphasisSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarylight","abstract":[],"title":"colorContentBrandPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarningdark","type":"topic","role":"symbol","abstract":[],"title":"colorBorderBrandStatusWarningDark","kind":"symbol"},"doc://OUDSThemesInverse/18OUDSTokensSemantic09DimensionB6TokensP":{"identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic09DimensionB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.DimensionSemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraiseddark","abstract":[],"title":"elevationColorRaisedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasisdark","abstract":[],"title":"colorOnBackgroundStatusPositiveEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/18OUDSTokensSemantic07OpacityB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesInverse\/18OUDSTokensSemantic07OpacityB6TokensP","title":"OUDSTokensSemantic.OpacitySemanticTokens"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisLight":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowOverlayEmphasisLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasislight","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarydark.json index cfe0d6828..a79235ae1 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarydark.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"title":"colorBackgroundBrandPrimaryDark","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorBackgroundBrandPrimaryDarkSSSgvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","kind":"symbol","abstract":[{"text":"This theme overrides the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"type":"topic","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryDark":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","title":"colorBackgroundBrandPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarydark"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","title":"colorBackgroundBrandPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorBackgroundBrandPrimaryDarkSSSgvp"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarydark","abstract":[],"title":"colorBackgroundBrandPrimaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarylight.json index 3373b9ef5..1f77632d9 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundbrandprimarylight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","title":"colorBackgroundBrandPrimaryLight","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC32colorBackgroundBrandPrimaryLightSSSgvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundBrandPrimaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC32colorBackgroundBrandPrimaryLightSSSgvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundBrandPrimaryLight","symbolKind":"property","extendedModule":"OUDSThemesInverse"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarylight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundBrandPrimaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundbrandprimarylight","abstract":[],"title":"colorBackgroundBrandPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundBrandPrimaryLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarydark.json index ea52dd01c..8ad76c4b5 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC33colorBackgroundDefaultPrimaryDarkSSSgvp","role":"symbol","title":"colorBackgroundDefaultPrimaryDark","extendedModule":"OUDSThemesInverse"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark"},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryDark":{"title":"colorBackgroundDefaultPrimaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC33colorBackgroundDefaultPrimaryDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundDefaultPrimaryDark","symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryDark","abstract":[],"title":"colorBackgroundDefaultPrimaryDark","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarylight.json index 4eda278f0..787397586 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultprimarylight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarylight"]}],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundDefaultPrimaryLight","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBackgroundDefaultPrimaryLightSSSgvp","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryLight":{"title":"colorBackgroundDefaultPrimaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarylight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarylight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBackgroundDefaultPrimaryLightSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","symbolKind":"property","roleHeading":"Instance Property","title":"colorBackgroundDefaultPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultprimarylight","abstract":[],"title":"colorBackgroundDefaultPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultPrimaryLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarydark.json index 8315eb566..e856e2cfa 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBackgroundDefaultSecondaryDarkSSSgvp","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","title":"colorBackgroundDefaultSecondaryDark","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultSecondaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"metadata":{"title":"colorBackgroundDefaultSecondaryDark","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBackgroundDefaultSecondaryDarkSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarydark"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarydark","abstract":[],"title":"colorBackgroundDefaultSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarylight.json index 4ed984037..b6448bb3b 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaultsecondarylight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarylight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC36colorBackgroundDefaultSecondaryLightSSSgvp","symbolKind":"property","role":"symbol","title":"colorBackgroundDefaultSecondaryLight","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryLight":{"title":"colorBackgroundDefaultSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarylight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundDefaultSecondaryLight","externalID":"s:17OUDSThemesInverse0B5ThemeC36colorBackgroundDefaultSecondaryLightSSSgvp"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaultsecondarylight","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultSecondaryLight","title":"colorBackgroundDefaultSecondaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarydark.json index 093bc84ca..b4e8b5866 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarydark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarydark"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBackgroundDefaultTertiaryDarkSSSgvp","extendedModule":"OUDSThemesInverse","title":"colorBackgroundDefaultTertiaryDark","role":"symbol"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryDark":{"title":"colorBackgroundDefaultTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBackgroundDefaultTertiaryDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","role":"symbol","symbolKind":"property","title":"colorBackgroundDefaultTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryDark":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarydark","role":"symbol","abstract":[],"title":"colorBackgroundDefaultTertiaryDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryDark"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarylight.json index e20ca8c70..86d50346f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgrounddefaulttertiarylight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"extendedModule":"OUDSThemesInverse","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundDefaultTertiaryLight","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBackgroundDefaultTertiaryLightSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight"},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},{"text":" for some colors.","type":"text"}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight","kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarylight","title":"colorBackgroundDefaultTertiaryLight","role":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","title":"InverseTheme","kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","role":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"InverseTheme","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarylight"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBackgroundDefaultTertiaryLightSSSgvp","title":"colorBackgroundDefaultTertiaryLight","symbolKind":"property","extendedModule":"OUDSThemesInverse"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundDefaultTertiaryLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgrounddefaulttertiarylight","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBackgroundDefaultTertiaryLight","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundDefaultTertiaryLight"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarydark.json index 9ad5b82ef..367536b30 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarydark.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundEmphasisPrimaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBackgroundEmphasisPrimaryDarkSSSgvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","role":"symbol","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryDark":{"kind":"symbol","type":"topic","title":"colorBackgroundEmphasisPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDSThemesInverse","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundEmphasisPrimaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBackgroundEmphasisPrimaryDarkSSSgvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryDark","role":"symbol","title":"colorBackgroundEmphasisPrimaryDark","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarydark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarylight.json index e238b0507..b2c35382d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasisprimarylight.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBackgroundEmphasisPrimaryLightSSSgvp","title":"colorBackgroundEmphasisPrimaryLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight"},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarylight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarylight","role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"colorBackgroundEmphasisPrimaryLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","title":"colorBackgroundEmphasisPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBackgroundEmphasisPrimaryLightSSSgvp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisPrimaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasisprimarylight","abstract":[],"title":"colorBackgroundEmphasisPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisPrimaryLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarydark.json index ebe376986..a2ddaa173 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarydark.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC36colorBackgroundEmphasisSecondaryDarkSSSgvp","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","title":"colorBackgroundEmphasisSecondaryDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundEmphasisSecondaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","roleHeading":"Instance Property","title":"colorBackgroundEmphasisSecondaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC36colorBackgroundEmphasisSecondaryDarkSSSgvp","role":"symbol"},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarydark","abstract":[],"title":"colorBackgroundEmphasisSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarylight.json index c708d3f2c..cb1faa156 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundemphasissecondarylight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","title":"colorBackgroundEmphasisSecondaryLight","externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBackgroundEmphasisSecondaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"kind":"symbol","sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryLight":{"title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarylight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"title":"colorBackgroundEmphasisSecondaryLight","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBackgroundEmphasisSecondaryLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarylight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundEmphasisSecondaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundemphasissecondarylight","abstract":[],"title":"colorBackgroundEmphasisSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundEmphasisSecondaryLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasisdark.json index b921b0c81..2e698c6d3 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasisdark"]}],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC43colorBackgroundStatusAttractiveEmphasisDarkSSSgvp","title":"colorBackgroundStatusAttractiveEmphasisDark"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorBackgroundStatusAttractiveEmphasisDarkSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasisdark","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisDark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasislight.json index 99e334701..9fca3b729 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractiveemphasislight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorBackgroundStatusAttractiveEmphasisLightSSSgvp","title":"colorBackgroundStatusAttractiveEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","extendedModule":"OUDSThemesInverse"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasislight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","title":"InverseTheme","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"type":"topic","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisLight":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight","kind":"symbol","title":"colorBackgroundStatusAttractiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasislight","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveEmphasisLight","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorBackgroundStatusAttractiveEmphasisLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol"},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractiveemphasislight","abstract":[],"title":"colorBackgroundStatusAttractiveEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveEmphasisLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemuteddark.json index 04c2a4b51..78badfee6 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemuteddark.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC40colorBackgroundStatusAttractiveMutedDarkSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveMutedDark","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemuteddark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark"},"kind":"symbol","references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveMutedDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC40colorBackgroundStatusAttractiveMutedDarkSSSgvp","extendedModule":"OUDSThemesInverse","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveMutedDark","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemuteddark"]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedDark","kind":"symbol","abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusAttractiveMutedDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemutedlight.json index f69016d1a..2aee59723 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusattractivemutedlight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusAttractiveMutedLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","title":"colorBackgroundStatusAttractiveMutedLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemutedlight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedLight":{"type":"topic","title":"colorBackgroundStatusAttractiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemutedlight","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","title":"colorBackgroundStatusAttractiveMutedLight","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusAttractiveMutedLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemutedlight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"kind":"symbol","references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusAttractiveMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusattractivemutedlight","abstract":[],"title":"colorBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusAttractiveMutedLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasisdark.json index 8e19c1329..4bb84899b 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasisdark.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","title":"colorBackgroundStatusInformationEmphasisDark","role":"symbol","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC44colorBackgroundStatusInformationEmphasisDarkSSSgvp"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasisdark"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark"},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisDark":{"title":"colorBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusInformationEmphasisDark","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorBackgroundStatusInformationEmphasisDarkSSSgvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasisdark"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasisdark","abstract":[],"title":"colorBackgroundStatusInformationEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasislight.json index 8c81dd1cb..5318a018c 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasislight"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight"},"metadata":{"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC45colorBackgroundStatusInformationEmphasisLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse","role":"symbol","title":"colorBackgroundStatusInformationEmphasisLight"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisLight":{"title":"colorBackgroundStatusInformationEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasislight"]}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","role":"symbol","title":"colorBackgroundStatusInformationEmphasisLight","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC45colorBackgroundStatusInformationEmphasisLightSSSgvp"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationemphasislight","abstract":[],"title":"colorBackgroundStatusInformationEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmuteddark.json index 34b62d43f..61fdfc0fb 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmuteddark.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusInformationMutedDarkSSSgvp","roleHeading":"Instance Property","title":"colorBackgroundStatusInformationMutedDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedDark":{"title":"colorBackgroundStatusInformationMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmuteddark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusInformationMutedDark","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusInformationMutedDarkSSSgvp","symbolKind":"property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmuteddark","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedDark","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusInformationMutedDark","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmutedlight.json index 07b7455e6..09a7ebfe5 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusinformationmutedlight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBackgroundStatusInformationMutedLightSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundStatusInformationMutedLight"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmutedlight"]}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusInformationMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmutedlight"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"colorBackgroundStatusInformationMutedLight","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBackgroundStatusInformationMutedLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusInformationMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusinformationmutedlight","abstract":[],"title":"colorBackgroundStatusInformationMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusInformationMutedLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasisdark.json index 5b5e7e1a9..593efa1e0 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasisdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","title":"colorBackgroundStatusNegativeEmphasisDark","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusNegativeEmphasisDarkSSSgvp","extendedModule":"OUDSThemesInverse"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusNegativeEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusNegativeEmphasisDark","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusNegativeEmphasisDarkSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasisdark","abstract":[],"title":"colorBackgroundStatusNegativeEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasislight.json index 8c90ee11d..1d3eff69d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativeemphasislight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBackgroundStatusNegativeEmphasisLightSSSgvp","role":"symbol","title":"colorBackgroundStatusNegativeEmphasisLight","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasislight"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisLight":{"title":"colorBackgroundStatusNegativeEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasislight"]}],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBackgroundStatusNegativeEmphasisLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDSThemesInverse","title":"colorBackgroundStatusNegativeEmphasisLight","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativeemphasislight","abstract":[],"title":"colorBackgroundStatusNegativeEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeEmphasisLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemuteddark.json index 88fe6b58c..41dfc7ad8 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemuteddark.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBackgroundStatusNegativeMutedDarkSSSgvp","title":"colorBackgroundStatusNegativeMutedDark","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusNegativeMutedDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","title":"colorBackgroundStatusNegativeMutedDark","externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBackgroundStatusNegativeMutedDarkSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemuteddark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemuteddark","abstract":[],"title":"colorBackgroundStatusNegativeMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemutedlight.json index bfa721d51..db18733c0 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatusnegativemutedlight.json @@ -1 +1 @@ -{"metadata":{"title":"colorBackgroundStatusNegativeMutedLight","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC39colorBackgroundStatusNegativeMutedLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemutedlight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedLight":{"title":"colorBackgroundStatusNegativeMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemutedlight"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC39colorBackgroundStatusNegativeMutedLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","title":"colorBackgroundStatusNegativeMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusNegativeMutedLight":{"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusNegativeMutedLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusNegativeMutedLight"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasisdark.json index d407598a3..81bf09bc1 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasisdark.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusPositiveEmphasisDarkSSSgvp","title":"colorBackgroundStatusPositiveEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasisdark"]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisDark":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusPositiveEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasisdark","type":"topic","role":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","title":"colorBackgroundStatusPositiveEmphasisDark","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusPositiveEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusPositiveEmphasisDark","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasisdark","kind":"symbol","abstract":[],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasislight.json index 517e960d7..63df3eeb4 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositiveemphasislight.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","title":"colorBackgroundStatusPositiveEmphasisLight","symbolKind":"property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBackgroundStatusPositiveEmphasisLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasislight"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisLight":{"title":"colorBackgroundStatusPositiveEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight"},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusPositiveEmphasisLight","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBackgroundStatusPositiveEmphasisLightSSSgvp","role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","title":"InverseTheme","role":"symbol","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveEmphasisLight":{"title":"colorBackgroundStatusPositiveEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositiveemphasislight"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemuteddark.json index ca1c7d938..7d672b0e7 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemuteddark.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark","interfaceLanguage":"swift"},"sections":[],"metadata":{"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBackgroundStatusPositiveMutedDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundStatusPositiveMutedDark","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemuteddark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusPositiveMutedDark","externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBackgroundStatusPositiveMutedDarkSSSgvp","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemuteddark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","role":"collection","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference"},{"type":"text","text":" for some colors."}],"type":"topic","title":"OUDSThemesInverse"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedDark","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemuteddark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","title":"InverseTheme","role":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemutedlight.json index 9dbcc74f7..b92327816 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuspositivemutedlight.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemutedlight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","title":"colorBackgroundStatusPositiveMutedLight","externalID":"s:17OUDSThemesInverse0B5ThemeC39colorBackgroundStatusPositiveMutedLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property"},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedLight":{"title":"colorBackgroundStatusPositiveMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemutedlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"extendedModule":"OUDSThemesInverse","symbolKind":"property","title":"colorBackgroundStatusPositiveMutedLight","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC39colorBackgroundStatusPositiveMutedLightSSSgvp"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusPositiveMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuspositivemutedlight","abstract":[],"title":"colorBackgroundStatusPositiveMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusPositiveMutedLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasisdark.json index 32a50a8e0..a55a56ebb 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasisdark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"symbolKind":"property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC40colorBackgroundStatusWarningEmphasisDarkSSSgvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"title":"colorBackgroundStatusWarningEmphasisDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasisdark","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBackgroundStatusWarningEmphasisDark"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusWarningEmphasisDark","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC40colorBackgroundStatusWarningEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasisdark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasisdark","role":"symbol","abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningEmphasisDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasislight.json index a3d0c523c..f49ae40b1 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningemphasislight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusWarningEmphasisLightSSSgvp","symbolKind":"property","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","title":"colorBackgroundStatusWarningEmphasisLight"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisLight":{"title":"colorBackgroundStatusWarningEmphasisLight","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","kind":"symbol","abstract":[],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorBackgroundStatusWarningEmphasisLightSSSgvp","title":"colorBackgroundStatusWarningEmphasisLight","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol","type":"topic","title":"colorBackgroundStatusWarningEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningemphasislight","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmuteddark.json index e367afb80..72c967b79 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmuteddark.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBackgroundStatusWarningMutedDarkSSSgvp","title":"colorBackgroundStatusWarningMutedDark","roleHeading":"Instance Property","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningMutedDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmuteddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBackgroundStatusWarningMutedDarkSSSgvp","title":"colorBackgroundStatusWarningMutedDark","extendedModule":"OUDSThemesInverse"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmuteddark","abstract":[],"title":"colorBackgroundStatusWarningMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmutedlight.json index fcda53d6e..7dc68cca3 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorbackgroundstatuswarningmutedlight.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningMutedLight","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBackgroundStatusWarningMutedLightSSSgvp","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmutedlight"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmutedlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBackgroundStatusWarningMutedLightSSSgvp","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBackgroundStatusWarningMutedLight"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBackgroundStatusWarningMutedLight":{"abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBackgroundStatusWarningMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorbackgroundstatuswarningmutedlight","title":"colorBackgroundStatusWarningMutedLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarydark.json index 38e2c4384..cb69ae008 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarydark.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC27colorBorderBrandPrimaryDarkSSSgvp","roleHeading":"Instance Property","role":"symbol","title":"colorBorderBrandPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"role":"symbol","title":"colorBorderBrandPrimaryDark","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC27colorBorderBrandPrimaryDarkSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryDark":{"role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryDark","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarylight.json index 4c5ed9961..9597709fd 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimarylight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC28colorBorderBrandPrimaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"colorBorderBrandPrimaryLight","symbolKind":"property"},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"title":"colorBorderBrandPrimaryLight","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC28colorBorderBrandPrimaryLightSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimarylight","abstract":[],"title":"colorBorderBrandPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasisdark.json index 3ea12d46f..8daec7601 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasisdark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC47colorBorderBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasisdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC47colorBorderBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","extendedModule":"OUDSThemesInverse"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasisdark","abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasislight.json index 591c2968a..60893008a 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandprimaryonbackgroundemphasislight.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasislight"]}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC48colorBorderBrandPrimaryOnBackgroundEmphasisLightSSSgvp","symbolKind":"property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC48colorBorderBrandPrimaryOnBackgroundEmphasisLightSSSgvp","roleHeading":"Instance Property","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","extendedModule":"OUDSThemesInverse"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasislight"]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandprimaryonbackgroundemphasislight","abstract":[],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarydark.json index c1a1bfdb0..1e947cd76 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarydark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarydark"]}],"metadata":{"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorBorderBrandSecondaryDarkSSSgvp","title":"colorBorderBrandSecondaryDark","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryDark":{"title":"colorBorderBrandSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC29colorBorderBrandSecondaryDarkSSSgvp","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBorderBrandSecondaryDark","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarydark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarydark","abstract":[],"title":"colorBorderBrandSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarylight.json index 261e8c87a..a84ca6bb4 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandsecondarylight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"colorBorderBrandSecondaryLight","roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC30colorBorderBrandSecondaryLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarylight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","role":"symbol","title":"colorBorderBrandSecondaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarylight"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarylight"]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"colorBorderBrandSecondaryLight","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC30colorBorderBrandSecondaryLightSSSgvp","extendedModule":"OUDSThemesInverse"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandsecondarylight","abstract":[],"title":"colorBorderBrandSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandSecondaryLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivedark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivedark.json index d28cac914..67aef7d67 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivedark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivedark.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"colorBorderBrandStatusAttractiveDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC36colorBorderBrandStatusAttractiveDarkSSSgvp","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusAttractiveDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivedark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","title":"colorBorderBrandStatusAttractiveDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC36colorBorderBrandStatusAttractiveDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"role":"collection","abstract":[{"text":"This theme overrides the ","type":"text"},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true,"type":"reference"},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","title":"OUDSThemesInverse"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveDark":{"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveDark","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivedark","abstract":[],"title":"colorBorderBrandStatusAttractiveDark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivelight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivelight.json index ccf96be80..3ac826749 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivelight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusattractivelight.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","role":"symbol","title":"colorBorderBrandStatusAttractiveLight","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBorderBrandStatusAttractiveLightSSSgvp","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivelight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivelight","title":"colorBorderBrandStatusAttractiveLight","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBorderBrandStatusAttractiveLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBorderBrandStatusAttractiveLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivelight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusAttractiveLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusattractivelight","kind":"symbol","role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusAttractiveLight","title":"colorBorderBrandStatusAttractiveLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","role":"collection","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference"},{"type":"text","text":" for some colors."}],"type":"topic","title":"OUDSThemesInverse"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationdark.json index 1fccb82aa..7ba35119d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"extendedModule":"OUDSThemesInverse","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBorderBrandStatusInformationDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBorderBrandStatusInformationDark","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationdark"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusInformationDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","symbolKind":"property","title":"colorBorderBrandStatusInformationDark","externalID":"s:17OUDSThemesInverse0B5ThemeC37colorBorderBrandStatusInformationDarkSSSgvp","extendedModule":"OUDSThemesInverse"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationDark":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusInformationDark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationdark","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationlight.json index 7a95fbefd..2030d0ece 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusinformationlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationlight"]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDSThemesInverse","title":"colorBorderBrandStatusInformationLight","externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBorderBrandStatusInformationLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusInformationLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"role":"symbol","title":"colorBorderBrandStatusInformationLight","externalID":"s:17OUDSThemesInverse0B5ThemeC38colorBorderBrandStatusInformationLightSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusInformationLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","abstract":[],"title":"colorBorderBrandStatusInformationLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusInformationLight","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusinformationlight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativedark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativedark.json index 9c3bf8ee6..35a15ba56 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativedark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativedark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativedark"]}],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBorderBrandStatusNegativeDarkSSSgvp","title":"colorBorderBrandStatusNegativeDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeDark":{"title":"colorBorderBrandStatusNegativeDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativedark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"colorBorderBrandStatusNegativeDark","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBorderBrandStatusNegativeDarkSSSgvp"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativedark","abstract":[],"title":"colorBorderBrandStatusNegativeDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativelight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativelight.json index ae6dd02e8..9ea609fba 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativelight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatusnegativelight.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativelight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"title":"colorBorderBrandStatusNegativeLight","externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBorderBrandStatusNegativeLightSSSgvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},{"type":"text","text":" for some colors."}],"role":"collection","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","title":"InverseTheme","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"type":"topic","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeLight":{"title":"colorBorderBrandStatusNegativeLight","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativelight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBorderBrandStatusNegativeLightSSSgvp","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusNegativeLight","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusNegativeLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatusnegativelight","abstract":[],"title":"colorBorderBrandStatusNegativeLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusNegativeLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivedark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivedark.json index 9d3ee0eb9..1eebbdf2a 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivedark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivedark.json @@ -1 +1 @@ -{"metadata":{"title":"colorBorderBrandStatusPositiveDark","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBorderBrandStatusPositiveDarkSSSgvp","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveDark":{"title":"colorBorderBrandStatusPositiveDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivedark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"role":"collection","type":"topic","url":"\/documentation\/oudsthemesinverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","abstract":[{"text":"This theme overrides the ","type":"text"},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},{"type":"text","text":" for some colors."}],"title":"OUDSThemesInverse","kind":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"type":"topic","kind":"symbol","title":"InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"abstract":[{"text":"This is an override of the default basic ","type":"text"},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBorderBrandStatusPositiveDarkSSSgvp","title":"colorBorderBrandStatusPositiveDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivedark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivedark","abstract":[],"title":"colorBorderBrandStatusPositiveDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivelight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivelight.json index 0dd6e6743..2187cc481 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivelight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuspositivelight.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBorderBrandStatusPositiveLightSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"colorBorderBrandStatusPositiveLight"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveLight":{"title":"colorBorderBrandStatusPositiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivelight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC35colorBorderBrandStatusPositiveLightSSSgvp","title":"colorBorderBrandStatusPositiveLight","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivelight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusPositiveLight":{"title":"colorBorderBrandStatusPositiveLight","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuspositivelight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusPositiveLight","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarningdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarningdark.json index faf00febd..018249906 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarningdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarningdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"title":"colorBorderBrandStatusWarningDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC33colorBorderBrandStatusWarningDarkSSSgvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarningdark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningDark":{"title":"colorBorderBrandStatusWarningDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarningdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC33colorBorderBrandStatusWarningDarkSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusWarningDark"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarningdark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarningdark","type":"topic","role":"symbol","abstract":[],"title":"colorBorderBrandStatusWarningDark","kind":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarninglight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarninglight.json index 0af1f57e7..f14aff439 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarninglight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandstatuswarninglight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarninglight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight"},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusWarningLight","extendedModule":"OUDSThemesInverse","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBorderBrandStatusWarningLightSSSgvp"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusWarningLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarninglight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarninglight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC34colorBorderBrandStatusWarningLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBorderBrandStatusWarningLight","roleHeading":"Instance Property","symbolKind":"property"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandStatusWarningLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandstatuswarninglight","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandStatusWarningLight","title":"colorBorderBrandStatusWarningLight"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarydark.json index ba35fa3ff..f0f6a6bdf 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarydark.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC28colorBorderBrandTertiaryDarkSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","symbolKind":"property","title":"colorBorderBrandTertiaryDark","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarydark"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderBrandTertiaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"title":"colorBorderBrandTertiaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC28colorBorderBrandTertiaryDarkSSSgvp","extendedModule":"OUDSThemesInverse","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarydark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarydark","abstract":[],"title":"colorBorderBrandTertiaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarylight.json index 6431e721c..5cba3c08c 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderbrandtertiarylight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarylight"]}],"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","title":"colorBorderBrandTertiaryLight","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorBorderBrandTertiaryLightSSSgvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryLight":{"title":"colorBorderBrandTertiaryLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarylight","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight"},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC29colorBorderBrandTertiaryLightSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","title":"colorBorderBrandTertiaryLight","extendedModule":"OUDSThemesInverse","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarylight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderBrandTertiaryLight":{"type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderbrandtertiarylight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderBrandTertiaryLight","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderBrandTertiaryLight","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultdark.json index 4f95e765e..b7960d63f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC22colorBorderDefaultDarkSSSgvp","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderDefaultDark"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderDefaultDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"metadata":{"extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC22colorBorderDefaultDarkSSSgvp","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","title":"colorBorderDefaultDark","symbolKind":"property"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultdark","abstract":[],"title":"colorBorderDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultlight.json index 98db2b0e5..971d113bd 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultlight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC23colorBorderDefaultLightSSSgvp","extendedModule":"OUDSThemesInverse","title":"colorBorderDefaultLight","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultLight":{"title":"colorBorderDefaultLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC23colorBorderDefaultLightSSSgvp","roleHeading":"Instance Property","title":"colorBorderDefaultLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultlight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultlight","abstract":[],"title":"colorBorderDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasisdark.json index fac54f3ab..1a9e5a602 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBorderDefaultOnBackgroundEmphasisDarkSSSgvp","title":"colorBorderDefaultOnBackgroundEmphasisDark","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderDefaultOnBackgroundEmphasisDark","roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorBorderDefaultOnBackgroundEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasislight.json index 925a12f71..2743c27ac 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderdefaultonbackgroundemphasislight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasislight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorBorderDefaultOnBackgroundEmphasisLightSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","title":"colorBorderDefaultOnBackgroundEmphasisLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderDefaultOnBackgroundEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link"}}} \ No newline at end of file +{"metadata":{"title":"colorBorderDefaultOnBackgroundEmphasisLight","externalID":"s:17OUDSThemesInverse0B5ThemeC43colorBorderDefaultOnBackgroundEmphasisLightSSSgvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasislight"]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderDefaultOnBackgroundEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderdefaultonbackgroundemphasislight","abstract":[],"title":"colorBorderDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderDefaultOnBackgroundEmphasisLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisdark.json index 139b6bbd0..e0ac7fa05 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","role":"symbol","title":"colorBorderEmphasisDark","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC23colorBorderEmphasisDarkSSSgvp"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC23colorBorderEmphasisDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBorderEmphasisDark","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"text":" for some colors.","type":"text"}],"type":"topic","title":"OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","title":"InverseTheme","role":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisDark":{"abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","title":"colorBorderEmphasisDark","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisDark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasislight.json index 8e4baa95e..a08208743 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasislight.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"colorBorderEmphasisLight","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC24colorBorderEmphasisLightSSSgvp"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasislight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisLight":{"title":"colorBorderEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"colorBorderEmphasisLight","role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC24colorBorderEmphasisLightSSSgvp","roleHeading":"Instance Property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisLight","title":"colorBorderEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasislight","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasisdark.json index 46f5a9437..6064ec1c5 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasisdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasisdark"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"role":"symbol","title":"colorBorderEmphasisOnBackgroundEmphasisDark","externalID":"s:17OUDSThemesInverse0B5ThemeC031colorBorderEmphasisOnBackgroundF4DarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderEmphasisOnBackgroundEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","role":"symbol","title":"colorBorderEmphasisOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC031colorBorderEmphasisOnBackgroundF4DarkSSSgvp"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"abstract":[{"text":"This is an override of the default basic ","type":"text"},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisDark":{"type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasisdark","title":"colorBorderEmphasisOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisDark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasislight.json index 771f21c4f..acb562b25 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorborderemphasisonbackgroundemphasislight.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"title":"colorBorderEmphasisOnBackgroundEmphasisLight","externalID":"s:17OUDSThemesInverse0B5ThemeC031colorBorderEmphasisOnBackgroundF5LightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"title":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC031colorBorderEmphasisOnBackgroundF5LightSSSgvp","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderEmphasisOnBackgroundEmphasisLight","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasislight"]}],"sections":[],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorBorderEmphasisOnBackgroundEmphasisLight":{"title":"colorBorderEmphasisOnBackgroundEmphasisLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorBorderEmphasisOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorborderemphasisonbackgroundemphasislight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarydark.json index 5c1af0fb6..253860a56 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarydark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarydark"]}],"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC28colorContentBrandPrimaryDarkSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","title":"colorContentBrandPrimaryDark","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark"},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryDark":{"title":"colorContentBrandPrimaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC28colorContentBrandPrimaryDarkSSSgvp","role":"symbol","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark"},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarydark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryDark","title":"colorContentBrandPrimaryDark","role":"symbol","kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarylight.json index 867fa1e54..c58c7f83d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimarylight.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC29colorContentBrandPrimaryLightSSSgvp","title":"colorContentBrandPrimaryLight","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"type":"topic","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","title":"InverseTheme","role":"symbol","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"text":"InverseTheme","kind":"identifier"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"abstract":[{"text":"This theme overrides the ","type":"text"},{"isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference"},{"type":"text","text":" for some colors."}],"kind":"symbol","role":"collection","url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryLight":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight","title":"colorContentBrandPrimaryLight","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarylight"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC29colorContentBrandPrimaryLightSSSgvp","symbolKind":"property","role":"symbol","roleHeading":"Instance Property","title":"colorContentBrandPrimaryLight","extendedModule":"OUDSThemesInverse"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarylight"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimarylight","abstract":[],"title":"colorContentBrandPrimaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasisdark.json index 67966fcd9..e905ad959 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasisdark"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC48colorContentBrandPrimaryOnBackgroundEmphasisDarkSSSgvp"},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasisdark","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","role":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC48colorContentBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasisdark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasislight.json index f9971af9c..2e4dc7d9f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandprimaryonbackgroundemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasislight"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC49colorContentBrandPrimaryOnBackgroundEmphasisLightSSSgvp"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Property","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC49colorContentBrandPrimaryOnBackgroundEmphasisLightSSSgvp","extendedModule":"OUDSThemesInverse"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"InverseTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandprimaryonbackgroundemphasislight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandPrimaryOnBackgroundEmphasisLight","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarydark.json index dae21a1fc..98979dba3 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentBrandSecondaryDarkSSSgvp","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","title":"colorContentBrandSecondaryDark","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryDark":{"title":"colorContentBrandSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentBrandSecondaryDarkSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","title":"colorContentBrandSecondaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarydark"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarydark","abstract":[],"title":"colorContentBrandSecondaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarylight.json index 55bf63f0e..11d6eb676 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandsecondarylight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC31colorContentBrandSecondaryLightSSSgvp","extendedModule":"OUDSThemesInverse","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorContentBrandSecondaryLight"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandSecondaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"}}} \ No newline at end of file +{"metadata":{"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","roleHeading":"Instance Property","title":"colorContentBrandSecondaryLight","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorContentBrandSecondaryLightSSSgvp"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandsecondarylight","abstract":[],"title":"colorContentBrandSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandSecondaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarydark.json index 190cd6aab..03a0a1a9d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarydark.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarydark"]}],"metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","symbolKind":"property","title":"colorContentBrandTertiaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorContentBrandTertiaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryDark":{"title":"colorContentBrandTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"title":"colorContentBrandTertiaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorContentBrandTertiaryDarkSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarydark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarydark","abstract":[],"title":"colorContentBrandTertiaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarylight.json index c1f44978c..60560dc4e 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentbrandtertiarylight.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandTertiaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorContentBrandTertiaryLight","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentBrandTertiaryLightSSSgvp","extendedModule":"OUDSThemesInverse"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentBrandTertiaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarylight"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandTertiaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentBrandTertiaryLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","title":"colorContentBrandTertiaryLight","extendedModule":"OUDSThemesInverse","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentBrandTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentbrandtertiarylight","abstract":[],"title":"colorContentBrandTertiaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentBrandTertiaryLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultdark.json index ae9d55611..0cfa61605 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultdark"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","title":"colorContentDefaultDark","externalID":"s:17OUDSThemesInverse0B5ThemeC23colorContentDefaultDarkSSSgvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultDark":{"title":"colorContentDefaultDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC23colorContentDefaultDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentDefaultDark","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultdark"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","title":"InverseTheme","role":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultDark","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorContentDefaultDark","abstract":[],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultdark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultlight.json index 677c3ab04..683414ad3 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultlight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","title":"colorContentDefaultLight","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC24colorContentDefaultLightSSSgvp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentDefaultLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC24colorContentDefaultLightSSSgvp","roleHeading":"Instance Property","title":"colorContentDefaultLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultlight","abstract":[],"title":"colorContentDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasisdark.json index eccc54461..067ce3602 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorContentDefaultOnBackgroundEmphasisDarkSSSgvp","role":"symbol","title":"colorContentDefaultOnBackgroundEmphasisDark","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasisdark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorContentDefaultOnBackgroundEmphasisDarkSSSgvp","role":"symbol","title":"colorContentDefaultOnBackgroundEmphasisDark","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasisdark","abstract":[],"title":"colorContentDefaultOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasislight.json index ea00a3126..25f968d76 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentdefaultonbackgroundemphasislight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasislight"]}],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentDefaultOnBackgroundEmphasisLight","role":"symbol","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorContentDefaultOnBackgroundEmphasisLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"title":"InverseTheme","type":"topic","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisLight":{"type":"topic","title":"colorContentDefaultOnBackgroundEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasislight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasislight"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorContentDefaultOnBackgroundEmphasisLightSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"title":"colorContentDefaultOnBackgroundEmphasisLight","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentDefaultOnBackgroundEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentdefaultonbackgroundemphasislight","abstract":[],"title":"colorContentDefaultOnBackgroundEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentDefaultOnBackgroundEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmuteddark.json index 0640e5e8e..395f306c0 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmuteddark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark"},"sections":[],"metadata":{"title":"colorContentMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC21colorContentMutedDarkSSSgvp","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedDark":{"title":"colorContentMutedDark","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmuteddark","abstract":[],"role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC21colorContentMutedDarkSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentMutedDark","role":"symbol","roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmuteddark","abstract":[],"title":"colorContentMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedlight.json index a390ea05d..66f72734d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedlight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC22colorContentMutedLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentMutedLight","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedLight":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","title":"colorContentMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedlight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC22colorContentMutedLightSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"title":"colorContentMutedLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedLight":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedlight","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasisdark.json index f9bb422c1..1db381945 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasisdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDSThemesInverse","title":"colorContentMutedOnBackgroundEmphasisDark","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorContentMutedOnBackgroundEmphasisDarkSSSgvp","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasisdark"]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisDark":{"title":"colorContentMutedOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC41colorContentMutedOnBackgroundEmphasisDarkSSSgvp","title":"colorContentMutedOnBackgroundEmphasisDark","extendedModule":"OUDSThemesInverse"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasisdark","abstract":[],"title":"colorContentMutedOnBackgroundEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasislight.json index 41b48ba12..c4940df6d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentmutedonbackgroundemphasislight.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"colorContentMutedOnBackgroundEmphasisLight","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorContentMutedOnBackgroundEmphasisLightSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasislight"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorContentMutedOnBackgroundEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight"},"metadata":{"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorContentMutedOnBackgroundEmphasisLightSSSgvp","title":"colorContentMutedOnBackgroundEmphasisLight","extendedModule":"OUDSThemesInverse","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSThemesInverse"}]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentMutedOnBackgroundEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentMutedOnBackgroundEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentmutedonbackgroundemphasislight","role":"symbol","title":"colorContentMutedOnBackgroundEmphasisLight","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivedark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivedark.json index c8c60bea0..b02c5e292 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivedark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivedark.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC32colorContentStatusAttractiveDarkSSSgvp","title":"colorContentStatusAttractiveDark","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusAttractiveDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivedark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"colorContentStatusAttractiveDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC32colorContentStatusAttractiveDarkSSSgvp"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveDark":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivedark","title":"colorContentStatusAttractiveDark","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveDark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivelight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivelight.json index 763a65b53..957e8bc77 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivelight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusattractivelight.json @@ -1 +1 @@ -{"metadata":{"title":"colorContentStatusAttractiveLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC33colorContentStatusAttractiveLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivelight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveLight":{"title":"colorContentStatusAttractiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivelight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC33colorContentStatusAttractiveLightSSSgvp","symbolKind":"property","role":"symbol","title":"colorContentStatusAttractiveLight","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusAttractiveLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusattractivelight","abstract":[],"title":"colorContentStatusAttractiveLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusAttractiveLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationdark.json index 43b83e364..c1b28b2a8 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationdark.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorContentStatusInformationDark","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC33colorContentStatusInformationDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","extendedModule":"OUDSThemesInverse"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationdark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationDark":{"title":"colorContentStatusInformationDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","title":"colorContentStatusInformationDark","extendedModule":"OUDSThemesInverse","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC33colorContentStatusInformationDarkSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationDark","title":"colorContentStatusInformationDark","role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationdark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationlight.json index 23cd1f820..298c97c05 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusinformationlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationlight"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDSThemesInverse","title":"colorContentStatusInformationLight","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC34colorContentStatusInformationLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorContentStatusInformationLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight"},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","role":"symbol","title":"colorContentStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC34colorContentStatusInformationLightSSSgvp","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusInformationLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusinformationlight","abstract":[],"title":"colorContentStatusInformationLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusInformationLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativedark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativedark.json index 4c5bb46a6..1faa44de5 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativedark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativedark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentStatusNegativeDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property","title":"colorContentStatusNegativeDark"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativedark"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","abstract":[{"type":"text","text":"This theme overrides the "},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},{"type":"text","text":" for some colors."}],"role":"collection","url":"\/documentation\/oudsthemesinverse","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeDark":{"abstract":[],"kind":"symbol","role":"symbol","title":"colorContentStatusNegativeDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativedark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"type":"topic","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativedark"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentStatusNegativeDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","title":"colorContentStatusNegativeDark","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativedark","abstract":[],"title":"colorContentStatusNegativeDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativelight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativelight.json index 2f420eb79..585f3a8ac 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativelight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatusnegativelight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorContentStatusNegativeLight","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","role":"symbol","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorContentStatusNegativeLightSSSgvp"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeLight":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativelight","type":"topic","abstract":[],"title":"colorContentStatusNegativeLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentStatusNegativeLight","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorContentStatusNegativeLightSSSgvp","extendedModule":"OUDSThemesInverse","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativelight"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusNegativeLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatusnegativelight","abstract":[],"title":"colorContentStatusNegativeLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusNegativeLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivedark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivedark.json index f369158f9..2fc884970 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivedark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivedark.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentStatusPositiveDarkSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"title":"colorContentStatusPositiveDark","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveDark":{"title":"colorContentStatusPositiveDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivedark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC30colorContentStatusPositiveDarkSSSgvp","title":"colorContentStatusPositiveDark","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivedark","abstract":[],"title":"colorContentStatusPositiveDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivelight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivelight.json index 99e81b998..775eb3578 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivelight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/colorcontentstatuspositivelight.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","title":"colorContentStatusPositiveLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorContentStatusPositiveLightSSSgvp","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveLight":{"title":"colorContentStatusPositiveLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivelight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"colorContentStatusPositiveLight","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorContentStatusPositiveLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorContentStatusPositiveLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/colorcontentstatuspositivelight","abstract":[],"title":"colorContentStatusPositiveLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorContentStatusPositiveLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarydark.json index 6d20b3863..79bf11278 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"symbolKind":"property","role":"symbol","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundPrimaryDark","externalID":"s:17OUDSThemesInverse0B5ThemeC28colorOnBackgroundPrimaryDarkSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}]},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundPrimaryDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarydark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","interfaceLanguage":"swift"},"sections":[],"metadata":{"title":"colorOnBackgroundPrimaryDark","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC28colorOnBackgroundPrimaryDarkSSSgvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarydark","abstract":[],"title":"colorOnBackgroundPrimaryDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarylight.json index bc87e4161..e82f56824 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundprimarylight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"roleHeading":"Instance Property","title":"colorOnBackgroundPrimaryLight","symbolKind":"property","role":"symbol","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorOnBackgroundPrimaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarylight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundPrimaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","title":"colorOnBackgroundPrimaryLight","extendedModule":"OUDSThemesInverse","role":"symbol","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorOnBackgroundPrimaryLightSSSgvp"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundPrimaryLight":{"abstract":[],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundPrimaryLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundprimarylight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundPrimaryLight","type":"topic","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarydark.json index 1a44e157c..db25bb977 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarydark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","title":"colorOnBackgroundSecondaryDark","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC30colorOnBackgroundSecondaryDarkSSSgvp"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarydark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryDark":{"title":"colorOnBackgroundSecondaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarydark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"metadata":{"title":"colorOnBackgroundSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC30colorOnBackgroundSecondaryDarkSSSgvp","symbolKind":"property","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarydark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryDark":{"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryDark","title":"colorOnBackgroundSecondaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarydark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarylight.json index 570578d91..0a3939569 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundsecondarylight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","interfaceLanguage":"swift"},"metadata":{"title":"colorOnBackgroundSecondaryLight","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC31colorOnBackgroundSecondaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","role":"symbol","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundSecondaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarylight"]}],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC31colorOnBackgroundSecondaryLightSSSgvp","title":"colorOnBackgroundSecondaryLight","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundSecondaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundsecondarylight","abstract":[],"title":"colorOnBackgroundSecondaryLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundSecondaryLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasisdark.json index 374a3e5fa..60b6506e4 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasisdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasisdark"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC45colorOnBackgroundStatusAttractiveEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusAttractiveEmphasisDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","abstract":[],"kind":"symbol","title":"colorOnBackgroundStatusAttractiveEmphasisDark","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark"},"kind":"symbol","metadata":{"title":"colorOnBackgroundStatusAttractiveEmphasisDark","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC45colorOnBackgroundStatusAttractiveEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","role":"symbol","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasisdark","abstract":[],"title":"colorOnBackgroundStatusAttractiveEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasislight.json index ef0602858..7d6b55208 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractiveemphasislight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight"},"metadata":{"title":"colorOnBackgroundStatusAttractiveEmphasisLight","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC46colorOnBackgroundStatusAttractiveEmphasisLightSSSgvp","extendedModule":"OUDSThemesInverse"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"title":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasislight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","title":"colorOnBackgroundStatusAttractiveEmphasisLight","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC46colorOnBackgroundStatusAttractiveEmphasisLightSSSgvp","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusAttractiveEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractiveemphasislight","abstract":[],"role":"symbol","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemuteddark.json index 4acfb4c2f..59b3e2c80 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemuteddark.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemuteddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorOnBackgroundStatusAttractiveMutedDarkSSSgvp","title":"colorOnBackgroundStatusAttractiveMutedDark","extendedModule":"OUDSThemesInverse","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedDark":{"title":"colorOnBackgroundStatusAttractiveMutedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemuteddark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemuteddark"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark"},"metadata":{"title":"colorOnBackgroundStatusAttractiveMutedDark","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC42colorOnBackgroundStatusAttractiveMutedDarkSSSgvp","symbolKind":"property","role":"symbol","extendedModule":"OUDSThemesInverse"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemuteddark","abstract":[],"title":"colorOnBackgroundStatusAttractiveMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemutedlight.json index 004efe87e..63a646a59 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusattractivemutedlight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"title":"colorOnBackgroundStatusAttractiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusAttractiveMutedLightSSSgvp","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedLight":{"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemutedlight","title":"colorOnBackgroundStatusAttractiveMutedLight","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"type":"topic","title":"InverseTheme"}}} \ No newline at end of file +{"sections":[],"metadata":{"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusAttractiveMutedLight","externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusAttractiveMutedLightSSSgvp","symbolKind":"property","roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusAttractiveMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusattractivemutedlight","abstract":[],"title":"colorOnBackgroundStatusAttractiveMutedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusAttractiveMutedLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasisdark.json index af3beb89a..55a6a237e 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasisdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasisdark"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark","interfaceLanguage":"swift"},"sections":[],"metadata":{"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC46colorOnBackgroundStatusInformationEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"title":"colorOnBackgroundStatusInformationEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisDark":{"title":"colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasisdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC46colorOnBackgroundStatusInformationEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","extendedModule":"OUDSThemesInverse","title":"colorOnBackgroundStatusInformationEmphasisDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasisdark"]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasisdark","abstract":[],"title":"colorOnBackgroundStatusInformationEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasislight.json index 163b97467..124ea9f70 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationemphasislight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC47colorOnBackgroundStatusInformationEmphasisLightSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","title":"colorOnBackgroundStatusInformationEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"type":"topic","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight","title":"colorOnBackgroundStatusInformationEmphasisLight","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasislight","type":"topic","role":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC47colorOnBackgroundStatusInformationEmphasisLightSSSgvp","title":"colorOnBackgroundStatusInformationEmphasisLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasislight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationemphasislight","abstract":[],"kind":"symbol","role":"symbol","title":"colorOnBackgroundStatusInformationEmphasisLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmuteddark.json index 17d03a361..bb79ade8d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmuteddark.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark"},"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusInformationMutedDarkSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusInformationMutedDark","extendedModule":"OUDSThemesInverse"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedDark":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark","kind":"symbol","title":"colorOnBackgroundStatusInformationMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmuteddark","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark","interfaceLanguage":"swift"},"metadata":{"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusInformationMutedDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorOnBackgroundStatusInformationMutedDark","role":"symbol","symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","title":"colorOnBackgroundStatusInformationMutedDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmuteddark","kind":"symbol","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmutedlight.json index 4cc62af73..7e68a3abf 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusinformationmutedlight.json @@ -1 +1 @@ -{"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorOnBackgroundStatusInformationMutedLightSSSgvp","title":"colorOnBackgroundStatusInformationMutedLight","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmutedlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmutedlight"]}],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusInformationMutedLight","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorOnBackgroundStatusInformationMutedLightSSSgvp","extendedModule":"OUDSThemesInverse","symbolKind":"property"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"role":"collection","abstract":[{"type":"text","text":"This theme overrides the "},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","title":"OUDSThemesInverse","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","title":"InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","type":"topic","role":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusinformationmutedlight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusInformationMutedLight"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasisdark.json index efd9cee2d..a0b09cfea 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasisdark.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusNegativeEmphasisDarkSSSgvp","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","title":"colorOnBackgroundStatusNegativeEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"title":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasisdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusNegativeEmphasisDarkSSSgvp","role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusNegativeEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasisdark"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisDark","role":"symbol","kind":"symbol","title":"colorOnBackgroundStatusNegativeEmphasisDark","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasisdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasislight.json index e48c39e63..bbf5b25e8 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativeemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasislight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC44colorOnBackgroundStatusNegativeEmphasisLightSSSgvp","extendedModule":"OUDSThemesInverse","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","title":"colorOnBackgroundStatusNegativeEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusNegativeEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusNegativeEmphasisLight","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorOnBackgroundStatusNegativeEmphasisLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","role":"symbol"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeEmphasisLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativeemphasislight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusNegativeEmphasisLight","role":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemuteddark.json index c188cf7fa..0fdcf5e5f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemuteddark.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemuteddark"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","title":"colorOnBackgroundStatusNegativeMutedDark","role":"symbol","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC40colorOnBackgroundStatusNegativeMutedDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemuteddark","kind":"symbol","abstract":[],"role":"symbol","type":"topic","title":"colorOnBackgroundStatusNegativeMutedDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC40colorOnBackgroundStatusNegativeMutedDarkSSSgvp","title":"colorOnBackgroundStatusNegativeMutedDark","extendedModule":"OUDSThemesInverse"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"abstract":[{"text":"This theme overrides the ","type":"text"},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","url":"\/documentation\/oudsthemesinverse","role":"collection","title":"OUDSThemesInverse"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedDark":{"title":"colorOnBackgroundStatusNegativeMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemuteddark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemutedlight.json index ff77fd050..c61d897bb 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatusnegativemutedlight.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}],"title":"colorOnBackgroundStatusNegativeMutedLight","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorOnBackgroundStatusNegativeMutedLightSSSgvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemutedlight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedLight":{"title":"colorOnBackgroundStatusNegativeMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemutedlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"title":"colorOnBackgroundStatusNegativeMutedLight","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC41colorOnBackgroundStatusNegativeMutedLightSSSgvp","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemutedlight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight","interfaceLanguage":"swift"},"sections":[],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusNegativeMutedLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusNegativeMutedLight","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusNegativeMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatusnegativemutedlight","kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasisdark.json index 1cc878a07..b1ccd8e5c 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasisdark.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusPositiveEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusPositiveEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"title":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"title":"colorOnBackgroundStatusPositiveEmphasisDark","symbolKind":"property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusPositiveEmphasisDarkSSSgvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasisdark"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasisdark","abstract":[],"title":"colorOnBackgroundStatusPositiveEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasislight.json index 4f05d7b9a..6ea30fa25 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositiveemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"colorOnBackgroundStatusPositiveEmphasisLight","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC44colorOnBackgroundStatusPositiveEmphasisLightSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusPositiveEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"metadata":{"title":"colorOnBackgroundStatusPositiveEmphasisLight","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC44colorOnBackgroundStatusPositiveEmphasisLightSSSgvp"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasislight"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositiveemphasislight","abstract":[],"title":"colorOnBackgroundStatusPositiveEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemuteddark.json index 88658ce1e..3638c2068 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemuteddark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"extendedModule":"OUDSThemesInverse","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC40colorOnBackgroundStatusPositiveMutedDarkSSSgvp","roleHeading":"Instance Property","title":"colorOnBackgroundStatusPositiveMutedDark","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedDark":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemuteddark","role":"symbol","title":"colorOnBackgroundStatusPositiveMutedDark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC40colorOnBackgroundStatusPositiveMutedDarkSSSgvp","role":"symbol","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","title":"colorOnBackgroundStatusPositiveMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemuteddark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemuteddark","abstract":[],"title":"colorOnBackgroundStatusPositiveMutedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemutedlight.json index 4a9d9af17..a6c58e218 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuspositivemutedlight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","title":"colorOnBackgroundStatusPositiveMutedLight","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC41colorOnBackgroundStatusPositiveMutedLightSSSgvp","role":"symbol","modules":[{"name":"OUDSThemesInverse"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedLight":{"title":"colorOnBackgroundStatusPositiveMutedLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemutedlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC41colorOnBackgroundStatusPositiveMutedLightSSSgvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","title":"colorOnBackgroundStatusPositiveMutedLight","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusPositiveMutedLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuspositivemutedlight","type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusPositiveMutedLight","title":"colorOnBackgroundStatusPositiveMutedLight","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasisdark.json index 755dcb924..31c923920 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusWarningEmphasisDark","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorOnBackgroundStatusWarningEmphasisDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasisdark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark","type":"topic","title":"colorOnBackgroundStatusWarningEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"type":"topic","title":"InverseTheme"}}} \ No newline at end of file +{"sections":[],"metadata":{"extendedModule":"OUDSThemesInverse","title":"colorOnBackgroundStatusWarningEmphasisDark","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC42colorOnBackgroundStatusWarningEmphasisDarkSSSgvp","roleHeading":"Instance Property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusWarningEmphasisDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisDark","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasisdark","type":"topic","kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasislight.json index c2908a1b1..d9b9b082f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningemphasislight.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusWarningEmphasisLightSSSgvp","roleHeading":"Instance Property","symbolKind":"property","title":"colorOnBackgroundStatusWarningEmphasisLight","extendedModule":"OUDSThemesInverse","role":"symbol","modules":[{"name":"OUDSThemesInverse"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasislight"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisLight","kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC43colorOnBackgroundStatusWarningEmphasisLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"title":"colorOnBackgroundStatusWarningEmphasisLight","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasislight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningemphasislight","abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningEmphasisLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmuteddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmuteddark.json index b9d7d67f1..c5db46767 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmuteddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmuteddark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","roleHeading":"Instance Property","title":"colorOnBackgroundStatusWarningMutedDark","externalID":"s:17OUDSThemesInverse0B5ThemeC39colorOnBackgroundStatusWarningMutedDarkSSSgvp","extendedModule":"OUDSThemesInverse"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedDark":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmuteddark","type":"topic","role":"symbol","title":"colorOnBackgroundStatusWarningMutedDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC39colorOnBackgroundStatusWarningMutedDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorOnBackgroundStatusWarningMutedDark","extendedModule":"OUDSThemesInverse","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmuteddark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark"},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedDark":{"title":"colorOnBackgroundStatusWarningMutedDark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedDark","type":"topic","kind":"symbol","role":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmuteddark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmutedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmutedlight.json index 765d386a3..5818a3c57 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmutedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundstatuswarningmutedlight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC40colorOnBackgroundStatusWarningMutedLightSSSgvp","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"title":"colorOnBackgroundStatusWarningMutedLight","roleHeading":"Instance Property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusWarningMutedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmutedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC40colorOnBackgroundStatusWarningMutedLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"colorOnBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundStatusWarningMutedLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundstatuswarningmutedlight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusWarningMutedLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundStatusWarningMutedLight","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarydark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarydark.json index 0e4715321..e2556f5b0 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarydark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarydark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"roleHeading":"Instance Property","title":"colorOnBackgroundTertiaryDark","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorOnBackgroundTertiaryDarkSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundTertiaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarydark"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","interfaceLanguage":"swift"},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryDark":{"title":"colorOnBackgroundTertiaryDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarydark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundTertiaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundTertiaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","title":"colorOnBackgroundTertiaryDark","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC29colorOnBackgroundTertiaryDarkSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarydark"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarydark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundTertiaryDark","role":"symbol","type":"topic","abstract":[],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarylight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarylight.json index da63e2bb6..dd4c23d2e 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarylight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/coloronbackgroundtertiarylight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","title":"colorOnBackgroundTertiaryLight","externalID":"s:17OUDSThemesInverse0B5ThemeC30colorOnBackgroundTertiaryLightSSSgvp","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundTertiaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundTertiaryLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarylight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC30colorOnBackgroundTertiaryLightSSSgvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"title":"colorOnBackgroundTertiaryLight","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/colorOnBackgroundTertiaryLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/coloronbackgroundtertiarylight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/colorOnBackgroundTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","type":"topic","kind":"symbol","title":"colorOnBackgroundTertiaryLight","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdragdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdragdark.json index 2bb5ad8d7..c09dd4f0b 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdragdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdragdark.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdragdark"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC26elevationBoxShadowDragDark13OUDSTokensRaw09ElevationefJ5TokenCvp","extendedModule":"OUDSThemesInverse","title":"elevationBoxShadowDragDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark","interfaceLanguage":"swift"},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowDragDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdragdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdragdark"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC26elevationBoxShadowDragDark13OUDSTokensRaw09ElevationefJ5TokenCvp","extendedModule":"OUDSThemesInverse","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","title":"elevationBoxShadowDragDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"role":"collection","title":"OUDSThemesInverse","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","type":"topic","abstract":[{"text":"This theme overrides the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragDark":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowDragDark","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdragdark","type":"topic","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","title":"InverseTheme","role":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdraglight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdraglight.json index 5ba1851c3..24e24d5e1 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdraglight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowdraglight.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","extendedModule":"OUDSThemesInverse","title":"elevationBoxShadowDragLight","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC27elevationBoxShadowDragLight13OUDSTokensRaw09ElevationefJ5TokenCvp","modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdraglight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragLight":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdraglight","title":"elevationBoxShadowDragLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","title":"elevationBoxShadowDragLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC27elevationBoxShadowDragLight13OUDSTokensRaw09ElevationefJ5TokenCvp","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","symbolKind":"property"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdraglight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowDragLight":{"role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowdraglight","title":"elevationBoxShadowDragLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowDragLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocusdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocusdark.json index 047b5f8e7..78269a636 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocusdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocusdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocusdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC27elevationBoxShadowFocusDark13OUDSTokensRaw09ElevationefJ5TokenCvp","symbolKind":"property","extendedModule":"OUDSThemesInverse","title":"elevationBoxShadowFocusDark","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark","abstract":[],"title":"elevationBoxShadowFocusDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocusdark","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocusdark"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC27elevationBoxShadowFocusDark13OUDSTokensRaw09ElevationefJ5TokenCvp","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"title":"elevationBoxShadowFocusDark","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocusdark","abstract":[],"title":"elevationBoxShadowFocusDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocuslight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocuslight.json index 4ac0a349b..afb8b3c2a 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocuslight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowfocuslight.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC28elevationBoxShadowFocusLight13OUDSTokensRaw09ElevationefJ5TokenCvp","title":"elevationBoxShadowFocusLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"roleHeading":"Instance Property","symbolKind":"property","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocuslight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowFocusLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocuslight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocuslight"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC28elevationBoxShadowFocusLight13OUDSTokensRaw09ElevationefJ5TokenCvp","roleHeading":"Instance Property","role":"symbol","extendedModule":"OUDSThemesInverse","title":"elevationBoxShadowFocusLight","modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowFocusLight":{"abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowfocuslight","title":"elevationBoxShadowFocusLight","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowFocusLight"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultdark.json index 9541db482..e861be433 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultdark"]}],"sections":[],"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC36elevationBoxShadowOverlayDefaultDark13OUDSTokensRaw09ElevationefK5TokenCvp","role":"symbol","roleHeading":"Instance Property","title":"elevationBoxShadowOverlayDefaultDark","symbolKind":"property","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"modules":[{"name":"OUDSThemesInverse"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowOverlayDefaultDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowOverlayDefaultDark","externalID":"s:17OUDSThemesInverse0B5ThemeC36elevationBoxShadowOverlayDefaultDark13OUDSTokensRaw09ElevationefK5TokenCvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"text":"This theme overrides the ","type":"text"},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"type":"text","text":" for some colors."}],"role":"collection","type":"topic","kind":"symbol","title":"OUDSThemesInverse"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","title":"InverseTheme","role":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultDark","title":"elevationBoxShadowOverlayDefaultDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultdark","kind":"symbol","abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultlight.json index 0d3bc0537..5ac0d142f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlaydefaultlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultlight"]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC37elevationBoxShadowOverlayDefaultLight13OUDSTokensRaw09ElevationefK5TokenCvp","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"title":"elevationBoxShadowOverlayDefaultLight","role":"symbol"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultLight":{"type":"topic","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight","title":"elevationBoxShadowOverlayDefaultLight","role":"symbol"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"type":"topic","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","title":"elevationBoxShadowOverlayDefaultLight","externalID":"s:17OUDSThemesInverse0B5ThemeC37elevationBoxShadowOverlayDefaultLight13OUDSTokensRaw09ElevationefK5TokenCvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultlight"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlaydefaultlight","abstract":[],"title":"elevationBoxShadowOverlayDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayDefaultLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasisdark.json index 50cf82543..d0564c68f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasisdark.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesInverse"}],"title":"elevationBoxShadowOverlayEmphasisDark","extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC37elevationBoxShadowOverlayEmphasisDark13OUDSTokensRaw09ElevationefK5TokenCvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisDark":{"title":"elevationBoxShadowOverlayEmphasisDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasisdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"elevationBoxShadowOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC37elevationBoxShadowOverlayEmphasisDark13OUDSTokensRaw09ElevationefK5TokenCvp","symbolKind":"property"},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisDark":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowOverlayEmphasisDark","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasisdark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasislight.json index bf4111a8a..11a80635e 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowoverlayemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","title":"elevationBoxShadowOverlayEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC38elevationBoxShadowOverlayEmphasisLight13OUDSTokensRaw09ElevationefK5TokenCvp","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisLight":{"type":"topic","title":"elevationBoxShadowOverlayEmphasisLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasislight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"abstract":[{"text":"This theme overrides the ","type":"text"},{"isActive":true,"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference"},{"type":"text","text":" for some colors."}],"kind":"symbol","role":"collection","url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OrangeTheme","type":"codeVoice"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"type":"topic","title":"InverseTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC38elevationBoxShadowOverlayEmphasisLight13OUDSTokensRaw09ElevationefK5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"modules":[{"name":"OUDSThemesInverse"}],"title":"elevationBoxShadowOverlayEmphasisLight","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","role":"symbol"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"text":" for some colors.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudsthemesinverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","kind":"symbol","navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","title":"InverseTheme","role":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowOverlayEmphasisLight":{"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowOverlayEmphasisLight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowOverlayEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowoverlayemphasislight","kind":"symbol","role":"symbol"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraiseddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraiseddark.json index b8a620b9e..4c4c700ec 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraiseddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraiseddark.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC28elevationBoxShadowRaisedDark13OUDSTokensRaw09ElevationefJ5TokenCvp","symbolKind":"property","title":"elevationBoxShadowRaisedDark","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraiseddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedDark":{"title":"elevationBoxShadowRaisedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraiseddark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowRaisedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraiseddark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","title":"elevationBoxShadowRaisedDark","externalID":"s:17OUDSThemesInverse0B5ThemeC28elevationBoxShadowRaisedDark13OUDSTokensRaw09ElevationefJ5TokenCvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedDark"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraiseddark","abstract":[],"title":"elevationBoxShadowRaisedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraisedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraisedlight.json index 6aeef31dd..e79522b28 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraisedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowraisedlight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC29elevationBoxShadowRaisedLight13OUDSTokensRaw09ElevationefJ5TokenCvp","roleHeading":"Instance Property","title":"elevationBoxShadowRaisedLight","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraisedlight"]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowRaisedLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraisedlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraisedlight"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC29elevationBoxShadowRaisedLight13OUDSTokensRaw09ElevationefJ5TokenCvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","title":"elevationBoxShadowRaisedLight","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowRaisedLight":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowraisedlight","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowRaisedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"elevationBoxShadowRaisedLight"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultdark.json index 269d94f4a..dead1e9dc 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultdark.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","extendedModule":"OUDSThemesInverse","role":"symbol","title":"elevationBoxShadowStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC35elevationBoxShadowStickyDefaultDark13OUDSTokensRaw09ElevationefK5TokenCvp","modules":[{"name":"OUDSThemesInverse"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"type":"topic","kind":"symbol","title":"InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"abstract":[{"text":"This is an override of the default basic ","type":"text"},{"type":"codeVoice","code":"OrangeTheme"},{"type":"text","text":" with some inverted colors."},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultdark","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowStickyDefaultDark","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultdark"]}],"metadata":{"roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC35elevationBoxShadowStickyDefaultDark13OUDSTokensRaw09ElevationefK5TokenCvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"modules":[{"name":"OUDSThemesInverse"}],"title":"elevationBoxShadowStickyDefaultDark","extendedModule":"OUDSThemesInverse","symbolKind":"property","role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","interfaceLanguage":"swift"},"sections":[],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultdark","abstract":[],"title":"elevationBoxShadowStickyDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultlight.json index 97cb6ecbc..2bc9b5c4d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickydefaultlight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultlight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC36elevationBoxShadowStickyDefaultLight13OUDSTokensRaw09ElevationefK5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","title":"elevationBoxShadowStickyDefaultLight","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowStickyDefaultLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultlight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC36elevationBoxShadowStickyDefaultLight13OUDSTokensRaw09ElevationefK5TokenCvp","role":"symbol","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","title":"elevationBoxShadowStickyDefaultLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"symbolKind":"property"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickydefaultlight","abstract":[],"title":"elevationBoxShadowStickyDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyDefaultLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasisdark.json index b2bc1654a..a3acc97b4 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasisdark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC36elevationBoxShadowStickyEmphasisDark13OUDSTokensRaw09ElevationefK5TokenCvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"title":"elevationBoxShadowStickyEmphasisDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasisdark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowStickyEmphasisDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasisdark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasisdark"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC36elevationBoxShadowStickyEmphasisDark13OUDSTokensRaw09ElevationefK5TokenCvp","extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowStickyEmphasisDark","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisDark":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisDark","role":"symbol","type":"topic","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasisdark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"title":"elevationBoxShadowStickyEmphasisDark","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasislight.json index 613caf77e..c26acf949 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickyemphasislight.json @@ -1 +1 @@ -{"metadata":{"title":"elevationBoxShadowStickyEmphasisLight","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC37elevationBoxShadowStickyEmphasisLight13OUDSTokensRaw09ElevationefK5TokenCvp","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowStickyEmphasisLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasislight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowStickyEmphasisLight","externalID":"s:17OUDSThemesInverse0B5ThemeC37elevationBoxShadowStickyEmphasisLight13OUDSTokensRaw09ElevationefK5TokenCvp"},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickyemphasislight","abstract":[],"title":"elevationBoxShadowStickyEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyEmphasisLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolleddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolleddark.json index ac7e6c2be..0aa719f1d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolleddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolleddark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"elevationBoxShadowStickyNavigationScrolledDark","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC46elevationBoxShadowStickyNavigationScrolledDark13OUDSTokensRaw09ElevationefL5TokenCvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolleddark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolleddark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark","title":"elevationBoxShadowStickyNavigationScrolledDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]}}} \ No newline at end of file +{"sections":[],"metadata":{"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC46elevationBoxShadowStickyNavigationScrolledDark13OUDSTokensRaw09ElevationefL5TokenCvp","symbolKind":"property","role":"symbol","roleHeading":"Instance Property","title":"elevationBoxShadowStickyNavigationScrolledDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolleddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolleddark","abstract":[],"title":"elevationBoxShadowStickyNavigationScrolledDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolledlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolledlight.json index 461225733..d0e20725b 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolledlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationboxshadowstickynavigationscrolledlight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolledlight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","symbolKind":"property","title":"elevationBoxShadowStickyNavigationScrolledLight","externalID":"s:17OUDSThemesInverse0B5ThemeC47elevationBoxShadowStickyNavigationScrolledLight13OUDSTokensRaw09ElevationefL5TokenCvp","role":"symbol","extendedModule":"OUDSThemesInverse"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"title":"elevationBoxShadowStickyNavigationScrolledLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolledlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledLight","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC47elevationBoxShadowStickyNavigationScrolledLight13OUDSTokensRaw09ElevationefL5TokenCvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolledlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationBoxShadowStickyNavigationScrolledLight":{"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationboxshadowstickynavigationscrolledlight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationBoxShadowStickyNavigationScrolledLight","type":"topic","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordragdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordragdark.json index 352823a56..af2518585 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordragdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordragdark.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC22elevationColorDragDarkSSvp","title":"elevationColorDragDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordragdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragDark":{"title":"elevationColorDragDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordragdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordragdark"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"extendedModule":"OUDSThemesInverse","title":"elevationColorDragDark","externalID":"s:17OUDSThemesInverse0B5ThemeC22elevationColorDragDarkSSvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"kind":"symbol","references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordragdark","abstract":[],"title":"elevationColorDragDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordraglight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordraglight.json index 60b4ce828..dbc7ba35f 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordraglight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolordraglight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordraglight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorDragLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC23elevationColorDragLightSSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","title":"elevationColorDragLight","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorDragLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordraglight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight","kind":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC23elevationColorDragLightSSvp","title":"elevationColorDragLight","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordraglight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorDragLight":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolordraglight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorDragLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorDragLight","type":"topic","role":"symbol","title":"elevationColorDragLight"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocusdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocusdark.json index 2c19f43a3..64a910935 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocusdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocusdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC23elevationColorFocusDarkSSvp","title":"elevationColorFocusDark","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocusdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusDark":{"title":"elevationColorFocusDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocusdark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocusdark"]}],"sections":[],"metadata":{"title":"elevationColorFocusDark","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC23elevationColorFocusDarkSSvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse"},"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocusdark","abstract":[],"title":"elevationColorFocusDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocuslight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocuslight.json index 7ebfad906..ff9e3141e 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocuslight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorfocuslight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorFocusLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocuslight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC24elevationColorFocusLightSSvp","title":"elevationColorFocusLight","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorFocusLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocuslight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocuslight"]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"title":"elevationColorFocusLight","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC24elevationColorFocusLightSSvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorFocusLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorfocuslight","abstract":[],"title":"elevationColorFocusLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorFocusLight","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonedark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonedark.json index f5986197d..41635361b 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonedark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonedark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","title":"elevationColorNoneDark","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC22elevationColorNoneDarkSSvp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"extendedModule":"OUDSThemesInverse"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonedark"]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneDark":{"kind":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonedark","type":"topic","abstract":[],"title":"elevationColorNoneDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","title":"elevationColorNoneDark","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC22elevationColorNoneDarkSSvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonedark"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonedark","abstract":[],"title":"elevationColorNoneDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonelight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonelight.json index 2b27eb999..8c85fa3da 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonelight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolornonelight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonelight"]}],"sections":[],"metadata":{"title":"elevationColorNoneLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC23elevationColorNoneLightSSvp","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"title":"elevationColorNoneLight","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonelight","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonelight"]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","title":"elevationColorNoneLight","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC23elevationColorNoneLightSSvp","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorNoneLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorNoneLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolornonelight","abstract":[],"title":"elevationColorNoneLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorNoneLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultdark.json index 83200b5a6..30330af2a 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultdark"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","metadata":{"extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC32elevationColorOverlayDefaultDarkSSvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"roleHeading":"Instance Property","title":"elevationColorOverlayDefaultDark","symbolKind":"property"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultDark":{"title":"elevationColorOverlayDefaultDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultdark","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","symbolKind":"property","title":"elevationColorOverlayDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC32elevationColorOverlayDefaultDarkSSvp","modules":[{"name":"OUDSThemesInverse"}]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultdark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultdark","abstract":[],"title":"elevationColorOverlayDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultlight.json index 345be67e5..7786b9081 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlaydefaultlight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC33elevationColorOverlayDefaultLightSSvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"title":"elevationColorOverlayDefaultLight"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultLight":{"title":"elevationColorOverlayDefaultLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultlight","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","type":"link"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight"},"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC33elevationColorOverlayDefaultLightSSvp","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"title":"elevationColorOverlayDefaultLight","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlaydefaultlight","abstract":[],"title":"elevationColorOverlayDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayDefaultLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasisdark.json index 97d81a021..4d48ef157 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasisdark.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC33elevationColorOverlayEmphasisDarkSSvp","symbolKind":"property","extendedModule":"OUDSThemesInverse","title":"elevationColorOverlayEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","title":"InverseTheme","kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme","role":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"InverseTheme","kind":"identifier"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark","kind":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasisdark","title":"elevationColorOverlayEmphasisDark","role":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}],"roleHeading":"Instance Property","title":"elevationColorOverlayEmphasisDark","externalID":"s:17OUDSThemesInverse0B5ThemeC33elevationColorOverlayEmphasisDarkSSvp"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasisdark"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasisdark","abstract":[],"title":"elevationColorOverlayEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasislight.json index 2dd2f0571..ad150d792 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcoloroverlayemphasislight.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC34elevationColorOverlayEmphasisLightSSvp","title":"elevationColorOverlayEmphasisLight","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisLight":{"title":"elevationColorOverlayEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"extendedModule":"OUDSThemesInverse","title":"elevationColorOverlayEmphasisLight","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:17OUDSThemesInverse0B5ThemeC34elevationColorOverlayEmphasisLightSSvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorOverlayEmphasisLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcoloroverlayemphasislight","abstract":[],"title":"elevationColorOverlayEmphasisLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorOverlayEmphasisLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraiseddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraiseddark.json index 8c7692645..19ac5fecf 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraiseddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraiseddark.json @@ -1 +1 @@ -{"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC24elevationColorRaisedDarkSSvp","title":"elevationColorRaisedDark","extendedModule":"OUDSThemesInverse","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSThemesInverse"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraiseddark"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedDark":{"title":"elevationColorRaisedDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraiseddark","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}],"type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"metadata":{"title":"elevationColorRaisedDark","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC24elevationColorRaisedDarkSSvp","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraiseddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedDark":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraiseddark","abstract":[],"title":"elevationColorRaisedDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedDark","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraisedlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraisedlight.json index da7f15914..17729e527 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraisedlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorraisedlight.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight"},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC25elevationColorRaisedLightSSvp","symbolKind":"property","extendedModule":"OUDSThemesInverse","role":"symbol","title":"elevationColorRaisedLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraisedlight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraisedlight","title":"elevationColorRaisedLight","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","sections":[],"metadata":{"role":"symbol","externalID":"s:17OUDSThemesInverse0B5ThemeC25elevationColorRaisedLightSSvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"modules":[{"name":"OUDSThemesInverse"}],"symbolKind":"property","extendedModule":"OUDSThemesInverse","title":"elevationColorRaisedLight","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraisedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorRaisedLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorraisedlight","abstract":[],"title":"elevationColorRaisedLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorRaisedLight","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultdark.json index a654cc55b..333f8190e 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"extendedModule":"OUDSThemesInverse","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC31elevationColorStickyDefaultDarkSSvp","roleHeading":"Instance Property","title":"elevationColorStickyDefaultDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultDark":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultdark","kind":"symbol","role":"symbol","title":"elevationColorStickyDefaultDark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC31elevationColorStickyDefaultDarkSSvp","title":"elevationColorStickyDefaultDark","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultdark"]}],"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultdark","abstract":[],"title":"elevationColorStickyDefaultDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultDark","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultlight.json index 44c3fb10d..837a941ee 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickydefaultlight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC32elevationColorStickyDefaultLightSSvp","title":"elevationColorStickyDefaultLight","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultLight":{"title":"elevationColorStickyDefaultLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultlight"]}],"metadata":{"title":"elevationColorStickyDefaultLight","externalID":"s:17OUDSThemesInverse0B5ThemeC32elevationColorStickyDefaultLightSSvp","role":"symbol","symbolKind":"property","extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyDefaultLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickydefaultlight","abstract":[],"title":"elevationColorStickyDefaultLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyDefaultLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","titleInlineContent":[{"text":"Orange theme","type":"text"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasisdark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasisdark.json index b3a90ef04..36580f4d5 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasisdark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasisdark.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"title":"elevationColorStickyEmphasisDark","role":"symbol","symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC32elevationColorStickyEmphasisDarkSSvp","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasisdark"]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisDark":{"kind":"symbol","title":"elevationColorStickyEmphasisDark","role":"symbol","abstract":[],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasisdark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"elevationColorStickyEmphasisDark","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"externalID":"s:17OUDSThemesInverse0B5ThemeC32elevationColorStickyEmphasisDarkSSvp","extendedModule":"OUDSThemesInverse","modules":[{"name":"OUDSThemesInverse"}]},"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"titleInlineContent":[{"text":"Orange theme","type":"text"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasisdark","abstract":[],"title":"elevationColorStickyEmphasisDark","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasislight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasislight.json index 078056b6e..414aaf99d 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasislight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickyemphasislight.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC33elevationColorStickyEmphasisLightSSvp","roleHeading":"Instance Property","title":"elevationColorStickyEmphasisLight"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"sections":[],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisLight":{"title":"elevationColorStickyEmphasisLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasislight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","type":"link","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasislight"]}],"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","title":"elevationColorStickyEmphasisLight","externalID":"s:17OUDSThemesInverse0B5ThemeC33elevationColorStickyEmphasisLightSSvp","symbolKind":"property"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyEmphasisLight":{"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickyemphasislight","type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","title":"elevationColorStickyEmphasisLight","role":"symbol","abstract":[]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"link","title":"Orange theme","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"text":"Orange theme","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolleddark.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolleddark.json index 444f7d1c0..2824c659c 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolleddark.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolleddark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"externalID":"s:17OUDSThemesInverse0B5ThemeC42elevationColorStickyNavigationScrolledDarkSSvp","title":"elevationColorStickyNavigationScrolledDark","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSThemesInverse"}],"extendedModule":"OUDSThemesInverse","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolleddark"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledDark":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"title":"elevationColorStickyNavigationScrolledDark","type":"topic","role":"symbol","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolleddark","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark","kind":"symbol","abstract":[]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolleddark"]}],"metadata":{"role":"symbol","extendedModule":"OUDSThemesInverse","externalID":"s:17OUDSThemesInverse0B5ThemeC42elevationColorStickyNavigationScrolledDarkSSvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"title":"elevationColorStickyNavigationScrolledDark","modules":[{"name":"OUDSThemesInverse"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledDark":{"role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledDark","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolleddark","abstract":[],"kind":"symbol","type":"topic","title":"elevationColorStickyNavigationScrolledDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link","url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolledlight.json b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolledlight.json index 58b086561..8548a900c 100644 --- a/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolledlight.json +++ b/docs/data/documentation/oudsthemesinverse/inversetheme/elevationcolorstickynavigationscrolledlight.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"metadata":{"modules":[{"name":"OUDSThemesInverse"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","extendedModule":"OUDSThemesInverse","title":"elevationColorStickyNavigationScrolledLight","externalID":"s:17OUDSThemesInverse0B5ThemeC43elevationColorStickyNavigationScrolledLightSSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolledlight"]}],"references":{"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","titleInlineContent":[{"type":"text","text":"Orange theme"}],"type":"link"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"title":"OUDSThemesInverse","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","url":"\/documentation\/oudsthemesinverse","abstract":[{"type":"text","text":"This theme overrides the "},{"identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","type":"reference","isActive":true},{"text":" for some colors.","type":"text"}],"role":"collection","kind":"symbol","type":"topic"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledLight":{"title":"elevationColorStickyNavigationScrolledLight","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight","url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolledlight","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"kind":"symbol","abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OrangeTheme"},{"text":" with some inverted colors.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"InverseTheme"}],"navigatorTitle":[{"text":"InverseTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme","url":"\/documentation\/oudsthemesinverse\/inversetheme","type":"topic","role":"symbol","title":"InverseTheme"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolledlight"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"property","externalID":"s:17OUDSThemesInverse0B5ThemeC43elevationColorStickyNavigationScrolledLightSSvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"extendedModule":"OUDSThemesInverse","roleHeading":"Instance Property","title":"elevationColorStickyNavigationScrolledLight","role":"symbol","modules":[{"name":"OUDSThemesInverse"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesInverse/documentation/OUDSThemesInverse":{"type":"topic","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse","kind":"symbol","abstract":[{"type":"text","text":"This theme overrides the "},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","isActive":true},{"type":"text","text":" for some colors."}],"url":"\/documentation\/oudsthemesinverse","title":"OUDSThemesInverse","role":"collection"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme/elevationColorStickyNavigationScrolledLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesinverse\/inversetheme\/elevationcolorstickynavigationscrolledlight","abstract":[],"title":"elevationColorStickyNavigationScrolledLight","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme\/elevationColorStickyNavigationScrolledLight","type":"topic"},"https://ios.unified-design-system.orange.com/documentation/oudsthemesorange/":{"type":"link","titleInlineContent":[{"type":"text","text":"Orange theme"}],"url":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/","title":"Orange theme","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudsthemesorange\/"},"doc://OUDSThemesInverse/documentation/OUDSThemesInverse/InverseTheme":{"url":"\/documentation\/oudsthemesinverse\/inversetheme","navigatorTitle":[{"kind":"identifier","text":"InverseTheme"}],"kind":"symbol","role":"symbol","abstract":[{"text":"This is an override of the default basic ","type":"text"},{"code":"OrangeTheme","type":"codeVoice"},{"type":"text","text":" with some inverted colors."},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"InverseTheme","kind":"identifier"}],"title":"InverseTheme","identifier":"doc:\/\/OUDSThemesInverse\/documentation\/OUDSThemesInverse\/InverseTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange.json b/docs/data/documentation/oudsthemesorange.json index 78f12b498..b2f3f3966 100644 --- a/docs/data/documentation/oudsthemesorange.json +++ b/docs/data/documentation/oudsthemesorange.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"OUDSThemesOrange","modules":[{"name":"OUDSThemesOrange"}],"role":"collection","roleHeading":"Framework","title":"OUDSThemesOrange","symbolKind":"module"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange"]}],"sections":[],"primaryContentSections":[{"kind":"content","content":[{"text":"Overview","level":2,"anchor":"Overview","type":"heading"},{"inlineContent":[{"text":"It defines its own colors and override the semantic tokens to use the right colors. This is the default theme any app should used, and can be subclassed to define for example themes dedicated to countries. It embeds also in its target the brand colors which are not shared not exposed in lower level targets.","type":"text"}],"type":"paragraph"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"},"abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"topicSections":[{"identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"],"title":"Group"},{"identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"],"title":"Type Aliases"}],"hierarchy":{"paths":[[]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","title":"OrangeTheme","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","url":"\/documentation\/oudsthemesorange\/orangetheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeTheme"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"OUDSThemesOrange","role":"collection","symbolKind":"module","title":"OUDSThemesOrange","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Framework"},"abstract":[{"text":"The Orange theme overrides some tokens from the basic ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"hierarchy":{"paths":[[]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange"]}],"primaryContentSections":[{"content":[{"level":2,"text":"Overview","type":"heading","anchor":"Overview"},{"inlineContent":[{"text":"It defines its own colors and override the semantic tokens to use the right colors. This is the default theme any app should used, and can be subclassed to define for example themes dedicated to countries. It embeds also in its target the brand colors which are not shared not exposed in lower level targets.","type":"text"}],"type":"paragraph"}],"kind":"content"}],"sections":[],"kind":"symbol","topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]},{"identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"],"title":"Type Aliases"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/orangetheme","title":"OrangeTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/colororangebrandrawtoken.json b/docs/data/documentation/oudsthemesorange/colororangebrandrawtoken.json index 520e3dd11..e108c37d0 100644 --- a/docs/data/documentation/oudsthemesorange/colororangebrandrawtoken.json +++ b/docs/data/documentation/oudsthemesorange/colororangebrandrawtoken.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/colororangebrandrawtoken"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","interfaceLanguage":"swift"},"abstract":[{"text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Type Alias","title":"ColorOrangeBrandRawToken","externalID":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"typealias","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol","type":"topic","title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"},"metadata":{"externalID":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","role":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Alias","title":"ColorOrangeBrandRawToken","symbolKind":"typealias","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorOrangeBrandRawToken"},{"kind":"text","text":" = "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/colororangebrandrawtoken"]}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/colororangedecorativerawtoken.json b/docs/data/documentation/oudsthemesorange/colororangedecorativerawtoken.json index 4f84fba86..9fda4bc3a 100644 --- a/docs/data/documentation/oudsthemesorange/colororangedecorativerawtoken.json +++ b/docs/data/documentation/oudsthemesorange/colororangedecorativerawtoken.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"metadata":{"role":"symbol","roleHeading":"Type Alias","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"symbolKind":"typealias","title":"ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"},"sections":[],"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/colororangedecorativerawtoken"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Alias","symbolKind":"typealias","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken","navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"externalID":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","modules":[{"name":"OUDSThemesOrange"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/colororangedecorativerawtoken"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens.json index 1376ff54a..ce193fdb4 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens.json @@ -1 +1 @@ -{"topicSections":[{"identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900"],"title":"Type Properties"}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"],"title":"Group","generated":true}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"OrangeBrandColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"symbolKind":"enum","role":"symbol","navigatorTitle":[{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO","roleHeading":"Enumeration","modules":[{"name":"OUDSThemesOrange"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst700":{"role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst700"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst700","title":"colorDecorativeAmethyst700","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber800":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber800","kind":"symbol","title":"colorDecorativeAmber800","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald300":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300","title":"colorDecorativeEmerald300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange600":{"type":"topic","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandOrange600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandOrange600","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber900":{"title":"colorDecorativeAmber900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber900","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber900"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst100":{"title":"colorDecorativeAmethyst100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst100","kind":"symbol","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald700":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700","title":"colorDecorativeEmerald700","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky600":{"abstract":[],"title":"colorDecorativeSky600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky600"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky600","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800","title":"colorBrandOrange800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst600":{"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst600","title":"colorDecorativeAmethyst600","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach200","role":"symbol","kind":"symbol","title":"colorDecorativeDeepPeach200","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach200"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald600":{"abstract":[],"title":"colorDecorativeEmerald600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald600"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald600","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach800":{"kind":"symbol","title":"colorDecorativeDeepPeach800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach800","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200","title":"colorDecorativeSky200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky200","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach100":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"title":"colorDecorativeDeepPeach100","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach100","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst300":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst300","type":"topic","title":"colorDecorativeAmethyst300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber200":{"kind":"symbol","title":"colorDecorativeAmber200","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber200"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach300":{"abstract":[],"title":"colorDecorativeDeepPeach300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst800":{"abstract":[],"title":"colorDecorativeAmethyst800","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink600":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600","title":"colorDecorativeShockingPink600","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink600","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst500":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500","role":"symbol","type":"topic","title":"colorDecorativeAmethyst500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst500","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach600":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600","title":"colorDecorativeDeepPeach600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach600","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach500":{"abstract":[],"title":"colorDecorativeDeepPeach500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach500"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange550":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550","title":"colorBrandOrange550","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange550","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange550","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange300":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandOrange300","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber300":{"abstract":[],"title":"colorDecorativeAmber300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange50":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","title":"colorBrandOrange50","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange50","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange50"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber400":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber400","title":"colorDecorativeAmber400","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange400":{"title":"colorBrandOrange400","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange400","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange400"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky700":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700","title":"colorDecorativeSky700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky700","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach900":{"abstract":[],"title":"colorDecorativeDeepPeach900","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach900"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach900","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange500":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","title":"colorBrandOrange500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray800":{"abstract":[],"title":"colorBrandWarmGray800","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray800"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach400":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400","title":"colorDecorativeDeepPeach400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach400","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600","title":"colorDecorativeAmber600","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber600"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray300":{"abstract":[],"title":"colorBrandWarmGray300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray300"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky900":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeSky900","kind":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald900":{"abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald900","title":"colorDecorativeEmerald900","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink100":{"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink100","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100","title":"colorDecorativeShockingPink100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray700":{"title":"colorBrandWarmGray700","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray700"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald800":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","type":"topic","title":"colorDecorativeEmerald800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald800","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink900":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900","title":"colorDecorativeShockingPink900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink900","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber700":{"abstract":[],"title":"colorDecorativeAmber700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber700"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber700","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange700":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","title":"colorBrandOrange700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange700","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray600","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandWarmGray600","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","abstract":[],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach700":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","title":"colorDecorativeDeepPeach700","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach700","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink700":{"abstract":[],"title":"colorDecorativeShockingPink700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink700"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink700","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst400":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400","title":"colorDecorativeAmethyst400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst400","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky500":{"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky500"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","abstract":[],"title":"colorDecorativeSky500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray200","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"title":"colorBrandWarmGray200","role":"symbol","kind":"symbol","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink500":{"abstract":[],"title":"colorDecorativeShockingPink500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink500"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800","title":"colorDecorativeSky800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange200":{"abstract":[],"title":"colorBrandOrange200","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange200"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange200","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","type":"topic","abstract":[],"title":"colorDecorativeShockingPink200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald100":{"title":"colorDecorativeEmerald100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald100","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"abstract":[],"role":"symbol","title":"colorBrandOrange900","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky100":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","kind":"symbol","title":"colorDecorativeSky100","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald500":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500","title":"colorDecorativeEmerald500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald500","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber100":{"title":"colorDecorativeAmber100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber100","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst200":{"abstract":[],"title":"colorDecorativeAmethyst200","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst200"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst200","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink400":{"kind":"symbol","abstract":[],"title":"colorDecorativeShockingPink400","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink400","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky400":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeSky400","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky400","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald400":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400","title":"colorDecorativeEmerald400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald400","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald200":{"title":"colorDecorativeEmerald200","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald200","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange100":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100","title":"colorBrandOrange100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange100","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber500":{"abstract":[],"title":"colorDecorativeAmber500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber500"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst900":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900","title":"colorDecorativeAmethyst900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst900","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky300":{"abstract":[],"title":"colorDecorativeSky300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray900","type":"topic","kind":"symbol","title":"colorBrandWarmGray900","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray400":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","title":"colorBrandWarmGray400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray400","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray100":{"abstract":[],"title":"colorBrandWarmGray100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray100","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink300":{"abstract":[],"title":"colorDecorativeShockingPink300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","title":"OrangeTheme","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","url":"\/documentation\/oudsthemesorange\/orangetheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeTheme"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","title":"colorDecorativeShockingPink800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray500":{"role":"symbol","title":"colorBrandWarmGray500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","type":"topic","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray500"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"]}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"},"sections":[],"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO","title":"OrangeBrandColorRawTokens","roleHeading":"Enumeration","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","symbolKind":"enum","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"text":"OrangeBrandColorRawTokens","kind":"identifier"}]},"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"seeAlsoSections":[{"generated":true,"title":"Group","identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray900":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray900","role":"symbol","title":"colorBrandWarmGray900","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald300":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald300","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"title":"colorDecorativeEmerald300"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange600":{"kind":"symbol","title":"colorBrandOrange600","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber600"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeAmber600","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald900":{"type":"topic","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald900","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900","title":"colorDecorativeEmerald900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber300":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300","title":"colorDecorativeAmber300","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber200","title":"colorDecorativeAmber200","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray200":{"abstract":[],"title":"colorBrandWarmGray200","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray200","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald600":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","abstract":[],"type":"topic","title":"colorDecorativeEmerald600","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald600","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky900":{"title":"colorDecorativeSky900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky900","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange100":{"title":"colorBrandOrange100","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange100","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange100"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky800":{"abstract":[],"kind":"symbol","title":"colorDecorativeSky800","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky800","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber100":{"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber100","kind":"symbol","title":"colorDecorativeAmber100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange550":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange550"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550","abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange550","kind":"symbol","title":"colorBrandOrange550","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach200":{"kind":"symbol","abstract":[],"title":"colorDecorativeDeepPeach200","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach200","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange300":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange300","type":"topic","abstract":[],"role":"symbol","title":"colorBrandOrange300"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst200":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst200","role":"symbol","title":"colorDecorativeAmethyst200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink400":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400","abstract":[],"title":"colorDecorativeShockingPink400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray700":{"title":"colorBrandWarmGray700","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach300":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","title":"colorDecorativeDeepPeach300","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach300"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange500":{"title":"colorBrandOrange500","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange50":{"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","title":"colorBrandOrange50","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange50","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange50","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald500":{"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald500","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"colorDecorativeEmerald500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach900":{"abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","title":"colorDecorativeDeepPeach900","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink100":{"kind":"symbol","abstract":[],"title":"colorDecorativeShockingPink100","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink100","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink100"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600","kind":"symbol","abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeAmethyst600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber400":{"abstract":[],"role":"symbol","type":"topic","kind":"symbol","title":"colorDecorativeAmber400","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald700":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald700","abstract":[],"title":"colorDecorativeEmerald700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","role":"symbol","type":"topic","title":"colorDecorativeShockingPink800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange400":{"title":"colorBrandOrange400","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange400","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky400":{"kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky400","title":"colorDecorativeSky400","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","kind":"symbol","title":"colorDecorativeShockingPink200","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky500":{"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500","title":"colorDecorativeSky500","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray600":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray600"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandWarmGray600","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray600","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst900","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeAmethyst900","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange800":{"abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800","title":"colorBrandOrange800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200","kind":"symbol","title":"colorDecorativeSky200","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange900":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange900","title":"colorBrandOrange900","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","role":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach400":{"title":"colorDecorativeDeepPeach400","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach400"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray500":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","kind":"symbol","title":"colorBrandWarmGray500","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray500"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber500":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber500","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber500"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeAmber500","type":"topic","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach600":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600","kind":"symbol","title":"colorDecorativeDeepPeach600","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky700":{"title":"colorDecorativeSky700","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700","type":"topic","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink600":{"title":"colorDecorativeShockingPink600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky100":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","kind":"symbol","title":"colorDecorativeSky100","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky100"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray100","role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","abstract":[],"title":"colorBrandWarmGray100"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst500":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst500","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeAmethyst500","role":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","kind":"symbol","title":"colorDecorativeEmerald200","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst300":{"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300","title":"colorDecorativeAmethyst300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray400":{"title":"colorBrandWarmGray400","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray400","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray400"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","kind":"symbol","title":"colorBrandOrange200","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber700":{"role":"symbol","title":"colorDecorativeAmber700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber700"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber700","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","kind":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald100":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"role":"symbol","kind":"symbol","type":"topic","title":"colorDecorativeEmerald100","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst700":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst700","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeAmethyst700","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach700":{"role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach700","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeDeepPeach700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber800":{"title":"colorDecorativeAmber800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber800","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800","abstract":[],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray800":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","title":"colorBrandWarmGray800","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandWarmGray800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach800":{"title":"colorDecorativeDeepPeach800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach800"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach800","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach100":{"title":"colorDecorativeDeepPeach100","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach100","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800","kind":"symbol","title":"colorDecorativeEmerald800","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald400":{"kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald400","title":"colorDecorativeEmerald400"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink700":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","kind":"symbol","title":"colorDecorativeShockingPink700","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst100":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","kind":"symbol","title":"colorDecorativeAmethyst100","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst100"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky300":{"title":"colorDecorativeSky300","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeSky300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky300"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink500":{"kind":"symbol","title":"colorDecorativeShockingPink500","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst400":{"title":"colorDecorativeAmethyst400","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst400","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink300":{"role":"symbol","title":"colorDecorativeShockingPink300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber900":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeAmber900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/orangetheme","title":"OrangeTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink900","role":"symbol","title":"colorDecorativeShockingPink900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeSky600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","abstract":[],"kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst800":{"title":"colorDecorativeAmethyst800","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach500":{"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach500","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeDeepPeach500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray300":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"title":"colorBrandWarmGray300","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray300","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange700":{"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","title":"colorBrandOrange700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange700"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange100.json index 52269e705..06952ef73 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange100.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange100"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange100SSvpZ","symbolKind":"property","title":"colorBrandOrange100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange100"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange100":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100","title":"colorBrandOrange100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange100","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange100"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorBrandOrange100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange100SSvpZ","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}]},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","title":"ColorOrangeBrandRawToken","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange100":{"title":"colorBrandOrange100","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange100","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange100"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange100","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange200.json index 886e5b370..6b7097cfc 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange200.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange200"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"title":"colorBrandOrange200","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange200SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange200":{"abstract":[],"title":"colorBrandOrange200","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange200"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange200","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange200SSvpZ","roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandOrange200","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange200"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange200"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange200","kind":"symbol","title":"colorBrandOrange200","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange300.json index 7e0931510..00a67afa1 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange300.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange300"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"colorBrandOrange300","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange300SSvpZ"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange300"]}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"role":"symbol","type":"topic","title":"OrangeBrandColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange300":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandOrange300","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"title":"colorBrandOrange300","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange300SSvpZ","role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange300"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}]}]}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange300"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange300":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange300","type":"topic","abstract":[],"role":"symbol","title":"colorBrandOrange300"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange400.json index fff0b622b..4808290d9 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange400.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange400"]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400"},"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange400SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"title":"colorBrandOrange400"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"text":" ","type":"text"},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","navigatorTitle":[{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange400":{"title":"colorBrandOrange400","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange400","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange400"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange400"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"title":"colorBrandOrange400","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange400SSvpZ","symbolKind":"property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange400":{"title":"colorBrandOrange400","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange400","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange400","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange50.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange50.json index 84a76b31e..31403c3ed 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange50.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange50.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC8Orange50SSvpZ","title":"colorBrandOrange50","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange50","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}]},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange50"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange50","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange50":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","title":"colorBrandOrange50","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange50","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange50"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange50"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange50","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}]}]}],"metadata":{"symbolKind":"property","title":"colorBrandOrange50","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC8Orange50SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange50","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange50":{"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange50","title":"colorBrandOrange50","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange50","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange50","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange500.json index b621f8eff..cdbaa9d20 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange500.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}]}]}],"metadata":{"symbolKind":"property","title":"colorBrandOrange500","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange500SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange500"]}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange500":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","title":"colorBrandOrange500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange500"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange500SSvpZ","title":"colorBrandOrange500"},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange500":{"title":"colorBrandOrange500","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange550.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange550.json index c9fb2b946..7741cc799 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange550.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange550.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandOrange550","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange550SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange550","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","title":"colorBrandOrange550"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange550"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange550":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550","title":"colorBrandOrange550","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange550","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange550","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange550"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange550"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange550SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange550","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","title":"colorBrandOrange550","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange550":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange550"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange550","abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange550","kind":"symbol","title":"colorBrandOrange550","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"role":"symbol","title":"ColorOrangeBrandRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange600.json index b85e5452a..349ef16db 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange600.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"title":"colorBrandOrange600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange600SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange600"]}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange600":{"type":"topic","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandOrange600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandOrange600","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","role":"symbol","navigatorTitle":[{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"title":"colorBrandOrange600","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange600SSvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandOrange600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange600"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange600":{"kind":"symbol","title":"colorBrandOrange600","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange600","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange700.json index a16e8e41e..058c2113c 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange700.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"title":"colorBrandOrange700","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange700SSvpZ"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange700"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange700":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","title":"colorBrandOrange700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange700","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange700"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange700SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange700"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"title":"colorBrandOrange700","roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange700"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange700":{"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange700","title":"colorBrandOrange700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange700"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"url":"\/documentation\/oudsthemesorange","role":"collection","kind":"symbol","type":"topic","title":"OUDSThemesOrange"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"type":"topic","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","title":"ColorOrangeBrandRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange800.json index a51003a0c..7aae00aeb 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange800.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandOrange800"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"title":"colorBrandOrange800","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange800SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange800"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800","title":"colorBrandOrange800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange800"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange800"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"modules":[{"name":"OUDSThemesOrange"}],"title":"colorBrandOrange800","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange800SSvpZ","roleHeading":"Type Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange800":{"abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandOrange800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange800","title":"colorBrandOrange800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange900.json index a925f8b63..669700750 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandorange900.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandOrange900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"colorBrandOrange900","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange900SSvpZ","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange900"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","title":"ColorOrangeBrandRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"abstract":[],"role":"symbol","title":"colorBrandOrange900","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","role":"symbol","navigatorTitle":[{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange900"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorBrandOrange900","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC9Orange900SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandOrange900","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandOrange900":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandorange900","title":"colorBrandOrange900","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandOrange900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandOrange900","role":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray100.json index a9f3ed1a0..7c5c0868b 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray100.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","metadata":{"title":"colorBrandWarmGray100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandWarmGray100"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray100SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray100","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray100"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray100":{"abstract":[],"title":"colorBrandWarmGray100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray100","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray100SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandWarmGray100"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray100"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray100","role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray100","abstract":[],"title":"colorBrandWarmGray100"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray200.json index c18e48ddf..6abfcb723 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray200.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray200"]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray200","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandWarmGray200","symbolKind":"property","role":"symbol","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray200","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"title":"colorBrandWarmGray200","role":"symbol","kind":"symbol","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"colorBrandWarmGray200","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray200SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray200"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray200"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray200":{"abstract":[],"title":"colorBrandWarmGray200","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray200","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray200","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray300.json index 9b492dbb9..bcf2348f3 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray300.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"title":"colorBrandWarmGray300","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray300SSvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandWarmGray300"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandWarmGray300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray300"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray300":{"abstract":[],"title":"colorBrandWarmGray300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray300"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray300"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"title":"colorBrandWarmGray300","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray300SSvpZ","roleHeading":"Type Property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray300"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray300":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"title":"colorBrandWarmGray300","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray300","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray300","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray400.json index c0fd53f28..bb2a4868b 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray400.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","title":"colorBrandWarmGray400","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray400SSvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandWarmGray400"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray400"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray400":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","title":"colorBrandWarmGray400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray400","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"colorBrandWarmGray400","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray400SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"role":"symbol","roleHeading":"Type Property"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray400"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray400","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray400":{"title":"colorBrandWarmGray400","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray400","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray400"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray400","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray500.json index dd1a8917f..f35c91236 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray500.json @@ -1 +1 @@ -{"sections":[],"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray500SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","title":"colorBrandWarmGray500","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray500"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray500":{"role":"symbol","title":"colorBrandWarmGray500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","type":"topic","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","interfaceLanguage":"swift"},"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"title":"colorBrandWarmGray500","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray500SSvpZ"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray500"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray500":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray500","kind":"symbol","title":"colorBrandWarmGray500","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray500"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray600.json index 35710b6da..1e19a591c 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray600.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray600SSvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","title":"colorBrandWarmGray600"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray600"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"kind":"symbol","type":"topic","role":"collection","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"url":"\/documentation\/oudsthemesorange","title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray600","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandWarmGray600","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","abstract":[],"type":"topic"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray600"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandWarmGray600","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray600SSvpZ","roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray600"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray600":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray600"},{"kind":"text","text":": "},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"title":"colorBrandWarmGray600","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray600","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray700.json index a8ca9f0bb..b3d89f01f 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray700.json @@ -1 +1 @@ -{"metadata":{"title":"colorBrandWarmGray700","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray700SSvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray700"]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray700":{"title":"colorBrandWarmGray700","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray700"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray700"]}],"kind":"symbol","metadata":{"title":"colorBrandWarmGray700","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray700SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray700":{"title":"colorBrandWarmGray700","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorBrandWarmGray700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray800.json index 201dba3b3..aaf315ced 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray800.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray800"]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"symbolKind":"property","title":"colorBrandWarmGray800","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray800SSvpZ","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"role":"symbol"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken"}]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray800":{"abstract":[],"title":"colorBrandWarmGray800","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray800"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray800","type":"topic"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray800SSvpZ","symbolKind":"property","title":"colorBrandWarmGray800"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray800"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"abstract":[{"text":"The Orange theme overrides some tokens from the basic ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"}],"type":"topic","title":"OUDSThemesOrange","url":"\/documentation\/oudsthemesorange","role":"collection","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","kind":"symbol","title":"OrangeBrandColorRawTokens","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"type":"topic","title":"ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray800":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray800","title":"colorBrandWarmGray800","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBrandWarmGray800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray900.json index edf07fd3b..9fd523788 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colorbrandwarmgray900.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray900"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray900SSvpZ","title":"colorBrandWarmGray900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray900"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray900","type":"topic","kind":"symbol","title":"colorBrandWarmGray900","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorBrandWarmGray900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeBrandRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeBrandRawToken"}],"title":"ColorOrangeBrandRawToken","role":"symbol","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray900"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","text":"ColorOrangeBrandRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO05colorC11WarmGray900SSvpZ","role":"symbol","symbolKind":"property","title":"colorBrandWarmGray900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray900"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","kind":"typeIdentifier","text":"ColorOrangeBrandRawToken"}],"roleHeading":"Type Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray900"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeBrandRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"title":"ColorOrangeBrandRawToken","url":"\/documentation\/oudsthemesorange\/colororangebrandrawtoken","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeBrandRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeBrandRawToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “brand colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorBrandWarmGray900":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBrandWarmGray900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB13BrandRawTokena","text":"ColorOrangeBrandRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colorbrandwarmgray900","role":"symbol","title":"colorBrandWarmGray900","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorBrandWarmGray900"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber100.json index be8b7715a..b0fe93cf1 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber100.json @@ -1 +1 @@ -{"metadata":{"title":"colorDecorativeAmber100","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber100SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber100"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber100"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber100":{"title":"colorDecorativeAmber100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber100","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber100SSvpZ","title":"colorDecorativeAmber100","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber100"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber100":{"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber100","kind":"symbol","title":"colorDecorativeAmber100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber100","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber200.json index 7c4b3e96b..47b3e8d8e 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber200.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber200"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorDecorativeAmber200","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber200SSvpZ","symbolKind":"property","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber200"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber200":{"kind":"symbol","title":"colorDecorativeAmber200","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber200"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"title":"colorDecorativeAmber200","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber200"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber200"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber200","title":"colorDecorativeAmber200","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber300.json index caf024539..eb78cd1a7 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber300.json @@ -1 +1 @@ -{"metadata":{"title":"colorDecorativeAmber300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber300"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber300SSvpZ","roleHeading":"Type Property","role":"symbol","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber300"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber300":{"abstract":[],"title":"colorDecorativeAmber300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber300","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeAmber300","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber300SSvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber300"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber300"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber300":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber300","title":"colorDecorativeAmber300","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber400.json index 1f045d4bc..a54ee8a86 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber400.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol","title":"colorDecorativeAmber400","symbolKind":"property","roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber400SSvpZ","modules":[{"name":"OUDSThemesOrange"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber400"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber400":{"type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber400","title":"colorDecorativeAmber400","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber400SSvpZ","title":"colorDecorativeAmber400","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber400"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber400":{"abstract":[],"role":"symbol","type":"topic","kind":"symbol","title":"colorDecorativeAmber400","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber500.json index bf172b932..4c2c760e7 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber500.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber500"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber500","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","interfaceLanguage":"swift"},"metadata":{"title":"colorDecorativeAmber500","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber500SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber500":{"abstract":[],"title":"colorDecorativeAmber500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber500"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber500"]}],"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeAmber500","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber500SSvpZ"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber500":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber500","kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber500","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber500"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeAmber500","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber600.json index cd75ca826..6cb9cfbcd 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber600.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber600"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}]}]}],"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber600SSvpZ","symbolKind":"property","title":"colorDecorativeAmber600"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","title":"ColorOrangeDecorativeRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","type":"topic","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600","title":"colorDecorativeAmber600","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber600"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber600SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeAmber600","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber600"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber600"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber600"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeAmber600","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber600","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber700.json index 5218b7123..291d449b3 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber700.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber700"]}],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber700SSvpZ","title":"colorDecorativeAmber700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber700"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber700":{"abstract":[],"title":"colorDecorativeAmber700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber700"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber700","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber700"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber700SSvpZ","title":"colorDecorativeAmber700","symbolKind":"property","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSThemesOrange"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber700":{"role":"symbol","title":"colorDecorativeAmber700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber700"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber700","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber700","kind":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber800.json index 353c77ada..91e3cc1fc 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber800.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber800"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","metadata":{"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber800SSvpZ","title":"colorDecorativeAmber800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber800"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber800":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber800","kind":"symbol","title":"colorDecorativeAmber800","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber800"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","title":"colorDecorativeAmber800","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber800SSvpZ","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber800":{"title":"colorDecorativeAmber800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber800","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber800","abstract":[],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber900.json index 4c4c6fd1b..f4dc43c5b 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamber900.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","interfaceLanguage":"swift"},"metadata":{"title":"colorDecorativeAmber900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber900"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber900SSvpZ","role":"symbol","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmber900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber900"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber900":{"title":"colorDecorativeAmber900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber900","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmber900"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmber900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber900"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"colorDecorativeAmber900","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO23colorDecorativeAmber900SSvpZ"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmber900":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmber900","role":"symbol","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmber900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeAmber900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamber900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst100.json index 1204b5a12..d90da23fd 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst100.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorDecorativeAmethyst100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst100SSvpZ","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst100"]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst100":{"title":"colorDecorativeAmethyst100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst100","kind":"symbol","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"title":"colorDecorativeAmethyst100","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst100SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"roleHeading":"Type Property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst100":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst100","kind":"symbol","title":"colorDecorativeAmethyst100","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst100"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst200.json index 48d464e17..00d6bf31c 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst200.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst200"]}],"metadata":{"symbolKind":"property","role":"symbol","title":"colorDecorativeAmethyst200","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst200":{"abstract":[],"title":"colorDecorativeAmethyst200","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst200"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst200","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst200"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorDecorativeAmethyst200","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst200"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst200":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst200","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst200","role":"symbol","title":"colorDecorativeAmethyst200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst300.json index 4aa19172a..0b2e530e5 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst300.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300"},"metadata":{"roleHeading":"Type Property","title":"colorDecorativeAmethyst300","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst300SSvpZ","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst300"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst300":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst300","type":"topic","title":"colorDecorativeAmethyst300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst300"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst300SSvpZ","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeAmethyst300","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"role":"symbol","url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"kind":"symbol","title":"ColorOrangeDecorativeRawToken","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst300":{"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst300","title":"colorDecorativeAmethyst300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst400.json index 4c90d7455..fe0293b56 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst400.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","title":"colorDecorativeAmethyst400","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst400SSvpZ","roleHeading":"Type Property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst400"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst400":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400","title":"colorDecorativeAmethyst400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst400","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst400"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400"},"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","roleHeading":"Type Property","title":"colorDecorativeAmethyst400","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst400SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst400"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst400":{"title":"colorDecorativeAmethyst400","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst400","role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst400","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst500.json index db96862fa..ae5adfa11 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst500.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst500SSvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeAmethyst500","modules":[{"name":"OUDSThemesOrange"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst500"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","type":"topic","role":"collection","url":"\/documentation\/oudsthemesorange","title":"OUDSThemesOrange","kind":"symbol","abstract":[{"text":"The Orange theme overrides some tokens from the basic ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst500":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500","role":"symbol","type":"topic","title":"colorDecorativeAmethyst500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst500","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst500"]}],"metadata":{"title":"colorDecorativeAmethyst500","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst500SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst500":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst500","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst500","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeAmethyst500","role":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst600.json index a4b219225..cc4d64241 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst600.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600"},"kind":"symbol","sections":[],"metadata":{"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst600SSvpZ","symbolKind":"property","title":"colorDecorativeAmethyst600","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSThemesOrange"}]},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst600"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst600":{"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst600","title":"colorDecorativeAmethyst600","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst600"]}],"kind":"symbol","sections":[],"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst600SSvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol","roleHeading":"Type Property","title":"colorDecorativeAmethyst600","modules":[{"name":"OUDSThemesOrange"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst600","kind":"symbol","abstract":[],"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeAmethyst600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst700.json index 1d304d624..d1439bd9d 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst700.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeAmethyst700","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst700SSvpZ"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst700":{"role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst700"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst700","title":"colorDecorativeAmethyst700","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"symbolKind":"property","title":"colorDecorativeAmethyst700","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst700SSvpZ"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst700":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst700","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst700","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeAmethyst700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeAmethyst700","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst800.json index 11f928d40..74bffd3d4 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst800.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst800"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","symbolKind":"property","title":"colorDecorativeAmethyst800","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst800SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst800":{"abstract":[],"title":"colorDecorativeAmethyst800","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","title":"colorDecorativeAmethyst800","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst800SSvpZ"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst800"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst800"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst800":{"title":"colorDecorativeAmethyst800","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeAmethyst800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst900.json index e2e0c9c53..fc83f3049 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeamethyst900.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst900"]}],"metadata":{"symbolKind":"property","title":"colorDecorativeAmethyst900","roleHeading":"Type Property","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst900SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"modules":[{"name":"OUDSThemesOrange"}]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst900":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900","title":"colorDecorativeAmethyst900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst900","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst900","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst900"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Type Property","title":"colorDecorativeAmethyst900","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO26colorDecorativeAmethyst900SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeAmethyst900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeAmethyst900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeAmethyst900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeamethyst900","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeAmethyst900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeAmethyst900","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach100.json index 107a9f3f9..62e1fcfca 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach100.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach100"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach100SSvpZ","roleHeading":"Type Property","role":"symbol","title":"colorDecorativeDeepPeach100"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach100":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"title":"colorDecorativeDeepPeach100","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach100","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"colorDecorativeDeepPeach100","symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach100SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}]}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach100"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach100":{"title":"colorDecorativeDeepPeach100","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach100","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach100","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach200.json index aed1d8446..6911a18b2 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach200.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach200"]}],"metadata":{"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach200SSvpZ","roleHeading":"Type Property","title":"colorDecorativeDeepPeach200","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach200","role":"symbol","kind":"symbol","title":"colorDecorativeDeepPeach200","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach200"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach200SSvpZ","title":"colorDecorativeDeepPeach200","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach200"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach200"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach200":{"kind":"symbol","abstract":[],"title":"colorDecorativeDeepPeach200","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach200","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","kind":"symbol","title":"OrangeBrandColorRawTokens","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach300.json index e1e77b422..ddf214c5c 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach300.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach300"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach300SSvpZ","roleHeading":"Type Property","title":"colorDecorativeDeepPeach300","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach300"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach300":{"abstract":[],"title":"colorDecorativeDeepPeach300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach300SSvpZ","title":"colorDecorativeDeepPeach300"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach300"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach300":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach300","title":"colorDecorativeDeepPeach300","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach300"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach400.json index e42600dd9..17e95744f 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach400.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach400"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach400SSvpZ","roleHeading":"Type Property","title":"colorDecorativeDeepPeach400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach400"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach400":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400","title":"colorDecorativeDeepPeach400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach400","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach400"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach400"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorDecorativeDeepPeach400","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach400SSvpZ","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach400":{"title":"colorDecorativeDeepPeach400","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach400"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach500.json index e9c5545d8..1b4c7997d 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach500.json @@ -1 +1 @@ -{"metadata":{"title":"colorDecorativeDeepPeach500","symbolKind":"property","role":"symbol","roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach500SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach500"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach500"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach500":{"abstract":[],"title":"colorDecorativeDeepPeach500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach500"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach500"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeDeepPeach500","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach500SSvpZ","roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach500"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach500":{"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach500","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeDeepPeach500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach500"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach600.json index 21948609e..01c8a0ca1 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach600.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach600SSvpZ","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeDeepPeach600","role":"symbol"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach600"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach600":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600","title":"colorDecorativeDeepPeach600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach600","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"property","title":"colorDecorativeDeepPeach600","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach600SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach600"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach600":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach600","kind":"symbol","title":"colorDecorativeDeepPeach600","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach700.json index e9665d6b7..0785ef493 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach700.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"colorDecorativeDeepPeach700","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach700SSvpZ","symbolKind":"property","roleHeading":"Type Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach700"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach700":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","title":"colorDecorativeDeepPeach700","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach700","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach700SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeDeepPeach700","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach700","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach700":{"role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach700","abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeDeepPeach700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach800.json index 1a6c40040..46ec59f07 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach800.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach800"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach800"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeDeepPeach800","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach800SSvpZ","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach800":{"kind":"symbol","title":"colorDecorativeDeepPeach800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach800","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"title":"colorDecorativeDeepPeach800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeDeepPeach800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach800SSvpZ","symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach800"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach800":{"title":"colorDecorativeDeepPeach800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach800"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach800","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach900.json index fc9582905..f80331e98 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativedeeppeach900.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeDeepPeach900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach900SSvpZ","role":"symbol","roleHeading":"Type Property","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeDeepPeach900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach900"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach900":{"abstract":[],"title":"colorDecorativeDeepPeach900","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach900"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach900","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeDeepPeach900"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO27colorDecorativeDeepPeach900SSvpZ","roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeDeepPeach900","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach900"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeDeepPeach900":{"abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeDeepPeach900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","title":"colorDecorativeDeepPeach900","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeDeepPeach900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativedeeppeach900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald100.json index 77c88efe5..b7b2ebc81 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald100.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"colorDecorativeEmerald100","roleHeading":"Type Property","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald100SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald100"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald100":{"title":"colorDecorativeEmerald100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald100","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"title":"colorDecorativeEmerald100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald100SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeEmerald100"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald100"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald100":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"role":"symbol","kind":"symbol","type":"topic","title":"colorDecorativeEmerald100","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald100","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald100"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald200.json index 8c9da1e03..ada8d1a8d 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald200.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald200"]}],"kind":"symbol","metadata":{"roleHeading":"Type Property","title":"colorDecorativeEmerald200","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald200SSvpZ"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald200":{"title":"colorDecorativeEmerald200","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald200","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeEmerald200"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"metadata":{"title":"colorDecorativeEmerald200","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald200SSvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald200"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald200","kind":"symbol","title":"colorDecorativeEmerald200","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald300.json index 26a645a09..5e5e23cbc 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald300.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald300"]}],"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeEmerald300","symbolKind":"property","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald300SSvpZ"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald300":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300","title":"colorDecorativeEmerald300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald300"]}],"sections":[],"metadata":{"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald300SSvpZ","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeEmerald300"},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald300":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald300","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald300","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"title":"colorDecorativeEmerald300"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald400.json index 5abf82cd1..eecd106a3 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald400.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400"},"metadata":{"role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald400SSvpZ","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeEmerald400"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald400"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeEmerald400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald400":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400","title":"colorDecorativeEmerald400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald400","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","title":"colorDecorativeEmerald400","roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald400SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald400","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald400"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald400":{"kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald400","title":"colorDecorativeEmerald400"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald500.json index b5af598ec..de942f87d 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald500.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald500","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald500"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeEmerald500","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald500SSvpZ","roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","title":"OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","role":"symbol","navigatorTitle":[{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"kind":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald500":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500","title":"colorDecorativeEmerald500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald500","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","title":"ColorOrangeDecorativeRawToken","kind":"symbol","navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","type":"topic","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald500"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500"},"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald500SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeEmerald500"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeEmerald500","symbolKind":"property"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald500":{"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald500","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"colorDecorativeEmerald500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald600.json index db21db47b..fda381796 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald600.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald600"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"colorDecorativeEmerald600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald600SSvpZ"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald600":{"abstract":[],"title":"colorDecorativeEmerald600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald600"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald600","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald600"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"symbolKind":"property","role":"symbol","title":"colorDecorativeEmerald600","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald600SSvpZ","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald600"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald600":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald600","abstract":[],"type":"topic","title":"colorDecorativeEmerald600","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald600","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald700.json index f7e3faf48..a78941c6c 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald700.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald700","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeEmerald700","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald700SSvpZ","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald700"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald700":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700","title":"colorDecorativeEmerald700","role":"symbol","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald700"]}],"kind":"symbol","metadata":{"title":"colorDecorativeEmerald700","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald700SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","symbolKind":"property"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald700":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald700","abstract":[],"title":"colorDecorativeEmerald700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald700"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald800.json index f014ad8e9..df407231d 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald800.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"symbolKind":"property","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald800SSvpZ","title":"colorDecorativeEmerald800","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald800"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald800"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald800":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","type":"topic","title":"colorDecorativeEmerald800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald800","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald800"]}],"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald800SSvpZ","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"title":"colorDecorativeEmerald800"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald800","kind":"symbol","title":"colorDecorativeEmerald800","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald900.json index 2d28a3857..a5b0a745b 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeemerald900.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"colorDecorativeEmerald900","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald900SSvpZ"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald900"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"title":"ColorOrangeDecorativeRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald900":{"abstract":[],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald900","title":"colorDecorativeEmerald900","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeEmerald900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeEmerald900"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeEmerald900","role":"symbol","roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO25colorDecorativeEmerald900SSvpZ"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald900"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald900","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeEmerald900":{"type":"topic","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeEmerald900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeemerald900","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeEmerald900","title":"colorDecorativeEmerald900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink100.json index 632416a55..cefcc3945 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink100.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink100SSvpZ","title":"colorDecorativeShockingPink100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol","symbolKind":"property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink100"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink100":{"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink100","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100","title":"colorDecorativeShockingPink100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"type":"topic","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeShockingPink100","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink100SSvpZ","role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink100"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink100"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100"},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink100":{"kind":"symbol","abstract":[],"title":"colorDecorativeShockingPink100","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink100","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink100"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink200.json index b12f24251..9757ee469 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink200.json @@ -1 +1 @@ -{"metadata":{"title":"colorDecorativeShockingPink200","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink200SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink200"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink200":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","type":"topic","abstract":[],"title":"colorDecorativeShockingPink200"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink200"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"metadata":{"title":"colorDecorativeShockingPink200","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","roleHeading":"Type Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink200","kind":"symbol","title":"colorDecorativeShockingPink200","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink300.json index 30c1ade1b..df48f05d5 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink300.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink300","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeShockingPink300","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink300SSvpZ"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink300"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink300":{"abstract":[],"title":"colorDecorativeShockingPink300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"colorDecorativeShockingPink300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink300SSvpZ","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink300"]}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink300":{"role":"symbol","title":"colorDecorativeShockingPink300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink300","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink400.json index a13a56b7f..201a02a35 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink400.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink400"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400"},"metadata":{"title":"colorDecorativeShockingPink400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink400SSvpZ","symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink400":{"kind":"symbol","abstract":[],"title":"colorDecorativeShockingPink400","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink400","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","title":"colorDecorativeShockingPink400","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink400SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink400"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink400":{"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink400","abstract":[],"title":"colorDecorativeShockingPink400","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink500.json index 6290d290a..3461afdea 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink500.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink500"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink500"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink500SSvpZ","title":"colorDecorativeShockingPink500","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink500"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink500":{"abstract":[],"title":"colorDecorativeShockingPink500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink500"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink500","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink500"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500"},"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","title":"colorDecorativeShockingPink500","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink500SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink500"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink500":{"kind":"symbol","title":"colorDecorativeShockingPink500","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeShockingPink500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink500"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink600.json index d5599d0e4..6f9785df5 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink600.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"colorDecorativeShockingPink600","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink600SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink600"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink600":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600","title":"colorDecorativeShockingPink600","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink600","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"type":"topic","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"title":"ColorOrangeDecorativeRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink600"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","title":"colorDecorativeShockingPink600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink600SSvpZ"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink600":{"title":"colorDecorativeShockingPink600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink600","type":"topic","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink600"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink700.json index dee00c502..304851c22 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink700.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink700"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","interfaceLanguage":"swift"},"metadata":{"title":"colorDecorativeShockingPink700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink700SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink700":{"abstract":[],"title":"colorDecorativeShockingPink700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink700"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink700","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"title":"colorDecorativeShockingPink700","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink700SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink700"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink700","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink700":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink700","kind":"symbol","title":"colorDecorativeShockingPink700","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink700"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink800.json index 1761ee98a..eb8a8e03c 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink800.json @@ -1 +1 @@ -{"metadata":{"title":"colorDecorativeShockingPink800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink800SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","roleHeading":"Type Property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink800"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink800","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","title":"colorDecorativeShockingPink800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink800SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","role":"symbol","title":"colorDecorativeShockingPink800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink800"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink800","role":"symbol","type":"topic","title":"colorDecorativeShockingPink800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink800"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink900.json index 74b74ebcd..96531f90e 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativeshockingpink900.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink900"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","sections":[],"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink900SSvpZ","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","title":"colorDecorativeShockingPink900","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeShockingPink900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink900":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900","title":"colorDecorativeShockingPink900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink900","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink900"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeShockingPink900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO30colorDecorativeShockingPink900SSvpZ","title":"colorDecorativeShockingPink900"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeShockingPink900":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeShockingPink900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeShockingPink900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativeshockingpink900","role":"symbol","title":"colorDecorativeShockingPink900"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"url":"\/documentation\/oudsthemesorange","role":"collection","kind":"symbol","type":"topic","title":"OUDSThemesOrange"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","kind":"symbol","title":"OrangeBrandColorRawTokens","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky100.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky100.json index 7d4d56891..2b5f8eb7d 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky100.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky100.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky100SSvpZ","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"roleHeading":"Type Property","title":"colorDecorativeSky100"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeSky100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky100"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky100":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","kind":"symbol","title":"colorDecorativeSky100","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky100"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky100"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"sections":[],"metadata":{"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky100SSvpZ","roleHeading":"Type Property","title":"colorDecorativeSky100","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"symbolKind":"property"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky100":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky100","kind":"symbol","title":"colorDecorativeSky100","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky100"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky200.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky200.json index 7a07bf3fc..f1bc05dd2 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky200.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky200.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"symbolKind":"property","roleHeading":"Type Property","title":"colorDecorativeSky200","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky200SSvpZ"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky200"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200","title":"colorDecorativeSky200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky200","type":"topic"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky200"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","title":"colorDecorativeSky200","role":"symbol","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky200":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky200","kind":"symbol","title":"colorDecorativeSky200","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky200"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky300.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky300.json index 0504b7c60..1220d50b7 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky300.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky300.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky300"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"metadata":{"title":"colorDecorativeSky300","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky300SSvpZ"},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky300"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky300":{"abstract":[],"title":"colorDecorativeSky300","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky300"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky300","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky300SSvpZ","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","title":"colorDecorativeSky300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky300"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","kind":"symbol","title":"OrangeBrandColorRawTokens","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky300":{"title":"colorDecorativeSky300","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky300","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeSky300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky300"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky400.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky400.json index 6ebb89342..190342e2d 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky400.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky400.json @@ -1 +1 @@ -{"metadata":{"title":"colorDecorativeSky400","symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeSky400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky400SSvpZ"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","role":"symbol","navigatorTitle":[{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky400":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeSky400","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky400","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"type":"topic","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"title":"ColorOrangeDecorativeRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400"},"sections":[],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeSky400","role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky400SSvpZ"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky400":{"kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky400","title":"colorDecorativeSky400","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky500.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky500.json index 051d0a24f..380761f9f 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky500.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky500.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky500"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky500"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky500"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky500SSvpZ","title":"colorDecorativeSky500"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky500":{"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky500"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"kind":"symbol","abstract":[],"title":"colorDecorativeSky500"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky500"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"title":"colorDecorativeSky500","roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky500SSvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"kind":"symbol","url":"\/documentation\/oudsthemesorange","abstract":[{"text":"The Orange theme overrides some tokens from the basic ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","type":"topic","title":"OUDSThemesOrange","role":"collection"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky500":{"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky500","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky500","title":"colorDecorativeSky500","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","type":"topic","kind":"symbol","title":"OrangeBrandColorRawTokens","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky600.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky600.json index 231b4406a..6e622f59c 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky600.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky600.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","title":"colorDecorativeSky600","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky600SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky600"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky600":{"abstract":[],"title":"colorDecorativeSky600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky600"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky600","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky600"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky600"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky600"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"roleHeading":"Type Property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky600SSvpZ","title":"colorDecorativeSky600","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSThemesOrange"}]},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky600":{"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"title":"colorDecorativeSky600","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky600","abstract":[],"kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky700.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky700.json index ad869cff9..bf7d163fc 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky700.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky700.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky700"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky700SSvpZ","title":"colorDecorativeSky700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeSky700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"role":"symbol"},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky700":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700","title":"colorDecorativeSky700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky700","type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky700"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"title":"colorDecorativeSky700","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky700SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","roleHeading":"Type Property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky700":{"title":"colorDecorativeSky700","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky700","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky700","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky800.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky800.json index 252c1b7e2..5bfe94783 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky800.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky800.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky800"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Type Property","title":"colorDecorativeSky800","role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky800SSvpZ"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky800":{"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800","title":"colorDecorativeSky800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky800","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"title":"ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","role":"symbol","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky800"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky800"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky800SSvpZ","role":"symbol","title":"colorDecorativeSky800","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","abstract":[{"text":"The Orange theme overrides some tokens from the basic ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones"}],"role":"symbol","url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","navigatorTitle":[{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"kind":"symbol","title":"ColorOrangeDecorativeRawToken","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky800":{"abstract":[],"kind":"symbol","title":"colorDecorativeSky800","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky800","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky800","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky900.json b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky900.json index 8b0f426a5..2c56e4166 100644 --- a/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky900.json +++ b/docs/data/documentation/oudsthemesorange/orangebrandcolorrawtokens/colordecorativesky900.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSThemesOrange"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeSky900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorOrangeDecorativeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena"}],"externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky900SSvpZ","symbolKind":"property","title":"colorDecorativeSky900","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky900"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky900":{"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeSky900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"title":"colorDecorativeSky900","kind":"symbol","abstract":[]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"title":"OrangeBrandColorRawTokens","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","role":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"type":"topic","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"title":"ColorOrangeDecorativeRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900"},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky900"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"title":"colorDecorativeSky900","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeSky900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"role":"symbol","symbolKind":"property","externalID":"s:16OUDSThemesOrange0B19BrandColorRawTokensO21colorDecorativeSky900SSvpZ","modules":[{"name":"OUDSThemesOrange"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeSky900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","text":"ColorOrangeDecorativeRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/ColorOrangeDecorativeRawToken":{"abstract":[{"text":"In the global design system tool, the verbs of “decorative colors” are used, and at this level mean simply raw tokens of colors, but decorative ones","type":"text"}],"url":"\/documentation\/oudsthemesorange\/colororangedecorativerawtoken","kind":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/ColorOrangeDecorativeRawToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorOrangeDecorativeRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorOrangeDecorativeRawToken","kind":"identifier"}],"role":"symbol","title":"ColorOrangeDecorativeRawToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens/colorDecorativeSky900":{"title":"colorDecorativeSky900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeSky900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:16OUDSThemesOrange05ColorB18DecorativeRawTokena","kind":"typeIdentifier","text":"ColorOrangeDecorativeRawToken"}],"type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens\/colordecorativesky900","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens\/colorDecorativeSky900"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangetheme.json b/docs/data/documentation/oudsthemesorange/orangetheme.json index a68bb9b5c..b415f609d 100644 --- a/docs/data/documentation/oudsthemesorange/orangetheme.json +++ b/docs/data/documentation/oudsthemesorange/orangetheme.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangetheme"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"kind":"symbol","seeAlsoSections":[{"identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"],"title":"Group","generated":true}],"metadata":{"modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"title":"OrangeTheme","symbolKind":"class","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"externalID":"s:16OUDSThemesOrange0B5ThemeC","roleHeading":"Class"},"abstract":[{"type":"text","text":"This is an override of the default basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow"]}],"relationshipsSections":[{"title":"Inherits From","identifiers":["doc:\/\/OUDSThemesOrange\/4OUDS9OUDSThemeC"],"kind":"relationships","type":"inheritsFrom"},{"identifiers":["doc:\/\/OUDSThemesOrange\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic010TypographyB6TokensP"],"title":"Conforms To","type":"conformsTo","kind":"relationships"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}]}]}],"references":{"doc://OUDSThemesOrange/18OUDSTokensSemantic09ElevationB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09ElevationB6TokensP","title":"OUDSTokensSemantic.ElevationSemanticTokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","title":"OrangeTheme","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","url":"\/documentation\/oudsthemesorange\/orangetheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeTheme"}],"type":"topic"},"doc://OUDSThemesOrange/18OUDSTokensSemantic09DimensionB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09DimensionB6TokensP","title":"OUDSTokensSemantic.DimensionSemanticTokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"title":"OrangeBrandColorRawTokens","role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSThemesOrange/18OUDSTokensSemantic04GridB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic04GridB6TokensP","title":"OUDSTokensSemantic.GridSemanticTokens"},"doc://OUDSThemesOrange/19OUDSTokensComponent014FormsTextInputB5TokenP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/19OUDSTokensComponent014FormsTextInputB5TokenP","title":"OUDSTokensComponent.FormsTextInputComponentToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryLow":{"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarylow","abstract":[],"kind":"symbol","title":"sysColorBrandPrimaryLow","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"!","kind":"text"}]},"doc://OUDSThemesOrange/18OUDSTokensSemantic05ColorB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic05ColorB6TokensP","title":"OUDSTokensSemantic.ColorSemanticTokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryDefault":{"title":"sysColorBrandPrimaryDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"!"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarydefault","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveHighest":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"!"}],"abstract":[],"role":"symbol","title":"sysColorBrandAttractiveHighest","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivehighest"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveLowest":{"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivelowest","abstract":[],"kind":"symbol","title":"sysColorBrandAttractiveLowest","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"!"}]},"doc://OUDSThemesOrange/18OUDSTokensSemantic07SpacingB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07SpacingB6TokensP","title":"OUDSTokensSemantic.SpacingSemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic06BorderB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06BorderB6TokensP","title":"OUDSTokensSemantic.BorderSemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic06SizingB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06SizingB6TokensP","title":"OUDSTokensSemantic.SizingSemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic07OpacityB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07OpacityB6TokensP","title":"OUDSTokensSemantic.OpacitySemanticTokens"},"doc://OUDSThemesOrange/4OUDS9OUDSThemeC":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/4OUDS9OUDSThemeC","title":"OUDS.OUDSTheme"},"doc://OUDSThemesOrange/18OUDSTokensSemantic010TypographyB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic010TypographyB6TokensP","title":"OUDSTokensSemantic.TypographySemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange"]]},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens"],"title":"Group"}],"metadata":{"title":"OrangeTheme","symbolKind":"class","roleHeading":"Class","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OrangeTheme"}],"externalID":"s:16OUDSThemesOrange0B5ThemeC","navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}]},"sections":[],"relationshipsSections":[{"kind":"relationships","type":"inheritsFrom","identifiers":["doc:\/\/OUDSThemesOrange\/4OUDS9OUDSThemeC"],"title":"Inherits From"},{"kind":"relationships","title":"Conforms To","type":"conformsTo","identifiers":["doc:\/\/OUDSThemesOrange\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic010TypographyB6TokensP"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeTheme"}]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemesorange\/orangetheme"],"traits":[{"interfaceLanguage":"swift"}]}],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow"]}],"abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"text":" ","type":"text"},{"text":"It can overrides any properties from its superclass, and can be derived too.","type":"text"}],"references":{"doc://OUDSThemesOrange/18OUDSTokensSemantic07SpacingB6TokensP":{"title":"OUDSTokensSemantic.SpacingSemanticTokens","type":"unresolvable","identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07SpacingB6TokensP"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/orangetheme","title":"OrangeTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryDefault":{"title":"sysColorBrandPrimaryDefault","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"!"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarydefault"},"doc://OUDSThemesOrange/18OUDSTokensSemantic04GridB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic04GridB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.GridSemanticTokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveHighest":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"!","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","title":"sysColorBrandAttractiveHighest","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivehighest"},"doc://OUDSThemesOrange/18OUDSTokensSemantic05ColorB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic05ColorB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.ColorSemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic06BorderB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06BorderB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.BorderSemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic09ElevationB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09ElevationB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.ElevationSemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic010TypographyB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic010TypographyB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.TypographySemanticTokens"},"doc://OUDSThemesOrange/19OUDSTokensComponent014FormsTextInputB5TokenP":{"identifier":"doc:\/\/OUDSThemesOrange\/19OUDSTokensComponent014FormsTextInputB5TokenP","type":"unresolvable","title":"OUDSTokensComponent.FormsTextInputComponentToken"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryLow":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow","title":"sysColorBrandPrimaryLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"!","kind":"text"}],"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarylow","type":"topic","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSThemesOrange/4OUDS9OUDSThemeC":{"identifier":"doc:\/\/OUDSThemesOrange\/4OUDS9OUDSThemeC","type":"unresolvable","title":"OUDS.OUDSTheme"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveLowest":{"role":"symbol","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivelowest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"!","kind":"text"}],"kind":"symbol","type":"topic","title":"sysColorBrandAttractiveLowest","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeBrandColorRawTokens":{"title":"OrangeBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeBrandColorRawTokens","kind":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangebrandcolorrawtokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic06SizingB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic06SizingB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.SizingSemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic07OpacityB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic07OpacityB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.OpacitySemanticTokens"},"doc://OUDSThemesOrange/18OUDSTokensSemantic09DimensionB6TokensP":{"identifier":"doc:\/\/OUDSThemesOrange\/18OUDSTokensSemantic09DimensionB6TokensP","type":"unresolvable","title":"OUDSTokensSemantic.DimensionSemanticTokens"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivehighest.json b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivehighest.json index c6499dcda..b84f16418 100644 --- a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivehighest.json +++ b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivehighest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"! { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivehighest"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"externalID":"s:16OUDSThemesOrange0B5ThemeC30sysColorBrandAttractiveHighestSSSgvp","modules":[{"name":"OUDSThemesOrange"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"!"}],"extendedModule":"OUDSThemesOrange","title":"sysColorBrandAttractiveHighest","roleHeading":"Instance Property"},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveHighest":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"!"}],"abstract":[],"role":"symbol","title":"sysColorBrandAttractiveHighest","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivehighest"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","title":"OrangeTheme","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","url":"\/documentation\/oudsthemesorange\/orangetheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeTheme"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"extendedModule":"OUDSThemesOrange","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:16OUDSThemesOrange0B5ThemeC30sysColorBrandAttractiveHighestSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"!","kind":"text"}],"symbolKind":"property","title":"sysColorBrandAttractiveHighest"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"! { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivehighest"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveHighest":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"!","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveHighest","title":"sysColorBrandAttractiveHighest","kind":"symbol","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivehighest"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/orangetheme","title":"OrangeTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivelowest.json b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivelowest.json index 9917da5fb..a5fda8342 100644 --- a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivelowest.json +++ b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandattractivelowest.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"kind":"text","text":" "},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"! { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","extendedModule":"OUDSThemesOrange","externalID":"s:16OUDSThemesOrange0B5ThemeC29sysColorBrandAttractiveLowestSSSgvp","title":"sysColorBrandAttractiveLowest","modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"!","kind":"text"}]},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","title":"OrangeTheme","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","url":"\/documentation\/oudsthemesorange\/orangetheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeTheme"}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveLowest":{"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivelowest","abstract":[],"kind":"symbol","title":"sysColorBrandAttractiveLowest","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"!"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivelowest"]}],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"!"}],"externalID":"s:16OUDSThemesOrange0B5ThemeC29sysColorBrandAttractiveLowestSSSgvp","title":"sysColorBrandAttractiveLowest","roleHeading":"Instance Property","modules":[{"name":"OUDSThemesOrange"}],"extendedModule":"OUDSThemesOrange"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"! { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"sections":[],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandAttractiveLowest":{"role":"symbol","abstract":[],"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandattractivelowest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"!","kind":"text"}],"kind":"symbol","type":"topic","title":"sysColorBrandAttractiveLowest","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandAttractiveLowest"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/orangetheme","title":"OrangeTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarydefault.json b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarydefault.json index 27f756bfe..cd91d1b43 100644 --- a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarydefault.json +++ b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarydefault.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:16OUDSThemesOrange0B5ThemeC27sysColorBrandPrimaryDefaultSSSgvp","extendedModule":"OUDSThemesOrange","title":"sysColorBrandPrimaryDefault","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"!"}],"modules":[{"name":"OUDSThemesOrange"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"! { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarydefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryDefault":{"title":"sysColorBrandPrimaryDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"!"}],"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarydefault","kind":"symbol"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","title":"OrangeTheme","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","url":"\/documentation\/oudsthemesorange\/orangetheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeTheme"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"variants":[{"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","roleHeading":"Instance Property","extendedModule":"OUDSThemesOrange","modules":[{"name":"OUDSThemesOrange"}],"title":"sysColorBrandPrimaryDefault","externalID":"s:16OUDSThemesOrange0B5ThemeC27sysColorBrandPrimaryDefaultSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"!","kind":"text"}]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"! { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/orangetheme","title":"OrangeTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryDefault":{"title":"sysColorBrandPrimaryDefault","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryDefault","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"!"}],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarydefault"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarylow.json b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarylow.json index 927cc09c6..556ec48db 100644 --- a/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarylow.json +++ b/docs/data/documentation/oudsthemesorange/orangetheme/syscolorbrandprimarylow.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarylow"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"! { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"!","kind":"text"}],"externalID":"s:16OUDSThemesOrange0B5ThemeC23sysColorBrandPrimaryLowSSSgvp","extendedModule":"OUDSThemesOrange","symbolKind":"property","title":"sysColorBrandPrimaryLow","modules":[{"name":"OUDSThemesOrange"}],"role":"symbol"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryLow":{"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarylow","abstract":[],"kind":"symbol","title":"sysColorBrandPrimaryLow","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"!","kind":"text"}]},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"url":"\/documentation\/oudsthemesorange","kind":"symbol","title":"OUDSThemesOrange","role":"collection","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","title":"OrangeTheme","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme","url":"\/documentation\/oudsthemesorange\/orangetheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."},{"text":" ","type":"text"},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"OrangeTheme"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow"},"sections":[],"metadata":{"extendedModule":"OUDSThemesOrange","externalID":"s:16OUDSThemesOrange0B5ThemeC23sysColorBrandPrimaryLowSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"!","kind":"text"}],"role":"symbol","title":"sysColorBrandPrimaryLow","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSThemesOrange"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"override"},{"text":" ","kind":"text"},{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"! { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarylow"]}],"references":{"doc://OUDSThemesOrange/documentation/OUDSThemesOrange":{"title":"OUDSThemesOrange","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange","kind":"symbol","abstract":[{"type":"text","text":"The Orange theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the default theme for the OUDS library."}],"role":"collection","url":"\/documentation\/oudsthemesorange","type":"topic"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme":{"kind":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OrangeTheme","kind":"identifier"}],"navigatorTitle":[{"text":"OrangeTheme","kind":"identifier"}],"url":"\/documentation\/oudsthemesorange\/orangetheme","title":"OrangeTheme","abstract":[{"type":"text","text":"This is an override of the default basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the default theme for the OUDS library.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It can overrides any properties from its superclass, and can be derived too."}],"role":"symbol","identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme"},"doc://OUDSThemesOrange/documentation/OUDSThemesOrange/OrangeTheme/sysColorBrandPrimaryLow":{"identifier":"doc:\/\/OUDSThemesOrange\/documentation\/OUDSThemesOrange\/OrangeTheme\/sysColorBrandPrimaryLow","title":"sysColorBrandPrimaryLow","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"!","kind":"text"}],"url":"\/documentation\/oudsthemesorange\/orangetheme\/syscolorbrandprimarylow","type":"topic","abstract":[],"kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh.json b/docs/data/documentation/oudsthemessosh.json index 1af55f56d..c0c75b1c6 100644 --- a/docs/data/documentation/oudsthemessosh.json +++ b/docs/data/documentation/oudsthemessosh.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"topicSections":[{"identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"],"title":"Group"},{"title":"Type Aliases","identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"]}],"primaryContentSections":[{"kind":"content","content":[{"text":"Overview","type":"heading","level":2,"anchor":"Overview"},{"inlineContent":[{"text":"It defines its own colors and override the semantic tokens to use the right colors.","type":"text"}],"type":"paragraph"}]}],"kind":"symbol","metadata":{"symbolKind":"module","modules":[{"name":"OUDSThemesSosh"}],"role":"collection","roleHeading":"Framework","title":"OUDSThemesSosh","externalID":"OUDSThemesSosh"},"variants":[{"paths":["\/documentation\/oudsthemessosh"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[[]]},"abstract":[{"text":"The Sosh theme overrides some tokens from the basic ","type":"text"},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshTheme":{"role":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshTheme"}],"navigatorTitle":[{"text":"SoshTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshtheme","abstract":[{"type":"text","text":"Overrides some colors using values defined in extension of "},{"code":"ColorRawTokens","type":"codeVoice"},{"text":" in this current module.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"This is the implementation of the Sosh brand."}],"title":"SoshTheme"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","metadata":{"title":"OUDSThemesSosh","symbolKind":"module","roleHeading":"Framework","modules":[{"name":"OUDSThemesSosh"}],"externalID":"OUDSThemesSosh","role":"collection"},"primaryContentSections":[{"kind":"content","content":[{"text":"Overview","type":"heading","anchor":"Overview","level":2},{"type":"paragraph","inlineContent":[{"type":"text","text":"It defines its own colors and override the semantic tokens to use the right colors."}]}]}],"variants":[{"paths":["\/documentation\/oudsthemessosh"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[[]]},"abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the theme with the Sosh brand, used for Sosh apps."}],"topicSections":[{"identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"],"title":"Group"},{"title":"Type Aliases","identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"type":"topic","kind":"symbol","role":"collection","title":"OUDSThemesSosh","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshTheme":{"fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"SoshTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"SoshTheme"}],"type":"topic","abstract":[{"text":"Overrides some colors using values defined in extension of ","type":"text"},{"type":"codeVoice","code":"ColorRawTokens"},{"type":"text","text":" in this current module."},{"type":"text","text":" "},{"text":"This is the implementation of the Sosh brand.","type":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemessosh\/soshtheme","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","title":"SoshTheme"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/colorsoshprimitivetoken.json b/docs/data/documentation/oudsthemessosh/colorsoshprimitivetoken.json index 9059b8d89..920171217 100644 --- a/docs/data/documentation/oudsthemessosh/colorsoshprimitivetoken.json +++ b/docs/data/documentation/oudsthemessosh/colorsoshprimitivetoken.json @@ -1 +1 @@ -{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","role":"symbol","roleHeading":"Type Alias","title":"ColorSoshPrimitiveToken","symbolKind":"typealias","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"modules":[{"name":"OUDSThemesSosh"}],"navigatorTitle":[{"text":"ColorSoshPrimitiveToken","kind":"identifier"}]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"},{"text":" = ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","title":"ColorSoshPrimitiveToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"roleHeading":"Type Alias","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"typealias"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorSoshPrimitiveToken"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens.json index 3faf19cb0..fcc8e567d 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens.json @@ -1 +1 @@ -{"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"text":" ","type":"text"},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","title":"SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Enumeration","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO","navigatorTitle":[{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"symbolKind":"enum"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme"],"generated":true}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck200":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck200","abstract":[],"title":"colorDecorativeBlueDuck200"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta800":{"role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta800","abstract":[],"title":"colorDecorativeMagenta800"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine100":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine100"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine100","title":"colorDecorativeCitrine100","type":"topic","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshTheme":{"role":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshTheme"}],"navigatorTitle":[{"text":"SoshTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshtheme","abstract":[{"type":"text","text":"Overrides some colors using values defined in extension of "},{"code":"ColorRawTokens","type":"codeVoice"},{"text":" in this current module.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"This is the implementation of the Sosh brand."}],"title":"SoshTheme"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck400":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck400","abstract":[],"title":"colorDecorativeBlueDuck400"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600","title":"colorDecorativeCitrine600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine600"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck950":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck950","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck950","abstract":[],"title":"colorDecorativeBlueDuck950"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta50":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta50","abstract":[],"title":"colorDecorativeMagenta50"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine700","abstract":[],"title":"colorDecorativeCitrine700"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck600":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck600","abstract":[],"title":"colorDecorativeBlueDuck600"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck100":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck100","abstract":[],"title":"colorDecorativeBlueDuck100"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta600":{"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta600","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","abstract":[],"title":"colorDecorativeMagenta600","role":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine900":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine900","abstract":[],"title":"colorDecorativeCitrine900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck800":{"role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck800","title":"colorDecorativeBlueDuck800"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck500":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck500","abstract":[],"title":"colorDecorativeBlueDuck500"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine950":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine950","abstract":[],"title":"colorDecorativeCitrine950"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta200":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta200","abstract":[],"title":"colorDecorativeMagenta200"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine200":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine200","abstract":[],"title":"colorDecorativeCitrine200"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta700","abstract":[],"title":"colorDecorativeMagenta700"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta950":{"title":"colorDecorativeMagenta950","type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta950","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta950"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck700","abstract":[],"title":"colorDecorativeBlueDuck700"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine300":{"type":"topic","title":"colorDecorativeCitrine300","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine300","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine300"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine400":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine400"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine400","title":"colorDecorativeCitrine400","role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine500":{"title":"colorDecorativeCitrine500","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500","abstract":[],"kind":"symbol","type":"topic","role":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck900":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck900","abstract":[],"title":"colorDecorativeBlueDuck900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck300":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck300","abstract":[],"title":"colorDecorativeBlueDuck300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta500":{"title":"colorDecorativeMagenta500","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta500","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta300":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta300","title":"colorDecorativeMagenta300","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300","type":"topic","role":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck50":{"abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck50","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck50","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"title":"colorDecorativeBlueDuck50"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine50":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine50","abstract":[],"title":"colorDecorativeCitrine50"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta100":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta100","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100","title":"colorDecorativeMagenta100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"kind":"symbol","type":"topic"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine800":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine800","abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"colorDecorativeCitrine800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta900":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta900","abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"colorDecorativeMagenta900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta400":{"type":"topic","role":"symbol","kind":"symbol","title":"colorDecorativeMagenta400","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta400","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"title":"SoshBrandColorRawTokens","roleHeading":"Enumeration","role":"symbol","symbolKind":"enum","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}]},"topicSections":[{"identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950"],"title":"Type Properties"}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme"],"generated":true}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh"]]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}]}],"kind":"declarations"}],"sections":[],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck50":{"role":"symbol","type":"topic","title":"colorDecorativeBlueDuck50","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck50","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck50"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck800":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","role":"symbol","title":"colorDecorativeBlueDuck800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeBlueDuck800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck800","abstract":[],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck900":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeBlueDuck900","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshTheme":{"fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"SoshTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"SoshTheme"}],"type":"topic","abstract":[{"text":"Overrides some colors using values defined in extension of ","type":"text"},{"type":"codeVoice","code":"ColorRawTokens"},{"type":"text","text":" in this current module."},{"type":"text","text":" "},{"text":"This is the implementation of the Sosh brand.","type":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemessosh\/soshtheme","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","title":"SoshTheme"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck500":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeBlueDuck500","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck500","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck950":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950","title":"colorDecorativeBlueDuck950","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck950","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck950"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta900":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900","role":"symbol","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta900","title":"colorDecorativeMagenta900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine50":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine50","title":"colorDecorativeCitrine50","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine50","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"abstract":[],"type":"topic"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta200":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"title":"colorDecorativeMagenta200","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta200","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta800":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeMagenta800","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta800","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine950":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine950","role":"symbol","title":"colorDecorativeCitrine950","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck600":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"title":"colorDecorativeBlueDuck600","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck600","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta500":{"kind":"symbol","title":"colorDecorativeMagenta500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta500","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine500":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500","role":"symbol","title":"colorDecorativeCitrine500","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine500","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine900":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900","role":"symbol","title":"colorDecorativeCitrine900","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine900","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta950":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950","role":"symbol","title":"colorDecorativeMagenta950","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta950","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta950","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine100":{"abstract":[],"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine100","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","title":"colorDecorativeCitrine100","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta300":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300","role":"symbol","title":"colorDecorativeMagenta300","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta300","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600","role":"symbol","title":"colorDecorativeCitrine600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine600","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck700":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck700","title":"colorDecorativeBlueDuck700","type":"topic"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine300":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine300","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"kind":"symbol","title":"colorDecorativeCitrine300","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine700":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine700","type":"topic","title":"colorDecorativeCitrine700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine200":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200","role":"symbol","title":"colorDecorativeCitrine200","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine200","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine800":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800","title":"colorDecorativeCitrine800","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine800"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta400":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400","role":"symbol","title":"colorDecorativeMagenta400","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta400","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta100":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100","role":"symbol","title":"colorDecorativeMagenta100","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta100","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck300":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300","role":"symbol","title":"colorDecorativeBlueDuck300","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck300","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck100":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","role":"symbol","title":"colorDecorativeBlueDuck100","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck100","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta50":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50","role":"symbol","title":"colorDecorativeMagenta50","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta50","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta50","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck400":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck400","title":"colorDecorativeBlueDuck400","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck200":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200","role":"symbol","title":"colorDecorativeBlueDuck200","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck200","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine400":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400","role":"symbol","title":"colorDecorativeCitrine400","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine400","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","role":"symbol","title":"colorDecorativeMagenta600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta600","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta700":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700","role":"symbol","title":"colorDecorativeMagenta700","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta700","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck100.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck100.json index 498d5ad74..edfd2cf1a 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck100.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck100.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck100"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","interfaceLanguage":"swift"},"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeBlueDuck100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck100SSvpZ","roleHeading":"Type Property","symbolKind":"property","title":"colorDecorativeBlueDuck100","modules":[{"name":"OUDSThemesSosh"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck100"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck100":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck100","abstract":[],"title":"colorDecorativeBlueDuck100"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck100"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck100SSvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"title":"colorDecorativeBlueDuck100","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck100":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck100","role":"symbol","title":"colorDecorativeBlueDuck100","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck100","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck200.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck200.json index 8533f9d07..d965976f5 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck200.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck200.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck200"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"kind":"symbol","metadata":{"symbolKind":"property","title":"colorDecorativeBlueDuck200","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck200SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","navigatorTitle":[{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"type":"topic","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","title":"ColorSoshPrimitiveToken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck200":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck200","abstract":[],"title":"colorDecorativeBlueDuck200"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","type":"topic","role":"symbol","navigatorTitle":[{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","title":"SoshBrandColorRawTokens","kind":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck200"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck200"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"metadata":{"role":"symbol","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","roleHeading":"Type Property","title":"colorDecorativeBlueDuck200"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck200":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck200","role":"symbol","title":"colorDecorativeBlueDuck200","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck200","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck300.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck300.json index cab6da058..ec967b2c2 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck300.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck300.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck300"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeBlueDuck300","symbolKind":"property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck300SSvpZ","roleHeading":"Type Property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck300"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}]}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck300":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck300","abstract":[],"title":"colorDecorativeBlueDuck300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"title":"SoshBrandColorRawTokens","role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck300","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck300"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck300SSvpZ","title":"colorDecorativeBlueDuck300"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck300":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck300","role":"symbol","title":"colorDecorativeBlueDuck300","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck300","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck400.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck400.json index 63239b65b..212ead211 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck400.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck400.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck400"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck400","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck400SSvpZ","title":"colorDecorativeBlueDuck400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck400":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck400","abstract":[],"title":"colorDecorativeBlueDuck400"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck400SSvpZ","roleHeading":"Type Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeBlueDuck400"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck400"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"role":"symbol","title":"SoshBrandColorRawTokens","kind":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck400":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck400","title":"colorDecorativeBlueDuck400","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck400","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck50.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck50.json index 19a8705f4..7a626bd81 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck50.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck50.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"metadata":{"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeBlueDuck50SSvpZ","title":"colorDecorativeBlueDuck50","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck50","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"symbolKind":"property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck50"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck50","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"title":"SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck50":{"abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck50","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck50","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"title":"colorDecorativeBlueDuck50"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck50"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck50","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"roleHeading":"Type Property","role":"symbol","title":"colorDecorativeBlueDuck50","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck50","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeBlueDuck50SSvpZ"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"role":"symbol","navigatorTitle":[{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","type":"topic","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","navigatorTitle":[{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"title":"SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck50":{"role":"symbol","type":"topic","title":"colorDecorativeBlueDuck50","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck50","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck50","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck50"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck500.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck500.json index 89a425c02..e2f1627ad 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck500.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck500.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck500"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeBlueDuck500"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck500SSvpZ","role":"symbol","modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Type Property","symbolKind":"property","title":"colorDecorativeBlueDuck500"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}]}]}],"kind":"symbol","references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck500":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck500","abstract":[],"title":"colorDecorativeBlueDuck500"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck500"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500"},"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck500SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesSosh"}],"role":"symbol","title":"colorDecorativeBlueDuck500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck500":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeBlueDuck500","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck500","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck500","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck600.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck600.json index 362ef9f7d..ed93b808e 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck600.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck600.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck600"]}],"metadata":{"role":"symbol","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck600SSvpZ","title":"colorDecorativeBlueDuck600","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeBlueDuck600"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"roleHeading":"Type Property"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck600":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck600","abstract":[],"title":"colorDecorativeBlueDuck600"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck600"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck600"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeBlueDuck600","roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck600SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","interfaceLanguage":"swift"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck600":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"title":"colorDecorativeBlueDuck600","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck600","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck600","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck700.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck700.json index 6396b9bea..4c48eab73 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck700.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck700.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck700"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck700SSvpZ","role":"symbol","title":"colorDecorativeBlueDuck700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"roleHeading":"Type Property","symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeBlueDuck700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck700","abstract":[],"title":"colorDecorativeBlueDuck700"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"colorDecorativeBlueDuck700","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck700SSvpZ","role":"symbol","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck700"]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","abstract":[{"text":"The Sosh theme overrides some tokens from the basic ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"type":"topic","title":"OUDSThemesSosh","kind":"symbol","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck700":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"abstract":[],"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck700","title":"colorDecorativeBlueDuck700","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck800.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck800.json index 1ee33088f..e8eb47807 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck800.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck800.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","interfaceLanguage":"swift"},"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck800SSvpZ","symbolKind":"property","title":"colorDecorativeBlueDuck800","modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck800"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck800"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","type":"topic","title":"ColorSoshPrimitiveToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck800":{"role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck800","title":"colorDecorativeBlueDuck800"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","kind":"symbol","role":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"metadata":{"title":"colorDecorativeBlueDuck800","modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck800SSvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck800"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck800"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck800":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck800","role":"symbol","title":"colorDecorativeBlueDuck800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeBlueDuck800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck800","abstract":[],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck900.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck900.json index a6624fdff..5cf4e54cb 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck900.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck900.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck900"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck900SSvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeBlueDuck900"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"title":"colorDecorativeBlueDuck900","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck900"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck900":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck900","abstract":[],"title":"colorDecorativeBlueDuck900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck900SSvpZ","role":"symbol","roleHeading":"Type Property","title":"colorDecorativeBlueDuck900","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck900"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck900":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeBlueDuck900","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck900","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"type":"topic","kind":"symbol","role":"collection","title":"OUDSThemesSosh","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck950.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck950.json index 01d3441f6..6fc1d00b5 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck950.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativeblueduck950.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck950"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck950","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorDecorativeBlueDuck950","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck950SSvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeBlueDuck950","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"symbolKind":"property"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck950":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck950","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck950","abstract":[],"title":"colorDecorativeBlueDuck950"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck950"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck950","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","title":"colorDecorativeBlueDuck950","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO26colorDecorativeBlueDuck950SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeBlueDuck950","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"All colors of the Sosh brand are listed here.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeBlueDuck950":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeBlueDuck950","title":"colorDecorativeBlueDuck950","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativeblueduck950","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeBlueDuck950"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine100.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine100.json index 3363d6336..6dc5c136c 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine100.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine100.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine100"]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","interfaceLanguage":"swift"},"metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Type Property","title":"colorDecorativeCitrine100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine100SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine100","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","title":"OUDSThemesSosh","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemessosh","abstract":[{"text":"The Sosh theme overrides some tokens from the basic ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":" and should be seen as the theme with the Sosh brand, used for Sosh apps."}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","navigatorTitle":[{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"type":"topic","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","title":"ColorSoshPrimitiveToken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine100":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine100"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine100","title":"colorDecorativeCitrine100","type":"topic","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","kind":"symbol","role":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine100SSvpZ","title":"colorDecorativeCitrine100","roleHeading":"Type Property","modules":[{"name":"OUDSThemesSosh"}]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine100"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine100":{"abstract":[],"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine100","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine100","title":"colorDecorativeCitrine100","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine200.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine200.json index 13efda881..5526ba6db 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine200.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine200.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"symbolKind":"property","title":"colorDecorativeCitrine200","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine200SSvpZ"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine200"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine200","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine200":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine200","abstract":[],"title":"colorDecorativeCitrine200"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200"},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine200"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"colorDecorativeCitrine200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","role":"symbol","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine200SSvpZ","roleHeading":"Type Property"},"kind":"symbol","references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine200":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine200","role":"symbol","title":"colorDecorativeCitrine200","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine200","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine300.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine300.json index 65e670def..73b73baa0 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine300.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine300.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300"},"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeCitrine300","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine300SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine300"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine300":{"type":"topic","title":"colorDecorativeCitrine300","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine300","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine300"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","kind":"symbol","role":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine300"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"sections":[],"metadata":{"title":"colorDecorativeCitrine300","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine300SSvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"symbolKind":"property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine300"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","role":"symbol","title":"ColorSoshPrimitiveToken","type":"topic","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"navigatorTitle":[{"text":"ColorSoshPrimitiveToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"identifier"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine300":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine300","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"kind":"symbol","title":"colorDecorativeCitrine300","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine300","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine400.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine400.json index a615f7121..0165367d0 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine400.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine400.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400"},"metadata":{"role":"symbol","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine400SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeCitrine400","roleHeading":"Type Property","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine400"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"title":"SoshBrandColorRawTokens","role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine400":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine400"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine400","title":"colorDecorativeCitrine400","role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine400"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400","interfaceLanguage":"swift"},"metadata":{"title":"colorDecorativeCitrine400","modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine400"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"symbolKind":"property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine400SSvpZ"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine400":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine400","role":"symbol","title":"colorDecorativeCitrine400","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine400","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine50.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine50.json index d9ffccee0..60bcf05be 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine50.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine50.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine50"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine50","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol","title":"colorDecorativeCitrine50","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO24colorDecorativeCitrine50SSvpZ","symbolKind":"property","roleHeading":"Type Property"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine50":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine50","abstract":[],"title":"colorDecorativeCitrine50"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"metadata":{"title":"colorDecorativeCitrine50","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine50","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol","roleHeading":"Type Property","symbolKind":"property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO24colorDecorativeCitrine50SSvpZ"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine50"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine50"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine50":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine50","title":"colorDecorativeCitrine50","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine50","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine50","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"abstract":[],"type":"topic"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","title":"SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine500.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine500.json index e2fa51d0e..20964f703 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine500.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine500.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine500SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"role":"symbol","title":"colorDecorativeCitrine500","symbolKind":"property","roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine500"]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","type":"topic","role":"symbol","navigatorTitle":[{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","title":"SoshBrandColorRawTokens","kind":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine500":{"title":"colorDecorativeCitrine500","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500","abstract":[],"kind":"symbol","type":"topic","role":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Property","title":"colorDecorativeCitrine500","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine500SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine500"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine500":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine500","role":"symbol","title":"colorDecorativeCitrine500","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine500","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine600.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine600.json index 51641ec3c..cba438eac 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine600.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine600.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Type Property","title":"colorDecorativeCitrine600","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine600SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine600"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","kind":"symbol","role":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600","title":"colorDecorativeCitrine600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine600"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"sections":[],"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"role":"symbol","title":"colorDecorativeCitrine600","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine600SSvpZ"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine600"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine600","role":"symbol","title":"colorDecorativeCitrine600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine600","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine700.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine700.json index 174e86c26..2d89d4670 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine700.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine700.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine700SSvpZ","role":"symbol","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"title":"colorDecorativeCitrine700","roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine700"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine700","abstract":[],"title":"colorDecorativeCitrine700"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"title":"colorDecorativeCitrine700","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine700SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"role":"symbol","roleHeading":"Type Property","symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine700":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine700","type":"topic","title":"colorDecorativeCitrine700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine700","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine800.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine800.json index 38ddb5824..2b40b3a6f 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine800.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine800.json @@ -1 +1 @@ -{"sections":[],"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","title":"colorDecorativeCitrine800","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine800SSvpZ","modules":[{"name":"OUDSThemesSosh"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine800"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine800":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine800","abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"colorDecorativeCitrine800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine800SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","title":"colorDecorativeCitrine800","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine800"]}],"kind":"symbol","references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[{"text":"This extension helps to add new raw tokens for this theme.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"All colors of the Sosh brand are listed here.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine800":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeCitrine800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine800","title":"colorDecorativeCitrine800","kind":"symbol","type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine800"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine900.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine900.json index e21240438..4124c1797 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine900.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine900.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine900"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeCitrine900","roleHeading":"Type Property","role":"symbol","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine900SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine900"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine900":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine900","abstract":[],"title":"colorDecorativeCitrine900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Type Property","symbolKind":"property","title":"colorDecorativeCitrine900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine900"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine900SSvpZ","modules":[{"name":"OUDSThemesSosh"}]},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine900"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine900"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine900":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine900","role":"symbol","title":"colorDecorativeCitrine900","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeCitrine900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine900","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine950.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine950.json index df09f0e59..24e49472d 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine950.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativecitrine950.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950"},"metadata":{"roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine950SSvpZ","title":"colorDecorativeCitrine950","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"modules":[{"name":"OUDSThemesSosh"}],"role":"symbol"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine950"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine950":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine950","abstract":[],"title":"colorDecorativeCitrine950"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine950"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeCitrine950SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeCitrine950","symbolKind":"property","roleHeading":"Type Property"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","navigatorTitle":[{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"title":"SoshBrandColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"type":"topic","kind":"symbol","role":"collection","title":"OUDSThemesSosh","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeCitrine950":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativecitrine950","role":"symbol","title":"colorDecorativeCitrine950","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeCitrine950","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeCitrine950"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta100.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta100.json index b68f75374..22dd92962 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta100.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta100.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","symbolKind":"property","title":"colorDecorativeMagenta100","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta100SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta100"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","role":"collection","kind":"symbol","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","title":"SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"type":"topic","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta100":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta100","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100","title":"colorDecorativeMagenta100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"kind":"symbol","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100"},"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta100SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeMagenta100"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta100"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta100":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta100","role":"symbol","title":"colorDecorativeMagenta100","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta100","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta200.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta200.json index f9e7cad7e..943f33eed 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta200.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta200.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","interfaceLanguage":"swift"},"metadata":{"title":"colorDecorativeMagenta200","symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta200SSvpZ","role":"symbol"},"sections":[],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta200"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta200":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta200","abstract":[],"title":"colorDecorativeMagenta200"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta200"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","title":"colorDecorativeMagenta200","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta200SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"role":"symbol"},"kind":"symbol","references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta200":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta200","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta200","title":"colorDecorativeMagenta200","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta300.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta300.json index 72eca9fb2..7f8078815 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta300.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta300.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta300SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta300"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"roleHeading":"Type Property","role":"symbol","title":"colorDecorativeMagenta300","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta300"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta300":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta300","title":"colorDecorativeMagenta300","abstract":[],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300","type":"topic","role":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta300SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"roleHeading":"Type Property","title":"colorDecorativeMagenta300","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","role":"symbol"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta300"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta300":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta300","role":"symbol","title":"colorDecorativeMagenta300","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta300","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta400.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta400.json index 12ef97f91..9368c57d7 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta400.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta400.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta400"]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta400SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"title":"colorDecorativeMagenta400"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta400","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","title":"ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta400":{"type":"topic","role":"symbol","kind":"symbol","title":"colorDecorativeMagenta400","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta400","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta400"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta400"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400"},"metadata":{"modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"title":"colorDecorativeMagenta400","roleHeading":"Type Property","role":"symbol","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta400SSvpZ","symbolKind":"property"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta400":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta400","role":"symbol","title":"colorDecorativeMagenta400","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta400","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta50.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta50.json index 7707eb244..983e5b0a0 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta50.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta50.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO24colorDecorativeMagenta50SSvpZ","role":"symbol","title":"colorDecorativeMagenta50","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta50"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"roleHeading":"Type Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta50","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta50"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta50":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta50","abstract":[],"title":"colorDecorativeMagenta50"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta50"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta50"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeMagenta50","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta50"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"role":"symbol","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO24colorDecorativeMagenta50SSvpZ","roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"kind":"symbol","references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta50":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta50","role":"symbol","title":"colorDecorativeMagenta50","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta50","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta50","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta500.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta500.json index 13d6e12ea..267036417 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta500.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta500.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta500"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta500"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta500SSvpZ","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeMagenta500","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"type":"topic","navigatorTitle":[{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta500":{"title":"colorDecorativeMagenta500","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"abstract":[],"type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta500","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"metadata":{"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta500SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeMagenta500","roleHeading":"Type Property","role":"symbol"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta500"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta500"]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta500":{"kind":"symbol","title":"colorDecorativeMagenta500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta500","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta500"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta600.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta600.json index 960b31a7c..060918821 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta600.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta600.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeMagenta600","roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta600SSvpZ","modules":[{"name":"OUDSThemesSosh"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta600"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"role":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","title":"SoshBrandColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"kind":"symbol","type":"topic"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta600":{"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta600","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","abstract":[],"title":"colorDecorativeMagenta600","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta600"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","title":"colorDecorativeMagenta600","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta600SSvpZ","roleHeading":"Type Property","role":"symbol"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta600":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta600","role":"symbol","title":"colorDecorativeMagenta600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta600","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta700.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta700.json index d61cb60a1..547ea65ea 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta700.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta700.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta700"]}],"metadata":{"title":"colorDecorativeMagenta700","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta700"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta700SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta700","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta700","abstract":[],"title":"colorDecorativeMagenta700"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700"},"metadata":{"roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta700SSvpZ","modules":[{"name":"OUDSThemesSosh"}],"title":"colorDecorativeMagenta700","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta700","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta700"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta700":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta700","role":"symbol","title":"colorDecorativeMagenta700","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta700","abstract":[]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta800.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta800.json index 4ba858290..20a5c2489 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta800.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta800.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"title":"colorDecorativeMagenta800","roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta800SSvpZ"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta800"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta800":{"role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta800","abstract":[],"title":"colorDecorativeMagenta800"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta800"]}],"sections":[],"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta800"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeMagenta800","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSThemesSosh"}],"externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta800SSvpZ"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta800":{"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeMagenta800","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta800","url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta800","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta900.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta900.json index e12b9ce9e..fde5b0f03 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta900.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta900.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorDecorativeMagenta900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeMagenta900","role":"symbol","symbolKind":"property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta900SSvpZ","modules":[{"name":"OUDSThemesSosh"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta900"]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta900":{"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta900","abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"colorDecorativeMagenta900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"title":"ColorSoshPrimitiveToken","type":"topic","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta900"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta900SSvpZ","title":"colorDecorativeMagenta900","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"type":"topic","title":"OUDSThemesSosh","role":"collection","kind":"symbol","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","title":"SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta900":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta900","role":"symbol","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta900","title":"colorDecorativeMagenta900"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta950.json b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta950.json index bcb6e5a9a..fee9e338a 100644 --- a/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta950.json +++ b/docs/data/documentation/oudsthemessosh/soshbrandcolorrawtokens/colordecorativemagenta950.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta950","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","text":"ColorSoshPrimitiveToken"}]}]}],"metadata":{"title":"colorDecorativeMagenta950","modules":[{"name":"OUDSThemesSosh"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorDecorativeMagenta950","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier","text":"ColorSoshPrimitiveToken"}],"role":"symbol","symbolKind":"property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta950SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta950"]}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"title":"ColorSoshPrimitiveToken","type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors.","type":"text"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","role":"collection","kind":"symbol","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta950":{"title":"colorDecorativeMagenta950","type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950","abstract":[],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta950","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorDecorativeMagenta950"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"title":"SoshBrandColorRawTokens","kind":"symbol","role":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"text":" ","type":"text"},{"type":"text","text":"Type aliases here are just for consistancy reasons."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta950","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","text":"ColorSoshPrimitiveToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta950"]}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta950","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","kind":"typeIdentifier","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena"}],"title":"colorDecorativeMagenta950","modules":[{"name":"OUDSThemesSosh"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","externalID":"s:14OUDSThemesSosh0B19BrandColorRawTokensO25colorDecorativeMagenta950SSvpZ"},"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/ColorSoshPrimitiveToken":{"type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/ColorSoshPrimitiveToken","role":"symbol","title":"ColorSoshPrimitiveToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"url":"\/documentation\/oudsthemessosh\/colorsoshprimitivetoken","navigatorTitle":[{"kind":"identifier","text":"ColorSoshPrimitiveToken"}],"abstract":[{"type":"text","text":"In the global design system tool, the verbs of “primitive colors” are used, and at this level mean simply raw tokens of colors."}],"kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens/colorDecorativeMagenta950":{"kind":"symbol","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens\/colorDecorativeMagenta950","role":"symbol","title":"colorDecorativeMagenta950","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorDecorativeMagenta950","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSoshPrimitiveToken","preciseIdentifier":"s:14OUDSThemesSosh05ColorB14PrimitiveTokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens\/colordecorativemagenta950","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudsthemessosh/soshtheme.json b/docs/data/documentation/oudsthemessosh/soshtheme.json index 7af234127..30d4766fe 100644 --- a/docs/data/documentation/oudsthemessosh/soshtheme.json +++ b/docs/data/documentation/oudsthemessosh/soshtheme.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"Overrides some colors using values defined in extension of "},{"code":"ColorRawTokens","type":"codeVoice"},{"text":" in this current module.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"This is the implementation of the Sosh brand."}],"seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"],"title":"Group"}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshTheme"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"class","navigatorTitle":[{"text":"SoshTheme","kind":"identifier"}],"modules":[{"name":"OUDSThemesSosh"}],"role":"symbol","roleHeading":"Class","externalID":"s:14OUDSThemesSosh0B5ThemeC","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SoshTheme","kind":"identifier"}],"title":"SoshTheme"},"relationshipsSections":[{"type":"inheritsFrom","identifiers":["doc:\/\/OUDSThemesSosh\/4OUDS9OUDSThemeC"],"title":"Inherits From","kind":"relationships"},{"identifiers":["doc:\/\/OUDSThemesSosh\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic010TypographyB6TokensP"],"kind":"relationships","type":"conformsTo","title":"Conforms To"}],"variants":[{"paths":["\/documentation\/oudsthemessosh\/soshtheme"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh"]]},"references":{"doc://OUDSThemesSosh/18OUDSTokensSemantic010TypographyB6TokensP":{"type":"unresolvable","title":"OUDSTokensSemantic.TypographySemanticTokens","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic010TypographyB6TokensP"},"doc://OUDSThemesSosh/18OUDSTokensSemantic09DimensionB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09DimensionB6TokensP","title":"OUDSTokensSemantic.DimensionSemanticTokens"},"doc://OUDSThemesSosh/18OUDSTokensSemantic04GridB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic04GridB6TokensP","title":"OUDSTokensSemantic.GridSemanticTokens"},"doc://OUDSThemesSosh/18OUDSTokensSemantic06SizingB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06SizingB6TokensP","title":"OUDSTokensSemantic.SizingSemanticTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"kind":"symbol","title":"SoshBrandColorRawTokens","role":"symbol","abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"All colors of the Sosh brand are listed here.","type":"text"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"},"doc://OUDSThemesSosh/18OUDSTokensSemantic07OpacityB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07OpacityB6TokensP","title":"OUDSTokensSemantic.OpacitySemanticTokens"},"doc://OUDSThemesSosh/18OUDSTokensSemantic09ElevationB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09ElevationB6TokensP","title":"OUDSTokensSemantic.ElevationSemanticTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"title":"OUDSThemesSosh","kind":"symbol","role":"collection","type":"topic","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"code":"OUDSTheme","type":"codeVoice"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","url":"\/documentation\/oudsthemessosh"},"doc://OUDSThemesSosh/18OUDSTokensSemantic05ColorB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic05ColorB6TokensP","title":"OUDSTokensSemantic.ColorSemanticTokens"},"doc://OUDSThemesSosh/4OUDS9OUDSThemeC":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/4OUDS9OUDSThemeC","title":"OUDS.OUDSTheme"},"doc://OUDSThemesSosh/18OUDSTokensSemantic07SpacingB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07SpacingB6TokensP","title":"OUDSTokensSemantic.SpacingSemanticTokens"},"doc://OUDSThemesSosh/18OUDSTokensSemantic06BorderB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06BorderB6TokensP","title":"OUDSTokensSemantic.BorderSemanticTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshTheme":{"role":"symbol","type":"topic","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshTheme"}],"navigatorTitle":[{"text":"SoshTheme","kind":"identifier"}],"identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","kind":"symbol","url":"\/documentation\/oudsthemessosh\/soshtheme","abstract":[{"type":"text","text":"Overrides some colors using values defined in extension of "},{"code":"ColorRawTokens","type":"codeVoice"},{"text":" in this current module.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"This is the implementation of the Sosh brand."}],"title":"SoshTheme"},"doc://OUDSThemesSosh/19OUDSTokensComponent014FormsTextInputB5TokenP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/19OUDSTokensComponent014FormsTextInputB5TokenP","title":"OUDSTokensComponent.FormsTextInputComponentToken"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme"},"kind":"symbol","abstract":[{"type":"text","text":"Overrides some colors using values defined in extension of "},{"code":"ColorRawTokens","type":"codeVoice"},{"type":"text","text":" in this current module."},{"type":"text","text":" "},{"type":"text","text":"This is the implementation of the Sosh brand."}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens"],"generated":true}],"metadata":{"title":"SoshTheme","modules":[{"name":"OUDSThemesSosh"}],"role":"symbol","symbolKind":"class","externalID":"s:14OUDSThemesSosh0B5ThemeC","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"text":"SoshTheme","kind":"identifier"}],"roleHeading":"Class","navigatorTitle":[{"text":"SoshTheme","kind":"identifier"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SoshTheme"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudsthemessosh\/soshtheme"]}],"relationshipsSections":[{"type":"inheritsFrom","identifiers":["doc:\/\/OUDSThemesSosh\/4OUDS9OUDSThemeC"],"title":"Inherits From","kind":"relationships"},{"type":"conformsTo","identifiers":["doc:\/\/OUDSThemesSosh\/19OUDSTokensComponent014FormsTextInputB5TokenP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06BorderB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic05ColorB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09DimensionB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09ElevationB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic04GridB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07OpacityB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06SizingB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07SpacingB6TokensP","doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic010TypographyB6TokensP"],"kind":"relationships","title":"Conforms To"}],"references":{"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshTheme":{"fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"SoshTheme","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"SoshTheme"}],"type":"topic","abstract":[{"text":"Overrides some colors using values defined in extension of ","type":"text"},{"type":"codeVoice","code":"ColorRawTokens"},{"type":"text","text":" in this current module."},{"type":"text","text":" "},{"text":"This is the implementation of the Sosh brand.","type":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudsthemessosh\/soshtheme","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshTheme","title":"SoshTheme"},"doc://OUDSThemesSosh/18OUDSTokensSemantic07OpacityB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07OpacityB6TokensP","title":"OUDSTokensSemantic.OpacitySemanticTokens"},"doc://OUDSThemesSosh/18OUDSTokensSemantic09DimensionB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09DimensionB6TokensP","title":"OUDSTokensSemantic.DimensionSemanticTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh":{"role":"collection","url":"\/documentation\/oudsthemessosh","title":"OUDSThemesSosh","type":"topic","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh","kind":"symbol","abstract":[{"type":"text","text":"The Sosh theme overrides some tokens from the basic "},{"type":"codeVoice","code":"OUDSTheme"},{"text":" and should be seen as the theme with the Sosh brand, used for Sosh apps.","type":"text"}]},"doc://OUDSThemesSosh/18OUDSTokensSemantic07SpacingB6TokensP":{"type":"unresolvable","identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic07SpacingB6TokensP","title":"OUDSTokensSemantic.SpacingSemanticTokens"},"doc://OUDSThemesSosh/documentation/OUDSThemesSosh/SoshBrandColorRawTokens":{"abstract":[{"type":"text","text":"This extension helps to add new raw tokens for this theme."},{"type":"text","text":" "},{"text":"Type aliases here are just for consistancy reasons.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"All colors of the Sosh brand are listed here."}],"navigatorTitle":[{"kind":"identifier","text":"SoshBrandColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"SoshBrandColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudsthemessosh\/soshbrandcolorrawtokens","identifier":"doc:\/\/OUDSThemesSosh\/documentation\/OUDSThemesSosh\/SoshBrandColorRawTokens","role":"symbol","type":"topic","title":"SoshBrandColorRawTokens","kind":"symbol"},"doc://OUDSThemesSosh/18OUDSTokensSemantic010TypographyB6TokensP":{"identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic010TypographyB6TokensP","title":"OUDSTokensSemantic.TypographySemanticTokens","type":"unresolvable"},"doc://OUDSThemesSosh/18OUDSTokensSemantic06BorderB6TokensP":{"identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06BorderB6TokensP","title":"OUDSTokensSemantic.BorderSemanticTokens","type":"unresolvable"},"doc://OUDSThemesSosh/18OUDSTokensSemantic04GridB6TokensP":{"identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic04GridB6TokensP","title":"OUDSTokensSemantic.GridSemanticTokens","type":"unresolvable"},"doc://OUDSThemesSosh/18OUDSTokensSemantic05ColorB6TokensP":{"identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic05ColorB6TokensP","title":"OUDSTokensSemantic.ColorSemanticTokens","type":"unresolvable"},"doc://OUDSThemesSosh/18OUDSTokensSemantic06SizingB6TokensP":{"identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic06SizingB6TokensP","title":"OUDSTokensSemantic.SizingSemanticTokens","type":"unresolvable"},"doc://OUDSThemesSosh/18OUDSTokensSemantic09ElevationB6TokensP":{"identifier":"doc:\/\/OUDSThemesSosh\/18OUDSTokensSemantic09ElevationB6TokensP","title":"OUDSTokensSemantic.ElevationSemanticTokens","type":"unresolvable"},"doc://OUDSThemesSosh/4OUDS9OUDSThemeC":{"identifier":"doc:\/\/OUDSThemesSosh\/4OUDS9OUDSThemeC","title":"OUDS.OUDSTheme","type":"unresolvable"},"doc://OUDSThemesSosh/19OUDSTokensComponent014FormsTextInputB5TokenP":{"identifier":"doc:\/\/OUDSThemesSosh\/19OUDSTokensComponent014FormsTextInputB5TokenP","type":"unresolvable","title":"OUDSTokensComponent.FormsTextInputComponentToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent.json b/docs/data/documentation/oudstokenscomponent.json index a3057d2cf..94a8cf5b5 100644 --- a/docs/data/documentation/oudstokenscomponent.json +++ b/docs/data/documentation/oudstokenscomponent.json @@ -1 +1 @@ -{"metadata":{"role":"collection","roleHeading":"Framework","modules":[{"name":"OUDSTokensComponent"}],"externalID":"OUDSTokensComponent","symbolKind":"module","title":"OUDSTokensComponent"},"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"content","content":[{"level":2,"text":"Overview","anchor":"Overview","type":"heading"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Thus if a component need to change for example its "},{"type":"emphasis","inlineContent":[{"type":"text","text":"background color"}]},{"type":"text","text":", and if a "},{"type":"emphasis","inlineContent":[{"text":"component token","type":"text"}]},{"type":"text","text":" is used for it, then only the value of this "},{"inlineContent":[{"text":"token","type":"text"}],"type":"emphasis"},{"type":"text","text":" should be changed without any modification on the "},{"type":"emphasis","inlineContent":[{"text":"component","type":"text"}]},{"type":"text","text":" definition."},{"text":" ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Components"}]},{"type":"text","text":" use "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"text":" exposed through the ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"theme","type":"text"}]},{"text":" to get their style values.","type":"text"}]},{"inlineContent":[{"text":"Example with a fake component named ","type":"text"},{"type":"codeVoice","code":"FormsTextInputComponent"},{"type":"text","text":" using component tokens in "},{"code":"FormsTextInputComponentToken","type":"codeVoice"},{"type":"text","text":":"}],"type":"paragraph"},{"syntax":"swift","code":["\/\/ Declare component tokens","public protocol FormsTextInputComponentToken {"," var ftiTitleFontWeight: TypographyFontWeightSemanticToken { get }"," var ftiTitleFontSize: TypographyFontSizeSemanticToken { get }"," var ftiTitleColor: ColorSemanticToken { get }"," "," var ftiBorderColor: ColorSemanticToken { get }"," var ftiBorderStyle: BorderStyleSemanticToken { get }"," var ftiBorderWidth: BorderWidthSemanticToken { get }","}","","\/\/ Define the component tokens","extension OUDSTheme: FormsTextInputComponentToken {"," private static let defaultBlack: ColorSemanticToken = ColorRawTokens.colorFunctionalBlack"," private static let defaultWhite: ColorSemanticToken = ColorRawTokens.colorFunctionalWhite",""," @objc open var ftiTitleFontWeight: TypographyFontWeightSemanticToken { fontWeightHeading }"," @objc open var ftiTitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelLarge }"," @objc open var ftiTitleColor: ColorSemanticToken { colorContentBrandPrimaryLight ?? Self.defaultBlack }"," "," @objc open var ftiBorderColor: ColorSemanticToken { colorBorderEmphasisLight ?? Self.defaultBlack }"," @objc open var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDefault }"," @objc open var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThin }","}","","\/\/ In the implementation of the component, the theme will be retrieved to get these component tokens","\/\/ The View","","struct OUDSFormsTextInput: View {",""," \/\/ ..."," @Environment(\\.theme) var theme",""," public var body: some View {"," VStack(spacing: theme.spacePaddingBlockComponentTall) {"," Label("," title: {"," Text(\"Example of OUDSFormsTextInput\")"," .fontWeight(theme.ftiTitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiTitleFontSize))"," .foregroundColor(theme.ftiTitleColor.color)"," },"," icon: { \/*@START_MENU_TOKEN@*\/Image(systemName: \"42.circle\")\/*@END_MENU_TOKEN@*\/ }"," )"," Text(\"Write bellow some awesome text!\")"," .fontWeight(theme.ftiSubtitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiSubtitleFontSize))"," .foregroundColor(theme.ftiSubtitleColor.color)"," TextField(placeholder, text: $value)"," }"," .padding(theme.spacePaddingBlockComponentTall)"," .background(colorScheme == .light ? theme.ftiBackgroundColorLight.color : theme.ftiBackgroundColorDark.color)"," .border(theme.ftiBorderColor.color, width: theme.ftiBorderWidth)"," }","}"],"type":"codeListing"}]}],"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"type":"text","text":" "},{"text":"**Warning: This is a draft component **","type":"text"}],"type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","role":"symbol","title":"FormsTextInputComponentToken","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","type":"topic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Framework","title":"OUDSTokensComponent","externalID":"OUDSTokensComponent","role":"collection","symbolKind":"module","modules":[{"name":"OUDSTokensComponent"}]},"abstract":[{"type":"text","text":"These "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[[]]},"primaryContentSections":[{"kind":"content","content":[{"type":"heading","level":2,"anchor":"Overview","text":"Overview"},{"inlineContent":[{"type":"text","text":"Thus if a component need to change for example its "},{"type":"emphasis","inlineContent":[{"type":"text","text":"background color"}]},{"type":"text","text":", and if a "},{"type":"emphasis","inlineContent":[{"text":"component token","type":"text"}]},{"type":"text","text":" is used for it, then only the value of this "},{"inlineContent":[{"type":"text","text":"token"}],"type":"emphasis"},{"type":"text","text":" should be changed without any modification on the "},{"type":"emphasis","inlineContent":[{"type":"text","text":"component"}]},{"text":" definition.","type":"text"},{"type":"text","text":" "},{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"type":"text","text":" use "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"text":" exposed through the ","type":"text"},{"inlineContent":[{"type":"text","text":"theme"}],"type":"emphasis"},{"type":"text","text":" to get their style values."}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"text":"Example with a fake component named ","type":"text"},{"type":"codeVoice","code":"FormsTextInputComponent"},{"type":"text","text":" using component tokens in "},{"type":"codeVoice","code":"FormsTextInputComponentToken"},{"type":"text","text":":"}]},{"syntax":"swift","type":"codeListing","code":["\/\/ Declare component tokens","public protocol FormsTextInputComponentToken {"," var ftiTitleFontWeight: TypographyFontWeightSemanticToken { get }"," var ftiTitleFontSize: TypographyFontSizeSemanticToken { get }"," var ftiTitleColor: ColorSemanticToken { get }"," "," var ftiBorderColor: ColorSemanticToken { get }"," var ftiBorderStyle: BorderStyleSemanticToken { get }"," var ftiBorderWidth: BorderWidthSemanticToken { get }","}","","\/\/ Define the component tokens","extension OUDSTheme: FormsTextInputComponentToken {"," private static let defaultBlack: ColorSemanticToken = ColorRawTokens.colorFunctionalBlack"," private static let defaultWhite: ColorSemanticToken = ColorRawTokens.colorFunctionalWhite",""," @objc open var ftiTitleFontWeight: TypographyFontWeightSemanticToken { fontWeightHeading }"," @objc open var ftiTitleFontSize: TypographyFontSizeSemanticToken { fontSizeLabelLarge }"," @objc open var ftiTitleColor: ColorSemanticToken { colorContentBrandPrimaryLight ?? Self.defaultBlack }"," "," @objc open var ftiBorderColor: ColorSemanticToken { colorBorderEmphasisLight ?? Self.defaultBlack }"," @objc open var ftiBorderStyle: BorderStyleSemanticToken { borderStyleDefault }"," @objc open var ftiBorderWidth: BorderWidthSemanticToken { borderWidthThin }","}","","\/\/ In the implementation of the component, the theme will be retrieved to get these component tokens","\/\/ The View","","struct OUDSFormsTextInput: View {",""," \/\/ ..."," @Environment(\\.theme) var theme",""," public var body: some View {"," VStack(spacing: theme.spacePaddingBlockComponentTall) {"," Label("," title: {"," Text(\"Example of OUDSFormsTextInput\")"," .fontWeight(theme.ftiTitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiTitleFontSize))"," .foregroundColor(theme.ftiTitleColor.color)"," },"," icon: { \/*@START_MENU_TOKEN@*\/Image(systemName: \"42.circle\")\/*@END_MENU_TOKEN@*\/ }"," )"," Text(\"Write bellow some awesome text!\")"," .fontWeight(theme.ftiSubtitleFontWeight.fontWeight)"," .font(.system(size: theme.ftiSubtitleFontSize))"," .foregroundColor(theme.ftiSubtitleColor.color)"," TextField(placeholder, text: $value)"," }"," .padding(theme.spacePaddingBlockComponentTall)"," .background(colorScheme == .light ? theme.ftiBackgroundColorLight.color : theme.ftiBackgroundColorDark.color)"," .border(theme.ftiBorderColor.color, width: theme.ftiBorderWidth)"," }","}"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"},"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent"]}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"title":"OUDSTokensComponent","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used to apply some style and configuration values to ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"role":"collection","url":"\/documentation\/oudstokenscomponent","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"role":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"**Warning: This is a draft component **"}],"title":"FormsTextInputComponentToken","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"FormsTextInputComponentToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken.json index a9795679f..cbc9f8005 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP","role":"symbol","roleHeading":"Protocol","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"modules":[{"name":"OUDSTokensComponent"}],"symbolKind":"protocol","title":"FormsTextInputComponentToken"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"]]},"topicSections":[{"identifiers":["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight"],"title":"Instance Properties"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"]}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontWeight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight","role":"symbol","abstract":[],"title":"ftiTitleFontWeight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontWeight"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontweight","required":true},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontSize":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize","role":"symbol","abstract":[],"type":"topic","title":"ftiSubtitleFontSize","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleFontSize"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontsize","required":true},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontSize":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontsize","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiTitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"abstract":[],"kind":"symbol","title":"ftiTitleFontSize","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleColor":{"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlecolor","title":"ftiTitleColor","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleColor"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"type":"topic","abstract":[],"kind":"symbol","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"type":"text","text":" "},{"text":"**Warning: This is a draft component **","type":"text"}],"type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","role":"symbol","title":"FormsTextInputComponentToken","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderStyle":{"required":true,"title":"ftiBorderStyle","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderstyle","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","type":"topic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderWidth":{"title":"ftiBorderWidth","required":true,"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","abstract":[],"role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderwidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBorderWidth"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorLight":{"kind":"symbol","role":"symbol","abstract":[],"type":"topic","title":"ftiBackgroundColorLight","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolorlight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorDark":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark","title":"ftiBackgroundColorDark","required":true,"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolordark","role":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderColor":{"abstract":[],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibordercolor","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"kind":"symbol","required":true,"role":"symbol","title":"ftiBorderColor"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleColor":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","title":"ftiSubtitleColor","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlecolor"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontWeight":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"title":"ftiSubtitleFontWeight","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontweight","required":true}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"]]},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"]}],"kind":"symbol","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"metadata":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"text":"FormsTextInputComponentToken","kind":"identifier"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP","symbolKind":"protocol","modules":[{"name":"OUDSTokensComponent"}],"role":"symbol","title":"FormsTextInputComponentToken","roleHeading":"Protocol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"title":"ftiBackgroundColorDark","kind":"symbol","type":"topic","required":true,"abstract":[],"role":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolordark","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"title":"FormsTextInputComponentToken","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"**Warning: This is a draft component **"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","kind":"symbol","navigatorTitle":[{"text":"FormsTextInputComponentToken","kind":"identifier"}]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderWidth":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"title":"ftiBorderWidth","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","abstract":[],"required":true,"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderwidth"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontSize":{"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontsize","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize","abstract":[],"required":true,"title":"ftiSubtitleFontSize"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleColor":{"type":"topic","kind":"symbol","role":"symbol","title":"ftiSubtitleColor","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlecolor","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"abstract":[]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleColor":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor","kind":"symbol","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlecolor","title":"ftiTitleColor","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleColor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontSize":{"required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontsize","role":"symbol","title":"ftiTitleFontSize","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize","kind":"symbol","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontWeight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"required":true,"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontweight","abstract":[],"role":"symbol","title":"ftiSubtitleFontWeight","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontWeight":{"abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontweight","title":"ftiTitleFontWeight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiTitleFontWeight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight","type":"topic","role":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","role":"collection","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"title":"OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderStyle":{"abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderstyle","title":"ftiBorderStyle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle","role":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderColor":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderColor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibordercolor","kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor","required":true,"title":"ftiBorderColor","abstract":[]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorLight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"role":"symbol","title":"ftiBackgroundColorLight","required":true,"type":"topic","abstract":[],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolorlight"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolordark.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolordark.json index 611f9ea9e..3d70a7264 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolordark.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolordark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolordark"]}],"metadata":{"roleHeading":"Instance Property","required":true,"title":"ftiBackgroundColorDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP22ftiBackgroundColorDarkSSvp","role":"symbol","modules":[{"name":"OUDSTokensComponent"}]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","type":"topic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","title":"FormsTextInputComponentToken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorDark":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark","title":"ftiBackgroundColorDark","required":true,"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolordark","role":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","required":true,"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP22ftiBackgroundColorDarkSSvp","role":"symbol","title":"ftiBackgroundColorDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensComponent"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolordark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorDark":{"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolordark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"}],"required":true,"abstract":[],"title":"ftiBackgroundColorDark","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorDark"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","role":"collection","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"title":"OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"role":"symbol","title":"FormsTextInputComponentToken","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"type":"text","text":" "},{"type":"text","text":"**Warning: This is a draft component **"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolorlight.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolorlight.json index be02ccb69..bcf8480d8 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolorlight.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibackgroundcolorlight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolorlight"]}],"metadata":{"title":"ftiBackgroundColorLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensComponent"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP23ftiBackgroundColorLightSSvp"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorLight":{"kind":"symbol","role":"symbol","abstract":[],"type":"topic","title":"ftiBackgroundColorLight","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolorlight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBackgroundColorLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","type":"topic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"type":"text","text":" "},{"text":"**Warning: This is a draft component **","type":"text"}],"type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","role":"symbol","title":"FormsTextInputComponentToken","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolorlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"symbolKind":"property","required":true,"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP23ftiBackgroundColorLightSSvp","title":"ftiBackgroundColorLight","modules":[{"name":"OUDSTokensComponent"}],"role":"symbol"},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBackgroundColorLight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBackgroundColorLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBackgroundColorLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"}],"role":"symbol","title":"ftiBackgroundColorLight","required":true,"type":"topic","abstract":[],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibackgroundcolorlight"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","url":"\/documentation\/oudstokenscomponent","role":"collection","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":"."}],"title":"OUDSTokensComponent","kind":"symbol","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"title":"FormsTextInputComponentToken","type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"type":"text","text":" "},{"text":"**Warning: This is a draft component **","type":"text"}],"navigatorTitle":[{"text":"FormsTextInputComponentToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibordercolor.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibordercolor.json index a05b9c664..b775d2c6f 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibordercolor.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftibordercolor.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBorderColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibordercolor"]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBorderColor","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"required":true,"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP14ftiBorderColorSSvp","modules":[{"name":"OUDSTokensComponent"}],"symbolKind":"property","title":"ftiBorderColor","roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderColor":{"abstract":[],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibordercolor","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"kind":"symbol","required":true,"role":"symbol","title":"ftiBorderColor"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"type":"topic","url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","role":"collection"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","title":"FormsTextInputComponentToken"}}} \ No newline at end of file +{"metadata":{"required":true,"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP14ftiBorderColorSSvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBorderColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensComponent"}],"roleHeading":"Instance Property","symbolKind":"property","title":"ftiBorderColor"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBorderColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibordercolor"]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderColor":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderColor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftibordercolor","kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderColor","required":true,"title":"ftiBorderColor","abstract":[]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"title":"FormsTextInputComponentToken","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"role":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","role":"collection","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"title":"OUDSTokensComponent"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderstyle.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderstyle.json index 63930c754..0f608bac9 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderstyle.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderstyle.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderstyle"]}],"sections":[],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensComponent"}],"role":"symbol","title":"ftiBorderStyle","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderStyle"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP14ftiBorderStyleSSvp","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderStyle":{"required":true,"title":"ftiBorderStyle","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderstyle","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" can be used to apply some style and configuration values to ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"title":"OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","title":"FormsTextInputComponentToken"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderstyle"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderStyle"},{"kind":"text","text":": "},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"metadata":{"required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiBorderStyle"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}],"title":"ftiBorderStyle","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensComponent"}],"role":"symbol","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP14ftiBorderStyleSSvp"},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderStyle":{"abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderstyle","title":"ftiBorderStyle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderStyle","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderStyle","role":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"title":"OUDSTokensComponent","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used to apply some style and configuration values to ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"role":"collection","url":"\/documentation\/oudstokenscomponent","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"role":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"**Warning: This is a draft component **"}],"title":"FormsTextInputComponentToken","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"FormsTextInputComponentToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderwidth.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderwidth.json index d01a8d109..90f223b13 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderwidth.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftiborderwidth.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensComponent"}],"role":"symbol","roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiBorderWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"title":"ftiBorderWidth","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP14ftiBorderWidthSdvp","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"role":"symbol","title":"FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","navigatorTitle":[{"text":"FormsTextInputComponentToken","kind":"identifier"}],"type":"topic","kind":"symbol","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"type":"text","text":" "},{"type":"text","text":"**Warning: This is a draft component **"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderWidth":{"title":"ftiBorderWidth","required":true,"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","abstract":[],"role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderwidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBorderWidth"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","type":"topic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderwidth"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiBorderWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiBorderWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"required":true,"roleHeading":"Instance Property","title":"ftiBorderWidth","modules":[{"name":"OUDSTokensComponent"}],"symbolKind":"property","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP14ftiBorderWidthSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"kind":"symbol","references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","role":"collection","abstract":[{"type":"text","text":"These "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"symbol","type":"topic","title":"OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiBorderWidth":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiBorderWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiBorderWidth","title":"ftiBorderWidth","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftiborderwidth","required":true,"role":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"title":"FormsTextInputComponentToken","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlecolor.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlecolor.json index 0d65c7edf..fa56eb10e 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlecolor.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlecolor.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlecolor"]}],"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"title":"ftiSubtitleColor","required":true,"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP16ftiSubtitleColorSSvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleColor"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensComponent"}],"symbolKind":"property"},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","title":"FormsTextInputComponentToken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleColor":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"abstract":[],"type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","title":"ftiSubtitleColor","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlecolor"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","type":"topic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleColor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlecolor"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","interfaceLanguage":"swift"},"metadata":{"required":true,"role":"symbol","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP16ftiSubtitleColorSSvp","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleColor"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"title":"ftiSubtitleColor","modules":[{"name":"OUDSTokensComponent"}]},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleColor":{"type":"topic","kind":"symbol","role":"symbol","title":"ftiSubtitleColor","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleColor","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlecolor","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleColor","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"abstract":[]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"role":"symbol","title":"FormsTextInputComponentToken","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"type":"text","text":" "},{"type":"text","text":"**Warning: This is a draft component **"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","role":"collection","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"title":"OUDSTokensComponent"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontsize.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontsize.json index 2b7047d18..175aeacbc 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontsize.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontsize.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleFontSize"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontsize"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"required":true,"title":"ftiSubtitleFontSize","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensComponent"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP19ftiSubtitleFontSize14CoreFoundation7CGFloatVvp","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" can be used to apply some style and configuration values to ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"title":"OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontSize":{"title":"ftiSubtitleFontSize","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontsize","abstract":[],"kind":"symbol","required":true,"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"type":"text","text":" "},{"text":"**Warning: This is a draft component **","type":"text"}],"type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","role":"symbol","title":"FormsTextInputComponentToken","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontsize"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"ftiSubtitleFontSize","required":true,"modules":[{"name":"OUDSTokensComponent"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP19ftiSubtitleFontSize14CoreFoundation7CGFloatVvp"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"role":"collection","type":"topic","abstract":[{"type":"text","text":"These "},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","kind":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","type":"topic","navigatorTitle":[{"text":"FormsTextInputComponentToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"title":"FormsTextInputComponentToken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontSize":{"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontsize","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontSize","abstract":[],"required":true,"title":"ftiSubtitleFontSize"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontweight.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontweight.json index 276939b7a..bdcd2aa3d 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontweight.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftisubtitlefontweight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontweight"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","title":"ftiSubtitleFontWeight","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP21ftiSubtitleFontWeightSSvp","modules":[{"name":"OUDSTokensComponent"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"kind":"symbol","references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontWeight":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiSubtitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"title":"ftiSubtitleFontWeight","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontweight","required":true},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" can be used to apply some style and configuration values to ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"title":"OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"role":"symbol","title":"FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","navigatorTitle":[{"text":"FormsTextInputComponentToken","kind":"identifier"}],"type":"topic","kind":"symbol","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"type":"text","text":" "},{"type":"text","text":"**Warning: This is a draft component **"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensComponent"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP21ftiSubtitleFontWeightSSvp","required":true,"title":"ftiSubtitleFontWeight","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontweight"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiSubtitleFontWeight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiSubtitleFontWeight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"required":true,"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftisubtitlefontweight","abstract":[],"role":"symbol","title":"ftiSubtitleFontWeight","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiSubtitleFontWeight"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"role":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"**Warning: This is a draft component **"}],"title":"FormsTextInputComponentToken","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"FormsTextInputComponentToken","kind":"identifier"}]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"role":"collection","type":"topic","abstract":[{"type":"text","text":"These "},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlecolor.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlecolor.json index 47da4f95c..66c33d197 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlecolor.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlecolor.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlecolor"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP13ftiTitleColorSSvp","required":true,"role":"symbol","modules":[{"name":"OUDSTokensComponent"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleColor","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}],"title":"ftiTitleColor","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleColor","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"text":" can be used to apply some style and configuration values to ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":".","type":"text"}],"url":"\/documentation\/oudstokenscomponent","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","title":"OUDSTokensComponent","type":"topic","kind":"symbol","role":"collection"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","title":"FormsTextInputComponentToken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleColor":{"kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlecolor","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleColor"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"required":true,"type":"topic","title":"ftiTitleColor","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlecolor"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"title":"ftiTitleColor","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP13ftiTitleColorSSvp","role":"symbol","roleHeading":"Instance Property","required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleColor","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"}],"modules":[{"name":"OUDSTokensComponent"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiTitleColor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","kind":"symbol","title":"OUDSTokensComponent","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":"."}],"type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleColor":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleColor","kind":"symbol","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlecolor","title":"ftiTitleColor","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleColor"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"role":"symbol","title":"FormsTextInputComponentToken","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"type":"text","text":" "},{"type":"text","text":"**Warning: This is a draft component **"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontsize.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontsize.json index e281221bc..243d398d2 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontsize.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontsize.json @@ -1 +1 @@ -{"metadata":{"required":true,"title":"ftiTitleFontSize","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"symbolKind":"property","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP16ftiTitleFontSize14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensComponent"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontsize"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ftiTitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontSize":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontsize","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"ftiTitleFontSize","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"abstract":[],"kind":"symbol","title":"ftiTitleFontSize","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","title":"FormsTextInputComponentToken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenscomponent","role":"collection","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" can be used to apply some style and configuration values to ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":"."}],"title":"OUDSTokensComponent"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontSize"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontsize"]}],"sections":[],"metadata":{"symbolKind":"property","role":"symbol","title":"ftiTitleFontSize","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleFontSize"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP16ftiTitleFontSize14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensComponent"}]},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","url":"\/documentation\/oudstokenscomponent","role":"collection","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":"."}],"title":"OUDSTokensComponent","kind":"symbol","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontSize":{"required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontSize","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontsize","role":"symbol","title":"ftiTitleFontSize","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontSize","kind":"symbol","type":"topic"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"FormsTextInputComponentToken","kind":"identifier"}],"role":"symbol","title":"FormsTextInputComponentToken","navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"type":"text","text":" "},{"type":"text","text":"**Warning: This is a draft component **"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontweight.json b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontweight.json index 0c4ed4ff7..3de925257 100644 --- a/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontweight.json +++ b/docs/data/documentation/oudstokenscomponent/formstextinputcomponenttoken/ftititlefontweight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"ftiTitleFontWeight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontweight"]}],"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight","interfaceLanguage":"swift"},"metadata":{"required":true,"modules":[{"name":"OUDSTokensComponent"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleFontWeight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"symbolKind":"property","externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP18ftiTitleFontWeightSSvp","title":"ftiTitleFontWeight","role":"symbol","roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"type":"topic","url":"\/documentation\/oudstokenscomponent","title":"OUDSTokensComponent","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" can be used to apply some style and configuration values to "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","role":"collection"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"type":"topic","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"type":"text","text":"This is a component token for a text input in formulars."},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","title":"FormsTextInputComponentToken"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontWeight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight","role":"symbol","abstract":[],"title":"ftiTitleFontWeight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ftiTitleFontWeight"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontweight","required":true}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken"]]},"metadata":{"externalID":"s:19OUDSTokensComponent014FormsTextInputB5TokenP18ftiTitleFontWeightSSvp","roleHeading":"Instance Property","title":"ftiTitleFontWeight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ftiTitleFontWeight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensComponent"}],"symbolKind":"property","role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiTitleFontWeight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontweight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensComponent/documentation/OUDSTokensComponent":{"url":"\/documentation\/oudstokenscomponent","role":"collection","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used to apply some style and configuration values to "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"title":"OUDSTokensComponent"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken/ftiTitleFontWeight":{"abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken\/ftititlefontweight","title":"ftiTitleFontWeight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"ftiTitleFontWeight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken\/ftiTitleFontWeight","type":"topic","role":"symbol"},"doc://OUDSTokensComponent/documentation/OUDSTokensComponent/FormsTextInputComponentToken":{"title":"FormsTextInputComponentToken","type":"topic","identifier":"doc:\/\/OUDSTokensComponent\/documentation\/OUDSTokensComponent\/FormsTextInputComponentToken","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"FormsTextInputComponentToken"}],"navigatorTitle":[{"kind":"identifier","text":"FormsTextInputComponentToken"}],"kind":"symbol","url":"\/documentation\/oudstokenscomponent\/formstextinputcomponenttoken","abstract":[{"text":"This is a component token for a text input in formulars.","type":"text"},{"text":" ","type":"text"},{"text":"**Warning: This is a draft component **","type":"text"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw.json b/docs/data/documentation/oudstokensraw.json index f0530a700..ef5c0669e 100644 --- a/docs/data/documentation/oudstokensraw.json +++ b/docs/data/documentation/oudstokensraw.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":" properties.","type":"text"}],"metadata":{"symbolKind":"module","roleHeading":"Framework","externalID":"OUDSTokensRaw","modules":[{"name":"OUDSTokensRaw"}],"role":"collection","title":"OUDSTokensRaw"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw"]}],"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]},{"title":"Classes","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]},{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"],"title":"Structures"},{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"],"title":"Type Aliases"}],"primaryContentSections":[{"content":[{"type":"heading","text":"Overview","level":2,"anchor":"Overview"},{"inlineContent":[{"type":"text","text":"In fact, we choose to use as most as possible primitive types for raw values, like "},{"code":"Int","type":"codeVoice"},{"type":"text","text":", "},{"type":"codeVoice","code":"Double"},{"type":"text","text":", "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" or "},{"type":"codeVoice","code":"String"},{"text":" so as to handle the smallest types with few impacts on the memory for ecodesign principles. Indeed with hundreds of raw tokens, it will be more efficient to store primitive small types than structs or classes.","type":"text"}],"type":"paragraph"},{"inlineContent":[{"text":"So we expose also in higher level some properties so as to convert when needed some of these types to ","type":"text"},{"type":"codeVoice","code":"SwiftUI"},{"type":"text","text":" types (like "},{"type":"codeVoice","code":"Font.Weight"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"Color"},{"text":").","type":"text"}],"type":"paragraph"},{"inlineContent":[{"type":"text","text":"To keep the same semantics as the ones used in our specifications, "},{"type":"emphasis","inlineContent":[{"text":"typealias","type":"text"}]},{"type":"text","text":" are used to as to make the links to "},{"type":"emphasis","inlineContent":[{"text":"primitive types","type":"text"}]},{"type":"text","text":" and our logic of "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":". These type aliases are avaialble for those who want too make their own theme."}],"type":"paragraph"},{"inlineContent":[{"type":"text","text":"Using more simple and primitive types will help also to test the library. With also type aliases we force users to use our types and not higher level types like "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" types."}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Example for ``ColorRawTokens`:"}]},{"type":"codeListing","syntax":"swift","code":["\/\/ Define types for color raw tokens","public typealias ColorRawToken = String","","public enum ColorRawTokens { \/\/ Gathers all color raw tokens",""," public static let colorFunctionalWhite: ColorRawToken = \"#FFFFFF\""," public static let colorFunctionalScarlet400: ColorRawToken = \"#FF4D4E\""," public static let colorTransparentBlack0: ColorRawToken = apply(opacity: OpacityRawTokens.opacity0, on: colorFunctionalBlack)"," ...","}","","extension String {"," public var color: Color {"," Color(hexadecimalCode: self)"," }","}"]}],"kind":"content"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleRawToken"}],"role":"symbol","abstract":[{"text":"Typealise for ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" so as to help users (developers) to see that raw tokens are needed and linked to "},{"type":"codeVoice","code":"String"},{"text":" for ","type":"text"},{"inlineContent":[{"type":"text","text":"border style raw tokeb"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"text":" and are heavier than primitive types.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently"},{"text":" ","type":"text"},{"type":"text","text":"(because not available with "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"type":"text","text":"such "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values could be procesed later without any API breaks."}],"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"title":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"abstract":[{"text":"In the global design system tool, ","type":"text"},{"inlineContent":[{"text":"font family","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","title":"TypographyFontFamilyRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"}}} \ No newline at end of file +{"abstract":[{"type":"emphasis","inlineContent":[{"type":"text","text":"Raw tokens"}]},{"text":" are smallest ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}],"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]},{"title":"Classes","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]},{"title":"Structures","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]},{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"],"title":"Type Aliases"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"},"variants":[{"paths":["\/documentation\/oudstokensraw"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[[]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Framework","title":"OUDSTokensRaw","role":"collection","modules":[{"name":"OUDSTokensRaw"}],"externalID":"OUDSTokensRaw","symbolKind":"module"},"primaryContentSections":[{"content":[{"level":2,"type":"heading","text":"Overview","anchor":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"In fact, we choose to use as most as possible primitive types for raw values, like "},{"code":"Int","type":"codeVoice"},{"type":"text","text":", "},{"type":"codeVoice","code":"Double"},{"text":", ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" or "},{"type":"codeVoice","code":"String"},{"type":"text","text":" so as to handle the smallest types with few impacts on the memory for ecodesign principles. Indeed with hundreds of raw tokens, it will be more efficient to store primitive small types than structs or classes."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"So we expose also in higher level some properties so as to convert when needed some of these types to "},{"code":"SwiftUI","type":"codeVoice"},{"type":"text","text":" types (like "},{"code":"Font.Weight","type":"codeVoice"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"Color"},{"type":"text","text":")."}]},{"type":"paragraph","inlineContent":[{"text":"To keep the same semantics as the ones used in our specifications, ","type":"text"},{"inlineContent":[{"type":"text","text":"typealias"}],"type":"emphasis"},{"type":"text","text":" are used to as to make the links to "},{"inlineContent":[{"text":"primitive types","type":"text"}],"type":"emphasis"},{"type":"text","text":" and our logic of "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":". These type aliases are avaialble for those who want too make their own theme.","type":"text"}]},{"inlineContent":[{"text":"Using more simple and primitive types will help also to test the library. With also type aliases we force users to use our types and not higher level types like ","type":"text"},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"text":" types.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Example for ``ColorRawTokens`:"}]},{"code":["\/\/ Define types for color raw tokens","public typealias ColorRawToken = String","","public enum ColorRawTokens { \/\/ Gathers all color raw tokens",""," public static let colorFunctionalWhite: ColorRawToken = \"#FFFFFF\""," public static let colorFunctionalScarlet400: ColorRawToken = \"#FF4D4E\""," public static let colorTransparentBlack0: ColorRawToken = apply(opacity: OpacityRawTokens.opacity0, on: colorFunctionalBlack)"," ...","}","","extension String {"," public var color: Color {"," Color(hexadecimalCode: self)"," }","}"],"type":"codeListing","syntax":"swift"}],"kind":"content"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"paragraph spacing"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","title":"BorderStyleRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleRawToken"}],"navigatorTitle":[{"text":"BorderStyleRawToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","kind":"symbol","abstract":[{"type":"text","text":"Typealise for "},{"code":"String","type":"codeVoice"},{"text":" so as to help users (developers) to see that raw tokens are needed and linked to ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" for "},{"type":"strong","inlineContent":[{"text":"border style raw tokeb","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" and are heavier than primitive types."},{"text":" ","type":"text"},{"text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently","type":"text"},{"type":"text","text":" "},{"text":"(because not available with ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"text":"such ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" values could be procesed later without any API breaks."}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"role":"symbol","title":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font family","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" values","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderradiusrawtoken.json b/docs/data/documentation/oudstokensraw/borderradiusrawtoken.json index ed0628eeb..359e93204 100644 --- a/docs/data/documentation/oudstokensraw/borderradiusrawtoken.json +++ b/docs/data/documentation/oudstokensraw/borderradiusrawtoken.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"type":"text","text":"border widthradiusraw token"}],"type":"strong"},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderRadiusRawToken","kind":"identifier"}],"externalID":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"title":"BorderRadiusRawToken","role":"symbol","symbolKind":"typealias","roleHeading":"Type Alias"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderradiusrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"typealias","role":"symbol","roleHeading":"Type Alias","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderRadiusRawToken"}],"navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"externalID":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","title":"BorderRadiusRawToken"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderRadiusRawToken"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/borderradiusrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens.json b/docs/data/documentation/oudstokensraw/borderrawtokens.json index 59e2ed7c0..e6f6e58e4 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"],"generated":true}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"kind":"symbol","metadata":{"title":"BorderRawTokens","roleHeading":"Enumeration","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRawTokens"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"enum","externalID":"s:13OUDSTokensRaw06BorderB6TokensO"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"BorderRawTokens","kind":"identifier"}]}]},{"kind":"content","content":[{"type":"heading","anchor":"overview","text":"Overview","level":2},{"inlineContent":[{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"text":" and ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in "},{"inlineContent":[{"type":"text","text":"Swift extensions"}],"type":"emphasis"},{"type":"text","text":" for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"text":"In the future, generating tools like ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Style Dictionary","type":"text"}]},{"type":"text","text":" should either follow this file template and structure or just replace values or lines."}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"borders","type":"text"}],"type":"strong"},{"text":".","type":"text"}],"sections":[],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleSolid":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylesolid","title":"borderStyleSolid","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleSolid","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth200":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth200","title":"borderWidth200","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidth200","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius200":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius200","title":"borderRadius200","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius600","title":"borderRadius600","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius600","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth0":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderWidth0","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth0","title":"borderWidth0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth50":{"title":"borderWidth50","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth50","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth25":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25","title":"borderWidth25","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth25","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth25","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth75":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderWidth75","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth75","title":"borderWidth75","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius300":{"title":"borderRadius300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius300","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius0":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius0","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius0","title":"borderRadius0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius800":{"title":"borderRadius800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius800","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth100":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth100","title":"borderWidth100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius9999":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius9999","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"type":"topic","title":"borderRadius9999","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius9999"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDotted":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledotted","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDotted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleRawToken"}],"role":"symbol","title":"borderStyleDotted","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius25":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius25","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius25","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadius25","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius50":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius50","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius50"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"role":"symbol","title":"borderRadius50","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius500":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","title":"borderRadius500","type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleNone":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylenone","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderStyleNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderStyleNone","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius150":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius150","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius150"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"role":"symbol","title":"borderRadius150","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius75":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius75","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius75","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadius75","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth150":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth150","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth150"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"role":"symbol","title":"borderWidth150","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius100":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius100","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadius100","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius400":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","title":"borderRadius400","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDashed":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledashed","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDashed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleRawToken"}],"role":"symbol","title":"borderStyleDashed","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}],"languages":["swift"],"platforms":["macOS"]}]},{"content":[{"level":2,"type":"heading","anchor":"overview","text":"Overview"},{"inlineContent":[{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" and "},{"code":"String","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift extensions"}]},{"text":" for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"text":"In the future, generating tools like ","type":"text"},{"inlineContent":[{"type":"text","text":"Style Dictionary"}],"type":"emphasis"},{"type":"text","text":" should either follow this file template and structure or just replace values or lines."}]}],"kind":"content"}],"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75"],"title":"Type Properties"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"type":"text","text":"."}],"sections":[],"seeAlsoSections":[{"generated":true,"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens"]}],"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO","symbolKind":"enum","roleHeading":"Enumeration","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRawTokens"}],"title":"BorderRawTokens"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth25":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth25","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth25"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic","role":"symbol","title":"borderWidth25","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth75":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth75","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth75"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderWidth75","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius150":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius150","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius150"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius150","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius100":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius100"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius100","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius50":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius50","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius50"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius50","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDashed":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledashed","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDashed"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderStyleDashed","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius500":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius500","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius500"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius500","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius600":{"abstract":[],"type":"topic","role":"symbol","title":"borderRadius600","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius600","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth100":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth100"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderWidth100","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleSolid":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylesolid","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleSolid"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}],"type":"topic","role":"symbol","title":"borderStyleSolid","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius300":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius300"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius300","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth150":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidth150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"abstract":[],"kind":"symbol","title":"borderWidth150","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth150","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius800":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius800","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius800"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius800","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleNone":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylenone","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleNone"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderStyleNone","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius75":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","kind":"symbol","type":"topic","title":"borderRadius75","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius75","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius75"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth0":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth0","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth0"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic","role":"symbol","title":"borderWidth0","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius200":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius200","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius200"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth50":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth50","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth50"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic","role":"symbol","title":"borderWidth50","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius400":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius400","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius400"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius400","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth200":{"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200","role":"symbol","title":"borderWidth200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius0":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius0","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius0"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius0","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDotted":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledotted","type":"topic","title":"borderStyleDotted","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDotted","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius25":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius25","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius25"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius25","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius9999":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius9999","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius9999"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius9999","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius0.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius0.json index 350b261dc..f43ce6152 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius0.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius0.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius0","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius0"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderRadius0SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"symbolKind":"property","title":"borderRadius0"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius0":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius0","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius0","title":"borderRadius0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"borderRadius0","externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderRadius0SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius0"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius0"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius0"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius0":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius0","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius0","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius0"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius0","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius100.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius100.json index 3c073090a..1e50dd773 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius100.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius100.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius100"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius100"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius100SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius100"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"role":"symbol","symbolKind":"property","title":"borderRadius100","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius100":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius100","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadius100","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","title":"borderRadius100","role":"symbol","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius100SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius100"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius100":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius100"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius100","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius150.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius150.json index 780e794ab..7e8a3fc17 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius150.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius150.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius150"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius150"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius150","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius150SdvpZ","title":"borderRadius150"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius150":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius150","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius150"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"role":"symbol","title":"borderRadius150","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius150SdvpZ","title":"borderRadius150"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius150"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius150","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius150":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius150","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius150"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius150","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius200.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius200.json index 85a881c26..b4186abfb 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius200.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius200.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius200SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","title":"borderRadius200","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius200"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","kind":"typeIdentifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius200":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius200","title":"borderRadius200","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius200SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"borderRadius200","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius200"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius200","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius200":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius200","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius200"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius25.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius25.json index f5bfdc881..0cfa723de 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius25.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius25.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius25","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"borderRadius25","externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderRadius25SdvpZ","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius25","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius25"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius25":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius25","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius25","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadius25","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25"},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius25"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"borderRadius25","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderRadius25SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius25"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"roleHeading":"Type Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius25","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius25":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius25","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius25","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius25"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius25","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius300.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius300.json index cec763ba5..fca74b502 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius300.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius300.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius300SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol","title":"borderRadius300"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","text":"BorderRadiusRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius300"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius300":{"title":"borderRadius300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius300","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius300"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius300SdvpZ","role":"symbol","title":"borderRadius300","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius300"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius300":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius300"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius300","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius400.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius400.json index 9619dbcac..5cffd845b 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius400.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius400.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius400SdvpZ","symbolKind":"property","roleHeading":"Type Property","role":"symbol","title":"borderRadius400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius400"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius400":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","title":"borderRadius400","type":"topic","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius400"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"borderRadius400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius400SdvpZ","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius400":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius400","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius400"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderRadius400","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius50.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius50.json index 370f47ee7..929b52135 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius50.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius50.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius50"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"borderRadius50","role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderRadius50SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius50","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius50":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius50","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius50"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"role":"symbol","title":"borderRadius50","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius50"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"borderRadius50","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius50","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderRadius50SdvpZ"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius50","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius50":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius50","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius50","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius50"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius50","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius500.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius500.json index bb2196cad..48c8ad900 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius500.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius500.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"borderRadius500","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius500SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius500"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius500":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","title":"borderRadius500","type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"borderRadius500","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius500SdvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius500"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius500":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius500","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius500"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius500","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius600.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius600.json index ea29eb61b..7af7005e9 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius600.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius600.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius600","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius600"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"borderRadius600","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius600SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius600","title":"borderRadius600","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius600","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius600"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","title":"borderRadius600","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius600SdvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius600":{"abstract":[],"type":"topic","role":"symbol","title":"borderRadius600","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius600","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius75.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius75.json index accc0b934..3ba4d56c7 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius75.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius75.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius75"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius75","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"title":"borderRadius75","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderRadius75SdvpZ"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius75"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius75":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius75","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius75","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderRadius75","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius75"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderRadius75SdvpZ","title":"borderRadius75","symbolKind":"property","role":"symbol","roleHeading":"Type Property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius75"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderRadius75","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius75":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius75","kind":"symbol","type":"topic","title":"borderRadius75","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius75","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius75"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius800.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius800.json index 18b8eccd9..019bd323f 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius800.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius800.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","text":"BorderRadiusRawToken"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius800"]}],"metadata":{"roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius800SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"borderRadius800"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius800":{"title":"borderRadius800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadius800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius800","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderRadius800SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","title":"borderRadius800"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius800"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius800":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius800","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius800"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius800","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius9999.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius9999.json index 19caea24e..bd81c6414 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius9999.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderradius9999.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius9999","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"languages":["swift"]}]}],"metadata":{"title":"borderRadius9999","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadius9999","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO16borderRadius9999SdvpZ","roleHeading":"Type Property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius9999"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusRawToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","type":"topic","title":"BorderRadiusRawToken","role":"symbol","kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border widthradiusraw token"}]},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/borderradiusrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius9999":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderRadius9999","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","text":"BorderRadiusRawToken","kind":"typeIdentifier"}],"type":"topic","title":"borderRadius9999","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius9999"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderradius9999"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO16borderRadius9999SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius9999"},{"text":": ","kind":"text"},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"title":"borderRadius9999"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadius9999","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken","text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderRadius9999":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderradius9999","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderRadius9999","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadius9999"},{"kind":"text","text":": "},{"text":"BorderRadiusRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena"}],"type":"topic","role":"symbol","title":"borderRadius9999","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRadiusRawToken":{"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"text":"border widthradiusraw token","type":"text"}]},{"text":".","type":"text"}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRadiusRawToken","kind":"identifier"}],"title":"BorderRadiusRawToken","url":"\/documentation\/oudstokensraw\/borderradiusrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRadiusRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledashed.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledashed.json index 98d1f1771..27509cc94 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledashed.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledashed.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledashed"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderStyleDashed"},{"text":": ","kind":"text"},{"text":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO17borderStyleDashedSSvpZ","title":"borderStyleDashed","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDashed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDashed":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledashed","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDashed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleRawToken"}],"role":"symbol","title":"borderStyleDashed","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleRawToken"}],"role":"symbol","abstract":[{"text":"Typealise for ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" so as to help users (developers) to see that raw tokens are needed and linked to "},{"type":"codeVoice","code":"String"},{"text":" for ","type":"text"},{"inlineContent":[{"type":"text","text":"border style raw tokeb"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"text":" and are heavier than primitive types.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently"},{"text":" ","type":"text"},{"type":"text","text":"(because not available with "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"type":"text","text":"such "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values could be procesed later without any API breaks."}],"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"title":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledashed"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDashed"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"kind":"symbol","metadata":{"title":"borderStyleDashed","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO17borderStyleDashedSSvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderStyleDashed"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken"}],"symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDashed":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledashed","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDashed","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDashed"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderStyleDashed","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","title":"BorderStyleRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleRawToken"}],"navigatorTitle":[{"text":"BorderStyleRawToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","kind":"symbol","abstract":[{"type":"text","text":"Typealise for "},{"code":"String","type":"codeVoice"},{"text":" so as to help users (developers) to see that raw tokens are needed and linked to ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" for "},{"type":"strong","inlineContent":[{"text":"border style raw tokeb","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" and are heavier than primitive types."},{"text":" ","type":"text"},{"text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently","type":"text"},{"type":"text","text":" "},{"text":"(because not available with ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"text":"such ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" values could be procesed later without any API breaks."}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledotted.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledotted.json index 7b817f73a..0c80e17b7 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledotted.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstyledotted.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderStyleDotted","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO17borderStyleDottedSSvpZ","roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDotted"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}],"title":"borderStyleDotted","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledotted"]}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDotted":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledotted","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDotted"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleRawToken"}],"role":"symbol","title":"borderStyleDotted","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleRawToken"}],"role":"symbol","abstract":[{"text":"Typealise for ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" so as to help users (developers) to see that raw tokens are needed and linked to "},{"type":"codeVoice","code":"String"},{"text":" for ","type":"text"},{"inlineContent":[{"type":"text","text":"border style raw tokeb"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"text":" and are heavier than primitive types.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently"},{"text":" ","type":"text"},{"type":"text","text":"(because not available with "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"type":"text","text":"such "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values could be procesed later without any API breaks."}],"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"title":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderStyleDotted","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledotted"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw06BorderB6TokensO17borderStyleDottedSSvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"borderStyleDotted","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDotted","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleDotted":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleDotted","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstyledotted","type":"topic","title":"borderStyleDotted","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDotted","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","title":"BorderStyleRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleRawToken"}],"navigatorTitle":[{"text":"BorderStyleRawToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","kind":"symbol","abstract":[{"type":"text","text":"Typealise for "},{"code":"String","type":"codeVoice"},{"text":" so as to help users (developers) to see that raw tokens are needed and linked to ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" for "},{"type":"strong","inlineContent":[{"text":"border style raw tokeb","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" and are heavier than primitive types."},{"text":" ","type":"text"},{"text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently","type":"text"},{"type":"text","text":" "},{"text":"(because not available with ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"text":"such ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" values could be procesed later without any API breaks."}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylenone.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylenone.json index 39d85499d..ca38140d8 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylenone.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylenone.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderStyleNone"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}],"roleHeading":"Type Property","title":"borderStyleNone","symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderStyleNoneSSvpZ","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier"}]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstylenone"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleNone":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylenone","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderStyleNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderStyleNone","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleRawToken"}],"role":"symbol","abstract":[{"text":"Typealise for ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" so as to help users (developers) to see that raw tokens are needed and linked to "},{"type":"codeVoice","code":"String"},{"text":" for ","type":"text"},{"inlineContent":[{"type":"text","text":"border style raw tokeb"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"text":" and are heavier than primitive types.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently"},{"text":" ","type":"text"},{"type":"text","text":"(because not available with "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"type":"text","text":"such "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values could be procesed later without any API breaks."}],"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"title":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstylenone"]}],"sections":[],"metadata":{"title":"borderStyleNone","roleHeading":"Type Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderStyleNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO15borderStyleNoneSSvpZ","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","title":"BorderStyleRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleRawToken"}],"navigatorTitle":[{"text":"BorderStyleRawToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","kind":"symbol","abstract":[{"type":"text","text":"Typealise for "},{"code":"String","type":"codeVoice"},{"text":" so as to help users (developers) to see that raw tokens are needed and linked to ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" for "},{"type":"strong","inlineContent":[{"text":"border style raw tokeb","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" and are heavier than primitive types."},{"text":" ","type":"text"},{"text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently","type":"text"},{"type":"text","text":" "},{"text":"(because not available with ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"text":"such ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" values could be procesed later without any API breaks."}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleNone":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylenone","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleNone","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleNone"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderStyleNone","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylesolid.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylesolid.json index b17b8d8b7..b8950d90c 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylesolid.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderstylesolid.json @@ -1 +1 @@ -{"metadata":{"title":"borderStyleSolid","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderStyleSolid","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderStyleRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO16borderStyleSolidSSvpZ"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstylesolid"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderStyleSolid","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleRawToken"}],"role":"symbol","abstract":[{"text":"Typealise for ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" so as to help users (developers) to see that raw tokens are needed and linked to "},{"type":"codeVoice","code":"String"},{"text":" for ","type":"text"},{"inlineContent":[{"type":"text","text":"border style raw tokeb"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"text":" and are heavier than primitive types.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently"},{"text":" ","type":"text"},{"type":"text","text":"(because not available with "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"type":"text","text":"such "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values could be procesed later without any API breaks."}],"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"title":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleSolid":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylesolid","title":"borderStyleSolid","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleSolid","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderStyleSolid","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"borderStyleSolid","externalID":"s:13OUDSTokensRaw06BorderB6TokensO16borderStyleSolidSSvpZ"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderstylesolid"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleSolid"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","kind":"typeIdentifier"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderStyleSolid":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderstylesolid","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderStyleSolid","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleSolid"},{"kind":"text","text":": "},{"text":"BorderStyleRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena"}],"type":"topic","role":"symbol","title":"borderStyleSolid","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","title":"BorderStyleRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleRawToken"}],"navigatorTitle":[{"text":"BorderStyleRawToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","kind":"symbol","abstract":[{"type":"text","text":"Typealise for "},{"code":"String","type":"codeVoice"},{"text":" so as to help users (developers) to see that raw tokens are needed and linked to ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" for "},{"type":"strong","inlineContent":[{"text":"border style raw tokeb","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" and are heavier than primitive types."},{"text":" ","type":"text"},{"text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently","type":"text"},{"type":"text","text":" "},{"text":"(because not available with ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"text":"such ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" values could be procesed later without any API breaks."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth0.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth0.json index fad1ebbd3..efab057fb 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth0.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth0.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"borderWidth0","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth0","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO12borderWidth0SdvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth0"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth0":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderWidth0","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth0","title":"borderWidth0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth0"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"borderWidth0","role":"symbol","externalID":"s:13OUDSTokensRaw06BorderB6TokensO12borderWidth0SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth0"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth0"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth0":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth0","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth0","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth0"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic","role":"symbol","title":"borderWidth0","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth100.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth100.json index ca1306cb4..18fb0171c 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth100.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth100.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth100"]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth100"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"title":"borderWidth100","externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderWidth100SdvpZ","role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth100":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth100","title":"borderWidth100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth100"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderWidth100SdvpZ","title":"borderWidth100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth100"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth100":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth100"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderWidth100","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth150.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth150.json index 38c85175e..a5bf24cfa 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth150.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth150.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth150"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"metadata":{"roleHeading":"Type Property","role":"symbol","title":"borderWidth150","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderWidth150SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidth150","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth150"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth150":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth150","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth150"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"role":"symbol","title":"borderWidth150","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","interfaceLanguage":"swift"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth150","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken"}],"symbolKind":"property","title":"borderWidth150","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderWidth150SdvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth150"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth150","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","text":"BorderWidthRawToken"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth150":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidth150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"abstract":[],"kind":"symbol","title":"borderWidth150","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth150","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth150","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth200.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth200.json index 5223c5ad8..88bf8b015 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth200.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth200.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200"},"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderWidth200SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"borderWidth200","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth200"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth200":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200","role":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth200","title":"borderWidth200","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidth200","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth200"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken"}],"externalID":"s:13OUDSTokensRaw06BorderB6TokensO14borderWidth200SdvpZ","role":"symbol","title":"borderWidth200","symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidth200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth200":{"kind":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth200","role":"symbol","title":"borderWidth200"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth25.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth25.json index 4c809119c..58ce85de4 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth25.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth25.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth25"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderWidth25SdvpZ","title":"borderWidth25","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth25","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidth25","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth25":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25","title":"borderWidth25","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth25","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth25","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"abstract":[{"type":"emphasis","inlineContent":[{"text":"Raw tokens","type":"text"}]},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}],"kind":"symbol","role":"collection","url":"\/documentation\/oudstokensraw","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","title":"OUDSTokensRaw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderWidth25SdvpZ","roleHeading":"Type Property","role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth25","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"title":"borderWidth25","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth25"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth25"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth25":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth25","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth25","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth25"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic","role":"symbol","title":"borderWidth25","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth50.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth50.json index 0df034559..2a24e47ac 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth50.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth50.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth50"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth50"},{"text":": ","kind":"text"},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"title":"borderWidth50","symbolKind":"property","role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderWidth50SdvpZ"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth50"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth50":{"title":"borderWidth50","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth50"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth50","type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth50"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"borderWidth50","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","text":"BorderWidthRawToken"}],"languages":["swift"]}]}],"sections":[],"metadata":{"symbolKind":"property","title":"borderWidth50","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderWidth50SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidth50","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth50":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth50","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth50","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth50"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"type":"topic","role":"symbol","title":"borderWidth50","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth75.json b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth75.json index 82eb6382d..6738ddd04 100644 --- a/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth75.json +++ b/docs/data/documentation/oudstokensraw/borderrawtokens/borderwidth75.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"borderWidth75","externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderWidth75SdvpZ","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth75"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidth75","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth75"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth75":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"borderWidth75","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthRawToken"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth75","title":"borderWidth75","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidth75"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"title":"borderWidth75","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw06BorderB6TokensO13borderWidth75SdvpZ","role":"symbol","roleHeading":"Type Property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth75"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth75"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens/borderWidth75":{"url":"\/documentation\/oudstokensraw\/borderrawtokens\/borderwidth75","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens\/borderWidth75","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidth75"},{"kind":"text","text":": "},{"text":"BorderWidthRawToken","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","title":"borderWidth75","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderstylerawtoken.json b/docs/data/documentation/oudstokensraw/borderstylerawtoken.json index 350080594..9a1840b33 100644 --- a/docs/data/documentation/oudstokensraw/borderstylerawtoken.json +++ b/docs/data/documentation/oudstokensraw/borderstylerawtoken.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Typealise for "},{"type":"codeVoice","code":"String"},{"text":" so as to help users (developers) to see that raw tokens are needed and linked to ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" for "},{"type":"strong","inlineContent":[{"type":"text","text":"border style raw tokeb"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"code":"String","type":"codeVoice"},{"text":" are used here to prevent to rely on ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" types which are not compatible with "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" and are heavier than primitive types."},{"text":" ","type":"text"},{"text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently","type":"text"},{"type":"text","text":" "},{"text":"(because not available with ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"text":" because are composed of several styles),","type":"text"},{"type":"text","text":" "},{"type":"text","text":"such "},{"code":"String","type":"codeVoice"},{"text":" values could be procesed later without any API breaks.","type":"text"}],"metadata":{"title":"BorderStyleRawToken","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"typealias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"externalID":"s:13OUDSTokensRaw011BorderStyleB5Tokena","roleHeading":"Type Alias","navigatorTitle":[{"text":"BorderStyleRawToken","kind":"identifier"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderStyleRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"}]}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/borderstylerawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleRawToken"}],"role":"symbol","abstract":[{"text":"Typealise for ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" so as to help users (developers) to see that raw tokens are needed and linked to "},{"type":"codeVoice","code":"String"},{"text":" for ","type":"text"},{"inlineContent":[{"type":"text","text":"border style raw tokeb"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"text":" and are heavier than primitive types.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently"},{"text":" ","type":"text"},{"type":"text","text":"(because not available with "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"type":"text","text":"such "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values could be procesed later without any API breaks."}],"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"title":"BorderStyleRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw011BorderStyleB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleRawToken","kind":"identifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"BorderStyleRawToken"}],"symbolKind":"typealias","title":"BorderStyleRawToken"},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Typealise for "},{"code":"String","type":"codeVoice"},{"type":"text","text":" so as to help users (developers) to see that raw tokens are needed and linked to "},{"code":"String","type":"codeVoice"},{"text":" for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border style raw tokeb"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"text":" types which are not compatible with ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" and are heavier than primitive types."},{"type":"text","text":" "},{"type":"text","text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently"},{"text":" ","type":"text"},{"type":"text","text":"(because not available with "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"text":" because are composed of several styles),","type":"text"},{"type":"text","text":" "},{"text":"such ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" values could be procesed later without any API breaks."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleRawToken"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/borderstylerawtoken"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderStyleRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderStyleRawToken","title":"BorderStyleRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleRawToken"}],"navigatorTitle":[{"text":"BorderStyleRawToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/borderstylerawtoken","kind":"symbol","abstract":[{"type":"text","text":"Typealise for "},{"code":"String","type":"codeVoice"},{"text":" so as to help users (developers) to see that raw tokens are needed and linked to ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" for "},{"type":"strong","inlineContent":[{"text":"border style raw tokeb","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" are used here to prevent to rely on "},{"type":"emphasis","inlineContent":[{"text":"SwiftUI","type":"text"}]},{"type":"text","text":" types which are not compatible with "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" and are heavier than primitive types."},{"text":" ","type":"text"},{"text":"In addition, if new styles are defined in design team side (such as kind of composite styles) and need to be processed differently","type":"text"},{"type":"text","text":" "},{"text":"(because not available with ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" because are composed of several styles),"},{"text":" ","type":"text"},{"text":"such ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" values could be procesed later without any API breaks."}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/borderwidthrawtoken.json b/docs/data/documentation/oudstokensraw/borderwidthrawtoken.json index 95cfce896..41b1fbdb0 100644 --- a/docs/data/documentation/oudstokensraw/borderwidthrawtoken.json +++ b/docs/data/documentation/oudstokensraw/borderwidthrawtoken.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/borderwidthrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderWidthRawToken"},{"text":" = ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"text":"border width raw token","type":"text"}]},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"metadata":{"externalID":"s:13OUDSTokensRaw011BorderWidthB5Tokena","symbolKind":"typealias","roleHeading":"Type Alias","modules":[{"name":"OUDSTokensRaw"}],"title":"BorderWidthRawToken","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","title":"BorderWidthRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" value are used (because of multiplier factors) for a "},{"type":"strong","inlineContent":[{"type":"text","text":"border width raw token"}]},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/oudstokensraw\/borderwidthrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderWidthRawToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"metadata":{"externalID":"s:13OUDSTokensRaw011BorderWidthB5Tokena","roleHeading":"Type Alias","symbolKind":"typealias","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"title":"BorderWidthRawToken"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderWidthRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/borderwidthrawtoken","title":"BorderWidthRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Double","type":"codeVoice"},{"text":" value are used (because of multiplier factors) for a ","type":"text"},{"inlineContent":[{"text":"border width raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"kind":"symbol","navigatorTitle":[{"text":"BorderWidthRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderWidthRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtoken.json b/docs/data/documentation/oudstokensraw/colorrawtoken.json index d11974078..3ca371f7f 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtoken.json +++ b/docs/data/documentation/oudstokensraw/colorrawtoken.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtoken"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB5Tokena","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Alias","role":"symbol","navigatorTitle":[{"text":"ColorRawToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"symbolKind":"typealias","title":"ColorRawToken"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" containing the hexadecimal code of the color"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtoken"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawToken"},{"text":" = ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"},"kind":"symbol","abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"metadata":{"roleHeading":"Type Alias","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorRawToken","kind":"identifier"}],"title":"ColorRawToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"symbolKind":"typealias","externalID":"s:13OUDSTokensRaw05ColorB5Tokena"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"title":"ColorRawToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","abstract":[{"type":"text","text":"A color raw token is finaly a "},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":" properties.","type":"text"}],"type":"topic","title":"OUDSTokensRaw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens.json b/docs/data/documentation/oudstokensraw/colorrawtokens.json index 6f65bc38e..fddb2969d 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorRawTokens","kind":"identifier"}]}]}],"seeAlsoSections":[{"generated":true,"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens"]}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"ColorRawTokens"}],"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"ColorRawTokens","kind":"identifier"}],"roleHeading":"Enumeration","externalID":"s:13OUDSTokensRaw05ColorB6TokensO","title":"ColorRawTokens","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"enum"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray640":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray640"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalLightGray640","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray640","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray480":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray480"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"title":"colorFunctionalLightGray480","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray480","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack0":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack0"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorTransparentBlack0","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack0","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite100","title":"colorTransparentWhite100","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet800":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet800","title":"colorFunctionalScarlet800","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite700":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite700"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","title":"colorTransparentWhite700","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack800":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack800","title":"colorTransparentBlack800","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun700":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun700"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalSun700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun700","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray560":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray560"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray560","title":"colorFunctionalLightGray560","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite0":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite0"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0","type":"topic","title":"colorTransparentWhite0","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack300":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300","type":"topic","title":"colorTransparentBlack300","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite300":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","type":"topic","title":"colorFunctionalMalachite300","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun400":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400","type":"topic","title":"colorFunctionalSun400","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite200":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite200"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200","type":"topic","title":"colorFunctionalMalachite200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue600":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue600","abstract":[],"title":"colorFunctionalDodgerBlue600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue500":{"title":"colorFunctionalDodgerBlue500","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue500","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue800":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800","type":"topic","title":"colorFunctionalDodgerBlue800","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun800":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","type":"topic","title":"colorFunctionalSun800","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack700":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack700","title":"colorTransparentBlack700","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet700":{"title":"colorFunctionalScarlet700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet700","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet700"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue200":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue200","title":"colorFunctionalDodgerBlue200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray160":{"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray160","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray160","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160","type":"topic","title":"colorFunctionalDarkGray160"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite200":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentWhite200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"colorTransparentWhite200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite600":{"title":"colorTransparentWhite600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite600"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite900":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite900","title":"colorTransparentWhite900","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100","type":"topic","kind":"symbol","title":"colorFunctionalScarlet100","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue900":{"title":"colorFunctionalDodgerBlue900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue900","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue900"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite800","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorTransparentWhite800","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun900":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun900","title":"colorFunctionalSun900","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite500","title":"colorFunctionalMalachite500","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue700":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"colorFunctionalDodgerBlue700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray320":{"role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray320","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320","title":"colorFunctionalLightGray320","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray320"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue300":{"title":"colorFunctionalDodgerBlue300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalBlack":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalblack","title":"colorFunctionalBlack","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalBlack"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray880":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880","type":"topic","title":"colorFunctionalDarkGray880","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray880","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray880"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite900":{"title":"colorFunctionalMalachite900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite900","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite900"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet500":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet500","title":"colorFunctionalScarlet500","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite800":{"title":"colorFunctionalMalachite800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet400":{"type":"topic","role":"symbol","title":"colorFunctionalScarlet400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet400","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray400","title":"colorFunctionalDarkGray400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray720":{"title":"colorFunctionalDarkGray720","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray720","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray720"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray640":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray640","title":"colorFunctionalDarkGray640","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray640"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray160":{"title":"colorFunctionalLightGray160","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray160","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray160"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray880":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray880","title":"colorFunctionalLightGray880","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray880"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","title":"colorTransparentBlack100","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue100":{"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalDodgerBlue100","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray240":{"title":"colorFunctionalLightGray240","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray240","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray240"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray480":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray480","title":"colorFunctionalDarkGray480","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray480"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet600":{"title":"colorFunctionalScarlet600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet600"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray240":{"title":"colorFunctionalDarkGray240","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray240","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray240","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun200":{"type":"topic","abstract":[],"title":"colorFunctionalSun200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun600":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun600","title":"colorFunctionalSun600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite300":{"title":"colorTransparentWhite300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray960":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray960","title":"colorFunctionalDarkGray960","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray960"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray800":{"title":"colorFunctionalLightGray800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack500","type":"topic","abstract":[],"title":"colorTransparentBlack500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun300":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun300","title":"colorFunctionalSun300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun500":{"title":"colorFunctionalSun500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun500","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun500"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray560":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray560"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray560","kind":"symbol","type":"topic","title":"colorFunctionalDarkGray560","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet300":{"role":"symbol","title":"colorFunctionalScarlet300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet300","type":"topic","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray400","title":"colorFunctionalLightGray400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack200":{"title":"colorTransparentBlack200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack200","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack200"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue400","title":"colorFunctionalDodgerBlue400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun100":{"title":"colorFunctionalSun100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun100"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray80":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray80"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray80","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80","abstract":[],"type":"topic","role":"symbol","title":"colorFunctionalLightGray80"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray720":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray720","title":"colorFunctionalLightGray720","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray720"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite400":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite400"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite400","title":"colorTransparentWhite400","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack600":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","kind":"symbol","title":"colorTransparentBlack600","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray320":{"type":"topic","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray320"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDarkGray320","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray320"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite700":{"title":"colorFunctionalMalachite700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite700","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite700"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"role":"symbol","type":"topic","title":"colorFunctionalMalachite400","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite500":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite500","title":"colorTransparentWhite500","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite600":{"title":"colorFunctionalMalachite600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite100":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite100","title":"colorFunctionalMalachite100","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray960":{"title":"colorFunctionalLightGray960","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray960","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray960"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack900":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack900","title":"colorTransparentBlack900","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray800":{"title":"colorFunctionalDarkGray800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack400","title":"colorTransparentBlack400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet900":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalScarlet900","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet900","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalWhite":{"title":"colorFunctionalWhite","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalwhite","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalWhite"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray80":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray80","role":"symbol","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray80","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","title":"colorFunctionalDarkGray80"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet200":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet200","title":"colorFunctionalScarlet200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200"}}} \ No newline at end of file +{"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"enum","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorRawTokens","kind":"identifier"}],"roleHeading":"Enumeration","externalID":"s:13OUDSTokensRaw05ColorB6TokensO","title":"ColorRawTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawTokens"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"String","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"seeAlsoSections":[{"title":"Group","generated":true,"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun700":{"title":"colorFunctionalSun700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack300":{"kind":"symbol","type":"topic","title":"colorTransparentBlack300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack300","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack0":{"title":"colorTransparentBlack0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack0","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite100":{"title":"colorFunctionalMalachite100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite0":{"title":"colorTransparentWhite0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite0","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite600":{"title":"colorFunctionalMalachite600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite300":{"title":"colorTransparentWhite300","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite300","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack800":{"title":"colorTransparentBlack800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack400":{"title":"colorTransparentBlack400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite200":{"title":"colorFunctionalMalachite200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite200","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray640":{"title":"colorFunctionalLightGray640","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray640","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray640"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray720":{"title":"colorFunctionalLightGray720","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray720","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray720","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite500":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"title":"colorTransparentWhite500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite500","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray960":{"title":"colorFunctionalLightGray960","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray960","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray960"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite800":{"title":"colorTransparentWhite800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite200":{"title":"colorTransparentWhite200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack700":{"title":"colorTransparentBlack700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue900":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue900","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900","abstract":[],"title":"colorFunctionalDodgerBlue900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun500":{"title":"colorFunctionalSun500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite700":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalMalachite700","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite300":{"title":"colorFunctionalMalachite300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet500":{"title":"colorFunctionalScarlet500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue800":{"title":"colorFunctionalDodgerBlue800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray80":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray80"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray80","type":"topic","role":"symbol","title":"colorFunctionalDarkGray80"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue600","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDodgerBlue600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue700":{"title":"colorFunctionalDodgerBlue700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray480":{"abstract":[],"title":"colorFunctionalLightGray480","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray480","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray480"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack100":{"kind":"symbol","title":"colorTransparentBlack100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack100"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite900":{"title":"colorTransparentWhite900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite900","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun800":{"title":"colorFunctionalSun800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray240":{"title":"colorFunctionalLightGray240","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray240","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray240","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet300":{"title":"colorFunctionalScarlet300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet900":{"title":"colorFunctionalScarlet900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet900","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"colorFunctionalScarlet700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray400":{"title":"colorFunctionalDarkGray400","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet800":{"title":"colorFunctionalScarlet800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray160":{"title":"colorFunctionalDarkGray160","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray160","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray160","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet400":{"title":"colorFunctionalScarlet400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray800":{"title":"colorFunctionalDarkGray800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray80":{"title":"colorFunctionalLightGray80","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray80","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray80","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue500":{"title":"colorFunctionalDodgerBlue500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray240":{"title":"colorFunctionalDarkGray240","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray240","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray240","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite600":{"title":"colorTransparentWhite600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite500":{"title":"colorFunctionalMalachite500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite500","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray800":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray800","title":"colorFunctionalLightGray800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack900":{"title":"colorTransparentBlack900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun300":{"type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalSun300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun300","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack200":{"title":"colorTransparentBlack200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack200","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray320":{"title":"colorFunctionalLightGray320","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray320","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray320"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue200":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue200","kind":"symbol","title":"colorFunctionalDodgerBlue200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray160":{"title":"colorFunctionalLightGray160","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray160","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray160","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite900":{"title":"colorFunctionalMalachite900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite100":{"title":"colorTransparentWhite100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite100"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray960":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray960","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960","title":"colorFunctionalDarkGray960","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray960","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun200":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200","kind":"symbol","title":"colorFunctionalSun200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray640":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray640","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"type":"topic","title":"colorFunctionalDarkGray640","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray640","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite700":{"title":"colorTransparentWhite700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet200","abstract":[],"title":"colorFunctionalScarlet200","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray320":{"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray320","abstract":[],"type":"topic","kind":"symbol","title":"colorFunctionalDarkGray320","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray320","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun600":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600","title":"colorFunctionalSun600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalWhite":{"title":"colorFunctionalWhite","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalwhite","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalWhite"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet600":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet600","title":"colorFunctionalScarlet600","abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray560":{"title":"colorFunctionalLightGray560","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray560","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray560","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray400":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400","title":"colorFunctionalLightGray400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray400","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray400"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun400":{"title":"colorFunctionalSun400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray560":{"title":"colorFunctionalDarkGray560","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray560","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray560","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack600":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorTransparentBlack600","abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalMalachite800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite800","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalBlack":{"title":"colorFunctionalBlack","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalblack","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalBlack"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue400":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue400","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"type":"topic","title":"colorFunctionalDodgerBlue400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray480":{"title":"colorFunctionalDarkGray480","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray480","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray480","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray880":{"title":"colorFunctionalDarkGray880","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray880","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray880"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun900":{"role":"symbol","title":"colorFunctionalSun900","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun100":{"title":"colorFunctionalSun100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalSun100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray720":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray720","abstract":[],"title":"colorFunctionalDarkGray720","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray720"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite400":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorTransparentWhite400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalScarlet100","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100","role":"symbol","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray880":{"title":"colorFunctionalLightGray880","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray880","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray880"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite400":{"title":"colorFunctionalMalachite400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack500":{"title":"colorTransparentBlack500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue100":{"role":"symbol","abstract":[],"title":"colorFunctionalDodgerBlue100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue300":{"title":"colorFunctionalDodgerBlue300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalblack.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalblack.json index d5b01d3d8..c9ac87360 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalblack.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalblack.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalBlack","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"colorFunctionalBlack","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO20colorFunctionalBlackSSvpZ"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalBlack","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalblack"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalBlack":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalblack","title":"colorFunctionalBlack","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalBlack"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO20colorFunctionalBlackSSvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalBlack","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalBlack"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalBlack"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalblack"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalBlack":{"title":"colorFunctionalBlack","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalBlack","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalblack","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalBlack"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray160.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray160.json index effeb15d9..650c20054 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray160.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray160.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray160","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"title":"colorFunctionalDarkGray160","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray160SSvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray160","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray160"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray160":{"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray160","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray160","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160","type":"topic","title":"colorFunctionalDarkGray160"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray160"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray160SSvpZ","symbolKind":"property","title":"colorFunctionalDarkGray160","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray160"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray160","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray160":{"title":"colorFunctionalDarkGray160","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray160","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray160","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray160","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray240.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray240.json index fe3b2de0f..2dfd06a80 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray240.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray240.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray240","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240"},"metadata":{"title":"colorFunctionalDarkGray240","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray240SSvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray240","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray240"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray240":{"title":"colorFunctionalDarkGray240","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray240","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray240","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray240"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalDarkGray240","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray240SSvpZ","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray240","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray240"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray240":{"title":"colorFunctionalDarkGray240","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray240","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray240","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray240","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray320.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray320.json index ad7a66ae4..00c8e5476 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray320.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray320.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray320"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray320"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray320SSvpZ","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray320","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalDarkGray320"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray320":{"type":"topic","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray320"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDarkGray320","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray320"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray320SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray320"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","role":"symbol","title":"colorFunctionalDarkGray320","roleHeading":"Type Property"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray320"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray320"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray320":{"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray320","abstract":[],"type":"topic","kind":"symbol","title":"colorFunctionalDarkGray320","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray320","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray320"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":" properties.","type":"text"}],"type":"topic","title":"OUDSTokensRaw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","role":"symbol","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorRawTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray400.json index a34c47042..7029df588 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray400.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"roleHeading":"Type Property","symbolKind":"property","title":"colorFunctionalDarkGray400","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray400SSvpZ","role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray400"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray400","title":"colorFunctionalDarkGray400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray400"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray400","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray400SSvpZ","role":"symbol","title":"colorFunctionalDarkGray400","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray400"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"title":"ColorRawToken","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"title":"ColorRawTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawTokens"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray400":{"title":"colorFunctionalDarkGray400","role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray400","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray480.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray480.json index 09c19d162..9677dcc7f 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray480.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray480.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray480"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}]}],"kind":"declarations"}],"sections":[],"metadata":{"roleHeading":"Type Property","title":"colorFunctionalDarkGray480","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray480","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray480SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray480"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray480":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray480","title":"colorFunctionalDarkGray480","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray480"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray480"]}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray480SSvpZ","symbolKind":"property","role":"symbol","title":"colorFunctionalDarkGray480","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray480"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray480","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray480":{"title":"colorFunctionalDarkGray480","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray480","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray480","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray480","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray560.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray560.json index c39366f64..5626c6bb0 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray560.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray560.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray560SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray560"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalDarkGray560","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray560","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray560"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray560":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray560"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray560","kind":"symbol","type":"topic","title":"colorFunctionalDarkGray560","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560"},"sections":[],"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray560"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"colorFunctionalDarkGray560","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray560SSvpZ"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray560","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray560"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray560":{"title":"colorFunctionalDarkGray560","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray560","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray560","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray560","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray640.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray640.json index 3a7c1ecf4..103cb034d 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray640.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray640.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray640"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray640"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalDarkGray640","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray640SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray640"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray640":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray640","title":"colorFunctionalDarkGray640","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray640"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray640"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray640SSvpZ","role":"symbol","roleHeading":"Type Property","title":"colorFunctionalDarkGray640","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray640"]}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray640"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray640":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray640","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"type":"topic","title":"colorFunctionalDarkGray640","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray640","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray640","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray720.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray720.json index 6526c0fea..53ebddcb4 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray720.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray720.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720"},"metadata":{"title":"colorFunctionalDarkGray720","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray720"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray720SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray720"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray720"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray720":{"title":"colorFunctionalDarkGray720","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray720","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray720"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray720","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray720"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","title":"colorFunctionalDarkGray720","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray720SSvpZ","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray720","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray720":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray720","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray720","abstract":[],"title":"colorFunctionalDarkGray720","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray720"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray80.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray80.json index ab7e9a2a5..8463528b6 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray80.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray80.json @@ -1 +1 @@ -{"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalDarkGray80SSvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray80","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"title":"colorFunctionalDarkGray80"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray80"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray80"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray80":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray80","role":"symbol","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray80","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","title":"colorFunctionalDarkGray80"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray80","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray80"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalDarkGray80SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"colorFunctionalDarkGray80","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray80","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray80":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray80","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray80"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray80","type":"topic","role":"symbol","title":"colorFunctionalDarkGray80"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray800.json index ea193eada..680bcb48a 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray800.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray800SSvpZ","title":"colorFunctionalDarkGray800","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray800"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray800":{"title":"colorFunctionalDarkGray800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray800"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray800"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray800SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"title":"colorFunctionalDarkGray800","role":"symbol","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray800":{"title":"colorFunctionalDarkGray800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray880.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray880.json index 44e543179..bbb6055be 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray880.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray880.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray880","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"colorFunctionalDarkGray880","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray880SSvpZ","role":"symbol","symbolKind":"property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray880"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray880","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray880":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880","type":"topic","title":"colorFunctionalDarkGray880","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray880","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray880"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray880"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray880","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray880SSvpZ","role":"symbol","symbolKind":"property","title":"colorFunctionalDarkGray880","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray880"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray880":{"title":"colorFunctionalDarkGray880","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray880","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray880","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDarkGray880"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray960.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray960.json index 2f58ab582..feae76028 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray960.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldarkgray960.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray960","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray960"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray960","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray960SSvpZ","title":"colorFunctionalDarkGray960","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray960":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray960","title":"colorFunctionalDarkGray960","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray960"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960"},"metadata":{"symbolKind":"property","title":"colorFunctionalDarkGray960","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalDarkGray960SSvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDarkGray960"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDarkGray960","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray960"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDarkGray960":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldarkgray960","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDarkGray960","title":"colorFunctionalDarkGray960","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDarkGray960","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue100.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue100.json index e05f65fc9..d31f6ea26 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue100.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue100.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue100SSvpZ","title":"colorFunctionalDodgerBlue100","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue100"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue100":{"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalDodgerBlue100","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"navigatorTitle":[{"kind":"identifier","text":"ColorRawTokens"}],"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"title":"ColorRawTokens","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","role":"symbol","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawTokens"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue100"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue100SSvpZ","title":"colorFunctionalDodgerBlue100","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue100":{"role":"symbol","abstract":[],"title":"colorFunctionalDodgerBlue100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue100","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue200.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue200.json index f832b9155..1b87bd8c9 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue200.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue200.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"title":"colorFunctionalDodgerBlue200","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue200"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue200":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue200","title":"colorFunctionalDodgerBlue200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue200"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"roleHeading":"Type Property","symbolKind":"property","title":"colorFunctionalDodgerBlue200","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue200SSvpZ"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue200":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue200","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue200","kind":"symbol","title":"colorFunctionalDodgerBlue200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue300.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue300.json index 689a04684..87f3559d6 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue300.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue300.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"colorFunctionalDodgerBlue300","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue300SSvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue300"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue300":{"title":"colorFunctionalDodgerBlue300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"title":"colorFunctionalDodgerBlue300","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue300SSvpZ","symbolKind":"property","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue300"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue300":{"title":"colorFunctionalDodgerBlue300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue400.json index ec32094b4..ec8e97c8b 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue400.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue400"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue400"]}],"metadata":{"title":"colorFunctionalDodgerBlue400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue400SSvpZ","role":"symbol","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue400","title":"colorFunctionalDodgerBlue400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue400"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue400SSvpZ","title":"colorFunctionalDodgerBlue400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue400","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue400":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue400","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"type":"topic","title":"colorFunctionalDodgerBlue400"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue500.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue500.json index c15bef3f0..9fb186efc 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue500.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue500.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"colorFunctionalDodgerBlue500","roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue500SSvpZ"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue500"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue500":{"title":"colorFunctionalDodgerBlue500","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue500","type":"topic"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue500"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500"},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDodgerBlue500","symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue500SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue500":{"title":"colorFunctionalDodgerBlue500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue600.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue600.json index d690b8233..be252b51e 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue600.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue600.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue600"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]}]}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue600"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue600SSvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalDodgerBlue600"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue600":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"kind":"symbol","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue600","abstract":[],"title":"colorFunctionalDodgerBlue600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue600"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue600SSvpZ","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDodgerBlue600"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue600","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue600","kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDodgerBlue600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue700.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue700.json index 024135db2..60ff3d4f5 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue700.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue700.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue700SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","title":"colorFunctionalDodgerBlue700"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue700"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue700":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"colorFunctionalDodgerBlue700"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue700"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDodgerBlue700","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue700SSvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue700":{"title":"colorFunctionalDodgerBlue700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue800.json index 6237773ea..eac329bff 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue800.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue800SSvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDodgerBlue800","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue800"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue800":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800","type":"topic","title":"colorFunctionalDodgerBlue800","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue800"]}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue800SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol","title":"colorFunctionalDodgerBlue800","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue800":{"title":"colorFunctionalDodgerBlue800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalDodgerBlue800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue900.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue900.json index 7ed8ecb8e..0c3973ed4 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue900.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionaldodgerblue900.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue900"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalDodgerBlue900","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue900SSvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue900"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue900":{"title":"colorFunctionalDodgerBlue900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue900","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalDodgerBlue900"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalDodgerBlue900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue900"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO28colorFunctionalDodgerBlue900SSvpZ","title":"colorFunctionalDodgerBlue900"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalDodgerBlue900":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalDodgerBlue900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionaldodgerblue900","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalDodgerBlue900","abstract":[],"title":"colorFunctionalDodgerBlue900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray160.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray160.json index a8b29191a..9a625a2fd 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray160.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray160.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"colorFunctionalLightGray160","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray160","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray160SSvpZ","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray160","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray160"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray160":{"title":"colorFunctionalLightGray160","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray160","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray160"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray160","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"title":"colorFunctionalLightGray160","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray160","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray160SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray160"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray160":{"title":"colorFunctionalLightGray160","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray160","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray160","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray160","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray240.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray240.json index 065e33bb4..c213ddb31 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray240.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray240.json @@ -1 +1 @@ -{"metadata":{"title":"colorFunctionalLightGray240","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray240","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray240SSvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray240"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray240","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray240":{"title":"colorFunctionalLightGray240","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray240","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray240"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray240","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray240"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray240","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalLightGray240","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray240SSvpZ","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray240":{"title":"colorFunctionalLightGray240","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray240","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray240","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray240","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray320.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray320.json index 7a6b11ebd..e470c20cb 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray320.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray320.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray320SSvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray320","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalLightGray320","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray320","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray320"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray320":{"role":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray320","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320","title":"colorFunctionalLightGray320","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray320"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray320"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray320"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray320SSvpZ","title":"colorFunctionalLightGray320","role":"symbol"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray320"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray320":{"title":"colorFunctionalLightGray320","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray320","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray320","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray320"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray400.json index 20f55fd2a..4735b5154 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray400.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"colorFunctionalLightGray400","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray400SSvpZ","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray400","title":"colorFunctionalLightGray400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray400SSvpZ","role":"symbol","title":"colorFunctionalLightGray400","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray400"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray400","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray400":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray400","title":"colorFunctionalLightGray400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray400","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray400"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray480.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray480.json index 33171fce0..0bfd3fb9d 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray480.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray480.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","title":"colorFunctionalLightGray480","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray480SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray480","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray480"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray480"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray480":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray480"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"title":"colorFunctionalLightGray480","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray480","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalLightGray480","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray480SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray480","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray480"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray480"},{"kind":"text","text":": "},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray480":{"abstract":[],"title":"colorFunctionalLightGray480","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray480","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray480","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray480"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray560.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray560.json index e86005f9b..c8201ed4d 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray560.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray560.json @@ -1 +1 @@ -{"metadata":{"title":"colorFunctionalLightGray560","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray560SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray560","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray560"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray560"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray560":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray560"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray560","title":"colorFunctionalLightGray560","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray560","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray560SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray560","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","title":"colorFunctionalLightGray560"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray560"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray560":{"title":"colorFunctionalLightGray560","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray560","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray560","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray560","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray640.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray640.json index 1287dfb2c..c7292b1d9 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray640.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray640.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray640"]}],"sections":[],"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray640SSvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray640","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","title":"colorFunctionalLightGray640"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray640","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray640":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray640"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalLightGray640","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray640","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray640SSvpZ","symbolKind":"property","title":"colorFunctionalLightGray640","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray640","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray640"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray640","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray640":{"title":"colorFunctionalLightGray640","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray640","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray640","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray640"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray720.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray720.json index 9bcc54515..c3f6db7e8 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray720.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray720.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray720","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray720","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalLightGray720","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray720SSvpZ","role":"symbol","roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray720"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray720":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray720","title":"colorFunctionalLightGray720","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray720"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray720"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray720"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"title":"colorFunctionalLightGray720","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray720SSvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray720","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray720":{"title":"colorFunctionalLightGray720","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray720","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray720","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray720","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray80.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray80.json index 29d4bc794..3881da2fe 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray80.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray80.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80"},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray80","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"role":"symbol","title":"colorFunctionalLightGray80","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalLightGray80SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray80","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray80"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray80":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray80"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray80","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80","abstract":[],"type":"topic","role":"symbol","title":"colorFunctionalLightGray80"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"abstract":[{"type":"emphasis","inlineContent":[{"text":"Raw tokens","type":"text"}]},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}],"kind":"symbol","role":"collection","url":"\/documentation\/oudstokensraw","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","title":"OUDSTokensRaw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"kind":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"role":"symbol","type":"topic","title":"ColorRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"ColorRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray80"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray80","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"metadata":{"title":"colorFunctionalLightGray80","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray80"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO26colorFunctionalLightGray80SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray80":{"title":"colorFunctionalLightGray80","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray80","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray80","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray80","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray800.json index 5863162c9..739c41a00 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray800.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray800"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray800"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray800SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","title":"colorFunctionalLightGray800"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray800":{"title":"colorFunctionalLightGray800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray800"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray800","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"colorFunctionalLightGray800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray800SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray800":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray800","title":"colorFunctionalLightGray800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray800","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray880.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray880.json index 07c3ac613..f9d318543 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray880.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray880.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray880"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray880","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"title":"colorFunctionalLightGray880","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray880","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray880SSvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray880":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray880","title":"colorFunctionalLightGray880","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray880"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray880"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"title":"colorFunctionalLightGray880","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray880"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray880SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray880","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray880":{"title":"colorFunctionalLightGray880","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray880","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray880","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray880"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray960.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray960.json index 7094b8572..143093c1e 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray960.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionallightgray960.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray960"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray960","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"role":"symbol","title":"colorFunctionalLightGray960","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray960SSvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray960","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray960":{"title":"colorFunctionalLightGray960","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray960","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalLightGray960"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalLightGray960","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray960"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalLightGray960SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalLightGray960","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","title":"colorFunctionalLightGray960","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalLightGray960":{"title":"colorFunctionalLightGray960","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalLightGray960","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionallightgray960","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalLightGray960"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite100.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite100.json index 5234fcf1a..f4b5d8049 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite100.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite100.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite100"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalMalachite100","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite100SSvpZ"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite100":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite100","title":"colorFunctionalMalachite100","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"title":"colorFunctionalMalachite100","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite100SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","role":"symbol","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite100"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite100":{"title":"colorFunctionalMalachite100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite200.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite200.json index e799e0f7d..47f1555e8 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite200.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite200.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalMalachite200","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite200SSvpZ"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite200"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite200"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite200":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite200"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200","type":"topic","title":"colorFunctionalMalachite200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite200"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200"},"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","title":"colorFunctionalMalachite200","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite200SSvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite200":{"title":"colorFunctionalMalachite200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite200","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite300.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite300.json index a721fa1b6..69b2cfccf 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite300.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite300.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite300"]}],"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite300SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"colorFunctionalMalachite300"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite300":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","type":"topic","title":"colorFunctionalMalachite300","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite300"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"colorFunctionalMalachite300","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite300SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite300"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite300"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite300":{"title":"colorFunctionalMalachite300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite400.json index 28228cbb9..3c11c17c0 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite400.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite400SSvpZ","title":"colorFunctionalMalachite400","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite400"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"role":"symbol","type":"topic","title":"colorFunctionalMalachite400","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","metadata":{"roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite400SSvpZ","title":"colorFunctionalMalachite400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite400"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite400":{"title":"colorFunctionalMalachite400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite500.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite500.json index ce37a3efa..ca04acc73 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite500.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite500.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite500"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite500","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","symbolKind":"property","title":"colorFunctionalMalachite500","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite500SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite500","title":"colorFunctionalMalachite500","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500"},"metadata":{"title":"colorFunctionalMalachite500","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite500"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite500SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite500"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite500":{"title":"colorFunctionalMalachite500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite500","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite600.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite600.json index ba805628f..b3671b260 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite600.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite600.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite600","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite600"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite600SSvpZ","roleHeading":"Type Property","role":"symbol","title":"colorFunctionalMalachite600","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite600":{"title":"colorFunctionalMalachite600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600"},"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite600SSvpZ","title":"colorFunctionalMalachite600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite600"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite600":{"title":"colorFunctionalMalachite600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite700.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite700.json index f1e99d9c8..c41d25ac3 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite700.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite700.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite700SSvpZ","symbolKind":"property","role":"symbol","title":"colorFunctionalMalachite700"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite700"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite700"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite700":{"title":"colorFunctionalMalachite700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite700","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite700"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite700SSvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite700"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalMalachite700"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite700"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite700":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalMalachite700","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite800.json index 860f78e4e..77bd657be 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite800.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"colorFunctionalMalachite800","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite800SSvpZ"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite800"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite800":{"title":"colorFunctionalMalachite800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite800","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite800SSvpZ","title":"colorFunctionalMalachite800","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite800","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite800"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite800","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalMalachite800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite800","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","kind":"symbol","title":"ColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite900.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite900.json index 8d901eee9..7293226c9 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite900.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalmalachite900.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite900"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalMalachite900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalMalachite900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite900SSvpZ","roleHeading":"Type Property","title":"colorFunctionalMalachite900"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite900":{"title":"colorFunctionalMalachite900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite900","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite900"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite900"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO27colorFunctionalMalachite900SSvpZ","title":"colorFunctionalMalachite900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalMalachite900"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalMalachite900":{"title":"colorFunctionalMalachite900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalMalachite900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalmalachite900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalMalachite900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet100.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet100.json index adc11e3fd..47c75187d 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet100.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet100.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet100SSvpZ","role":"symbol","title":"colorFunctionalScarlet100","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet100"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100","type":"topic","kind":"symbol","title":"colorFunctionalScarlet100","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet100","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet100"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalScarlet100","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet100SSvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalScarlet100","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet100","role":"symbol","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet200.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet200.json index 151f6ddfd..d3046ad3e 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet200.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet200.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet200SSvpZ","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalScarlet200"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet200"},{"text":": ","kind":"text"},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet200"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet200":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet200","title":"colorFunctionalScarlet200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalScarlet200","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet200SSvpZ"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet200"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet200","abstract":[],"title":"colorFunctionalScarlet200","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet300.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet300.json index 97c16a172..d5959eb78 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet300.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet300.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet300"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"sections":[],"metadata":{"role":"symbol","symbolKind":"property","title":"colorFunctionalScarlet300","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet300SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet300"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet300":{"role":"symbol","title":"colorFunctionalScarlet300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet300","type":"topic","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet300"]}],"metadata":{"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet300SSvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalScarlet300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet300":{"title":"colorFunctionalScarlet300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet400.json index 3d2f0cbe7..ce1e8b235 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet400.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet400"]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"colorFunctionalScarlet400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet400"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet400SSvpZ"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet400":{"type":"topic","role":"symbol","title":"colorFunctionalScarlet400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet400","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet400","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet400SSvpZ","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"title":"colorFunctionalScarlet400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet400":{"title":"colorFunctionalScarlet400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet500.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet500.json index 33682f35b..20f7e11b3 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet500.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet500.json @@ -1 +1 @@ -{"metadata":{"title":"colorFunctionalScarlet500","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet500"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet500SSvpZ","role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet500"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet500":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet500","title":"colorFunctionalScarlet500","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","title":"colorFunctionalScarlet500","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet500SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet500"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet500":{"title":"colorFunctionalScarlet500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet600.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet600.json index 7a6c058e2..036cf2736 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet600.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet600.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"colorFunctionalScarlet600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet600"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet600SSvpZ"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet600","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet600"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet600":{"title":"colorFunctionalScarlet600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet600"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet600"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet600"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet600SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","title":"colorFunctionalScarlet600"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":" properties.","type":"text"}],"type":"topic","title":"OUDSTokensRaw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" containing the hexadecimal code of the color"}],"title":"ColorRawToken","url":"\/documentation\/oudstokensraw\/colorrawtoken","role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorRawToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"title":"ColorRawTokens","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet600":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet600","title":"colorFunctionalScarlet600","abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet700.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet700.json index 9027f1382..76fb4cc5c 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet700.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet700.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700"},"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"title":"colorFunctionalScarlet700","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet700SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet700"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet700":{"title":"colorFunctionalScarlet700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet700","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet700"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalScarlet700","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet700SSvpZ"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet700"]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet700":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"colorFunctionalScarlet700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet700","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet800.json index 64c1fdd4d..438b4c662 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet800.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","symbolKind":"property","title":"colorFunctionalScarlet800","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet800SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet800"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet800":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet800","title":"colorFunctionalScarlet800","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"symbolKind":"property","title":"colorFunctionalScarlet800","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet800SSvpZ","modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet800"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet800":{"title":"colorFunctionalScarlet800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet900.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet900.json index 6dfb917b1..65379a51f 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet900.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalscarlet900.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet900"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalScarlet900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalScarlet900","role":"symbol","symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet900SSvpZ","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet900":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalScarlet900","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet900","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO25colorFunctionalScarlet900SSvpZ","title":"colorFunctionalScarlet900","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalScarlet900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet900"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalScarlet900":{"title":"colorFunctionalScarlet900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalScarlet900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalscarlet900","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalScarlet900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun100.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun100.json index d0be722e7..705b438d6 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun100.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun100.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun100"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}]}]}],"sections":[],"metadata":{"role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun100SSvpZ","title":"colorFunctionalSun100"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun100":{"title":"colorFunctionalSun100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun100"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Property","title":"colorFunctionalSun100","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun100SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun100"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun100"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun100":{"title":"colorFunctionalSun100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalSun100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun200.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun200.json index aed0774df..1b1d2b870 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun200.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun200.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"title":"colorFunctionalSun200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun200SSvpZ"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun200"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun200","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun200":{"type":"topic","abstract":[],"title":"colorFunctionalSun200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalSun200","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun200SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun200"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun200"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun200":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun200","kind":"symbol","title":"colorFunctionalSun200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun300.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun300.json index 6019233f7..93e5801b9 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun300.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun300.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun300"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun300SSvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"colorFunctionalSun300","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun300"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun300":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun300","title":"colorFunctionalSun300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun300"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun300SSvpZ","roleHeading":"Type Property","title":"colorFunctionalSun300"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun300":{"type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalSun300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun300","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun400.json index e618fdea6..74b8093cb 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun400.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun400SSvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun400"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","title":"colorFunctionalSun400","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun400"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun400":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400","type":"topic","title":"colorFunctionalSun400","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","title":"colorFunctionalSun400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun400SSvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun400"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun400":{"title":"colorFunctionalSun400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun500.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun500.json index a6eb834b0..d068261b4 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun500.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun500.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500"},"metadata":{"title":"colorFunctionalSun500","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun500SSvpZ","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun500"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun500":{"title":"colorFunctionalSun500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun500","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun500"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun500"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalSun500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"title":"colorFunctionalSun500","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun500SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun500"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun500":{"title":"colorFunctionalSun500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun600.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun600.json index 027d42de2..3337d543c 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun600.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun600.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalSun600","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun600SSvpZ","roleHeading":"Type Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun600"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun600":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun600","title":"colorFunctionalSun600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]}]}],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorFunctionalSun600","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun600SSvpZ","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun600"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun600":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun600","title":"colorFunctionalSun600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","kind":"symbol","title":"ColorRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun700.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun700.json index eb8a9f912..20926783e 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun700.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun700.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorFunctionalSun700","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun700SSvpZ"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun700"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun700","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun700":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun700"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorFunctionalSun700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun700","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorFunctionalSun700","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun700SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorFunctionalSun700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","role":"symbol","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun700":{"title":"colorFunctionalSun700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun700","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun800.json index 5698791f7..556a8ba17 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun800.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorFunctionalSun800","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun800"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun800SSvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorFunctionalSun800","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun800":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","type":"topic","title":"colorFunctionalSun800","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun800SSvpZ","symbolKind":"property","role":"symbol","title":"colorFunctionalSun800","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun800"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun800":{"title":"colorFunctionalSun800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun900.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun900.json index 00f41de5a..bc926e299 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun900.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalsun900.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun900"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun900SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"colorFunctionalSun900"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun900"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun900":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun900","title":"colorFunctionalSun900","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"colorFunctionalSun900","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalSun900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO21colorFunctionalSun900SSvpZ"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun900"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalSun900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalSun900":{"role":"symbol","title":"colorFunctionalSun900","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalsun900","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalSun900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalSun900"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalwhite.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalwhite.json index 09de26df7..e52b69ede 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalwhite.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colorfunctionalwhite.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalWhite"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalwhite"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalWhite"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"colorFunctionalWhite","externalID":"s:13OUDSTokensRaw05ColorB6TokensO20colorFunctionalWhiteSSvpZ","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalWhite":{"title":"colorFunctionalWhite","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalwhite","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorFunctionalWhite"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorFunctionalWhite","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO20colorFunctionalWhiteSSvpZ","roleHeading":"Type Property","title":"colorFunctionalWhite","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalWhite"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalwhite"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorFunctionalWhite":{"title":"colorFunctionalWhite","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorFunctionalWhite","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colorfunctionalwhite","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorFunctionalWhite"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack0.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack0.json index 3a9d83f89..e48e7521a 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack0.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack0.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack0"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack0","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"role":"symbol","symbolKind":"property","title":"colorTransparentBlack0","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO22colorTransparentBlack0SSvpZ"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack0":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack0"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorTransparentBlack0","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack0","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO22colorTransparentBlack0SSvpZ","title":"colorTransparentBlack0","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack0"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","symbolKind":"property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack0"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack0"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack0":{"title":"colorTransparentBlack0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack0","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack0","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack100.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack100.json index 51aa55505..fbab6e5ed 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack100.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack100.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"colorTransparentBlack100","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack100SSvpZ","role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack100"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentBlack100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","title":"colorTransparentBlack100","abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack100"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Property","title":"colorTransparentBlack100","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack100SSvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack100"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack100"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentBlack100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack100":{"kind":"symbol","title":"colorTransparentBlack100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack100"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack200.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack200.json index 538801d27..8ee84cb6c 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack200.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack200.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack200"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack200"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack200SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","title":"colorTransparentBlack200"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack200":{"title":"colorTransparentBlack200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack200","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack200"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack200SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"colorTransparentBlack200"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack200"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack200":{"title":"colorTransparentBlack200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack200","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack300.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack300.json index 2bdfc2032..2eddcf56c 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack300.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack300.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack300"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","title":"colorTransparentBlack300","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack300SSvpZ","role":"symbol","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack300"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack300":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300","type":"topic","title":"colorTransparentBlack300","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack300"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}]}],"sections":[],"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack300"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"colorTransparentBlack300","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack300SSvpZ"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack300":{"kind":"symbol","type":"topic","title":"colorTransparentBlack300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack300","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack400.json index a1ae6c5c3..15fa37642 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack400.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"colorTransparentBlack400","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack400SSvpZ","role":"symbol","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack400"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack400"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack400":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack400","title":"colorTransparentBlack400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"colorTransparentBlack400","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack400SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack400"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack400"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack400":{"title":"colorTransparentBlack400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack500.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack500.json index a1f5e82ca..150997fa6 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack500.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack500.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentBlack500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack500SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorTransparentBlack500"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack500"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack500","type":"topic","abstract":[],"title":"colorTransparentBlack500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack500"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"colorTransparentBlack500","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack500SSvpZ"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack500":{"title":"colorTransparentBlack500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack600.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack600.json index b9be9ca0d..e58dd37b9 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack600.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack600.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack600"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack600"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack600SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","role":"symbol","title":"colorTransparentBlack600","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack600":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","kind":"symbol","title":"colorTransparentBlack600","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"colorTransparentBlack600","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack600SSvpZ","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","role":"symbol"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack600"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack600"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack600":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorTransparentBlack600","abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack600","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack700.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack700.json index 21c777200..abcebb1da 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack700.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack700.json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack700"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack700SSvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"colorTransparentBlack700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack700"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack700":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack700","title":"colorTransparentBlack700","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack700"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorTransparentBlack700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack700SSvpZ","role":"symbol","symbolKind":"property"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack700":{"title":"colorTransparentBlack700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack800.json index 9033edc94..e0ebea916 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack800.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorTransparentBlack800","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack800SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentBlack800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack800"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack800":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack800","title":"colorTransparentBlack800","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack800SSvpZ","title":"colorTransparentBlack800"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack800"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack800":{"title":"colorTransparentBlack800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack900.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack900.json index 738782ef7..800c786b0 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack900.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentblack900.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack900"]}],"metadata":{"title":"colorTransparentBlack900","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack900SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentBlack900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentBlack900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack900":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack900","title":"colorTransparentBlack900","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentBlack900SSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentBlack900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"title":"colorTransparentBlack900","symbolKind":"property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack900"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentBlack900"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentBlack900":{"title":"colorTransparentBlack900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentBlack900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentblack900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentBlack900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite0.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite0.json index d1577f52b..530d7ada5 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite0.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite0.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO22colorTransparentWhite0SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite0"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"title":"colorTransparentWhite0"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentWhite0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite0"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite0":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite0"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0","type":"topic","title":"colorTransparentWhite0","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite0"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentWhite0","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO22colorTransparentWhite0SSvpZ","title":"colorTransparentWhite0"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite0"},{"text":": ","kind":"text"},{"text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite0":{"title":"colorTransparentWhite0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite0","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite0","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite100.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite100.json index a24ad6b1c..8e3be4ea1 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite100.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite100.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite100"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite100"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite100SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"colorTransparentWhite100","symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","role":"collection","url":"\/documentation\/oudstokensraw","kind":"symbol","abstract":[{"type":"emphasis","inlineContent":[{"type":"text","text":"Raw tokens"}]},{"type":"text","text":" are smallest "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"title":"OUDSTokensRaw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite100","title":"colorTransparentWhite100","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite100"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","sections":[],"metadata":{"title":"colorTransparentWhite100","symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite100SSvpZ","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite100":{"title":"colorTransparentWhite100","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite100"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite100","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite200.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite200.json index a722ce588..c5bc7c34e 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite200.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite200.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite200"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite200","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite200"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite200SSvpZ","role":"symbol","title":"colorTransparentWhite200"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite200":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200","role":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentWhite200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"colorTransparentWhite200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"abstract":[{"type":"emphasis","inlineContent":[{"text":"Raw tokens","type":"text"}]},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}],"kind":"symbol","role":"collection","url":"\/documentation\/oudstokensraw","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","title":"OUDSTokensRaw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"title":"ColorRawTokens","navigatorTitle":[{"kind":"identifier","text":"ColorRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"String","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","type":"topic","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorRawTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite200"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}]}]}],"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite200SSvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorTransparentWhite200"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite200":{"title":"colorTransparentWhite200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite200","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite300.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite300.json index 25a887fb5..7dfe1312d 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite300.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite300.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite300SSvpZ","symbolKind":"property","title":"colorTransparentWhite300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite300"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite300":{"title":"colorTransparentWhite300","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite300","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite300"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"colorTransparentWhite300","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite300SSvpZ"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite300"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite300":{"title":"colorTransparentWhite300","kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite300","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite300","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite400.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite400.json index 5457b2d27..ae3045ec9 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite400.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite400.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite400"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]}]}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite400SSvpZ","role":"symbol","roleHeading":"Type Property","title":"colorTransparentWhite400","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite400"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite400"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite400":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite400"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite400","title":"colorTransparentWhite400","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite400"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"colorTransparentWhite400","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite400SSvpZ"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite400"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite400":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorTransparentWhite400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite400","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite500.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite500.json index f7d9a8e45..5789dd4b4 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite500.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite500.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite500SSvpZ","title":"colorTransparentWhite500","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"role":"symbol"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite500"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite500"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite500":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite500","title":"colorTransparentWhite500","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite500SSvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"title":"colorTransparentWhite500","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite500"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite500":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"title":"colorTransparentWhite500","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite500","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite600.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite600.json index 304fd727c..15e782868 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite600.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite600.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite600"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite600SSvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","title":"colorTransparentWhite600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite600":{"title":"colorTransparentWhite600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite600"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite600"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Type Property","role":"symbol","title":"colorTransparentWhite600","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite600SSvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite600"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite600","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite600":{"title":"colorTransparentWhite600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite600","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite600","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite700.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite700.json index 51f5c1832..893e76f93 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite700.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite700.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite700"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite700","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700"},"metadata":{"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite700SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"role":"symbol","title":"colorTransparentWhite700","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite700":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite700"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"type":"topic","title":"colorTransparentWhite700","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite700"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","title":"colorTransparentWhite700","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentWhite700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite700SSvpZ"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentWhite700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite700":{"title":"colorTransparentWhite700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite700","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite700","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite700","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite800.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite800.json index f71585592..c1cc9a7b7 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite800.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite800.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite800"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite800"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite800SSvpZ","title":"colorTransparentWhite800","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800","type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite800","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"title":"colorTransparentWhite800","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite800"},{"kind":"text","text":": "},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite800SSvpZ","role":"symbol","title":"colorTransparentWhite800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite800"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite800"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite800":{"title":"colorTransparentWhite800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite800","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite800","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite900.json b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite900.json index dbe50ef17..93a932066 100644 --- a/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite900.json +++ b/docs/data/documentation/oudstokensraw/colorrawtokens/colortransparentwhite900.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite900"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorTransparentWhite900"},{"text":": ","kind":"text"},{"text":"ColorRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite900SSvpZ","title":"colorTransparentWhite900","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorTransparentWhite900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite900":{"url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite900","title":"colorTransparentWhite900","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorTransparentWhite900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier","text":"ColorRawToken"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite900"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens"]]},"metadata":{"roleHeading":"Type Property","title":"colorTransparentWhite900","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"colorTransparentWhite900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"externalID":"s:13OUDSTokensRaw05ColorB6TokensO24colorTransparentWhite900SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens/colorTransparentWhite900":{"title":"colorTransparentWhite900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens\/colorTransparentWhite900","url":"\/documentation\/oudstokensraw\/colorrawtokens\/colortransparentwhite900","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"colorTransparentWhite900","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtoken.json b/docs/data/documentation/oudstokensraw/dimensionrawtoken.json index a0dbefe82..1d3a853d6 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtoken.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtoken.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB5Tokena","symbolKind":"typealias","role":"symbol","title":"DimensionRawToken","roleHeading":"Type Alias","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawToken","kind":"identifier"}],"navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}]},"kind":"symbol","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtoken"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"},"metadata":{"roleHeading":"Type Alias","externalID":"s:13OUDSTokensRaw09DimensionB5Tokena","role":"symbol","symbolKind":"typealias","title":"DimensionRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens.json index e633038e0..9d7ecd902 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens.json @@ -1 +1 @@ -{"abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":" related to ","type":"text"},{"inlineContent":[{"text":"dimensions","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"sections":[],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"],"generated":true}],"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO","role":"symbol","roleHeading":"Enumeration","modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"symbolKind":"enum","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawTokens"}]}]}],"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase"],"title":"Type Properties"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","title":"dimension1800","abstract":[],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension1800"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension750":{"abstract":[],"title":"dimension750","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension750","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension750","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension5000":{"type":"topic","abstract":[],"title":"dimension5000","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension5000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension5000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension500":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension500"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension500","title":"dimension500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension3000":{"abstract":[],"role":"symbol","title":"dimension3000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension3000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension3000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension350":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension350","role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension350"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350","title":"dimension350","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension75":{"abstract":[],"role":"symbol","title":"dimension75","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension75","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension75","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400","title":"dimension400","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension400","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension200":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"title":"dimension200","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension200","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension0":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension0","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension0","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"abstract":[],"title":"dimension0","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension250":{"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension250","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension250"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension550":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension550","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"title":"dimension550","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension550","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension100","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"title":"dimension100","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension11000":{"abstract":[],"role":"symbol","title":"dimension11000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension11000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension11000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension700":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension700","abstract":[],"title":"dimension700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension4000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension4000","title":"dimension4000","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000","type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension4000"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension650":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650","role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension650","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension650","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"dimension650"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension900":{"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","title":"dimension900","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension900","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension150":{"abstract":[],"role":"symbol","title":"dimension150","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension150","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension150","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension800","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"kind":"symbol","title":"dimension800","type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension450":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","type":"topic","title":"dimension450","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension50":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension50","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"type":"topic","title":"dimension50","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension50","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension25":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension25","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension25","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"kind":"symbol","title":"dimension25"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension1400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1400","title":"dimension1400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1600":{"abstract":[],"title":"dimension1600","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1600","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension1600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension2000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000","abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension2000","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension2000"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension2000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1200":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1200"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"kind":"symbol","type":"topic","title":"dimension1200","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimensionBase":{"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimensionbase","title":"dimensionBase","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimensionBase","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"type":"topic","title":"dimension1000","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension600":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"kind":"symbol","title":"dimension600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension300":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"dimension300","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension300","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension7000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension7000","type":"topic","title":"dimension7000","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension7000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension6000":{"type":"topic","kind":"symbol","role":"symbol","title":"dimension6000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension6000","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension6000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension9000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension9000","type":"topic","title":"dimension9000","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension9000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens"]}],"metadata":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawTokens"}],"title":"DimensionRawTokens","symbolKind":"enum","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO","roleHeading":"Enumeration","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"DimensionRawTokens","kind":"identifier"}],"languages":["swift"]}],"kind":"declarations"}],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase"]}],"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"],"generated":true,"title":"Group"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":" related to ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension300":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension300","role":"symbol","title":"dimension300","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1200":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1200"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1200","title":"dimension1200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension350":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension350"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"type":"topic","title":"dimension350","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension350","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension6000":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension6000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension6000","title":"dimension6000","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1600":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600","type":"topic","title":"dimension1600","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1600","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1600"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1800":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1800","title":"dimension1800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1800","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension200":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension200"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension200","title":"dimension200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension250":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension250","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension250","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","abstract":[],"title":"dimension250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension750":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension750","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension750","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension750"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension11000":{"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension11000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension11000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000","abstract":[],"role":"symbol","title":"dimension11000","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension7000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension7000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension7000","type":"topic","role":"symbol","title":"dimension7000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension600":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension600","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension600","title":"dimension600","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension4000":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000","title":"dimension4000","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension4000","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension4000","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1400":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","type":"topic","title":"dimension1400","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1400"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension150":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension150","type":"topic","title":"dimension150","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension150","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension25":{"title":"dimension25","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension25"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension25","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25","abstract":[],"kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension650":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension650","title":"dimension650","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension650","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension550":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550","type":"topic","title":"dimension550","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension550","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension550"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension50":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50","kind":"symbol","type":"topic","title":"dimension50","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension50","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension50","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension450":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","type":"topic","title":"dimension450","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension450","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension450"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension500":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"title":"dimension500","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension500","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1000":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","kind":"symbol","type":"topic","title":"dimension1000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1000","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension900":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension900","title":"dimension900","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimensionBase":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimensionbase","abstract":[],"role":"symbol","kind":"symbol","title":"dimensionBase","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimensionBase","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension0":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension0","abstract":[],"title":"dimension0","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension0"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension9000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension9000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension9000","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"role":"symbol","abstract":[],"title":"dimension9000","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension5000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension5000","kind":"symbol","title":"dimension5000","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension5000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension400":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400","type":"topic","title":"dimension400","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension400"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension800":{"role":"symbol","title":"dimension800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension800","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension75":{"title":"dimension75","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension75","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension75"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100","title":"dimension100","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension100","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension700":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension700","abstract":[],"type":"topic","title":"dimension700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension700"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension3000":{"title":"dimension3000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension3000","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension3000"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension2000":{"title":"dimension2000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension2000","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension2000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension0.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension0.json index 408a15cd8..7477bf0fa 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension0.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension0.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension0","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"dimension0","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO10dimension0SdvpZ","role":"symbol","roleHeading":"Type Property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension0","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension0":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension0","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension0","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"abstract":[],"title":"dimension0","role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension0"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension0","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","roleHeading":"Type Property","title":"dimension0","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO10dimension0SdvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension0":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension0","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension0","abstract":[],"title":"dimension0","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension0"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension100.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension100.json index 33709d570..552fbfec9 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension100.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension100.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension100"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension100SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"title":"dimension100","symbolKind":"property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension100"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension100"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension100","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"title":"dimension100","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"dimension100","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension100SdvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension100","title":"dimension100","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension100","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1000.json index 3086cae2a..59486dd03 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1000.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1000"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1000","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"title":"dimension1000","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1000SdvpZ","role":"symbol","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension1000"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"type":"topic","title":"dimension1000","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension1000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","kind":"typeIdentifier"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"title":"dimension1000","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1000SdvpZ","symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension1000"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1000"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1000":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1000","kind":"symbol","type":"topic","title":"dimension1000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1000","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension11000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension11000.json index 0a3df9890..d34f5b8d5 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension11000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension11000.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension11000"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO14dimension11000SdvpZ","symbolKind":"property","title":"dimension11000","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension11000"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension11000"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension11000":{"abstract":[],"role":"symbol","title":"dimension11000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension11000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension11000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension11000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO14dimension11000SdvpZ","role":"symbol","title":"dimension11000"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension11000"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000"},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension11000"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension11000":{"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension11000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension11000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension11000","abstract":[],"role":"symbol","title":"dimension11000","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1200.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1200.json index 38399d5ac..0cd3fdf90 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1200.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1200.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1200"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension1200"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"dimension1200","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1200SdvpZ","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1200":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1200"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"kind":"symbol","type":"topic","title":"dimension1200","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension1200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension1200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1200SdvpZ","title":"dimension1200"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1200"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1200":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1200"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1200","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1200","title":"dimension1200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1400.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1400.json index 87d6b46aa..73cfe2877 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1400.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1400.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1400"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension1400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1400SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension1400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol","title":"dimension1400","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension1400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1400","title":"dimension1400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1400"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension1400","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1400SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"dimension1400"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1400":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1400","type":"topic","title":"dimension1400","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1400"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension150.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension150.json index f72e38b48..43bd8301d 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension150.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension150.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension150"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150"},"kind":"symbol","metadata":{"title":"dimension150","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension150SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension150","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension150"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension150":{"abstract":[],"role":"symbol","title":"dimension150","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension150","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension150","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","title":"dimension150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension150SdvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension150","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension150"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension150":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension150","type":"topic","title":"dimension150","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension150","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension150","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1600.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1600.json index fcf73e4ab..f266d193d 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1600.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1600.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"dimension1600","role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1600SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension1600"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1600"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1600","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1600":{"abstract":[],"title":"dimension1600","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1600","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension1600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1600"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600"},"metadata":{"symbolKind":"property","title":"dimension1600","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1600SdvpZ"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1600":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1600","type":"topic","title":"dimension1600","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1600","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1600"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1800.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1800.json index d87b0d15a..495d8c9e7 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1800.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension1800.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension1800","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1800SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"title":"dimension1800","role":"symbol","roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension1800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1800"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","title":"dimension1800","abstract":[],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension1800"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension1800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1800"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension1800"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension1800","symbolKind":"property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension1800SdvpZ","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension1800":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension1800","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension1800","title":"dimension1800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension1800","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension200.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension200.json index 0df8bac5c..4ec77ecbc 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension200.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension200.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200"},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension200"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"title":"dimension200","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension200SdvpZ"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension200","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension200":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"title":"dimension200","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension200","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension200SdvpZ","symbolKind":"property","role":"symbol","title":"dimension200","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension200"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension200":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension200"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension200","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension200","title":"dimension200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension2000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension2000.json index 0f5cf86b7..68b91a378 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension2000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension2000.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension2000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension2000"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension2000SdvpZ","roleHeading":"Type Property","title":"dimension2000"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension2000"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension2000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000","abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension2000","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension2000"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension2000"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension2000"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"dimension2000","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension2000SdvpZ","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension2000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension2000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension2000":{"title":"dimension2000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension2000","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension2000","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension2000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension25.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension25.json index 67c4299c4..51839df6c 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension25.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension25.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension25"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension25"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO11dimension25SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension25"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension25","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension25":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension25","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension25","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"kind":"symbol","title":"dimension25"}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO11dimension25SdvpZ","symbolKind":"property","title":"dimension25","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension25","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension25","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension25"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension25":{"title":"dimension25","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension25"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension25","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension25","abstract":[],"kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension250.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension250.json index aeb5b94e8..f075e30f2 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension250.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension250.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension250"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension250"]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension250"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension250SdvpZ","roleHeading":"Type Property","title":"dimension250"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension250":{"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension250","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension250"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension250"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension250"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension250SdvpZ","title":"dimension250","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension250"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension250":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension250","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension250","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension250","abstract":[],"title":"dimension250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension300.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension300.json index e9e73ff55..0acc5a03d 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension300.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension300.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension300","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension300"]}],"kind":"symbol","metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension300SdvpZ","title":"dimension300","role":"symbol","roleHeading":"Type Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension300":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"dimension300","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension300","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300"},"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension300SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","title":"dimension300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension300"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension300":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension300","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension300","role":"symbol","title":"dimension300","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension3000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension3000.json index 6be711a8f..fdcc8a338 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension3000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension3000.json @@ -1 +1 @@ -{"metadata":{"title":"dimension3000","symbolKind":"property","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension3000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension3000SdvpZ","modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension3000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension3000"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension3000":{"abstract":[],"role":"symbol","title":"dimension3000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension3000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension3000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension3000SdvpZ","role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension3000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"title":"dimension3000","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension3000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension3000"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension3000":{"title":"dimension3000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension3000","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension3000","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension3000"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension350.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension350.json index da4d1eb61..627ab4477 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension350.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension350.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension350"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension350","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}]}],"sections":[],"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension350","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"title":"dimension350","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension350SdvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension350":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension350","role":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension350"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350","title":"dimension350","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension350","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"title":"dimension350","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension350SdvpZ","symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension350"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension350"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension350":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension350","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension350"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"type":"topic","title":"dimension350","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension350","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension400.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension400.json index 63b3515aa..c6c88620c 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension400.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension400.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension400"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400"},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension400SdvpZ","symbolKind":"property","title":"dimension400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400","title":"dimension400","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension400","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"dimension400","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension400SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"symbolKind":"property","roleHeading":"Type Property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension400":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension400","type":"topic","title":"dimension400","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension400"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension4000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension4000.json index 922cce8fa..32b0ef6d1 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension4000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension4000.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension4000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension4000"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension4000SdvpZ","symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"dimension4000","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension4000"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension4000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension4000","title":"dimension4000","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000","type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension4000"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension4000","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension4000"]}],"metadata":{"role":"symbol","title":"dimension4000","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension4000SdvpZ","symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension4000"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension4000":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension4000","title":"dimension4000","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension4000","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension4000","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension450.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension450.json index 6d8e47821..c2fe2fec6 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension450.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension450.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension450","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension450SdvpZ","title":"dimension450","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension450"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension450"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension450":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","type":"topic","title":"dimension450","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","interfaceLanguage":"swift"},"metadata":{"title":"dimension450","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension450SdvpZ","role":"symbol","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension450","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension450","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension450"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension450":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension450","type":"topic","title":"dimension450","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension450","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension450"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension50.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension50.json index b7a48ba40..a81a0cca9 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension50.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension50.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension50","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","title":"dimension50","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO11dimension50SdvpZ"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension50","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension50"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension50":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension50","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"type":"topic","title":"dimension50","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension50","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension50"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension50","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO11dimension50SdvpZ","title":"dimension50","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension50"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension50":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension50","kind":"symbol","type":"topic","title":"dimension50","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension50","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension50","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension500.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension500.json index 60891d55e..514170540 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension500.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension500.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension500SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"dimension500","role":"symbol"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension500","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension500"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension500":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension500"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension500","title":"dimension500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension500","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension500","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol","title":"dimension500","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension500SdvpZ","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension500"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension500":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"title":"dimension500","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension500","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension500","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension5000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension5000.json index 4a7e18444..9a0d9847a 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension5000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension5000.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"title":"dimension5000","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension5000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension5000SdvpZ"},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension5000"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension5000","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension5000":{"type":"topic","abstract":[],"title":"dimension5000","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension5000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension5000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension5000"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","text":"DimensionRawToken"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension5000SdvpZ","title":"dimension5000","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension5000","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"role":"symbol","roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension5000"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension5000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension5000","kind":"symbol","title":"dimension5000","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension5000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension5000","type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension550.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension550.json index 473007a0c..c524d808e 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension550.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension550.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension550","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}]}]}],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension550","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension550","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension550SdvpZ","roleHeading":"Type Property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension550"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension550":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension550","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"title":"dimension550","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension550","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"dimension550","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension550SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension550"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension550"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension550","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken"}]}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension550":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension550","type":"topic","title":"dimension550","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension550","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension550"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension600.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension600.json index 1347d6b93..49777d3e2 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension600.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension600.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension600","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension600SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension600","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension600"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension600":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"kind":"symbol","title":"dimension600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension600"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600"},"kind":"symbol","metadata":{"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension600SdvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"dimension600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension600":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension600","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension600","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension600","title":"dimension600","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension6000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension6000.json index 07bf5f102..acc8b743a 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension6000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension6000.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension6000","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol","symbolKind":"property","title":"dimension6000","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension6000SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension6000","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension6000"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension6000":{"type":"topic","kind":"symbol","role":"symbol","title":"dimension6000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension6000","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension6000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension6000"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension6000","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}]}]}],"metadata":{"title":"dimension6000","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension6000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension6000SdvpZ"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension6000":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension6000","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension6000","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension6000","title":"dimension6000","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension650.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension650.json index 1989d7ce8..4f8cb51af 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension650.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension650.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension650"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension650SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension650"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"title":"dimension650"},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension650"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension650":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650","role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension650","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension650","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"dimension650"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension650"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension650"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension650SdvpZ","role":"symbol","title":"dimension650","symbolKind":"property","roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension650","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension650":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension650","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension650","title":"dimension650","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension650","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension700.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension700.json index d9fca5a06..709a76afc 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension700.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension700.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","title":"dimension700","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension700SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw","title":"OUDSTokensRaw","role":"collection","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":" properties.","type":"text"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension700":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension700","abstract":[],"title":"dimension700"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"dimension700","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension700SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension700"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension700":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension700","abstract":[],"type":"topic","title":"dimension700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension700"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension7000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension7000.json index 244b724c3..35efa2060 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension7000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension7000.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension7000"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension7000","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"dimension7000","roleHeading":"Type Property","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension7000SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension7000"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension7000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension7000","type":"topic","title":"dimension7000","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension7000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension7000"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension7000","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000"},"metadata":{"title":"dimension7000","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension7000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension7000SdvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension7000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension7000","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension7000"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension7000","type":"topic","role":"symbol","title":"dimension7000"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension75.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension75.json index 5767944db..eae84faeb 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension75.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension75.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension75"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension75","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO11dimension75SdvpZ","title":"dimension75","role":"symbol","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension75"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension75":{"abstract":[],"role":"symbol","title":"dimension75","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension75","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension75","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension75"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"title":"dimension75","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension75"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO11dimension75SdvpZ"},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension75"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension75":{"title":"dimension75","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension75","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension75","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension75"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension750.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension750.json index ba61a0aad..4343e55d1 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension750.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension750.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension750"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension750"]}],"sections":[],"metadata":{"roleHeading":"Type Property","title":"dimension750","symbolKind":"property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension750SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension750","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension750":{"abstract":[],"title":"dimension750","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension750","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750","type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension750","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension750","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension750SdvpZ","title":"dimension750"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension750","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension750"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension750":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension750","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension750","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension750","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"title":"dimension750"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension800.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension800.json index 79e56a727..455af638a 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension800.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension800.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimension800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension800SdvpZ","title":"dimension800","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension800"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension800","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension800"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"kind":"symbol","title":"dimension800","type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension800"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension800SdvpZ","role":"symbol","title":"dimension800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension800"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension800":{"role":"symbol","title":"dimension800","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension800","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension800"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension800","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension900.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension900.json index 518bda292..9f3549161 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension900.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension900.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension900","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension900SdvpZ","symbolKind":"property","title":"dimension900","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension900","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension900"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension900":{"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","title":"dimension900","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension900","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension900"},{"kind":"text","text":": "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO12dimension900SdvpZ","title":"dimension900","symbolKind":"property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension900"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension900":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimension900","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension900","abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension900","title":"dimension900","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension9000.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension9000.json index 6e3f270e3..2fc805adc 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension9000.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimension9000.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension9000"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","title":"dimension9000","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimension9000"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension9000SdvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension9000","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension9000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension9000","type":"topic","title":"dimension9000","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"dimension9000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension9000","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension9000"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimension9000SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimension9000"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property","title":"dimension9000","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimension9000":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimension9000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimension9000","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimension9000","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"role":"symbol","abstract":[],"title":"dimension9000","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimensionbase.json b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimensionbase.json index 047f3eff2..0bfe5a168 100644 --- a/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimensionbase.json +++ b/docs/data/documentation/oudstokensraw/dimensionrawtokens/dimensionbase.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimensionbase"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimensionBase"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimensionBaseSdvpZ","symbolKind":"property","title":"dimensionBase","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimensionBase","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimensionBase":{"abstract":[],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimensionbase","title":"dimensionBase","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimensionBase","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimensionBase"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens"]]},"metadata":{"role":"symbol","title":"dimensionBase","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"dimensionBase","kind":"identifier"},{"kind":"text","text":": "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09DimensionB6TokensO13dimensionBaseSdvpZ","roleHeading":"Type Property"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/dimensionrawtokens\/dimensionbase"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","role":"collection","abstract":[{"type":"emphasis","inlineContent":[{"type":"text","text":"Raw tokens"}]},{"type":"text","text":" are smallest "},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":" properties."}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens/dimensionBase":{"url":"\/documentation\/oudstokensraw\/dimensionrawtokens\/dimensionbase","abstract":[],"role":"symbol","kind":"symbol","title":"dimensionBase","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"dimensionBase","kind":"identifier"},{"text":": ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens\/dimensionBase","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken.json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken.json index c58c36269..2aa1dbdb9 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken.json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"},"relationshipsSections":[{"kind":"relationships","identifiers":["doc:\/\/OUDSTokensRaw\/objc(cs)NSObject"],"type":"inheritsFrom","title":"Inherits From"},{"type":"conformsTo","title":"Conforms To","identifiers":["doc:\/\/OUDSTokensRaw\/objc(pl)NSObject","doc:\/\/OUDSTokensRaw\/s7CVarArgP","doc:\/\/OUDSTokensRaw\/s28CustomDebugStringConvertibleP","doc:\/\/OUDSTokensRaw\/s23CustomStringConvertibleP","doc:\/\/OUDSTokensRaw\/SQ","doc:\/\/OUDSTokensRaw\/SH"],"kind":"relationships"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"text":"It is defined as a ","type":"text"},{"code":"final class","type":"codeVoice"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" with extensions and protocols within modules.","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"final"},{"text":" ","kind":"text"},{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationBoxShadowRawToken","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"symbolKind":"class","modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"role":"symbol","title":"ElevationBoxShadowRawToken","externalID":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","roleHeading":"Class"},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y"]},{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)"],"title":"Instance Methods"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/x":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/x","kind":"symbol","type":"topic","title":"x","role":"symbol","abstract":[{"text":"The X offset for the elevation","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"x","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]},"doc://OUDSTokensRaw/SQ":{"type":"unresolvable","title":"Swift.Equatable","identifier":"doc:\/\/OUDSTokensRaw\/SQ"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/color":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color","title":"color","abstract":[{"type":"text","text":"The color of the shadow effect"}],"fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"color"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/color","role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/spread":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/spread","role":"symbol","abstract":[{"text":"The ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Figma","type":"text"}]},{"text":" spread effect for the elevation","type":"text"}],"type":"topic","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spread","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread","title":"spread","kind":"symbol"},"doc://OUDSTokensRaw/objc(cs)NSObject":{"identifier":"doc:\/\/OUDSTokensRaw\/objc(cs)NSObject","title":"ObjectiveC.NSObject","type":"unresolvable"},"doc://OUDSTokensRaw/s28CustomDebugStringConvertibleP":{"identifier":"doc:\/\/OUDSTokensRaw\/s28CustomDebugStringConvertibleP","title":"Swift.CustomDebugStringConvertible","type":"unresolvable"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/isEqual(_:)":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/isequal(_:)","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"isEqual","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Any","kind":"keyword"},{"text":"?) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)","title":"isEqual(_:)","kind":"symbol"},"doc://OUDSTokensRaw/objc(pl)NSObject":{"identifier":"doc:\/\/OUDSTokensRaw\/objc(pl)NSObject","type":"unresolvable","title":"ObjectiveC.NSObjectProtocol"},"doc://OUDSTokensRaw/s23CustomStringConvertibleP":{"identifier":"doc:\/\/OUDSTokensRaw\/s23CustomStringConvertibleP","type":"unresolvable","title":"Swift.CustomStringConvertible"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/s7CVarArgP":{"identifier":"doc:\/\/OUDSTokensRaw\/s7CVarArgP","type":"unresolvable","title":"Swift.CVarArg"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/init(x:y:blur:spread:color:)":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/init(x:y:blur:spread:color:)","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"kind":"text","text":", "},{"text":"blur","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spread"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"color"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"},{"kind":"text","text":")"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)","title":"init(x:y:blur:spread:color:)","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/y":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/y","role":"symbol","abstract":[{"text":"The Y offset for the elevation","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y","title":"y","kind":"symbol"},"doc://OUDSTokensRaw/SH":{"identifier":"doc:\/\/OUDSTokensRaw\/SH","title":"Swift.Hashable","type":"unresolvable"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/blur":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/blur","role":"symbol","abstract":[{"text":"The ","type":"text"},{"inlineContent":[{"text":"Figma","type":"text"}],"type":"emphasis"},{"type":"text","text":" blur effect for the elevation"}],"type":"topic","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur","title":"blur","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"final"},{"text":" ","kind":"text"},{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"},"kind":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"topicSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)"],"title":"Initializers"},{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y"],"title":"Instance Properties"},{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)"],"title":"Instance Methods"}],"relationshipsSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/objc(cs)NSObject"],"kind":"relationships","type":"inheritsFrom","title":"Inherits From"},{"kind":"relationships","title":"Conforms To","identifiers":["doc:\/\/OUDSTokensRaw\/objc(pl)NSObject","doc:\/\/OUDSTokensRaw\/s7CVarArgP","doc:\/\/OUDSTokensRaw\/s28CustomDebugStringConvertibleP","doc:\/\/OUDSTokensRaw\/s23CustomStringConvertibleP","doc:\/\/OUDSTokensRaw\/SQ","doc:\/\/OUDSTokensRaw\/SH"],"type":"conformsTo"}],"metadata":{"roleHeading":"Class","fragments":[{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"externalID":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","symbolKind":"class","title":"ElevationBoxShadowRawToken","role":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/objc(pl)NSObject":{"identifier":"doc:\/\/OUDSTokensRaw\/objc(pl)NSObject","type":"unresolvable","title":"ObjectiveC.NSObjectProtocol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/color":{"title":"color","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color","abstract":[{"type":"text","text":"The color of the shadow effect"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/color","role":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"color","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"doc://OUDSTokensRaw/s23CustomStringConvertibleP":{"type":"unresolvable","identifier":"doc:\/\/OUDSTokensRaw\/s23CustomStringConvertibleP","title":"Swift.CustomStringConvertible"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/blur":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur","type":"topic","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/blur","abstract":[{"text":"The ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Figma"}]},{"type":"text","text":" blur effect for the elevation"}],"role":"symbol","title":"blur","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/s28CustomDebugStringConvertibleP":{"type":"unresolvable","identifier":"doc:\/\/OUDSTokensRaw\/s28CustomDebugStringConvertibleP","title":"Swift.CustomDebugStringConvertible"},"doc://OUDSTokensRaw/SH":{"type":"unresolvable","identifier":"doc:\/\/OUDSTokensRaw\/SH","title":"Swift.Hashable"},"doc://OUDSTokensRaw/objc(cs)NSObject":{"type":"unresolvable","identifier":"doc:\/\/OUDSTokensRaw\/objc(cs)NSObject","title":"ObjectiveC.NSObject"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/init(x:y:blur:spread:color:)":{"fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"blur"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"spread","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"},{"text":")","kind":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)","title":"init(x:y:blur:spread:color:)","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/init(x:y:blur:spread:color:)","role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/spread":{"fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"spread"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread","title":"spread","abstract":[{"text":"The ","type":"text"},{"inlineContent":[{"type":"text","text":"Figma"}],"type":"emphasis"},{"type":"text","text":" spread effect for the elevation"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/spread","role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/s7CVarArgP":{"type":"unresolvable","identifier":"doc:\/\/OUDSTokensRaw\/s7CVarArgP","title":"Swift.CVarArg"},"doc://OUDSTokensRaw/SQ":{"type":"unresolvable","identifier":"doc:\/\/OUDSTokensRaw\/SQ","title":"Swift.Equatable"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/y":{"title":"y","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y","abstract":[{"type":"text","text":"The Y offset for the elevation"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/y","role":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"y","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/isEqual(_:)":{"title":"isEqual(_:)","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/isequal(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"isEqual","kind":"identifier"},{"kind":"text","text":"("},{"text":"Any","kind":"keyword"},{"text":"?) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/x":{"title":"x","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x","abstract":[{"type":"text","text":"The X offset for the elevation"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/x","role":"symbol","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"x"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/blur.json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/blur.json index 5202f7aa1..be2d88709 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/blur.json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/blur.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC4blurSivp","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"title":"blur","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/blur"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"The "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Figma"}]},{"text":" blur effect for the elevation","type":"text"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/blur":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/blur","role":"symbol","abstract":[{"text":"The ","type":"text"},{"inlineContent":[{"text":"Figma","type":"text"}],"type":"emphasis"},{"type":"text","text":" blur effect for the elevation"}],"type":"topic","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"blur","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur","title":"blur","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur"},"metadata":{"title":"blur","roleHeading":"Instance Property","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC4blurSivp","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"blur"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"symbolKind":"property","role":"symbol"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/blur"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"type":"text","text":"The "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Figma"}]},{"type":"text","text":" blur effect for the elevation"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","role":"collection","abstract":[{"type":"emphasis","inlineContent":[{"type":"text","text":"Raw tokens"}]},{"type":"text","text":" are smallest "},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":" properties."}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" with extensions and protocols within modules."}],"title":"ElevationBoxShadowRawToken","role":"symbol","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/blur":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/blur","type":"topic","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/blur","abstract":[{"text":"The ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Figma"}]},{"type":"text","text":" blur effect for the elevation"}],"role":"symbol","title":"blur","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/color.json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/color.json index 8e64d650c..d91a96998 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/color.json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/color.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"color"},{"text":": ","kind":"text"},{"text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"color","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC5colorSSvp"},"abstract":[{"text":"The color of the shadow effect","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/color"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/color":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color","title":"color","abstract":[{"type":"text","text":"The color of the shadow effect"}],"fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"color"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/color","role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]}}} \ No newline at end of file +{"abstract":[{"text":"The color of the shadow effect","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"color","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/color"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"color","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC5colorSSvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"color"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/color":{"title":"color","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/color","abstract":[{"type":"text","text":"The color of the shadow effect"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/color","role":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"color","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/init(x:y:blur:spread:color:).json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/init(x:y:blur:spread:color:).json index 9929d9359..27ddb15ef 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/init(x:y:blur:spread:color:).json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/init(x:y:blur:spread:color:).json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"init","kind":"keyword"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"},{"kind":"text","text":", "},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"},{"kind":"text","text":", "},{"kind":"externalParam","text":"blur"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spread"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"},{"kind":"text","text":")"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"("},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":", "},{"text":"blur","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"spread","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"},{"text":")","kind":"text"}],"title":"init(x:y:blur:spread:color:)","symbolKind":"init","role":"symbol","roleHeading":"Initializer","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC1x1y4blur6spread5colorACSi_S3iSStcfc"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/init(x:y:blur:spread:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"url":"\/documentation\/oudstokensraw\/colorrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"role":"symbol","title":"ColorRawToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"code":"String","type":"codeVoice"},{"text":" containing the hexadecimal code of the color","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/init(x:y:blur:spread:color:)":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/init(x:y:blur:spread:color:)","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"y"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"kind":"text","text":", "},{"text":"blur","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spread"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"color"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"},{"kind":"text","text":")"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)","title":"init(x:y:blur:spread:color:)","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"blur"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"spread"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"color","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"},{"text":")","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"init(x:y:blur:spread:color:)","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC1x1y4blur6spread5colorACSi_S3iSStcfc","roleHeading":"Initializer","symbolKind":"init","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"init","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"x"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"},{"text":", ","kind":"text"},{"text":"blur","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spread"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRawToken","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"},{"text":")","kind":"text"}]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/init(x:y:blur:spread:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawToken":{"abstract":[{"text":"A color raw token is finaly a ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" containing the hexadecimal code of the color","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/colorrawtoken","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawToken","navigatorTitle":[{"kind":"identifier","text":"ColorRawToken"}],"title":"ColorRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/init(x:y:blur:spread:color:)":{"fragments":[{"kind":"identifier","text":"init"},{"text":"(","kind":"text"},{"text":"x","kind":"externalParam"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"y","kind":"externalParam"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"kind":"externalParam","text":"blur"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"},{"text":", ","kind":"text"},{"text":"spread","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"},{"kind":"text","text":", "},{"text":"color","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"},{"text":")","kind":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/init(x:y:blur:spread:color:)","title":"init(x:y:blur:spread:color:)","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/init(x:y:blur:spread:color:)","role":"symbol","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/isequal(_:).json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/isequal(_:).json index 3208bcedc..c6ec2164f 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/isequal(_:).json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/isequal(_:).json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"isEqual"},{"kind":"text","text":"("},{"text":"_","kind":"externalParam"},{"text":" ","kind":"text"},{"kind":"internalParam","text":"object"},{"text":": ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"?) -> "},{"preciseIdentifier":"s:Sb","text":"Bool","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/isequal(_:)"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"isEqual(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"isEqual","kind":"identifier"},{"kind":"text","text":"("},{"text":"Any","kind":"keyword"},{"text":"?) -> ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"externalID":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken(im)isEqual:","symbolKind":"method","roleHeading":"Instance Method"},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/isEqual(_:)":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/isequal(_:)","role":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"isEqual","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Any","kind":"keyword"},{"text":"?) -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)","title":"isEqual(_:)","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"isEqual(_:)","roleHeading":"Instance Method","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"isEqual","kind":"identifier"},{"text":"(","kind":"text"},{"text":"Any","kind":"keyword"},{"text":"?) -> ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}],"symbolKind":"method","externalID":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken(im)isEqual:"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"override","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"text":"isEqual","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"_"},{"text":" ","kind":"text"},{"text":"object","kind":"internalParam"},{"text":": ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"?) -> "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/isequal(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/isEqual(_:)":{"title":"isEqual(_:)","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/isEqual(_:)","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/isequal(_:)","role":"symbol","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"isEqual","kind":"identifier"},{"kind":"text","text":"("},{"text":"Any","kind":"keyword"},{"text":"?) -> ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/spread.json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/spread.json index d4d8258b6..2c70dad35 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/spread.json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/spread.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"The "},{"inlineContent":[{"type":"text","text":"Figma"}],"type":"emphasis"},{"type":"text","text":" spread effect for the elevation"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"spread","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","title":"spread","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC6spreadSivp","symbolKind":"property","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spread"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/spread"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/spread":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/spread","role":"symbol","abstract":[{"text":"The ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"Figma","type":"text"}]},{"text":" spread effect for the elevation","type":"text"}],"type":"topic","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spread","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread","title":"spread","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"spread","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC6spreadSivp","title":"spread","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/spread"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"The ","type":"text"},{"inlineContent":[{"type":"text","text":"Figma"}],"type":"emphasis"},{"type":"text","text":" spread effect for the elevation"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"spread","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/spread":{"fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"spread"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/spread","title":"spread","abstract":[{"text":"The ","type":"text"},{"inlineContent":[{"type":"text","text":"Figma"}],"type":"emphasis"},{"type":"text","text":" spread effect for the elevation"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/spread","role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/x.json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/x.json index 952f4e944..e25b1400e 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/x.json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/x.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"x","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC1xSivp","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"x"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}]},"abstract":[{"type":"text","text":"The X offset for the elevation"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/x"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"x","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/x":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/x","kind":"symbol","type":"topic","title":"x","role":"symbol","abstract":[{"text":"The X offset for the elevation","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"x","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"x","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/x"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Instance Property","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC1xSivp","title":"x","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"x","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"role":"symbol","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"abstract":[{"type":"text","text":"The X offset for the elevation"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/x":{"title":"x","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/x","abstract":[{"type":"text","text":"The X offset for the elevation"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/x","role":"symbol","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"x"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/y.json b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/y.json index 74d05fefe..a0b493a83 100644 --- a/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/y.json +++ b/docs/data/documentation/oudstokensraw/elevationboxshadowrawtoken/y.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/y"]}],"abstract":[{"text":"The Y offset for the elevation","type":"text"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"y","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC1ySivp","title":"y","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"y","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/y":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/y","role":"symbol","abstract":[{"text":"The Y offset for the elevation","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"y"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y","title":"y","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/y"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"y","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"y","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw018ElevationBoxShadowB5TokenC1ySivp","roleHeading":"Instance Property"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"y","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"]]},"abstract":[{"text":"The Y offset for the elevation","type":"text"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken/y":{"title":"y","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken\/y","abstract":[{"type":"text","text":"The Y offset for the elevation"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken\/y","role":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"y","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtoken.json b/docs/data/documentation/oudstokensraw/elevationrawtoken.json index dc4993ef9..6adf4627e 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtoken.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtoken.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"ElevationRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB5Tokena","role":"symbol","symbolKind":"typealias","modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"roleHeading":"Type Alias"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"text":" API) for each ","type":"text"},{"inlineContent":[{"text":"elevation raw token","type":"text"}],"type":"strong"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtoken"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"},"metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationRawToken"}],"symbolKind":"typealias","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"roleHeading":"Type Alias","externalID":"s:13OUDSTokensRaw09ElevationB5Tokena","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"ElevationRawToken"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"inlineContent":[{"text":"SwiftUI","type":"text"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"inlineContent":[{"text":"elevation raw token","type":"text"}],"type":"strong"},{"text":".","type":"text"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens.json b/docs/data/documentation/oudstokensraw/elevationrawtokens.json index 4cacff94a..59d9ebb25 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationRawTokens"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationRawTokens"}],"role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO","symbolKind":"enum","roleHeading":"Enumeration","navigatorTitle":[{"text":"ElevationRawTokens","kind":"identifier"}],"title":"ElevationRawTokens","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"],"generated":true,"title":"Group"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur300":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlur300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","title":"elevationBlur300","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationY200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus200"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","title":"elevationSpreadMinus200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_1_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_2_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1060":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1060"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1060","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","title":"elevationZIndex1060"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationY300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1070":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1070"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070","abstract":[],"kind":"symbol","role":"symbol","title":"elevationZIndex1070","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1070"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndexMinus9999":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndexMinus9999","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindexminus9999","title":"elevationZIndexMinus9999","role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400","title":"elevationBoxShadowBottom_3_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1030":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1030"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1030","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1030"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_100"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100","title":"elevationBoxShadowBottom_3_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1080":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1080"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1080","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1080"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200","title":"elevationBoxShadowBottom_3_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_5_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur600":{"title":"elevationBlur600","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur600","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY100":{"title":"elevationY100","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY100"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy100","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","title":"elevationBoxShadowBottom_2_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationBlur500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_200","title":"elevationBoxShadowBottom_6_200","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_200"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","title":"elevationBoxShadowBottom_2_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_5_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_600":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_600"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600","title":"elevationBoxShadowBottom_6_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_400":{"title":"elevationBoxShadowBottom_1_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_400","role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationBlur400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur200"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200","title":"elevationBlur200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1038":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1038","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1038","title":"elevationZIndex1038","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_300"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300","title":"elevationBoxShadowBottom_6_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY0":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationY0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600","title":"elevationBoxShadowBottom_3_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_3_600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur0":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur0"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0","title":"elevationBlur0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_200":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_200","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_4_200","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_500":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_500","title":"elevationBoxShadowBottom_5_500","abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1035":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1035"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1035","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1035"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1050":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1050"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1050","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","title":"elevationZIndex1050"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_100":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_100"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_100","type":"topic","title":"elevationBoxShadowBottom_1_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_3_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1020":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1020"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1020","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020","title":"elevationZIndex1020"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread0":{"role":"symbol","title":"elevationSpread0","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread0","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread0"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_6_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_600":{"role":"symbol","title":"elevationBoxShadowBottom_2_600","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_600"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1000":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1000"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000","title":"elevationZIndex1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_6_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY400":{"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"title":"elevationY400","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY500"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500","title":"elevationY500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur700":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur700","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"title":"elevationBlur700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_300":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","type":"topic","role":"symbol","title":"elevationBoxShadowBottom_1_300","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationX0":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationX0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationX0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationx0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus400"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400","title":"elevationSpreadMinus400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1090":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1090","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090","kind":"symbol","title":"elevationZIndex1090","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1090"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_600":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY600":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY600"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600","title":"elevationY600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1045":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1045"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1045","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1045"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_100":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_100"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100","title":"elevationBoxShadowBottom_5_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_100","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1010":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1010"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1010","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","title":"elevationZIndex1010"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_600":{"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_600","type":"topic","title":"elevationBoxShadowBottom_5_600","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1040":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1040"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1040","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040","title":"elevationZIndex1040"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_500":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500","role":"symbol","title":"elevationBoxShadowBottom_1_500","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_100","role":"symbol","abstract":[],"type":"topic","title":"elevationBoxShadowBottom_4_100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_2_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_200"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200","title":"elevationBoxShadowBottom_1_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_6_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus100"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","title":"elevationSpreadMinus100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationSpread300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_200":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200","role":"symbol","title":"elevationBoxShadowBottom_5_200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex0":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0","kind":"symbol","role":"symbol","title":"elevationZIndex0","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex0"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex0","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_300":{"title":"elevationBoxShadowBottom_3_300","kind":"symbol","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_300"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300","title":"elevationBoxShadowBottom_2_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur100"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100","title":"elevationBlur100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationSpreadMinus300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus300"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"ElevationRawTokens","symbolKind":"enum","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO","roleHeading":"Enumeration","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}]}]}],"abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Int","type":"codeVoice"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"],"generated":true}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_300":{"title":"elevationBoxShadowBottom_6_300","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_300","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_200":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200","title":"elevationBoxShadowBottom_6_200","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_200","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_100":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_100","kind":"symbol","abstract":[],"type":"topic","title":"elevationBoxShadowBottom_4_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY0":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy0","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY0","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","title":"elevationY0","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_300":{"title":"elevationBoxShadowBottom_3_300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_300"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_300","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur200":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBlur200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur200","title":"elevationBlur200","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1070":{"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1070","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070","title":"elevationZIndex1070","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1070","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur100"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur100","title":"elevationBlur100","abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_300":{"title":"elevationBoxShadowBottom_4_300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_300","type":"topic","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1040":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1040","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1040","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"elevationZIndex1040"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_300":{"kind":"symbol","role":"symbol","title":"elevationBoxShadowBottom_5_300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_300","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_400":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_400","abstract":[],"type":"topic","kind":"symbol","title":"elevationBoxShadowBottom_3_400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1060":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","kind":"symbol","type":"topic","title":"elevationZIndex1060","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1060","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1060"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600","title":"elevationBoxShadowBottom_3_600","kind":"symbol","type":"topic","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_3_600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_600","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1010":{"abstract":[],"type":"topic","title":"elevationZIndex1010","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1010"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1010","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus400":{"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400","title":"elevationSpreadMinus400","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadMinus400"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600","role":"symbol","abstract":[],"title":"elevationBoxShadowBottom_6_600","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus300":{"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus300","role":"symbol","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"title":"elevationSpreadMinus300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_100":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100","type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"elevationBoxShadowBottom_6_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur0":{"role":"symbol","title":"elevationBlur0","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur0","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur0"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_100":{"title":"elevationBoxShadowBottom_2_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_2_100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_400":{"title":"elevationBoxShadowBottom_6_400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400","abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_400","role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_400":{"type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_400","role":"symbol","title":"elevationBoxShadowBottom_1_400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY500":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy500","title":"elevationY500","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY500"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur300":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur300","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur300"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300","title":"elevationBlur300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_500":{"title":"elevationBoxShadowBottom_3_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_500","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1080":{"title":"elevationZIndex1080","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1080","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1080","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_200":{"title":"elevationBoxShadowBottom_2_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_200"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus200":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","title":"elevationSpreadMinus200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_400":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_400","role":"symbol","title":"elevationBoxShadowBottom_4_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1045":{"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1045","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","abstract":[],"kind":"symbol","title":"elevationZIndex1045","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1045","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1090":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1090","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090","title":"elevationZIndex1090","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1090","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_500":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"type":"topic","abstract":[],"role":"symbol","title":"elevationBoxShadowBottom_4_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_500":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_500","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowBottom_2_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_500":{"title":"elevationBoxShadowBottom_1_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_500","role":"symbol","type":"topic","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_500":{"abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_500","title":"elevationBoxShadowBottom_5_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1035":{"role":"symbol","title":"elevationZIndex1035","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1035","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1035","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200","title":"elevationBoxShadowBottom_3_200","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_200","role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_100":{"title":"elevationBoxShadowBottom_5_100","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_100","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_200":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200","title":"elevationBoxShadowBottom_4_200","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_200"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndexMinus9999":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindexminus9999","abstract":[],"title":"elevationZIndexMinus9999","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexMinus9999"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999","kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_600":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600","role":"symbol","title":"elevationBoxShadowBottom_1_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_600"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur700":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur700","abstract":[],"title":"elevationBlur700","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1050":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1050","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","abstract":[],"kind":"symbol","title":"elevationZIndex1050","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1050","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_400":{"title":"elevationBoxShadowBottom_2_400","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_400"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_400","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationX0":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0","type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationx0","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationX0"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"title":"elevationX0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_400":{"title":"elevationBoxShadowBottom_5_400","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_400","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_600":{"title":"elevationBoxShadowBottom_5_600","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_600","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY300":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy300","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300","kind":"symbol","title":"elevationY300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationY300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur400":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur400","role":"symbol","title":"elevationBlur400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy400","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"type":"topic","title":"elevationY400","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1000":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndex1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_200":{"type":"topic","title":"elevationBoxShadowBottom_1_200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1020":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1020"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"title":"elevationZIndex1020","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1020","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex0":{"kind":"symbol","abstract":[],"title":"elevationZIndex0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_200":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_200","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_200"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_5_200","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1030":{"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1030","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","title":"elevationZIndex1030","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1030","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1038":{"kind":"symbol","title":"elevationZIndex1038","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1038","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1038"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus100":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"elevationSpreadMinus100","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY200":{"abstract":[],"title":"elevationY200","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy200","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_100":{"abstract":[],"title":"elevationBoxShadowBottom_3_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_100"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_100":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_1_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread300":{"abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread300","role":"symbol","title":"elevationSpread300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread300"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY600":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy600","type":"topic","title":"elevationY600","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_300":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300","abstract":[],"kind":"symbol","title":"elevationBoxShadowBottom_2_300","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBlur500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur500","type":"topic","role":"symbol","title":"elevationBlur500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread0":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpread0","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread0","role":"symbol","title":"elevationSpread0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_500":{"kind":"symbol","abstract":[],"title":"elevationBoxShadowBottom_6_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_500","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY100":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY100"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"kind":"symbol","title":"elevationY100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur600":{"title":"elevationBlur600","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur600"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_300":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_300","kind":"symbol","abstract":[],"type":"topic","title":"elevationBoxShadowBottom_1_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_300"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_2_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_600","title":"elevationBoxShadowBottom_4_600","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur0.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur0.json index 9bbe770e9..927d5aec3 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur0.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur0.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO14elevationBlur0SivpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"elevationBlur0","symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBlur0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur0","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur0"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur0":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur0"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0","title":"elevationBlur0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur0"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"elevationBlur0","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBlur0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO14elevationBlur0SivpZ"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur0"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}]}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur0":{"role":"symbol","title":"elevationBlur0","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur0","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur0"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur100.json index 278b83d82..df6494e79 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur100.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlur100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}]}]}],"metadata":{"roleHeading":"Type Property","title":"elevationBlur100","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur100SivpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur100"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur100"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur100"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100","title":"elevationBlur100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"elevationBlur100","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur100SivpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur100"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur100"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur100"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur100","title":"elevationBlur100","abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur200.json index f978964f9..cb6421204 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur200.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlur200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur200"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur200SivpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBlur200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur200"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"roleHeading":"Type Property","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur200"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200","title":"elevationBlur200"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur200"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur200SivpZ","roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBlur200","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur200"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur200":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBlur200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur200","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur200","title":"elevationBlur200","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur300.json index eb20525ae..34ae7b9f2 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur300.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlur300","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur300"]}],"metadata":{"title":"elevationBlur300","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur300"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur300SivpZ","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur300":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlur300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","title":"elevationBlur300","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur300"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBlur300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur300"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur300SivpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"elevationBlur300"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur300":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur300","kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur300"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur300","title":"elevationBlur300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur400.json index 5558d0831..24e430c90 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur400.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur400"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur400SivpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBlur400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBlur400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur400"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationBlur400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur400"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur400SivpZ","role":"symbol","title":"elevationBlur400"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur400"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur400":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur400","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur400","role":"symbol","title":"elevationBlur400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur500.json index 12f8c1473..9a7bf376a 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur500.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500"},"metadata":{"title":"elevationBlur500","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur500SivpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur500"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationBlur500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur500"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur500"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur500SivpZ","title":"elevationBlur500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlur500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur500","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBlur500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur500","type":"topic","role":"symbol","title":"elevationBlur500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur600.json index 91024f6f2..aa6a0aa4e 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur600.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"metadata":{"title":"elevationBlur600","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur600SivpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur600"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur600":{"title":"elevationBlur600","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur600","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlur600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600"},"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur600"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur600SivpZ","title":"elevationBlur600"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBlur600","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur600"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur600":{"title":"elevationBlur600","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur600"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur600","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur700.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur700.json index c39d7e248..c544e819d 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur700.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationblur700.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur700"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur700SivpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlur700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"title":"elevationBlur700"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur700":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur700","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"title":"elevationBlur700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur700"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBlur700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlur700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationBlur700SivpZ"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur700"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBlur700":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlur700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationblur700","abstract":[],"title":"elevationBlur700","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBlur700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_100.json index e595243cb..daf64334e 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_100.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_100AA0cfgB5TokenCvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_1_100"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_100"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_100":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_100"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_100","type":"topic","title":"elevationBoxShadowBottom_1_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_100AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_1_100"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_100"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_100":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_1_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_200.json index dd2f94eb4..2f116dd3e 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_200.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_200"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200","interfaceLanguage":"swift"},"sections":[],"metadata":{"title":"elevationBoxShadowBottom_1_200","roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_200AA0cfgB5TokenCvpZ"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_200"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200","title":"elevationBoxShadowBottom_1_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_1_200","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_200AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_200"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_200":{"type":"topic","title":"elevationBoxShadowBottom_1_200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_200","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_300.json index 8901e6db0..f6a63f151 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_300.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_300","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_300"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"elevationBoxShadowBottom_1_300","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_300AA0cfgB5TokenCvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"text":"ElevationRawTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"text":" related to ","type":"text"},{"inlineContent":[{"type":"text","text":"elevations"}],"type":"strong"},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","type":"topic","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"text":" ","type":"text"},{"text":"It is defined as a ","type":"text"},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"type":"text","text":" so as to be shared through "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" with extensions and protocols within modules."}],"kind":"symbol","title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"text":" ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_300":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","type":"topic","role":"symbol","title":"elevationBoxShadowBottom_1_300","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"elevationBoxShadowBottom_1_300","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_300AA0cfgB5TokenCvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_300"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_300":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_300","kind":"symbol","abstract":[],"type":"topic","title":"elevationBoxShadowBottom_1_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_300"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_400.json index 109162558..40b6fa9b6 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_400.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_400"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_400AA0cfgB5TokenCvpZ","roleHeading":"Type Property","title":"elevationBoxShadowBottom_1_400","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_400"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_400":{"title":"elevationBoxShadowBottom_1_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_400","role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_400AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"elevationBoxShadowBottom_1_400","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_1_400"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_400"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_400":{"type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_400","role":"symbol","title":"elevationBoxShadowBottom_1_400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_400","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_500.json index a36afd873..91dffe62b 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_500.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_500AA0cfgB5TokenCvpZ","title":"elevationBoxShadowBottom_1_500","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_500"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_500":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500","role":"symbol","title":"elevationBoxShadowBottom_1_500","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_500"]}],"sections":[],"kind":"symbol","metadata":{"title":"elevationBoxShadowBottom_1_500","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_500AA0cfgB5TokenCvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_500":{"title":"elevationBoxShadowBottom_1_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_500","role":"symbol","type":"topic","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_600.json index d0df446eb..11522d6d5 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_1_600.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_600"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600"},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_600AA0cfgB5TokenCvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowBottom_1_600","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_1_600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_1_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_600"]}],"metadata":{"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_1_600AA0cfgB5TokenCvpZ","role":"symbol","title":"elevationBoxShadowBottom_1_600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_600"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_1_600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_1_600":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_1_600","role":"symbol","title":"elevationBoxShadowBottom_1_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_1_600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_1_600"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_100.json index 9d61b6c91..971802d2f 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_100.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_100"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_100"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_2_100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_2_100","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_100AA0cfgB5TokenCvpZ","role":"symbol"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_2_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"title":"elevationBoxShadowBottom_2_100","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_100AA0cfgB5TokenCvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_100"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_100":{"title":"elevationBoxShadowBottom_2_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_100","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_2_100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_200.json index 2a8eb2c66..71b816dc7 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_200.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_200"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_200"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"title":"elevationBoxShadowBottom_2_200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_200AA0cfgB5TokenCvpZ","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_200"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","title":"elevationBoxShadowBottom_2_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_2_200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_200"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","interfaceLanguage":"swift"},"metadata":{"title":"elevationBoxShadowBottom_2_200","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_200AA0cfgB5TokenCvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_200":{"title":"elevationBoxShadowBottom_2_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_200","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_200"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_200"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_300.json index cdce241cb..21a05b6ea 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_300.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_300"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_300AA0cfgB5TokenCvpZ","roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_300"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_2_300"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_300"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300","title":"elevationBoxShadowBottom_2_300"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_300"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_300"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"roleHeading":"Type Property","title":"elevationBoxShadowBottom_2_300","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_300AA0cfgB5TokenCvpZ","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_300":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_300","abstract":[],"kind":"symbol","title":"elevationBoxShadowBottom_2_300","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_400.json index a8e343a1f..c955f3c97 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_400.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_400"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","title":"elevationBoxShadowBottom_2_400","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_400AA0cfgB5TokenCvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_2_400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","title":"elevationBoxShadowBottom_2_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_400"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","interfaceLanguage":"swift"},"metadata":{"title":"elevationBoxShadowBottom_2_400","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_400"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_400AA0cfgB5TokenCvpZ","symbolKind":"property","roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_400"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_400":{"title":"elevationBoxShadowBottom_2_400","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_400"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_400","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_500.json index 7c816dfdc..795918464 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_500.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_2_500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_500"]}],"sections":[],"metadata":{"title":"elevationBoxShadowBottom_2_500","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_500AA0cfgB5TokenCvpZ","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_2_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_500"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_2_500","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_500AA0cfgB5TokenCvpZ","title":"elevationBoxShadowBottom_2_500","role":"symbol","symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_500"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_500"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_500":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_500","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_500","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowBottom_2_500"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_600.json index 3808482dd..b150432eb 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_2_600.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_600"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_600"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","title":"elevationBoxShadowBottom_2_600","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_600AA0cfgB5TokenCvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_600"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_600":{"role":"symbol","title":"elevationBoxShadowBottom_2_600","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_600","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_2_600"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_600"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_600"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_2_600AA0cfgB5TokenCvpZ","symbolKind":"property","role":"symbol","title":"elevationBoxShadowBottom_2_600","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_2_600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_2_600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_2_600","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_2_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_2_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_2_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_100.json index fd171b8d2..1bf7cd651 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_100.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_100AA0cfgB5TokenCvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_100"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"role":"symbol","title":"elevationBoxShadowBottom_3_100","roleHeading":"Type Property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_100"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_100"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_100"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100","title":"elevationBoxShadowBottom_3_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_100"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","role":"symbol","title":"elevationBoxShadowBottom_3_100","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_3_100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_100AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_100"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_100":{"abstract":[],"title":"elevationBoxShadowBottom_3_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_100","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_100"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_200.json index c49cc84bd..93bf0ed80 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_200.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_200AA0cfgB5TokenCvpZ","title":"elevationBoxShadowBottom_3_200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_200"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200","title":"elevationBoxShadowBottom_3_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","title":"elevationBoxShadowBottom_3_200","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_200AA0cfgB5TokenCvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_200"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_200","title":"elevationBoxShadowBottom_3_200","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_200","role":"symbol","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_300.json index 3c8d86c9d..e7973e593 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_300.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"title":"elevationBoxShadowBottom_3_300","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_300AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_3_300","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_300"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_300":{"title":"elevationBoxShadowBottom_3_300","kind":"symbol","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_300"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_300"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"elevationBoxShadowBottom_3_300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_300"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_300AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_300":{"title":"elevationBoxShadowBottom_3_300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_300"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_300","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_400.json index b3aea9590..b86f1bda3 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_400.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_400","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_400AA0cfgB5TokenCvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_3_400","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_400"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400","title":"elevationBoxShadowBottom_3_400"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_3_400","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_400AA0cfgB5TokenCvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"type":"topic","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_400":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_400","abstract":[],"type":"topic","kind":"symbol","title":"elevationBoxShadowBottom_3_400","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_500.json index 0cad86251..fa681117a 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_500.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_500"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"roleHeading":"Type Property","title":"elevationBoxShadowBottom_3_500","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_500AA0cfgB5TokenCvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_3_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_500"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_500"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_3_500","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_500AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_500":{"title":"elevationBoxShadowBottom_3_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_500","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_500","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_3_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_600.json index 3419ba76d..11696109c 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_3_600.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_3_600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_600AA0cfgB5TokenCvpZ","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_600"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_3_600","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600","title":"elevationBoxShadowBottom_3_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_3_600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_600"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"roleHeading":"Type Property","role":"symbol","title":"elevationBoxShadowBottom_3_600","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_3_600AA0cfgB5TokenCvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_3_600"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_600"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_3_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_3_600","title":"elevationBoxShadowBottom_3_600","kind":"symbol","type":"topic","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_3_600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_3_600","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_100.json index 0acf80a15..0c1a5a556 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_100.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_100","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_100"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_4_100","roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_100AA0cfgB5TokenCvpZ","symbolKind":"property"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_100":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_100","role":"symbol","abstract":[],"type":"topic","title":"elevationBoxShadowBottom_4_100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_100"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"elevationBoxShadowBottom_4_100","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_100AA0cfgB5TokenCvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_100"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_100":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_100","kind":"symbol","abstract":[],"type":"topic","title":"elevationBoxShadowBottom_4_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_200.json index 8ace79c42..db8c1d03a 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_200.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_200AA0cfgB5TokenCvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowBottom_4_200","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_200"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_200":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_200","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_4_200","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"title":"elevationBoxShadowBottom_4_200","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_200AA0cfgB5TokenCvpZ","symbolKind":"property","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_200"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_200":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_200","title":"elevationBoxShadowBottom_4_200","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_200"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_300.json index 5f1bfbe23..0c0899987 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_300.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_300","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_300"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_300AA0cfgB5TokenCvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_4_300","roleHeading":"Type Property","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_300"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_300","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_300"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"roleHeading":"Type Property","role":"symbol","title":"elevationBoxShadowBottom_4_300","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_300AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_300":{"title":"elevationBoxShadowBottom_4_300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_300","type":"topic","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_400.json index 3f68df941..3c32aa259 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_400.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_400","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_400"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_4_400","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_400AA0cfgB5TokenCvpZ"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_400"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_400"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_400AA0cfgB5TokenCvpZ","role":"symbol","title":"elevationBoxShadowBottom_4_400"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_400":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_400","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_400","role":"symbol","title":"elevationBoxShadowBottom_4_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_500.json index 108a8172b..51566e118 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_500.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_500AA0cfgB5TokenCvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_4_500","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_500"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_500"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_4_500","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_500AA0cfgB5TokenCvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_500"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_500":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_4_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"type":"topic","abstract":[],"role":"symbol","title":"elevationBoxShadowBottom_4_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_600.json index 7b2e242da..fcb68dc97 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_4_600.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_600"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_4_600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"elevationBoxShadowBottom_4_600","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_600AA0cfgB5TokenCvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_600":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_4_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_4_600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_4_600AA0cfgB5TokenCvpZ","title":"elevationBoxShadowBottom_4_600","role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_600"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_4_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_4_600","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_4_600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_4_600","title":"elevationBoxShadowBottom_4_600","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_100.json index dbd40355c..437031399 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_100.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_100"]}],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_100AA0cfgB5TokenCvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","title":"elevationBoxShadowBottom_5_100","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_100"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_100":{"kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_100"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100","title":"elevationBoxShadowBottom_5_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_100","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_100AA0cfgB5TokenCvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"elevationBoxShadowBottom_5_100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"role":"symbol"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_100"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_100"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_100":{"title":"elevationBoxShadowBottom_5_100","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_100","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_200.json index c42435c2b..ed9d26e0a 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_200.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"elevationBoxShadowBottom_5_200","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_200AA0cfgB5TokenCvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_200"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"symbolKind":"property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_200"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_200":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200","role":"symbol","title":"elevationBoxShadowBottom_5_200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_200AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_5_200"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_200"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_200":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_200","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_200"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_5_200","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_300.json index 7677bbf3d..d9d8d0461 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_300.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_300"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_300AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"roleHeading":"Type Property","role":"symbol","title":"elevationBoxShadowBottom_5_300"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_300"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_5_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_300"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_300AA0cfgB5TokenCvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","title":"elevationBoxShadowBottom_5_300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_300"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_300":{"kind":"symbol","role":"symbol","title":"elevationBoxShadowBottom_5_300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_300","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_400.json index 2d640b58d..a39f7dbda 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_400.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_400"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_400"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_400AA0cfgB5TokenCvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"symbolKind":"property","title":"elevationBoxShadowBottom_5_400","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_5_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_400"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_400"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400"},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_400AA0cfgB5TokenCvpZ","role":"symbol","title":"elevationBoxShadowBottom_5_400","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_400":{"title":"elevationBoxShadowBottom_5_400","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_400","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_500.json index 13745b613..26a83aeaa 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_500.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_5_500","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_500AA0cfgB5TokenCvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_500"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_500"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_500":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_5_500"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_500","title":"elevationBoxShadowBottom_5_500","abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_500"]}],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_500AA0cfgB5TokenCvpZ","symbolKind":"property","role":"symbol","title":"elevationBoxShadowBottom_5_500","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_500":{"abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_500","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_500","title":"elevationBoxShadowBottom_5_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_600.json index d734e8a92..5b38266c0 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_5_600.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_600"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"elevationBoxShadowBottom_5_600","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_600AA0cfgB5TokenCvpZ","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_5_600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_600"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_600":{"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_600","type":"topic","title":"elevationBoxShadowBottom_5_600","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_5_600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"elevationBoxShadowBottom_5_600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_600"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_5_600AA0cfgB5TokenCvpZ","symbolKind":"property","roleHeading":"Type Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_600"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_600"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_5_600":{"title":"elevationBoxShadowBottom_5_600","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_5_600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_5_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_5_600","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_100.json index 3af427aaa..b2f1c645a 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_100.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_100"]}],"metadata":{"roleHeading":"Type Property","title":"elevationBoxShadowBottom_6_100","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_100AA0cfgB5TokenCvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_100"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_100"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_6_100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_100"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100"},"sections":[],"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_100AA0cfgB5TokenCvpZ","title":"elevationBoxShadowBottom_6_100"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_100"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_100":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_100","type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"elevationBoxShadowBottom_6_100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_200.json index 43c57c9ee..282d84f51 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_200.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_200"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"elevationBoxShadowBottom_6_200","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_200AA0cfgB5TokenCvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_200"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"ElevationRawTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"ElevationRawTokens","kind":"identifier"}],"title":"ElevationRawTokens","url":"\/documentation\/oudstokensraw\/elevationrawtokens","kind":"symbol","type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"inlineContent":[{"type":"text","text":"elevations"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_200","title":"elevationBoxShadowBottom_6_200","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"abstract":[{"type":"emphasis","inlineContent":[{"text":"Raw tokens","type":"text"}]},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}],"kind":"symbol","role":"collection","url":"\/documentation\/oudstokensraw","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","title":"OUDSTokensRaw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_200AA0cfgB5TokenCvpZ","title":"elevationBoxShadowBottom_6_200","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_200"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_200":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_200","title":"elevationBoxShadowBottom_6_200","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_200","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_300.json index 98efa666d..98eaaf665 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_300.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_300"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_300AA0cfgB5TokenCvpZ","roleHeading":"Type Property","title":"elevationBoxShadowBottom_6_300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_300"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300","title":"elevationBoxShadowBottom_6_300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationBoxShadowBottom_6_300","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_300AA0cfgB5TokenCvpZ","role":"symbol","symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_300"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_300":{"title":"elevationBoxShadowBottom_6_300","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_300","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_400.json index 9e8bb9868..c59b73148 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_400.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_400","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"elevationBoxShadowBottom_6_400","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_400AA0cfgB5TokenCvpZ","roleHeading":"Type Property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_6_400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"elevationBoxShadowBottom_6_400","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_400"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_400AA0cfgB5TokenCvpZ","role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_400"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_400":{"title":"elevationBoxShadowBottom_6_400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_400","abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_400","role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_500.json index 34b76444e..494cfb91f 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_500.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","interfaceLanguage":"swift"},"metadata":{"title":"elevationBoxShadowBottom_6_500","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_500AA0cfgB5TokenCvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_500"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"abstract":[],"title":"elevationBoxShadowBottom_6_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_500"]}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_500AA0cfgB5TokenCvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_500"},{"text":": ","kind":"text"},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","title":"elevationBoxShadowBottom_6_500","modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationBoxShadowBottom_6_500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_500":{"kind":"symbol","abstract":[],"title":"elevationBoxShadowBottom_6_500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_500","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_500","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"text":" properties.","type":"text"}],"type":"topic","title":"OUDSTokensRaw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_600.json index d5b606b5c..7516b447a 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationboxshadowbottom_6_600.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_600"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_600"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"elevationBoxShadowBottom_6_600","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_600AA0cfgB5TokenCvpZ","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowBottom_6_600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","kind":"typeIdentifier","text":"ElevationBoxShadowRawToken"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"In the global design system, composite tokens are defined for elevation effects."},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"code":"NSObject","type":"codeVoice"},{"text":" so as to be shared through ","type":"text"},{"code":"@objc","type":"codeVoice"},{"text":" with extensions and protocols within modules.","type":"text"}],"title":"ElevationBoxShadowRawToken","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","type":"topic","navigatorTitle":[{"text":"ElevationBoxShadowRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_600":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_600"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowRawToken","kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600","title":"elevationBoxShadowBottom_6_600"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowBottom_6_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","text":"ElevationBoxShadowRawToken"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_600"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"title":"elevationBoxShadowBottom_6_600","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO30elevationBoxShadowBottom_6_600AA0cfgB5TokenCvpZ","roleHeading":"Type Property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_600"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationBoxShadowBottom_6_600":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationBoxShadowBottom_6_600","role":"symbol","abstract":[],"title":"elevationBoxShadowBottom_6_600","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowBottom_6_600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationboxshadowbottom_6_600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationBoxShadowRawToken":{"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationboxshadowrawtoken","abstract":[{"text":"In the global design system, composite tokens are defined for elevation effects.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It is defined as a "},{"type":"codeVoice","code":"final class"},{"type":"text","text":" and "},{"type":"codeVoice","code":"NSObject"},{"type":"text","text":" so as to be shared through "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" with extensions and protocols within modules."}],"type":"topic","title":"ElevationBoxShadowRawToken","kind":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationBoxShadowRawToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread0.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread0.json index 92aa8db9d..672f969b8 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread0.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread0.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationSpread0","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread0"]}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationSpread0","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationSpread0SivpZ","roleHeading":"Type Property","role":"symbol","title":"elevationSpread0","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread0":{"role":"symbol","title":"elevationSpread0","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread0","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread0"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpread0"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread0"]}],"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread0"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationSpread0SivpZ","role":"symbol","title":"elevationSpread0"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread0":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpread0","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread0","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread0","role":"symbol","title":"elevationSpread0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread300.json index 18081fbb7..2231024dd 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspread300.json @@ -1 +1 @@ -{"sections":[],"metadata":{"title":"elevationSpread300","roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO18elevationSpread300SivpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationSpread300","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread300"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpread300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationSpread300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread300"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread300"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationSpread300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO18elevationSpread300SivpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationSpread300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpread300":{"abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspread300","role":"symbol","title":"elevationSpread300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpread300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpread300"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus100.json index bf7e57213..6de6d213d 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus100.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationSpreadMinus100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus100"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus100SivpZ","title":"elevationSpreadMinus100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus100","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus100":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus100"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","title":"elevationSpreadMinus100"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus100SivpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadMinus100"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"title":"elevationSpreadMinus100"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus100"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus100":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus100","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"elevationSpreadMinus100","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus200.json index a3ca87cd2..3f207448b 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus200.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus200"]}],"metadata":{"title":"elevationSpreadMinus200","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus200SivpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus200","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus200"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","title":"elevationSpreadMinus200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadMinus200"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus200SivpZ","role":"symbol","roleHeading":"Type Property","title":"elevationSpreadMinus200"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus200"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus200":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus200","title":"elevationSpreadMinus200"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus300.json index e242b77e8..81e744238 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus300.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadMinus300"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus300SivpZ","symbolKind":"property","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadMinus300","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"title":"elevationSpreadMinus300"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus300"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationSpreadMinus300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus300"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadMinus300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus300"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus300SivpZ","title":"elevationSpreadMinus300","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus300":{"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus300","role":"symbol","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"title":"elevationSpreadMinus300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus400.json index b9f20368b..6e2e0b228 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationspreadminus400.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus400"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationSpreadMinus400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus400SivpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus400"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationSpreadMinus400"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus400":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadMinus400"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400","title":"elevationSpreadMinus400"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400"},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO23elevationSpreadMinus400SivpZ","title":"elevationSpreadMinus400","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus400"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationSpreadMinus400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationSpreadMinus400":{"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationspreadminus400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationSpreadMinus400","title":"elevationSpreadMinus400","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadMinus400"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationx0.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationx0.json index eb406167f..ab45791c5 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationx0.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationx0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationX0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationx0"]}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO11elevationX0SivpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationX0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"symbolKind":"property","role":"symbol","title":"elevationX0","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationX0":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationX0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationX0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationx0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"title":"elevationX0","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO11elevationX0SivpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationX0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationX0"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","text":"ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationx0"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationX0":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationX0","type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationx0","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationX0"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"title":"elevationX0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy0.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy0.json index a035382ec..1a09c4a9f 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy0.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy0.json @@ -1 +1 @@ -{"metadata":{"title":"elevationY0","roleHeading":"Type Property","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO11elevationY0SivpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY0","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy0"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY0"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY0":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationY0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy0"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy0"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY0","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0"},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY0"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationY0","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO11elevationY0SivpZ","roleHeading":"Type Property","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY0":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy0","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY0","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","title":"elevationY0","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy100.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy100.json index 7a41bf377..39ab220d9 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy100.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy100.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy100"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY100SivpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"title":"elevationY100"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY100":{"title":"elevationY100","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY100"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy100","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy100"]}],"kind":"symbol","metadata":{"title":"elevationY100","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY100SivpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY100":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY100","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY100"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"kind":"symbol","title":"elevationY100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy200.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy200.json index 6ab703c7b..956942225 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy200.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy200.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY200SivpZ","title":"elevationY200","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy200"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY200":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationY200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy200"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy200"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200","interfaceLanguage":"swift"},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"elevationY200","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY200SivpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationY200","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY200":{"abstract":[],"title":"elevationY200","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy200","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy300.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy300.json index 56706caf3..432659fa1 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy300.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy300.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy300"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY300SivpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationY300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"roleHeading":"Type Property","title":"elevationY300","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY300":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationY300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY300SivpZ","title":"elevationY300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationY300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"role":"symbol"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy300"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY300":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy300","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY300","kind":"symbol","title":"elevationY300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationY300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy400.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy400.json index e98aa6fc5..463a9220e 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy400.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy400.json @@ -1 +1 @@ -{"sections":[],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY400"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationY400","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY400SivpZ","roleHeading":"Type Property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy400"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY400":{"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"title":"elevationY400","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationY400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy400"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY400SivpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"symbolKind":"property","title":"elevationY400","roleHeading":"Type Property","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY400","kind":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy400","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"type":"topic","title":"elevationY400","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy500.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy500.json index 3855e809d..8bfa8af83 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy500.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy500.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY500"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}]}]}],"metadata":{"roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY500SivpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY500"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationY500"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy500"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY500":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY500"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500","title":"elevationY500"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy500"]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","metadata":{"title":"elevationY500","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY500SivpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY500"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY500":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy500","title":"elevationY500","kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY500","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY500"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy600.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy600.json index dfdb511f1..747171700 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy600.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationy600.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY600SivpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationY600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"elevationY600","roleHeading":"Type Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY600","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy600"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY600":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationY600"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600","title":"elevationY600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationY600"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO13elevationY600SivpZ","title":"elevationY600"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy600"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationY600":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationY600","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationY600","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationy600","type":"topic","title":"elevationY600","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex0.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex0.json index bf25323d0..c50e1c0c5 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex0.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex0.json @@ -1 +1 @@ -{"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex0","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationZIndex0SivpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"elevationZIndex0"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex0","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","text":"ElevationRawToken"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex0"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationRawTokens","kind":"identifier"}],"title":"ElevationRawTokens","kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}],"navigatorTitle":[{"text":"ElevationRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex0":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0","kind":"symbol","role":"symbol","title":"elevationZIndex0","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex0"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex0","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex0"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"symbolKind":"property","roleHeading":"Type Property","title":"elevationZIndex0","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO16elevationZIndex0SivpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex0","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex0"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex0":{"kind":"symbol","abstract":[],"title":"elevationZIndex0","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex0","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex0","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1000.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1000.json index 5d7cabe08..3016c390e 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1000.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1000.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1000"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1000","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"}],"platforms":["macOS"]}]}],"sections":[],"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1000SivpZ","title":"elevationZIndex1000","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1000"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1000":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1000"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000","title":"elevationZIndex1000"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1000"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1000","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"elevationZIndex1000","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1000SivpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1000":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1000","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"elevationZIndex1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1010.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1010.json index 1dcb19c4c..f1cf7a71a 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1010.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1010.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1010"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1010SivpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"elevationZIndex1010"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1010"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1010"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1010":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1010"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1010","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","title":"elevationZIndex1010"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1010"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1010"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Type Property","title":"elevationZIndex1010","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1010"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1010SivpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1010":{"abstract":[],"type":"topic","title":"elevationZIndex1010","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1010"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1010","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1010","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1020.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1020.json index b60560a37..6601889c1 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1020.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1020.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1020SivpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1020","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"elevationZIndex1020"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1020","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1020"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1020":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1020"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1020","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020","title":"elevationZIndex1020"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1020"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1020"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1020"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"title":"elevationZIndex1020","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1020SivpZ","roleHeading":"Type Property","role":"symbol"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1020":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1020","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1020"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"title":"elevationZIndex1020","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1020","type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1030.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1030.json index 5a0185cc5..4a8efd637 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1030.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1030.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1030","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Type Property","role":"symbol","title":"elevationZIndex1030","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1030SivpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1030","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1030"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1030":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1030"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1030","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1030"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1030"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1030SivpZ","title":"elevationZIndex1030","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1030","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1030"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","text":"ElevationRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1030":{"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1030","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1030","title":"elevationZIndex1030","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1030","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1035.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1035.json index 40949adf4..f05e3ea7e 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1035.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1035.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1035SivpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1035","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"title":"elevationZIndex1035","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1035"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1035","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1035":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1035"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1035","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1035"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1035SivpZ","role":"symbol","title":"elevationZIndex1035","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1035","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1035","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1035"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1035":{"role":"symbol","title":"elevationZIndex1035","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1035","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1035","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1035","abstract":[],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1038.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1038.json index e72da40e7..786ec9d35 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1038.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1038.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1038SivpZ","roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1038","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"elevationZIndex1038"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1038"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1038","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1038":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1038","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1038","title":"elevationZIndex1038","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038"},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1038"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1038SivpZ","role":"symbol","title":"elevationZIndex1038","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1038"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1038"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1038":{"kind":"symbol","title":"elevationZIndex1038","abstract":[],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1038","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1038","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1038"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1040.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1040.json index fce154f5d..94380ce9d 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1040.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1040.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1040","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1040SivpZ","symbolKind":"property","title":"elevationZIndex1040","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1040"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1040","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1040":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1040"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1040","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040","title":"elevationZIndex1040"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1040"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1040","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1040","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1040SivpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"elevationZIndex1040"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1040":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1040","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1040","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1040","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"elevationZIndex1040"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1045.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1045.json index 91e0d4e25..2ca852b3f 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1045.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1045.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1045"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"metadata":{"title":"elevationZIndex1045","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1045SivpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1045"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1045","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1045":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1045"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1045","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1045"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1045"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1045"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier"}]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1045","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"title":"elevationZIndex1045","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1045SivpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1045":{"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1045","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1045","abstract":[],"kind":"symbol","title":"elevationZIndex1045","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1045","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1050.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1050.json index 0f9753d31..7b93282b4 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1050.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1050.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1050","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1050"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1050SivpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1050","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","title":"elevationZIndex1050"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1050":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1050"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1050","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","title":"elevationZIndex1050"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"elevationZIndex1050","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1050SivpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1050","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"symbolKind":"property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1050"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1050"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1050":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1050","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1050","abstract":[],"kind":"symbol","title":"elevationZIndex1050","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1050","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1060.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1060.json index d00875d70..ebe2a7f2b 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1060.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1060.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1060","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1060SivpZ","symbolKind":"property","roleHeading":"Type Property","title":"elevationZIndex1060","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1060"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1060","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1060":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1060"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1060","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","title":"elevationZIndex1060"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1060SivpZ","title":"elevationZIndex1060","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1060","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1060"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1060","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1060":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1060","kind":"symbol","type":"topic","title":"elevationZIndex1060","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1060","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1060"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1070.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1070.json index 46ed26c1b..ad53f6b4b 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1070.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1070.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1070"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1070","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1070SivpZ","title":"elevationZIndex1070","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1070","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1070":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1070"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070","abstract":[],"kind":"symbol","role":"symbol","title":"elevationZIndex1070","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1070"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1070SivpZ","title":"elevationZIndex1070","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1070"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1070","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1070"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1070":{"type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1070","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1070","title":"elevationZIndex1070","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1070","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1080.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1080.json index 6976a2b1f..7b5a3be5b 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1080.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1080.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1080"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1080SivpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1080"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"title":"elevationZIndex1080","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1080","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1080":{"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1080"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"abstract":[],"title":"elevationZIndex1080","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1080"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1080SivpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndex1080","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","title":"elevationZIndex1080","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1080"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1080"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1080":{"title":"elevationZIndex1080","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1080","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1080","kind":"symbol","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1080","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1090.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1090.json index 8208f6d96..fee79ef6b 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1090.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindex1090.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090"},"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndex1090"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1090SivpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"elevationZIndex1090","symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndex1090","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1090"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1090":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1090","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090","kind":"symbol","title":"elevationZIndex1090","role":"symbol","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1090"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndex1090"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}]}]}],"metadata":{"roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"elevationZIndex1090","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO19elevationZIndex1090SivpZ","title":"elevationZIndex1090"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1090"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndex1090":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndex1090","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndex1090","title":"elevationZIndex1090","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindex1090","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindexminus9999.json b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindexminus9999.json index cb926b893..0b6edbde3 100644 --- a/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindexminus9999.json +++ b/docs/data/documentation/oudstokensraw/elevationrawtokens/elevationzindexminus9999.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindexminus9999"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexMinus9999"},{"text":": ","kind":"text"},{"text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO24elevationZIndexMinus9999SivpZ","title":"elevationZIndexMinus9999","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexMinus9999"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndexMinus9999":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"elevationZIndexMinus9999","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999","url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindexminus9999","title":"elevationZIndexMinus9999","role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"role":"symbol","title":"ElevationRawToken","navigatorTitle":[{"text":"ElevationRawToken","kind":"identifier"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationRawToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"Int","type":"codeVoice"},{"text":" value are used (because used in ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"text":".","type":"text"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindexminus9999"]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:13OUDSTokensRaw09ElevationB6TokensO24elevationZIndexMinus9999SivpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"elevationZIndexMinus9999","symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexMinus9999"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexMinus9999","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","text":"ElevationRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens/elevationZIndexMinus9999":{"url":"\/documentation\/oudstokensraw\/elevationrawtokens\/elevationzindexminus9999","abstract":[],"title":"elevationZIndexMinus9999","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexMinus9999"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens\/elevationZIndexMinus9999","kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawToken":{"navigatorTitle":[{"kind":"identifier","text":"ElevationRawToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" value are used (because used in "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":" API) for each "},{"type":"strong","inlineContent":[{"type":"text","text":"elevation raw token"}]},{"type":"text","text":"."}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/elevationrawtoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationRawToken","kind":"identifier"}],"title":"ElevationRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtoken.json b/docs/data/documentation/oudstokensraw/gridrawtoken.json index 1a73213d7..9cbcb1423 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtoken.json +++ b/docs/data/documentation/oudstokensraw/gridrawtoken.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawToken"},{"kind":"text","text":" = "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","interfaceLanguage":"swift"},"metadata":{"title":"GridRawToken","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB5Tokena","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}],"symbolKind":"typealias","modules":[{"name":"OUDSTokensRaw"}]},"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","title":"DimensionRawToken","role":"symbol","navigatorTitle":[{"text":"DimensionRawToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"Raw tokens of dimensions are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtoken"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Alias","symbolKind":"typealias","title":"GridRawToken","externalID":"s:13OUDSTokensRaw04GridB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawToken"}],"navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"DimensionRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawToken":{"url":"\/documentation\/oudstokensraw\/dimensionrawtoken","abstract":[{"type":"text","text":"Raw tokens of dimensions are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawToken"}],"kind":"symbol","title":"DimensionRawToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawToken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens.json b/docs/data/documentation/oudstokensraw/gridrawtokens.json index eb87f585d..d0b7b93cb 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"grid","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridRawTokens","kind":"identifier"}]}],"kind":"declarations"}],"seeAlsoSections":[{"title":"Group","generated":true,"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"topicSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular"],"title":"Type Properties"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"GridRawTokens","kind":"identifier"}],"symbolKind":"enum","title":"GridRawTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"GridRawTokens"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Enumeration"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth300":{"role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","abstract":[],"title":"gridDesignWidth300","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnCount":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumncount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","abstract":[],"type":"topic","role":"symbol","title":"gridIOSExtraCompactColumnCount"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactDesignWidth":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactdesignwidth","abstract":[],"type":"topic","role":"symbol","title":"gridIOSExtraCompactDesignWidth"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin300":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300","abstract":[],"type":"topic","role":"symbol","title":"gridMargin300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMargin":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmargin","abstract":[],"type":"topic","role":"symbol","title":"gridIOSExtraCompactMargin"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth600":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600","abstract":[],"type":"topic","role":"symbol","title":"gridDesignWidth600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400","type":"topic","title":"gridDesignWidth400","role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap10":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap10","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap10","abstract":[],"type":"topic","role":"symbol","title":"gridColumnGap10"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin600":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","abstract":[],"type":"topic","role":"symbol","title":"gridMargin600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin2500":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin2500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin2500","abstract":[],"type":"topic","role":"symbol","title":"gridMargin2500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMargin":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmargin","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin","abstract":[],"type":"topic","role":"symbol","title":"gridIOSCompactMargin"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin400":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin400","abstract":[],"type":"topic","role":"symbol","title":"gridMargin400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap300":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","abstract":[],"type":"topic","role":"symbol","title":"gridColumnGap300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount600":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount600","abstract":[],"type":"topic","role":"symbol","title":"gridColumnCount600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSCompact":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSCompact","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthioscompact","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","abstract":[],"type":"topic","role":"symbol","title":"gridMaxWidthIOSCompact"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth200":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth200","abstract":[],"type":"topic","role":"symbol","title":"gridDesignWidth200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnGap":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumngap","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","abstract":[],"type":"topic","role":"symbol","title":"gridIOSCompactColumnGap"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin100":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin100","abstract":[],"type":"topic","role":"symbol","title":"gridMargin100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnCount":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumncount","role":"symbol","type":"topic","kind":"symbol","title":"gridIOSCompactColumnCount"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1700":{"role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin1700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700","abstract":[],"title":"gridMargin1700","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnGap500","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap500","role":"symbol","title":"gridColumnGap500","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount1200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1200","role":"symbol","kind":"symbol","title":"gridColumnCount1200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularDesignWidth":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth","title":"gridIOSRegularDesignWidth","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregulardesignwidth","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1000":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount1000","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"gridColumnCount1000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth500","title":"gridDesignWidth500","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth500"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin900":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin900"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"gridMargin900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMaxWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmaxwidth","title":"gridIOSExtraCompactMaxWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMaxWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmaxwidth","title":"gridIOSCompactMaxWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSCompact":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthioscompact","title":"gridMinWidthIOSCompact","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMinWidthIOSCompact"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactDesignWidth":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactdesignwidth","title":"gridIOSCompactDesignWidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","type":"topic","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth800","title":"gridDesignWidth800","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth800"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMinWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactminwidth","title":"gridIOSExtraCompactMinWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnGap":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumngap","title":"gridIOSExtraCompactColumnGap","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSRegular":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosregular","title":"gridMaxWidthIOSRegular","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMaxWidthIOSRegular"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount800","title":"gridColumnCount800","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount800"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMaxWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmaxwidth","title":"gridIOSRegularMaxWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap700":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap700","title":"gridColumnGap700","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap700"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1000","title":"gridMargin1000","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1000"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin700":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin700","title":"gridMargin700","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin700"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount200","title":"gridColumnCount200","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount200"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth100","title":"gridDesignWidth100","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth700":{"type":"topic","role":"symbol","title":"gridDesignWidth700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth700","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth700","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1100":{"abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin1100","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","role":"symbol","title":"gridMargin1100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSRegular":{"type":"topic","role":"symbol","title":"gridMinWidthIOSRegular","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosregular","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin500":{"type":"topic","role":"symbol","title":"gridMargin500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin500","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin500","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnCount":{"type":"topic","role":"symbol","title":"gridIOSRegularColumnCount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumncount","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap200":{"type":"topic","role":"symbol","title":"gridColumnGap200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap200","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSExtraCompact":{"type":"topic","role":"symbol","title":"gridMinWidthIOSExtraCompact","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosextracompact","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSExtraCompact":{"type":"topic","role":"symbol","title":"gridMaxWidthIOSExtraCompact","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSExtraCompact","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosextracompact","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnGap":{"type":"topic","role":"symbol","title":"gridIOSRegularColumnGap","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumngap","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMinWidth":{"type":"topic","role":"symbol","title":"gridIOSCompactMinWidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactminwidth","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMinWidth":{"type":"topic","role":"symbol","title":"gridIOSRegularMinWidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularminwidth","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount400":{"type":"topic","role":"symbol","title":"gridColumnCount400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount400","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount400","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount100":{"type":"topic","role":"symbol","title":"gridColumnCount100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount100","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMargin":{"type":"topic","role":"symbol","title":"gridIOSRegularMargin","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmargin","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap100":{"type":"topic","role":"symbol","title":"gridColumnGap100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap100","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO","roleHeading":"Enumeration","role":"symbol","symbolKind":"enum","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawTokens"}],"modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"title":"GridRawTokens"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"],"title":"Group","generated":true}],"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"grid"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"GridRawTokens","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens"]}],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount600":{"abstract":[],"type":"topic","title":"gridColumnCount600","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount600","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth800":{"abstract":[],"title":"gridDesignWidth800","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth800","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin300":{"abstract":[],"type":"topic","title":"gridMargin300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin300","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth600":{"abstract":[],"title":"gridDesignWidth600","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth600","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMinWidth":{"abstract":[],"type":"topic","title":"gridIOSRegularMinWidth","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularminwidth","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnGap":{"role":"symbol","title":"gridIOSCompactColumnGap","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumngap","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin500":{"abstract":[],"title":"gridMargin500","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnGap":{"title":"gridIOSExtraCompactColumnGap","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumngap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth400":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridDesignWidth400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth400","role":"symbol","abstract":[],"title":"gridDesignWidth400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMaxWidth":{"abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmaxwidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","title":"gridIOSRegularMaxWidth","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSExtraCompact":{"title":"gridMaxWidthIOSExtraCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosextracompact","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMaxWidthIOSExtraCompact"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnCount":{"title":"gridIOSExtraCompactColumnCount","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumncount","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMargin":{"title":"gridIOSExtraCompactMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmargin","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSRegular":{"title":"gridMinWidthIOSRegular","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosregular","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth700":{"title":"gridDesignWidth700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMaxWidth":{"title":"gridIOSCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmaxwidth","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMargin":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmargin","role":"symbol","type":"topic","abstract":[],"title":"gridIOSRegularMargin"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin900":{"title":"gridMargin900","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap200":{"title":"gridColumnGap200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnGap200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1100":{"title":"gridMargin1100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin1100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin400":{"title":"gridMargin400","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap700":{"title":"gridColumnGap700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSExtraCompact":{"title":"gridMinWidthIOSExtraCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosextracompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1000":{"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1000"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1000","title":"gridMargin1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMinWidth":{"title":"gridIOSExtraCompactMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactminwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin700":{"title":"gridMargin700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","type":"topic","title":"gridMargin600","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap300":{"title":"gridColumnGap300","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1700":{"title":"gridMargin1700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1700"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1700","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1000":{"title":"gridColumnCount1000","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1000","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount1000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactDesignWidth":{"title":"gridIOSCompactDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactdesignwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth300":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth300","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth300","title":"gridDesignWidth300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth100":{"title":"gridDesignWidth100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap500":{"title":"gridColumnGap500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMargin":{"title":"gridIOSCompactMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmargin","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin2500":{"title":"gridMargin2500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin2500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin2500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth200":{"title":"gridDesignWidth200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMinWidth":{"title":"gridIOSCompactMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactminwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap10":{"title":"gridColumnGap10","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap10"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap10"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount100":{"title":"gridColumnCount100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMaxWidth":{"title":"gridIOSExtraCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmaxwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount200":{"title":"gridColumnCount200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth500":{"title":"gridDesignWidth500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSCompact":{"title":"gridMaxWidthIOSCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthioscompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMaxWidthIOSCompact","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap100":{"title":"gridColumnGap100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnCount":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumncount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount","title":"gridIOSCompactColumnCount","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnGap":{"title":"gridIOSRegularColumnGap","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumngap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactDesignWidth":{"title":"gridIOSExtraCompactDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactdesignwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSCompact":{"title":"gridMinWidthIOSCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthioscompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSCompact","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount800":{"title":"gridColumnCount800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSRegular":{"title":"gridMaxWidthIOSRegular","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosregular","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMaxWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1200":{"title":"gridColumnCount1200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount1200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin100":{"title":"gridMargin100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount400":{"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount400","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount400"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400","kind":"symbol","title":"gridColumnCount400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnCount":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"title":"gridIOSRegularColumnCount","abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumncount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularDesignWidth":{"title":"gridIOSRegularDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregulardesignwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount100.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount100.json index 4955ffa60..e20774dfd 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount100.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount100.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"gridColumnCount100","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount100"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount100SdvpZ"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount100"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount100":{"type":"topic","role":"symbol","title":"gridColumnCount100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount100","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","text":"GridRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"gridColumnCount100","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount100SdvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount100"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount100":{"title":"gridColumnCount100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1000.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1000.json index 67b67982b..b0a8ea9c4 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1000.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1000.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1000"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnCount1000","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount1000","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO19gridColumnCount1000SdvpZ","role":"symbol","title":"gridColumnCount1000","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1000":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount1000","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"gridColumnCount1000","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1000"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount1000","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"gridColumnCount1000","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount1000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO19gridColumnCount1000SdvpZ","modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1000":{"title":"gridColumnCount1000","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1000","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount1000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1000","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1200.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1200.json index eb4f3ab84..b6a5ea472 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1200.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount1200.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount1200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO19gridColumnCount1200SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"gridColumnCount1200"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1200"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount1200"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount1200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1200","role":"symbol","kind":"symbol","title":"gridColumnCount1200"}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO19gridColumnCount1200SdvpZ","title":"gridColumnCount1200","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount1200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount1200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1200"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount1200":{"title":"gridColumnCount1200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount1200","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount1200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount1200","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount200.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount200.json index c7787a2ec..be2bd8d1d 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount200.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount200.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount200"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount200SdvpZ","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"title":"gridColumnCount200","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount200","title":"gridColumnCount200","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount200"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount200SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"gridColumnCount200","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnCount200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount200"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount200":{"title":"gridColumnCount200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount200","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount400.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount400.json index b09b93010..39cb6f22e 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount400.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount400.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount400SdvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount400"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"title":"gridColumnCount400","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount400":{"type":"topic","role":"symbol","title":"gridColumnCount400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount400","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount400","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount400"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"gridColumnCount400","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount400SdvpZ"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount400"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount400":{"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount400","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount400"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount400","kind":"symbol","title":"gridColumnCount400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount600.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount600.json index bd800906d..45ff48940 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount600.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount600.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount600","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}]}]}],"metadata":{"roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount600SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"gridColumnCount600"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount600"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount600":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount600","abstract":[],"type":"topic","role":"symbol","title":"gridColumnCount600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount600SdvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"gridColumnCount600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnCount600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount600"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount600":{"abstract":[],"type":"topic","title":"gridColumnCount600","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnCount600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount600","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount600","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount800.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount800.json index 40112dd83..4689047cb 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount800.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumncount800.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount800"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount800"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount800SdvpZ","title":"gridColumnCount800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount800"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount800","title":"gridColumnCount800","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnCount800"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount800"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridColumnCount800SdvpZ","symbolKind":"property","role":"symbol","title":"gridColumnCount800","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnCount800","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnCount800":{"title":"gridColumnCount800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumncount800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnCount800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnCount800","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap10.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap10.json index 797bed066..6f5cad156 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap10.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap10.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnGap10","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO15gridColumnGap10SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"gridColumnGap10"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnGap10","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap10"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap10":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap10","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap10","abstract":[],"type":"topic","role":"symbol","title":"gridColumnGap10"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnGap10","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"title":"gridColumnGap10","externalID":"s:13OUDSTokensRaw04GridB6TokensO15gridColumnGap10SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnGap10","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap10"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","role":"collection","abstract":[{"type":"emphasis","inlineContent":[{"type":"text","text":"Raw tokens"}]},{"type":"text","text":" are smallest "},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":" properties."}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap10":{"title":"gridColumnGap10","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap10"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap10","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap10"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap100.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap100.json index fbd5186c9..4c974144a 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap100.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap100.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap100"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap100SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnGap100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"title":"gridColumnGap100","role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap100"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap100":{"type":"topic","role":"symbol","title":"gridColumnGap100","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap100","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","interfaceLanguage":"swift"},"metadata":{"title":"gridColumnGap100","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap100SdvpZ","role":"symbol","roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap100"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnGap100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap100"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap100":{"title":"gridColumnGap100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap200.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap200.json index 92ad1b6a8..6a8e87276 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap200.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap200.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap200"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap200SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"gridColumnGap200"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap200"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap200":{"type":"topic","role":"symbol","title":"gridColumnGap200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap200","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"title":"gridColumnGap200","externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap200SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap200"]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap200":{"title":"gridColumnGap200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnGap200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap200","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap300.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap300.json index 9f1be3364..6061287dc 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap300.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap300.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap300"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridColumnGap300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap300SdvpZ","role":"symbol","title":"gridColumnGap300","roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnGap300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap300":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","abstract":[],"type":"topic","role":"symbol","title":"gridColumnGap300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnGap300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}]}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","title":"gridColumnGap300","externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap300SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap300"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap300":{"title":"gridColumnGap300","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap300","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap500.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap500.json index bfb7d68ed..0e5607ba0 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap500.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap500.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridColumnGap500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}]}]}],"metadata":{"symbolKind":"property","title":"gridColumnGap500","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap500SdvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnGap500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap500"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnGap500","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap500","role":"symbol","title":"gridColumnGap500","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"gridColumnGap500","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridColumnGap500","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap500SdvpZ","roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap500"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap500":{"title":"gridColumnGap500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap500","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap700.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap700.json index cac61d5fc..d0e5d112d 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap700.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridcolumngap700.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap700"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap700SdvpZ","symbolKind":"property","title":"gridColumnGap700","roleHeading":"Type Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap700"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap700"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap700":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap700","title":"gridColumnGap700","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridColumnGap700"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap700"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnGap700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"title":"gridColumnGap700","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO16gridColumnGap700SdvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridColumnGap700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridColumnGap700":{"title":"gridColumnGap700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridcolumngap700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnGap700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridColumnGap700","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth100.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth100.json index 3b571dcb8..b6e4c12a1 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth100.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth100.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth100SdvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"roleHeading":"Type Property","title":"gridDesignWidth100"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth100"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridDesignWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth100":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth100","title":"gridDesignWidth100","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"gridDesignWidth100","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth100SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridDesignWidth100","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth100"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridDesignWidth100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth100":{"title":"gridDesignWidth100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth200.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth200.json index e53428677..f23de3bcc 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth200.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth200.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"metadata":{"role":"symbol","title":"gridDesignWidth200","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth200SdvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth200"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth200"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth200":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth200","abstract":[],"type":"topic","role":"symbol","title":"gridDesignWidth200"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth200"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"gridDesignWidth200","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridDesignWidth200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth200SdvpZ"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth200":{"title":"gridDesignWidth200","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth200","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth300.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth300.json index fb9675bf8..ccb238f6e 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth300.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth300.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth300SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridDesignWidth300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","title":"gridDesignWidth300","roleHeading":"Type Property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth300","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth300"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth300":{"role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth300","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","abstract":[],"title":"gridDesignWidth300","type":"topic"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth300","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth300","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth300SdvpZ","symbolKind":"property","title":"gridDesignWidth300"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth300"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth300":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth300","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth300","type":"topic","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth300","title":"gridDesignWidth300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth400.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth400.json index 3cb728189..7995aabf7 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth400.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth400.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridDesignWidth400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth400SdvpZ","title":"gridDesignWidth400","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth400"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400","type":"topic","title":"gridDesignWidth400","role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth400","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth400SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"title":"gridDesignWidth400"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth400"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridDesignWidth400","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth400":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridDesignWidth400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth400","role":"symbol","abstract":[],"title":"gridDesignWidth400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"title":"GridRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"grid","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"text":".","type":"text"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"url":"\/documentation\/oudstokensraw\/gridrawtoken","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","title":"GridRawToken","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridRawToken","kind":"identifier"}],"navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}],"type":"topic","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth500.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth500.json index dd4d20771..346e86a8f 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth500.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth500.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth500"},{"kind":"text","text":": "},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth500"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","title":"gridDesignWidth500","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth500SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth500"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth500","title":"gridDesignWidth500","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth500"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth500"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth500SdvpZ","symbolKind":"property","role":"symbol","title":"gridDesignWidth500","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth500":{"title":"gridDesignWidth500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth500","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth600.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth600.json index f7269b5c4..941e6081a 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth600.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth600.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth600"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth600SdvpZ","title":"gridDesignWidth600","role":"symbol","roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth600":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600","abstract":[],"type":"topic","role":"symbol","title":"gridDesignWidth600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth600"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth600SdvpZ","symbolKind":"property","roleHeading":"Type Property","title":"gridDesignWidth600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridDesignWidth600","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth600":{"abstract":[],"title":"gridDesignWidth600","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth600","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth600","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth700.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth700.json index 959271830..349dcef87 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth700.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth700.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"title":"gridDesignWidth700","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth700SdvpZ","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth700"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth700":{"type":"topic","role":"symbol","title":"gridDesignWidth700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridDesignWidth700","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth700","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth700"]}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth700SdvpZ","role":"symbol","title":"gridDesignWidth700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridDesignWidth700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth700":{"title":"gridDesignWidth700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth700"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth700","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth800.json b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth800.json index fe9692e01..68f2b6fe7 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth800.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/griddesignwidth800.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800"},"metadata":{"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"gridDesignWidth800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth800"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth800SdvpZ","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth800"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth800"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth800":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth800","title":"gridDesignWidth800","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridDesignWidth800"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridDesignWidth800","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth800"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"gridDesignWidth800","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridDesignWidth800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO18gridDesignWidth800SdvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridDesignWidth800":{"abstract":[],"title":"gridDesignWidth800","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridDesignWidth800"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridDesignWidth800","url":"\/documentation\/oudstokensraw\/gridrawtokens\/griddesignwidth800","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumncount.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumncount.json index b84c77e18..7f379900b 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumncount.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumncount.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSCompactColumnCountSdvpZ","title":"gridIOSCompactColumnCount","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumncount"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnCount":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumncount","role":"symbol","type":"topic","kind":"symbol","title":"gridIOSCompactColumnCount"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol","title":"gridIOSCompactColumnCount","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSCompactColumnCountSdvpZ"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnCount":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumncount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnCount","title":"gridIOSCompactColumnCount","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumngap.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumngap.json index ef07c9ebe..65c921220 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumngap.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactcolumngap.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"property","roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO23gridIOSCompactColumnGapSdvpZ","title":"gridIOSCompactColumnGap","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumngap"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnGap":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumngap","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","abstract":[],"type":"topic","role":"symbol","title":"gridIOSCompactColumnGap"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO23gridIOSCompactColumnGapSdvpZ","role":"symbol","title":"gridIOSCompactColumnGap","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumngap"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactColumnGap":{"role":"symbol","title":"gridIOSCompactColumnGap","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactColumnGap","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactcolumngap","abstract":[],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactdesignwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactdesignwidth.json index ef7566b55..b64660b45 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactdesignwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactdesignwidth.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}],"kind":"declarations"}],"metadata":{"title":"gridIOSCompactDesignWidth","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSCompactDesignWidthSdvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactdesignwidth"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactDesignWidth":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactdesignwidth","title":"gridIOSCompactDesignWidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","type":"topic","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","abstract":[{"type":"text","text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens."}],"title":"GridRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"GridRawTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":" related to ","type":"text"},{"inlineContent":[{"type":"text","text":"grid"}],"type":"strong"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"GridRawTokens"}],"role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactdesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSCompactDesignWidthSdvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"gridIOSCompactDesignWidth","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactDesignWidth":{"title":"gridIOSCompactDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactdesignwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactDesignWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmargin.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmargin.json index 266d36303..af58e5474 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmargin.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmargin.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO20gridIOSCompactMarginSdvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","title":"gridIOSCompactMargin","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmargin"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMargin":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmargin","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin","abstract":[],"type":"topic","role":"symbol","title":"gridIOSCompactMargin"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMargin"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}]}],"kind":"declarations"}],"sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"gridIOSCompactMargin","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO20gridIOSCompactMarginSdvpZ","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMargin":{"title":"gridIOSCompactMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmargin","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMargin","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmaxwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmaxwidth.json index 45b48f8a8..b6ac3a2cc 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmaxwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactmaxwidth.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmaxwidth"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","title":"gridIOSCompactMaxWidth","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSCompactMaxWidthSdvpZ"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMaxWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmaxwidth","title":"gridIOSCompactMaxWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth"},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSCompactMaxWidthSdvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"symbolKind":"property","title":"gridIOSCompactMaxWidth","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMaxWidth":{"title":"gridIOSCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactmaxwidth","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMaxWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactminwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactminwidth.json index 048f24cbd..35687f732 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactminwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridioscompactminwidth.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSCompactMinWidthSdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"role":"symbol","title":"gridIOSCompactMinWidth"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactminwidth"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMinWidth":{"type":"topic","role":"symbol","title":"gridIOSCompactMinWidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactminwidth","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactminwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"kind":"text","text":": "},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSCompactMinWidthSdvpZ","symbolKind":"property","title":"gridIOSCompactMinWidth","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSCompactMinWidth":{"title":"gridIOSCompactMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridioscompactminwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSCompactMinWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumncount.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumncount.json index 70077888f..d79067d12 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumncount.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumncount.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnCount"},{"text":": ","kind":"text"},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO30gridIOSExtraCompactColumnCountSdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"title":"gridIOSExtraCompactColumnCount","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumncount"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnCount":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumncount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","abstract":[],"type":"topic","role":"symbol","title":"gridIOSExtraCompactColumnCount"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"title":"gridIOSExtraCompactColumnCount","externalID":"s:13OUDSTokensRaw04GridB6TokensO30gridIOSExtraCompactColumnCountSdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnCount":{"title":"gridIOSExtraCompactColumnCount","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumncount","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnCount","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumngap.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumngap.json index 9b6582499..4cde68f70 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumngap.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactcolumngap.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumngap"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"gridIOSExtraCompactColumnGap","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO28gridIOSExtraCompactColumnGapSdvpZ","symbolKind":"property","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnGap":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumngap","title":"gridIOSExtraCompactColumnGap","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap"},"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO28gridIOSExtraCompactColumnGapSdvpZ","role":"symbol","title":"gridIOSExtraCompactColumnGap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumngap"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactColumnGap":{"title":"gridIOSExtraCompactColumnGap","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactcolumngap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactColumnGap","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactdesignwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactdesignwidth.json index 905b78a85..564c5ced0 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactdesignwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactdesignwidth.json @@ -1 +1 @@ -{"metadata":{"title":"gridIOSExtraCompactDesignWidth","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO30gridIOSExtraCompactDesignWidthSdvpZ","symbolKind":"property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactdesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactDesignWidth":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactdesignwidth","abstract":[],"type":"topic","role":"symbol","title":"gridIOSExtraCompactDesignWidth"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"title":"gridIOSExtraCompactDesignWidth","externalID":"s:13OUDSTokensRaw04GridB6TokensO30gridIOSExtraCompactDesignWidthSdvpZ","symbolKind":"property","roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactdesignwidth"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactDesignWidth":{"title":"gridIOSExtraCompactDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactdesignwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactDesignWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmargin.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmargin.json index af37091a4..91b69684b 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmargin.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmargin.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSExtraCompactMarginSdvpZ","role":"symbol","title":"gridIOSExtraCompactMargin","symbolKind":"property","roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMargin":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmargin","abstract":[],"type":"topic","role":"symbol","title":"gridIOSExtraCompactMargin"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmargin"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"symbolKind":"property","title":"gridIOSExtraCompactMargin","externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSExtraCompactMarginSdvpZ","role":"symbol","roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMargin":{"title":"gridIOSExtraCompactMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmargin","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMargin","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmaxwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmaxwidth.json index 257e338d1..56e4e9fcc 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmaxwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactmaxwidth.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"title":"gridIOSExtraCompactMaxWidth","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridIOSExtraCompactMaxWidthSdvpZ","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMaxWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmaxwidth","title":"gridIOSExtraCompactMaxWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmaxwidth"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridIOSExtraCompactMaxWidthSdvpZ","title":"gridIOSExtraCompactMaxWidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMaxWidth":{"title":"gridIOSExtraCompactMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactmaxwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMaxWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactminwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactminwidth.json index b74a643e3..c1787e9ed 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactminwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosextracompactminwidth.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridIOSExtraCompactMinWidthSdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"gridIOSExtraCompactMinWidth","roleHeading":"Type Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactminwidth"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMinWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactminwidth","title":"gridIOSExtraCompactMinWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"gridIOSExtraCompactMinWidth","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridIOSExtraCompactMinWidthSdvpZ","role":"symbol","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactminwidth"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSExtraCompactMinWidth":{"title":"gridIOSExtraCompactMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosextracompactminwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSExtraCompactMinWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumncount.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumncount.json index 52a7c4947..ae034eae3 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumncount.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumncount.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSRegularColumnCountSdvpZ","title":"gridIOSRegularColumnCount","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnCount":{"type":"topic","role":"symbol","title":"gridIOSRegularColumnCount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumncount","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","title":"gridIOSRegularColumnCount","externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSRegularColumnCountSdvpZ","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnCount":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"title":"gridIOSRegularColumnCount","abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumncount","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnCount"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumngap.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumngap.json index 06d99f1fb..8acbc434c 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumngap.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularcolumngap.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","metadata":{"title":"gridIOSRegularColumnGap","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO23gridIOSRegularColumnGapSdvpZ","roleHeading":"Type Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumngap"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnGap":{"type":"topic","role":"symbol","title":"gridIOSRegularColumnGap","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumngap","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumngap"]}],"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO23gridIOSRegularColumnGapSdvpZ","role":"symbol","title":"gridIOSRegularColumnGap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularColumnGap":{"title":"gridIOSRegularColumnGap","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularcolumngap","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularColumnGap","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregulardesignwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregulardesignwidth.json index c24cc4b5b..1cf148e17 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregulardesignwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregulardesignwidth.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregulardesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"gridIOSRegularDesignWidth","externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSRegularDesignWidthSdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularDesignWidth":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth","title":"gridIOSRegularDesignWidth","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregulardesignwidth","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregulardesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO25gridIOSRegularDesignWidthSdvpZ","symbolKind":"property","role":"symbol","title":"gridIOSRegularDesignWidth","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularDesignWidth":{"title":"gridIOSRegularDesignWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregulardesignwidth","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularDesignWidth","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmargin.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmargin.json index d6866d116..a7be8fb6a 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmargin.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmargin.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"roleHeading":"Type Property","title":"gridIOSRegularMargin","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMargin"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO20gridIOSRegularMarginSdvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMargin":{"type":"topic","role":"symbol","title":"gridIOSRegularMargin","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmargin","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO20gridIOSRegularMarginSdvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"title":"gridIOSRegularMargin"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMargin":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMargin","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmargin","role":"symbol","type":"topic","abstract":[],"title":"gridIOSRegularMargin"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmaxwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmaxwidth.json index 33b7c4593..c4d2d33f6 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmaxwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularmaxwidth.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSRegularMaxWidthSdvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"gridIOSRegularMaxWidth"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmaxwidth"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMaxWidth":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmaxwidth","title":"gridIOSRegularMaxWidth","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmaxwidth"]}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSRegularMaxWidthSdvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","title":"gridIOSRegularMaxWidth"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMaxWidth":{"abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularmaxwidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMaxWidth","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","title":"gridIOSRegularMaxWidth","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularminwidth.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularminwidth.json index a57ff4b8e..42a045acf 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularminwidth.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridiosregularminwidth.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularminwidth"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","title":"gridIOSRegularMinWidth","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSRegularMinWidthSdvpZ","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMinWidth":{"type":"topic","role":"symbol","title":"gridIOSRegularMinWidth","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularminwidth","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"title":"gridIOSRegularMinWidth","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridIOSRegularMinWidthSdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","role":"symbol","symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularminwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridIOSRegularMinWidth":{"abstract":[],"type":"topic","title":"gridIOSRegularMinWidth","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridIOSRegularMinWidth","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridiosregularminwidth","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin100.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin100.json index f50b89664..0e8a24610 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin100.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin100.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin100"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","metadata":{"roleHeading":"Type Property","title":"gridMargin100","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin100SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin100"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin100"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin100":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin100","abstract":[],"type":"topic","role":"symbol","title":"gridMargin100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"title":"gridMargin100","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin100SdvpZ","roleHeading":"Type Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin100":{"title":"gridMargin100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1000.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1000.json index 3c15e2ca7..9c9a835e4 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1000.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1000.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1000"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin1000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin1000SdvpZ","symbolKind":"property","title":"gridMargin1000","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridMargin1000","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","text":"GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1000":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1000","title":"gridMargin1000","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1000"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1000"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1000"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin1000","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin1000SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"title":"gridMargin1000"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1000":{"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1000"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1000","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1000","title":"gridMargin1000"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1100.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1100.json index 06ec23e3b..e7e08e65a 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1100.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1100.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin1100SdvpZ","title":"gridMargin1100","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin1100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin1100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1100"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","kind":"symbol","role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"text":" properties.","type":"text"}],"url":"\/documentation\/oudstokensraw","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1100":{"abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin1100","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","role":"symbol","title":"gridMargin1100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"gridMargin1100","symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin1100SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin1100"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1100"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1100"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1100":{"title":"gridMargin1100","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin1100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1100","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1700.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1700.json index 4c47e4d9d..14f59e9bf 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1700.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin1700.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1700"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin1700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin1700SdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin1700","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"role":"symbol","title":"gridMargin1700","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1700":{"role":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin1700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700","abstract":[],"title":"gridMargin1700","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1700"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin1700SdvpZ","symbolKind":"property","title":"gridMargin1700","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin1700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridMargin1700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin1700":{"title":"gridMargin1700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin1700"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin1700","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin1700","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin2500.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin2500.json index ecf210c62..ebfbb2a93 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin2500.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin2500.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin2500"]}],"metadata":{"title":"gridMargin2500","externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin2500SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin2500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"roleHeading":"Type Property","symbolKind":"property"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin2500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin2500":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin2500","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin2500","abstract":[],"type":"topic","role":"symbol","title":"gridMargin2500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin2500"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO14gridMargin2500SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin2500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"title":"gridMargin2500","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin2500"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin2500":{"title":"gridMargin2500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin2500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin2500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin2500","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin300.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin300.json index 44b115aa4..ca7903792 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin300.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin300.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin300"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin300SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"gridMargin300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin300","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin300":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300","abstract":[],"type":"topic","role":"symbol","title":"gridMargin300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin300SdvpZ","title":"gridMargin300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin300","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin300"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin300"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin300":{"abstract":[],"type":"topic","title":"gridMargin300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin300","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin300","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin300","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin400.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin400.json index 86158383a..52501de3d 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin400.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin400.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin400"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin400","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"gridMargin400","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin400SdvpZ","symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin400"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin400":{"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin400","abstract":[],"type":"topic","role":"symbol","title":"gridMargin400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin400"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin400","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin400SdvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","title":"gridMargin400"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin400","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin400":{"title":"gridMargin400","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin400","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin400","kind":"symbol","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin500.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin500.json index 98aff5739..7e87470bd 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin500.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin500.json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin500"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin500SdvpZ","role":"symbol","title":"gridMargin500","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin500","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin500":{"type":"topic","role":"symbol","title":"gridMargin500","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin500","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin500","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridMargin500","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin500"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin500SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"gridMargin500","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin500":{"abstract":[],"title":"gridMargin500","type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin500","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin500","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin600.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin600.json index a9f9d3b87..71e3bcfb3 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin600.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin600.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin600"]}],"kind":"symbol","metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin600"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin600SdvpZ","title":"gridMargin600","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin600":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMargin600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin600","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","abstract":[],"type":"topic","role":"symbol","title":"gridMargin600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin600SdvpZ","title":"gridMargin600","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin600"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin600":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin600","type":"topic","title":"gridMargin600","abstract":[],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin600","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin600"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin700.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin700.json index 1c564b0c5..fe0e5df0f 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin700.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin700.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin700"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","interfaceLanguage":"swift"},"metadata":{"title":"gridMargin700","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin700SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin700","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin700"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin700":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin700","title":"gridMargin700","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin700"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin700"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin700SdvpZ","roleHeading":"Type Property","title":"gridMargin700","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin700"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin700":{"title":"gridMargin700","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin700","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMargin700","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin700","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin900.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin900.json index ddb7430b8..267db2641 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin900.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmargin900.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin900"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900","interfaceLanguage":"swift"},"sections":[],"metadata":{"title":"gridMargin900","externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin900SdvpZ","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin900"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin900":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin900"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"abstract":[],"type":"topic","role":"symbol","kind":"symbol","title":"gridMargin900","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin900"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMargin900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMargin900","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO13gridMargin900SdvpZ","title":"gridMargin900"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMargin900":{"title":"gridMargin900","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmargin900","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMargin900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMargin900","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthioscompact.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthioscompact.json index 3fec5d55f..523b3790a 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthioscompact.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthioscompact.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridMaxWidthIOSCompact","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthioscompact"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"gridMaxWidthIOSCompact","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMaxWidthIOSCompactSdvpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSCompact","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSCompact":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSCompact","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthioscompact","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","abstract":[],"type":"topic","role":"symbol","title":"gridMaxWidthIOSCompact"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"title":"gridMaxWidthIOSCompact","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMaxWidthIOSCompactSdvpZ","symbolKind":"property","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSCompact","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthioscompact"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMaxWidthIOSCompact"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSCompact":{"title":"gridMaxWidthIOSCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthioscompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMaxWidthIOSCompact","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosextracompact.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosextracompact.json index 4ac047fe8..4c71afa4f 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosextracompact.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosextracompact.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosextracompact"]}],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridMaxWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridMaxWidthIOSExtraCompactSdvpZ","title":"gridMaxWidthIOSExtraCompact","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSExtraCompact":{"type":"topic","role":"symbol","title":"gridMaxWidthIOSExtraCompact","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSExtraCompact","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosextracompact","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSExtraCompact","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridMaxWidthIOSExtraCompactSdvpZ","title":"gridMaxWidthIOSExtraCompact","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridMaxWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosextracompact"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSExtraCompact":{"title":"gridMaxWidthIOSExtraCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosextracompact","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMaxWidthIOSExtraCompact"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSExtraCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosregular.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosregular.json index f94f05929..9e71a68a9 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosregular.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridmaxwidthiosregular.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMaxWidthIOSRegular"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosregular"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular"},"metadata":{"role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMaxWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"gridMaxWidthIOSRegular","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMaxWidthIOSRegularSdvpZ"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSRegular":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosregular","title":"gridMaxWidthIOSRegular","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMaxWidthIOSRegular"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMaxWidthIOSRegular"},{"kind":"text","text":": "},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMaxWidthIOSRegularSdvpZ","title":"gridMaxWidthIOSRegular","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMaxWidthIOSRegular"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosregular"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMaxWidthIOSRegular":{"title":"gridMaxWidthIOSRegular","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridmaxwidthiosregular","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMaxWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMaxWidthIOSRegular","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthioscompact.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthioscompact.json index f32ceb4cb..2a7989ff9 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthioscompact.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthioscompact.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"metadata":{"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMinWidthIOSCompactSdvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSCompact","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"symbolKind":"property","title":"gridMinWidthIOSCompact"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthioscompact"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMinWidthIOSCompact"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSCompact":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthioscompact","title":"gridMinWidthIOSCompact","role":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMinWidthIOSCompact"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthioscompact"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSCompact","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"title":"gridMinWidthIOSCompact","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMinWidthIOSCompactSdvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMinWidthIOSCompact"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSCompact":{"title":"gridMinWidthIOSCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthioscompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSCompact","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosextracompact.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosextracompact.json index 93d855929..d333b4f0e 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosextracompact.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosextracompact.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSExtraCompact","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridMinWidthIOSExtraCompactSdvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","title":"gridMinWidthIOSExtraCompact"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosextracompact"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSExtraCompact":{"type":"topic","role":"symbol","title":"gridMinWidthIOSExtraCompact","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosextracompact","kind":"symbol","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMinWidthIOSExtraCompact"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"title":"gridMinWidthIOSExtraCompact","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw04GridB6TokensO27gridMinWidthIOSExtraCompactSdvpZ","roleHeading":"Type Property","role":"symbol","symbolKind":"property"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosextracompact"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridMinWidthIOSExtraCompact"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSExtraCompact":{"title":"gridMinWidthIOSExtraCompact","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosextracompact","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSExtraCompact","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSExtraCompact","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosregular.json b/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosregular.json index 0eb77c2c5..3fd3b0c9b 100644 --- a/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosregular.json +++ b/docs/data/documentation/oudstokensraw/gridrawtokens/gridminwidthiosregular.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMinWidthIOSRegularSdvpZ","title":"gridMinWidthIOSRegular","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular"},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosregular"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"GridRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/gridrawtoken","title":"GridRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","navigatorTitle":[{"kind":"identifier","text":"GridRawToken"}],"type":"topic","kind":"symbol","abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSRegular":{"type":"topic","role":"symbol","title":"gridMinWidthIOSRegular","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridMinWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosregular","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMinWidthIOSRegular"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"gridMinWidthIOSRegular","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw04GridB6TokensO22gridMinWidthIOSRegularSdvpZ","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridMinWidthIOSRegular"},{"text":": ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosregular"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens/gridMinWidthIOSRegular":{"title":"gridMinWidthIOSRegular","url":"\/documentation\/oudstokensraw\/gridrawtokens\/gridminwidthiosregular","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"gridMinWidthIOSRegular","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens\/gridMinWidthIOSRegular","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawToken":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridRawToken"}],"abstract":[{"text":"In the global design system tool, the notion of “raw tokens of grids” exist but refers always to dimension raw tokens.","type":"text"}],"role":"symbol","title":"GridRawToken","navigatorTitle":[{"text":"GridRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtoken.json b/docs/data/documentation/oudstokensraw/opacityrawtoken.json index 0ff5317d5..3ea4e5d02 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtoken.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtoken.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"typealias","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw07OpacityB5Tokena","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacityRawToken","kind":"identifier"}],"title":"OpacityRawToken","roleHeading":"Type Alias"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"text":"Raw tokens of opacity are finaly ","type":"text"},{"code":"Double","type":"codeVoice"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw07OpacityB5Tokena","symbolKind":"typealias","roleHeading":"Type Alias","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"role":"symbol","title":"OpacityRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacityRawToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:Sd","kind":"typeIdentifier","text":"Double"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens.json b/docs/data/documentation/oudstokensraw/opacityrawtokens.json index a6fc6242f..ae2eea92d 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"seeAlsoSections":[{"generated":true,"title":"Group","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Enumeration","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"symbolKind":"enum","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"title":"OpacityRawTokens"},"schemaVersion":{"major":0,"minor":3,"patch":0},"topicSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900"],"title":"Type Properties"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity900":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity900","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"title":"opacity900","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity0":{"abstract":[],"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity0","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"title":"opacity0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity700":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity700","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"title":"opacity700","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity400","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"title":"opacity400","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity200","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"title":"opacity200","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity800":{"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity800","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"opacity800","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity600":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity600","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity600","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600","kind":"symbol","title":"opacity600","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity100":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity100","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"title":"opacity100","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity500","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"title":"opacity500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity300":{"title":"opacity300","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity300","role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity300","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"abstract":[]}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacityRawTokens","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"sections":[],"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"],"title":"Group","generated":true}],"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"symbolKind":"enum","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"roleHeading":"Enumeration","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"OpacityRawTokens"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity400":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity400","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity400","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity200":{"title":"opacity200","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity200","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity600":{"role":"symbol","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity600","title":"opacity600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity900":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity900","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity900","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity500":{"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity500","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500","type":"topic","title":"opacity500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity800":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity800","type":"topic","title":"opacity800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"opacity800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity100":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity100","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity300":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity300","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity300","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity0":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity0","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}],"title":"opacity0","abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity700":{"abstract":[],"type":"topic","title":"opacity700","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity700","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity0.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity0.json index 971e397af..6fd25957c 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity0.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity0.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity0"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO8opacity0SdvpZ","role":"symbol","title":"opacity0","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity0"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity0":{"abstract":[],"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity0","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity0"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"title":"opacity0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity0"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity0","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"roleHeading":"Type Property","title":"opacity0","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO8opacity0SdvpZ","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity0"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity0":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity0","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}],"title":"opacity0","abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity0","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity0"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity100.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity100.json index de3385330..dcba06b4e 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity100.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity100.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity100","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"OpacityRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity100SdvpZ","title":"opacity100","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity100":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity100","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"title":"opacity100","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity100SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity100","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}],"symbolKind":"property","title":"opacity100","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity100"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity100":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity100","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity100","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity100","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity200.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity200.json index d419f869a..bfc866522 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity200.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity200.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","text":"OpacityRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity200"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity200SdvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier","text":"OpacityRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","title":"opacity200","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity200","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"title":"opacity200","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"title":"opacity200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity200SdvpZ","symbolKind":"property","roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity200"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity200":{"title":"opacity200","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity200","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity300.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity300.json index df9efcf26..a7c6fa78e 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity300.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity300.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"opacity300","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity300SdvpZ","roleHeading":"Type Property","title":"opacity300"},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity300"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity300":{"title":"opacity300","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity300","role":"symbol","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity300","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity300SdvpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"opacity300","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"title":"opacity300"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity300"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity300":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity300","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity300","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity300","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity400.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity400.json index 52868bdf0..0133a067a 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity400.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity400.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity400"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity400SdvpZ","title":"opacity400","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","text":"OpacityRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity400":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity400","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"title":"opacity400","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity400","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}]}]}],"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity400SdvpZ","title":"opacity400"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity400"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity400":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity400"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity400","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity400","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity400","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity500.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity500.json index 11f87dc57..ead3117b0 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity500.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity500.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity500SdvpZ","symbolKind":"property","title":"opacity500","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity500"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity500":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity500","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"title":"opacity500","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity500"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity500SdvpZ","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"opacity500","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity500"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity500":{"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity500","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity500","type":"topic","title":"opacity500","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity500","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity600.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity600.json index bb4adf309..a760548b5 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity600.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity600.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"OpacityRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity600"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity600","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"opacity600","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity600SdvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity600":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity600","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity600","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600","kind":"symbol","title":"opacity600","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity600"]}],"metadata":{"title":"opacity600","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity600"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity600SdvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity600","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity600":{"role":"symbol","abstract":[],"type":"topic","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity600"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity600","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity600","title":"opacity600"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity700.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity700.json index 2fe423502..d42a20bc9 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity700.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity700.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"opacity700","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity700SdvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity700"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity700"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"opacity700","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacityRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity700":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity700","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity700"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"title":"opacity700","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity700"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"title":"opacity700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity700"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier","text":"OpacityRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity700SdvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"opacity700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","text":"OpacityRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity700":{"abstract":[],"type":"topic","title":"opacity700","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity700","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity700","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity800.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity800.json index 08c59a4a6..8512a79db 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity800.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity800.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"opacity800","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity800","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}],"title":"opacity800","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity800SdvpZ"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity800"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity800":{"url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity800","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"opacity800","kind":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacity800"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier","text":"OpacityRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"metadata":{"title":"opacity800","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacity800","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity800SdvpZ","roleHeading":"Type Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity800"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity800":{"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity800","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity800","type":"topic","title":"opacity800","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"opacity800","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity900.json b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity900.json index 785b7230c..d4643cd1c 100644 --- a/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity900.json +++ b/docs/data/documentation/oudstokensraw/opacityrawtokens/opacity900.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity900"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"opacity900","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity900SdvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena"}],"symbolKind":"property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity900"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity900":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900","type":"topic","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity900","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"opacity900","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"title":"opacity900","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawToken"}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacityRawToken"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","title":"OpacityRawToken","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/opacityrawtokens\/opacity900"]}],"metadata":{"role":"symbol","title":"opacity900","externalID":"s:13OUDSTokensRaw07OpacityB6TokensO10opacity900SdvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacity900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity900"},{"kind":"text","text":": "},{"text":"OpacityRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawToken":{"role":"symbol","abstract":[{"type":"text","text":"Raw tokens of opacity are finaly "},{"type":"codeVoice","code":"Double"}],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"OpacityRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawToken","navigatorTitle":[{"text":"OpacityRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/opacityrawtoken","title":"OpacityRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens/opacity900":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity900"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken"}],"type":"topic","title":"opacity900","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens\/opacity900","url":"\/documentation\/oudstokensraw\/opacityrawtokens\/opacity900","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographycompositerawtoken.json b/docs/data/documentation/oudstokensraw/typographycompositerawtoken.json index a689a7f64..57a8b27b4 100644 --- a/docs/data/documentation/oudstokensraw/typographycompositerawtoken.json +++ b/docs/data/documentation/oudstokensraw/typographycompositerawtoken.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"},"metadata":{"title":"TypographyCompositeRawToken","roleHeading":"Structure","navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"symbolKind":"struct","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight"],"title":"Instance Properties"}],"abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"type":"text","text":" "},{"text":"Here a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"typography"}]},{"type":"text","text":" is finaly defined by some specific values."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/size":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"size","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/size","title":"size","kind":"symbol","abstract":[{"text":"The font size to apply for the texts","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/paragraphSpacing":{"title":"paragraphSpacing","type":"topic","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/paragraphspacing","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"paragraphSpacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"abstract":[{"type":"text","text":"The paragraph spacing to apply on texts"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/weight":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"weight","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"title":"weight","abstract":[{"text":"The font weight to associated wit the font family","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/weight","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/family":{"title":"family","type":"topic","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/family","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"family"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontFamilyRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"abstract":[{"type":"text","text":"The font family to apply for this typography"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/lineHeight":{"title":"lineHeight","abstract":[{"text":"The line height to apply on texts","type":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineHeight"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/lineheight"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool."},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"typography"}]},{"text":" is finaly defined by some specific values.","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken"]}],"metadata":{"title":"TypographyCompositeRawToken","fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"roleHeading":"Structure","role":"symbol","symbolKind":"struct","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/paragraphSpacing":{"fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paragraphSpacing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"abstract":[{"text":"The paragraph spacing to apply on texts","type":"text"}],"type":"topic","kind":"symbol","title":"paragraphSpacing","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing","role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/paragraphspacing"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/size":{"kind":"symbol","abstract":[{"type":"text","text":"The font size to apply for the texts"}],"fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"size"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"title":"size","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/size"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/lineHeight":{"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/lineheight","type":"topic","title":"lineHeight","abstract":[{"text":"The line height to apply on texts","type":"text"}],"fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineHeight"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/family":{"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/family","type":"topic","title":"family","abstract":[{"text":"The font family to apply for this typography","type":"text"}],"fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"family","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/weight":{"role":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/weight","title":"weight","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight","abstract":[{"text":"The font weight to associated wit the font family","type":"text"}],"kind":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"weight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/family.json b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/family.json index 535e5c4e0..907b3c832 100644 --- a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/family.json +++ b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/family.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"abstract":[{"text":"The font family to apply for this typography","type":"text"}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"family","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/family"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"family","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"family","roleHeading":"Instance Property","role":"symbol","externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV6familySSvp"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/family":{"title":"family","type":"topic","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/family","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"family"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontFamilyRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"abstract":[{"type":"text","text":"The font family to apply for this typography"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"abstract":[{"text":"In the global design system tool, ","type":"text"},{"inlineContent":[{"text":"font family","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","title":"TypographyFontFamilyRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"type":"topic","role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"The font family to apply for this typography","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"family","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/family"]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"family","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"family","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken"}],"roleHeading":"Instance Property","externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV6familySSvp","symbolKind":"property"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/family":{"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/family","type":"topic","title":"family","abstract":[{"text":"The font family to apply for this typography","type":"text"}],"fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"family","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/family","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"role":"symbol","title":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font family","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" values","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/lineheight.json b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/lineheight.json index 6b5596df8..8ae4598ba 100644 --- a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/lineheight.json +++ b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/lineheight.json @@ -1 +1 @@ -{"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV10lineHeightSivp","role":"symbol","roleHeading":"Instance Property","title":"lineHeight","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"lineHeight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The line height to apply on texts"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/lineheight"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/lineHeight":{"title":"lineHeight","abstract":[{"text":"The line height to apply on texts","type":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineHeight"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/lineheight"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"lineHeight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/lineheight"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"The line height to apply on texts","type":"text"}],"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV10lineHeightSivp","title":"lineHeight","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineHeight"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/lineHeight":{"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/lineheight","type":"topic","title":"lineHeight","abstract":[{"text":"The line height to apply on texts","type":"text"}],"fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"lineHeight"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/lineHeight","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/paragraphspacing.json b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/paragraphspacing.json index 3a922c791..d02e078c1 100644 --- a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/paragraphspacing.json +++ b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/paragraphspacing.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"paragraphSpacing","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV16paragraphSpacingSivp","title":"paragraphSpacing","symbolKind":"property","role":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"paragraphSpacing"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/paragraphspacing"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"abstract":[{"text":"The paragraph spacing to apply on texts","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/paragraphSpacing":{"title":"paragraphSpacing","type":"topic","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/paragraphspacing","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"paragraphSpacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"abstract":[{"type":"text","text":"The paragraph spacing to apply on texts"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/paragraphspacing"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"The paragraph spacing to apply on texts","type":"text"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV16paragraphSpacingSivp","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"paragraphSpacing"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"paragraphSpacing","symbolKind":"property","role":"symbol","roleHeading":"Instance Property"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paragraphSpacing"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/paragraphSpacing":{"fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"paragraphSpacing"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"abstract":[{"text":"The paragraph spacing to apply on texts","type":"text"}],"type":"topic","kind":"symbol","title":"paragraphSpacing","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/paragraphSpacing","role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/paragraphspacing"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"paragraph spacing"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/size.json b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/size.json index 3e3221ffe..de2ed2ed6 100644 --- a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/size.json +++ b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/size.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"size","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/size"]}],"kind":"symbol","metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"size","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"size","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Instance Property","externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV4size14CoreFoundation7CGFloatVvp"},"abstract":[{"text":"The font size to apply for the texts","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/size":{"type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"size","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/size","title":"size","kind":"symbol","abstract":[{"text":"The font size to apply for the texts","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size"}}} \ No newline at end of file +{"abstract":[{"text":"The font size to apply for the texts","type":"text"}],"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV4size14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"size"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"role":"symbol","title":"size","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"size","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/size"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/size":{"kind":"symbol","abstract":[{"type":"text","text":"The font size to apply for the texts"}],"fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"size"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"title":"size","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/size","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/size"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/weight.json b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/weight.json index af523b7b4..bd4504152 100644 --- a/docs/data/documentation/oudstokensraw/typographycompositerawtoken/weight.json +++ b/docs/data/documentation/oudstokensraw/typographycompositerawtoken/weight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"weight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","text":"TypographyFontWeightRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/weight"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV6weightSSvp","roleHeading":"Instance Property","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"weight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"symbolKind":"property","title":"weight","role":"symbol"},"kind":"symbol","sections":[],"abstract":[{"text":"The font weight to associated wit the font family","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/weight":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight","kind":"symbol","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"weight","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"title":"weight","abstract":[{"text":"The font weight to associated wit the font family","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/weight","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographycompositerawtoken\/weight"]}],"sections":[],"abstract":[{"text":"The font weight to associated wit the font family","type":"text"}],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV6weightSSvp","title":"weight","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"weight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"weight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken/weight":{"role":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken\/weight","title":"weight","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken\/weight","abstract":[{"text":"The font weight to associated wit the font family","type":"text"}],"kind":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"weight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyfontfamilyrawtoken.json b/docs/data/documentation/oudstokensraw/typographyfontfamilyrawtoken.json index af2c12eb6..109ed13ff 100644 --- a/docs/data/documentation/oudstokensraw/typographyfontfamilyrawtoken.json +++ b/docs/data/documentation/oudstokensraw/typographyfontfamilyrawtoken.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Alias","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontFamilyRawToken"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontFamilyRawToken"}],"externalID":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","modules":[{"name":"OUDSTokensRaw"}],"title":"TypographyFontFamilyRawToken","symbolKind":"typealias","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontFamilyRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken"},"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font family"}]},{"type":"text","text":" raw tokens are basically "},{"code":"String","type":"codeVoice"},{"text":" values","type":"text"}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"abstract":[{"text":"In the global design system tool, ","type":"text"},{"inlineContent":[{"text":"font family","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","title":"TypographyFontFamilyRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","externalID":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","symbolKind":"typealias","title":"TypographyFontFamilyRawToken","modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontFamilyRawToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"roleHeading":"Type Alias"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilyRawToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"type":"text","text":"In the global design system tool, "},{"type":"emphasis","inlineContent":[{"text":"font family","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"code":"String","type":"codeVoice"},{"text":" values","type":"text"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"role":"symbol","title":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font family","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" values","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyfontlineheightrawtoken.json b/docs/data/documentation/oudstokensraw/typographyfontlineheightrawtoken.json index 4f061e49d..99dc5c397 100644 --- a/docs/data/documentation/oudstokensraw/typographyfontlineheightrawtoken.json +++ b/docs/data/documentation/oudstokensraw/typographyfontlineheightrawtoken.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken"]}],"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font line height"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"kind":"symbol","metadata":{"navigatorTitle":[{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"TypographyFontLineHeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"symbolKind":"typealias","externalID":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","roleHeading":"Type Alias"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","preciseIdentifier":"s:Si","text":"Int"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"},"metadata":{"roleHeading":"Type Alias","externalID":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","symbolKind":"typealias","role":"symbol","title":"TypographyFontLineHeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"type":"text","text":" raw tokens are basically "},{"code":"Int","type":"codeVoice"},{"text":" values","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyfontparagraphspacingrawtoken.json b/docs/data/documentation/oudstokensraw/typographyfontparagraphspacingrawtoken.json index 7cbf0f680..0ba224658 100644 --- a/docs/data/documentation/oudstokensraw/typographyfontparagraphspacingrawtoken.json +++ b/docs/data/documentation/oudstokensraw/typographyfontparagraphspacingrawtoken.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken"]}],"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"paragraph spacing","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"}]}]}],"metadata":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"roleHeading":"Type Alias","title":"TypographyFontParagraphSpacingRawToken","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"typealias","role":"symbol","externalID":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","title":"TypographyFontParagraphSpacingRawToken","symbolKind":"typealias","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"type":"text","text":"In the global design system tool, "},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" values"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"paragraph spacing"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyfontsizerawtoken.json b/docs/data/documentation/oudstokensraw/typographyfontsizerawtoken.json index 80be32db2..1f3e03392 100644 --- a/docs/data/documentation/oudstokensraw/typographyfontsizerawtoken.json +++ b/docs/data/documentation/oudstokensraw/typographyfontsizerawtoken.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"role":"symbol","title":"TypographyFontSizeRawToken","roleHeading":"Type Alias","symbolKind":"typealias","externalID":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"},"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"}],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyfontsizerawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:14CoreFoundation7CGFloatV","text":"CGFloat"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyfontsizerawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font size","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"code":"CGFloat","type":"codeVoice"},{"text":" values","type":"text"}],"metadata":{"symbolKind":"typealias","roleHeading":"Type Alias","externalID":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","role":"symbol","title":"TypographyFontSizeRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensRaw"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyfontweightrawtoken.json b/docs/data/documentation/oudstokensraw/typographyfontweightrawtoken.json index 272291c27..34ea35bf2 100644 --- a/docs/data/documentation/oudstokensraw/typographyfontweightrawtoken.json +++ b/docs/data/documentation/oudstokensraw/typographyfontweightrawtoken.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyfontweightrawtoken"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"sections":[],"abstract":[{"type":"text","text":"In the global design system tool, "},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"metadata":{"role":"symbol","roleHeading":"Type Alias","externalID":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","modules":[{"name":"OUDSTokensRaw"}],"title":"TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"symbolKind":"typealias"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"},{"text":" = ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyfontweightrawtoken"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"},"metadata":{"role":"symbol","roleHeading":"Type Alias","externalID":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","symbolKind":"typealias","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"title":"TypographyFontWeightRawToken"},"abstract":[{"text":"In the global design system tool, ","type":"text"},{"inlineContent":[{"type":"text","text":"font weight"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"text":" values","type":"text"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens.json b/docs/data/documentation/oudstokensraw/typographyrawtokens.json index 59e65177b..cdc49605b 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens.json @@ -1 +1 @@ -{"kind":"symbol","seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"],"title":"Group"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}]}]}],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250"]}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyRawTokens","kind":"identifier"}],"symbolKind":"enum","title":"TypographyRawTokens","role":"symbol","roleHeading":"Enumeration","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing300":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing300"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacing300","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing300","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight200","abstract":[],"title":"fontWeight200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200","type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","title":"BorderRawTokens","type":"topic","url":"\/documentation\/oudstokensraw\/borderrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."}],"navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1150","type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"fontSize1150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize1150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular250":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular250"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeRegular250","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilyMonospace":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilymonospace","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyMonospace"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"title":"fontFamilyMonospace","abstract":[],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight2050":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight2050","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight2050","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight2050","abstract":[],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1450":{"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1450"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1450"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1150":{"title":"typeBold1150","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold1150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1150","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize300":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"title":"fontSize300","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight300":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeight300","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"type":"topic","title":"fontWeight300","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold850":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold850","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeBold850","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold850","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1450":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1450","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450","type":"topic","role":"symbol","abstract":[],"title":"typeBold1450","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight750":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight750","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight750","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight750","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","url":"\/documentation\/oudstokensraw\/gridrawtokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"kind":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight650":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight650","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight650","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight650","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold200","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold200","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200","role":"symbol","title":"typeBold200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold550":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold550","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold550"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"kind":"symbol","title":"typeBold550"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize200","title":"fontSize200","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize200","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight100":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","kind":"symbol","type":"topic","title":"fontWeight100","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilySystem":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilysystem","title":"fontFamilySystem","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilySystem","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilyRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1050":{"kind":"symbol","title":"fontLineHeight1050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1050","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight1050","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"role":"symbol","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic","title":"ColorRawTokens","url":"\/documentation\/oudstokensraw\/colorrawtokens","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold650":{"type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold650","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650","abstract":[],"title":"typeBold650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold650"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight350":{"type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight350","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350","title":"fontLineHeight350","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight350"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold175":{"type":"topic","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold175","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold175","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","title":"typeBold175"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight450":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight450"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight450","title":"fontLineHeight450","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1850":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1850","type":"topic","title":"fontLineHeight1850","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1850","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize750":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize750"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"type":"topic","title":"fontSize750","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize750","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing100"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacing100","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing100","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold300":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold300"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","abstract":[],"title":"typeBold300","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight900":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900","type":"topic","kind":"symbol","title":"fontWeight900","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1250":{"title":"fontSize1250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1250","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize450":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize450","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize450","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1250":{"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1250","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250","type":"topic","kind":"symbol","title":"fontLineHeight1250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"opacity"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokensraw\/opacityrawtokens","role":"symbol","kind":"symbol","title":"OpacityRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize150","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150","role":"symbol","kind":"symbol","title":"fontSize150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeRegular200","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold950":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold950"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","title":"typeBold950","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight850":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight850","title":"fontLineHeight850","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight850","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1850":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850","title":"fontSize1850","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1850","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize1850","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1450":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450","title":"fontLineHeight1450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight550":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight550"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"fontLineHeight550","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight550","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize100","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize100","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize350":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize350","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize350","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350","type":"topic","kind":"symbol","title":"fontSize350","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize950":{"title":"fontSize950","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize950"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1050":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1050","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1050"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"type":"topic","kind":"symbol","title":"typeBold1050","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1250":{"abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1250"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"title":"typeBold1250","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize650":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize650","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize650","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic","kind":"symbol","title":"fontSize650","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold250":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold250","role":"symbol","title":"typeBold250","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1150","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"abstract":[],"type":"topic","title":"fontLineHeight1150","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize550":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize550"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize550","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550","title":"fontSize550"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight700":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight700"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontWeight700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold450":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold450","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold450"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","kind":"symbol","title":"typeBold450","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight400":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight400"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"title":"fontWeight400","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight400","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1350":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","title":"fontLineHeight1350","abstract":[],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1350","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight1350","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","kind":"symbol","role":"symbol","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"text":".","type":"text"}],"type":"topic","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationRawTokens"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","title":"ElevationRawTokens","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing400":{"title":"fontParagraphSpacing400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing400","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacing400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight250":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight250","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight250","kind":"symbol","title":"fontLineHeight250","type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1850":{"type":"topic","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1850","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold1850","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850","title":"typeBold1850"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold350":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold350","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold350","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"kind":"symbol","title":"typeBold350","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold750":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold750","kind":"symbol","role":"symbol","title":"typeBold750","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold750","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold150":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold150","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold150","title":"typeBold150","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing200":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacing200","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing200","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionRawTokens"}],"url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionRawTokens","kind":"identifier"}],"title":"DimensionRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize850":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize850","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize850","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850","title":"fontSize850","type":"topic","kind":"symbol","abstract":[],"role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight950":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight950","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight950","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950","kind":"symbol","abstract":[],"title":"fontLineHeight950","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize175":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize175"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"title":"fontSize175","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize175","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize250":{"title":"fontSize250","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize250","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize250","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight600":{"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight600","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"role":"symbol","kind":"symbol","title":"fontWeight600"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular175":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeRegular175","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175","kind":"symbol","title":"typeRegular175","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular175"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight500":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"title":"fontWeight500","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1050":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1050","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize1050","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1050","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular150":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"type":"topic","title":"typeRegular150","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular150"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"text":"Swift enum","type":"text"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"topicSections":[{"title":"Type Properties","identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250"]}],"seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens"],"title":"Group"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"enum","role":"symbol","roleHeading":"Enumeration","navigatorTitle":[{"kind":"identifier","text":"TypographyRawTokens"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1850":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1850"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1850","kind":"symbol","title":"typeBold1850","type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize175":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize175","title":"fontSize175","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize175"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize450":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize450","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"title":"fontSize450","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize450"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold300":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold300"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold300","role":"symbol","title":"typeBold300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize650":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650","title":"fontSize650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize650","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize650"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1150":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1150","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1150"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"type":"topic","abstract":[],"role":"symbol","title":"fontLineHeight1150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold950":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold950","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"type":"topic","abstract":[],"title":"typeBold950","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular200"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200","type":"topic","title":"typeRegular200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize350":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize350","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize350","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","title":"fontSize350"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1350":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","title":"fontLineHeight1350","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1350","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1350","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1450":{"title":"fontSize1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1450","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular150","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"kind":"symbol","abstract":[],"type":"topic","title":"typeRegular150","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight300":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight300","title":"fontWeight300","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1250":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1250"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeBold1250","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1250","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize200":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize200"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize200","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize200","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight850":{"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight850","title":"fontLineHeight850","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight850","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold750":{"kind":"symbol","title":"typeBold750","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold750","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold750","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight650":{"title":"fontLineHeight650","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight650","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight650","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold850":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold850"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold850","title":"typeBold850","abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1250":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","title":"fontSize1250","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize1250","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1250","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing400":{"title":"fontParagraphSpacing400","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing400","type":"topic","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/GridRawTokens":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/gridrawtokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/GridRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridRawTokens"}],"abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grid"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else","type":"text"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"type":"text","text":"struct"}],"type":"emphasis"},{"type":"text","text":"."}],"role":"symbol","title":"GridRawTokens","navigatorTitle":[{"text":"GridRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilySystem":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontFamilySystem","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontFamilySystem","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilysystem","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold550":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold550","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold550","title":"typeBold550","abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ElevationRawTokens":{"kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationRawTokens"}],"type":"topic","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Int"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"text":"Swift enum","type":"text"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/elevationrawtokens","role":"symbol","title":"ElevationRawTokens","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ElevationRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize100":{"title":"fontSize100","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","abstract":[],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1050":{"abstract":[],"title":"typeBold1050","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold1050","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1050","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold250":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold250","kind":"symbol","title":"typeBold250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold250","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/OpacityRawTokens":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacityRawTokens"}],"kind":"symbol","navigatorTitle":[{"text":"OpacityRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/OpacityRawTokens","title":"OpacityRawTokens","role":"symbol","url":"\/documentation\/oudstokensraw\/opacityrawtokens","abstract":[{"type":"text","text":"This is the group of all "},{"type":"strong","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":" related to "},{"inlineContent":[{"text":"opacity","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"Primitive types such as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"type":"emphasis","inlineContent":[{"type":"text","text":"struct"}]},{"text":".","type":"text"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize850":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize850","title":"fontSize850","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize850"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold175":{"role":"symbol","title":"typeBold175","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold175","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold175","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize150":{"kind":"symbol","role":"symbol","title":"fontSize150","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize150","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize950":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize950"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"fontSize950","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize950","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950","kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight550":{"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight550"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeight550","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight550","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1050":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050","title":"fontSize1050","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1050","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1050","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/BorderRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"type":"text","text":" related to "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."}],"type":"topic","role":"symbol","navigatorTitle":[{"text":"BorderRawTokens","kind":"identifier"}],"title":"BorderRawTokens","url":"\/documentation\/oudstokensraw\/borderrawtokens","kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"BorderRawTokens","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/BorderRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold200":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200","title":"typeBold200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1450":{"title":"typeBold1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1450","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold1450"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight100":{"title":"fontWeight100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight100","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing300":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing300","title":"fontParagraphSpacing300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontParagraphSpacing300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize750":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize750"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize750","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize750","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight900":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900","title":"fontWeight900","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight900","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight250":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[],"title":"fontLineHeight250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight250","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold350":{"title":"typeBold350","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold350","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold350"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular175":{"kind":"symbol","abstract":[],"role":"symbol","type":"topic","title":"typeRegular175","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular175","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular175","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight450":{"title":"fontLineHeight450","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight750":{"title":"fontLineHeight750","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight750","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight750","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilyMonospace":{"role":"symbol","title":"fontFamilyMonospace","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyMonospace"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilymonospace","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/ColorRawTokens":{"role":"symbol","title":"ColorRawTokens","abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"type":"text","text":" "},{"text":"Such tokens are packed in a ","type":"text"},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"type":"text","text":"."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/ColorRawTokens","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorRawTokens"}],"url":"\/documentation\/oudstokensraw\/colorrawtokens","navigatorTitle":[{"text":"ColorRawTokens","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1150","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150","type":"topic","title":"typeBold1150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/DimensionRawTokens":{"abstract":[{"type":"text","text":"This is the group of all "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"strong"},{"text":" related to ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Double"},{"text":" must be used to as to allow to use ","type":"text"},{"type":"codeVoice","code":"@objc"},{"type":"text","text":" keywords in extensions for overriding."},{"text":" ","type":"text"},{"text":"Such tokens are packed in a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift enum"}]},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"type":"text","text":" "},{"text":"(i.e. publicly accessible from everywhere). More optimized than ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"struct","type":"text"}]},{"text":".","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/DimensionRawTokens","role":"symbol","navigatorTitle":[{"text":"DimensionRawTokens","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/dimensionrawtokens","type":"topic","title":"DimensionRawTokens","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionRawTokens"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1850":{"abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize1850","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1850","title":"fontSize1850"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1050":{"type":"topic","title":"fontLineHeight1050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1050","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1050","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight600":{"title":"fontWeight600","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight600","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular250":{"kind":"symbol","abstract":[],"title":"typeRegular250","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular250"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1850":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight1850","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontLineHeight1850","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1850","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing200":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","title":"fontParagraphSpacing200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight700":{"title":"fontWeight700","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight700","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight350":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight350","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350","title":"fontLineHeight350","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight350","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight950":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight950","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight950","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"fontLineHeight950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight2050":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight2050","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight2050","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","title":"fontLineHeight2050"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight400":{"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight400","title":"fontWeight400","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight400","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight500":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"title":"fontWeight500","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize550":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550","title":"fontSize550","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize550","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize550"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold150":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150","title":"typeBold150","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold150","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold450":{"role":"symbol","title":"typeBold450","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold450","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold450","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1150":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1150"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize1150","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1150","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1450":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1450","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1450","title":"fontLineHeight1450"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight200","title":"fontWeight200","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100","title":"fontParagraphSpacing100","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing100","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing100","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1250":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1250","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"kind":"symbol","title":"fontLineHeight1250","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize300":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic","title":"fontSize300","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize250":{"abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize250","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"kind":"symbol","type":"topic","title":"fontSize250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold650":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold650","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"abstract":[],"title":"typeBold650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold650","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilymonospace.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilymonospace.json index 1006f249d..f8642dc0d 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilymonospace.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilymonospace.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontFamilyMonospace","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO19fontFamilyMonospaceSSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyMonospace","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken"}],"title":"fontFamilyMonospace","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilymonospace"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"abstract":[{"text":"In the global design system tool, ","type":"text"},{"inlineContent":[{"text":"font family","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","title":"TypographyFontFamilyRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilyMonospace":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilymonospace","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyMonospace"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"title":"fontFamilyMonospace","abstract":[],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyMonospace"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}]}]}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilymonospace"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"fontFamilyMonospace","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO19fontFamilyMonospaceSSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyMonospace"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken","kind":"typeIdentifier"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilyMonospace":{"role":"symbol","title":"fontFamilyMonospace","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilyMonospace","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyMonospace"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilymonospace","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"role":"symbol","title":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font family","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" values","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilysystem.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilysystem.json index 3124f88ec..5d0da3bea 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilysystem.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontfamilysystem.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilysystem"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontFamilySystem","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"fontFamilySystem","role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO16fontFamilySystemSSvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontFamilySystem","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilySystem":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilysystem","title":"fontFamilySystem","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilySystem","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilyRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"abstract":[{"text":"In the global design system tool, ","type":"text"},{"inlineContent":[{"text":"font family","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","title":"TypographyFontFamilyRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"fontFamilySystem","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO16fontFamilySystemSSvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilySystem","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken"}],"roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilysystem"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilySystem","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","text":"TypographyFontFamilyRawToken"}]}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontFamilyRawToken":{"navigatorTitle":[{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"role":"symbol","title":"TypographyFontFamilyRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontFamilyRawToken","kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font family","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"String"},{"text":" values","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontfamilyrawtoken","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontFamilySystem":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontFamilySystem","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontFamilySystem","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontFamilySystem","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontfamilysystem","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1050.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1050.json index 324fd5250..1b7d44e52 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1050.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1050.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"fontLineHeight1050","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1050SivpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight1050","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","roleHeading":"Type Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1050"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1050"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1050":{"kind":"symbol","title":"fontLineHeight1050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1050","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050","abstract":[],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight1050","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1050"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","title":"fontLineHeight1050","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1050SivpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight1050"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1050"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1050":{"type":"topic","title":"fontLineHeight1050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1050","kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1050","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1050","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1150.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1150.json index eafd770ab..429fdf264 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1150.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1150.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight1150","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1150"]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1150SivpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1150","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeight1150"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1150","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"abstract":[],"type":"topic","title":"fontLineHeight1150","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight1150"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1150"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1150"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1150SivpZ","roleHeading":"Type Property","role":"symbol","title":"fontLineHeight1150"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1150":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1150","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1150"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"type":"topic","abstract":[],"role":"symbol","title":"fontLineHeight1150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1250.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1250.json index 7d87dc964..affa9075c 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1250.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1250.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1250"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight1250"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"fontLineHeight1250","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1250SivpZ"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1250"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1250":{"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1250","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250","type":"topic","kind":"symbol","title":"fontLineHeight1250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight1250","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","kind":"typeIdentifier"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1250"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight1250","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"title":"fontLineHeight1250","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1250SivpZ","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1250":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1250","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"kind":"symbol","title":"fontLineHeight1250","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1350.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1350.json index c27932b34..428e08a59 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1350.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1350.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","interfaceLanguage":"swift"},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1350SivpZ","modules":[{"name":"OUDSTokensRaw"}],"title":"fontLineHeight1350","role":"symbol","roleHeading":"Type Property","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1350"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1350","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1350"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1350":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","title":"fontLineHeight1350","abstract":[],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1350","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight1350","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1350SivpZ","role":"symbol","title":"fontLineHeight1350","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1350","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight1350","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1350"]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1350":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1350","title":"fontLineHeight1350","role":"symbol","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1350","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1350","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1450.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1450.json index 9e7f35d4d..a740d9baf 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1450.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1450.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight1450","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1450"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1450SivpZ","role":"symbol","title":"fontLineHeight1450","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1450":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450","title":"fontLineHeight1450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight1450"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1450SivpZ","title":"fontLineHeight1450"},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight1450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1450"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1450":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1450","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1450","abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1450","title":"fontLineHeight1450"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1850.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1850.json index 4b607f684..0ed8b8e63 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1850.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight1850.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight1850"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1850"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"fontLineHeight1850","roleHeading":"Type Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1850SivpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1850","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1850":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1850","type":"topic","title":"fontLineHeight1850","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight1850","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"fontLineHeight1850","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight1850SivpZ","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight1850","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight1850","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1850"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight1850":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight1850","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight1850","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontLineHeight1850","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight1850","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight2050.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight2050.json index b8a152d8a..155fb6a3d 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight2050.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight2050.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight2050"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight2050SivpZ","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight2050","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"title":"fontLineHeight2050","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight2050","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight2050":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight2050","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight2050","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight2050","abstract":[],"role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight2050","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO18fontLineHeight2050SivpZ","symbolKind":"property","title":"fontLineHeight2050"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight2050","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","text":"TypographyFontLineHeightRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight2050"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight2050":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight2050","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight2050","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[],"kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight2050","title":"fontLineHeight2050"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight250.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight250.json index 9e5147b35..36a0043c7 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight250.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight250.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight250"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight250SivpZ","roleHeading":"Type Property","title":"fontLineHeight250","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight250","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight250"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight250":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight250","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight250","kind":"symbol","title":"fontLineHeight250","type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight250"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight250","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight250SivpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight250"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight250"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight250":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[],"title":"fontLineHeight250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight250","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight250","role":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight350.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight350.json index 175f997b4..cd1c7fab9 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight350.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight350.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight350SivpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight350","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"role":"symbol","symbolKind":"property","title":"fontLineHeight350","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight350"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight350"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight350":{"type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight350","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350","title":"fontLineHeight350","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight350"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight350"]}],"metadata":{"symbolKind":"property","title":"fontLineHeight350","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight350SivpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight350","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight350"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight350":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight350","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight350","title":"fontLineHeight350","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight350","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight450.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight450.json index bc9b0d334..4aedbde52 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight450.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight450.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight450"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight450SivpZ","roleHeading":"Type Property","title":"fontLineHeight450"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight450"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight450"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight450":{"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight450"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight450","title":"fontLineHeight450","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight450"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","title":"fontLineHeight450","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight450"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight450SivpZ","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight450","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight450":{"title":"fontLineHeight450","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight450","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight550.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight550.json index 309a5c6f8..238f2c38e 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight550.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight550.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550"},"metadata":{"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight550"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"role":"symbol","title":"fontLineHeight550","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight550SivpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight550"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight550"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight550":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight550"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"abstract":[],"title":"fontLineHeight550","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight550","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight550","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight550"]}],"sections":[],"metadata":{"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight550"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight550","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight550SivpZ","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight550":{"type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight550"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeight550","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight550","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight550","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight650.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight650.json index 98a7d58cb..ac423ddc0 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight650.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight650.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight650SivpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight650"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"title":"fontLineHeight650","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight650"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight650","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight650":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight650","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight650","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight650","abstract":[],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight650"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"title":"fontLineHeight650","symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight650SivpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight650"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"roleHeading":"Type Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight650"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight650":{"title":"fontLineHeight650","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight650","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight650","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight650"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight750.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight750.json index 6f526739e..30d76cad4 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight750.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight750.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight750SivpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight750"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeight750","symbolKind":"property","roleHeading":"Type Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight750"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","text":"TypographyFontLineHeightRawToken"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight750"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight750":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight750","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"title":"fontLineHeight750","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight750","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight750"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight750","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}]}]}],"metadata":{"title":"fontLineHeight750","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight750","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight750SivpZ","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight750":{"title":"fontLineHeight750","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight750","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight750","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight750","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}],"abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight850.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight850.json index 4a7cb5172..574fa2381 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight850.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight850.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight850"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight850","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"fontLineHeight850","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight850SivpZ","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight850","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight850":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight850","title":"fontLineHeight850","kind":"symbol","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight850","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight850"]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850"},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight850SivpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeight850"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"symbolKind":"property","roleHeading":"Type Property","title":"fontLineHeight850"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight850","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight850":{"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight850","title":"fontLineHeight850","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight850","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight850","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight950.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight950.json index 7ffdacf14..8e08ddeaa 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight950.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontlineheight950.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight950","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight950SivpZ","modules":[{"name":"OUDSTokensRaw"}],"title":"fontLineHeight950","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight950"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeight950","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"text":"font line height","type":"text"}],"type":"emphasis"},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol","type":"topic","title":"TypographyFontLineHeightRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight950":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontLineHeight950","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight950","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950","kind":"symbol","abstract":[],"title":"fontLineHeight950","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontLineHeight950","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeight950"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"fontLineHeight950","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO17fontLineHeight950SivpZ"},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight950"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontLineHeightRawToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontLineHeightRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightRawToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"identifier"}],"abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font line height"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"title":"TypographyFontLineHeightRawToken","url":"\/documentation\/oudstokensraw\/typographyfontlineheightrawtoken","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontLineHeight950":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontlineheight950","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontLineHeight950","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeight950","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightRawToken"}],"role":"symbol","type":"topic","abstract":[],"kind":"symbol","title":"fontLineHeight950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing100.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing100.json index ddcf10ab2..bcc2dc399 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing100.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing100.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing100SivpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacing100"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacing100"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing100"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontParagraphSpacing100","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing100"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacing100","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing100","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing100SivpZ","title":"fontParagraphSpacing100","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing100"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing100"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","text":"TypographyFontParagraphSpacingRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing100","title":"fontParagraphSpacing100","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing100","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing100","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"paragraph spacing"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing200.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing200.json index 27ac620e1..c8369c6ea 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing200.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing200.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing200"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing200SivpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacing200","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing200":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacing200","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing200","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing200","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing200SivpZ","title":"fontParagraphSpacing200"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing200"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontParagraphSpacing200","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing200":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing200","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing200","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","title":"fontParagraphSpacing200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"paragraph spacing"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing300.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing300.json index 8956fcda5..07397773f 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing300.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing300.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300"},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing300SivpZ","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"fontParagraphSpacing300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing300"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Type Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing300"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing300","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing300":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing300"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacing300","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing300","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing300"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]}]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing300SivpZ","title":"fontParagraphSpacing300","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing300","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing300":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing300","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing300","title":"fontParagraphSpacing300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontParagraphSpacing300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"paragraph spacing"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing400.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing400.json index 430254379..c3e27e947 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing400.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontparagraphspacing400.json @@ -1 +1 @@ -{"metadata":{"title":"fontParagraphSpacing400","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing400SivpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacing400","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing400"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing400"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"paragraph spacing","type":"text"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":" values"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing400":{"title":"fontParagraphSpacing400","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing400","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacing400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing400"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"fontParagraphSpacing400","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO23fontParagraphSpacing400SivpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontParagraphSpacing400","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing400"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontParagraphSpacingRawToken":{"navigatorTitle":[{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontParagraphSpacingRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"paragraph spacing"}]},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" values","type":"text"}],"url":"\/documentation\/oudstokensraw\/typographyfontparagraphspacingrawtoken","title":"TypographyFontParagraphSpacingRawToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"identifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontParagraphSpacing400":{"title":"fontParagraphSpacing400","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontparagraphspacing400","type":"topic","abstract":[],"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacing400"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontParagraphSpacing400"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize100.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize100.json index acb66aca1..af4ace4c7 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize100.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize100.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","text":"TypographyFontSizeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize100"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize10014CoreFoundation7CGFloatVvpZ","title":"fontSize100","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize100"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize100":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize100","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize100","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize100"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize100"]}],"metadata":{"title":"fontSize100","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize10014CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize100"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize100":{"title":"fontSize100","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize100","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize100","abstract":[],"type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1050.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1050.json index 0a5263b21..3b275ddff 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1050.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1050.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1050"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"role":"symbol","symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize1050","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize105014CoreFoundation7CGFloatVvpZ","title":"fontSize1050"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1050"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1050":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1050","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize1050","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1050","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1050"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize1050","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"fontSize1050","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize105014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1050"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1050":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1050","title":"fontSize1050","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1050","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1050","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1150.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1150.json index 9858b394e..9068d9d77 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1150.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1150.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1150","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1150"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize115014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","title":"fontSize1150","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize1150","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1150","type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"fontSize1150","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize1150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1150"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1150"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"fontSize1150","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1150","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize115014CoreFoundation7CGFloatVvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1150":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1150","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1150"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize1150","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1150","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1250.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1250.json index 3e73f1bcc..ff625b8f2 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1250.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1250.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1250"]}],"metadata":{"title":"fontSize1250","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1250"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize125014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1250"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1250":{"title":"fontSize1250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1250","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1250"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1250"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"fontSize1250","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize125014CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize1250","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1250":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1250","title":"fontSize1250","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize1250","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1250","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1450.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1450.json index 38759cd01..862646f9a 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1450.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1450.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize1450"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize145014CoreFoundation7CGFloatVvpZ","title":"fontSize1450","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize1450"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1450"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1450":{"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1450"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1450"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1450"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"fontSize1450","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1450"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize145014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1450":{"title":"fontSize1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1450","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1450","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize150.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize150.json index 7a77856ca..5b42aa543 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize150.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize150.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize150","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize15014CoreFoundation7CGFloatVvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","title":"fontSize150","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize150","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize150"]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize150","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150","role":"symbol","kind":"symbol","title":"fontSize150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize150"]}],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize15014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","title":"fontSize150","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize150"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize150"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize150":{"kind":"symbol","role":"symbol","title":"fontSize150","abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize150","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize150","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize175.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize175.json index 43e617a09..436fa6fd2 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize175.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize175.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize175"]}],"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize17514CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize175"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","title":"fontSize175","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize175","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize175":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize175"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"title":"fontSize175","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize175","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize175"]}],"metadata":{"roleHeading":"Type Property","symbolKind":"property","title":"fontSize175","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize175","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize17514CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize175"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","text":"TypographyFontSizeRawToken"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"url":"\/documentation\/oudstokensraw","type":"topic","kind":"symbol","title":"OUDSTokensRaw","role":"collection","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","abstract":[{"type":"emphasis","inlineContent":[{"text":"Raw tokens","type":"text"}]},{"type":"text","text":" are smallest "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"type":"text","text":" properties."}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize175":{"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize175","title":"fontSize175","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize175","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize175"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1850.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1850.json index 0429a63de..edf2e860f 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1850.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize1850.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","title":"fontSize1850","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize1850"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize185014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize1850","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1850"]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1850":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850","title":"fontSize1850","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1850","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize1850","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize1850","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12fontSize185014CoreFoundation7CGFloatVvpZ","symbolKind":"property","role":"symbol","title":"fontSize1850","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1850"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize1850","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","text":"TypographyFontSizeRawToken"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize1850":{"abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize1850","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize1850","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize1850","title":"fontSize1850"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize200.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize200.json index 66aec4ddf..d05eada08 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize200.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize200.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize200"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"metadata":{"roleHeading":"Type Property","role":"symbol","title":"fontSize200","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize20014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize200","title":"fontSize200","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize200","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize200"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"title":"fontSize200","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize20014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize200":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize200","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize200"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize200","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize200","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize250.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize250.json index 9f319be0d..ca794064b 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize250.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize250.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize250","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize250"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize250"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize25014CoreFoundation7CGFloatVvpZ","roleHeading":"Type Property","title":"fontSize250"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize250":{"title":"fontSize250","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize250","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize250","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize250"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize250","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize25014CoreFoundation7CGFloatVvpZ","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize250"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize250"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize250":{"abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize250","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize250","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"kind":"symbol","type":"topic","title":"fontSize250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize300.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize300.json index 2a08fbfae..0f411c3ff 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize300.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize300.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize300","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize300"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300"},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize300","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"role":"symbol","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize30014CoreFoundation7CGFloatVvpZ","title":"fontSize300","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize300":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"title":"fontSize300","abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize30014CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"roleHeading":"Type Property","title":"fontSize300","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize300"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize300"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize300":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize300","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize300","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize300"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic","title":"fontSize300","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize350.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize350.json index c840eb831..24646358e 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize350.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize350.json @@ -1 +1 @@ -{"metadata":{"title":"fontSize350","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize350"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize35014CoreFoundation7CGFloatVvpZ","roleHeading":"Type Property","role":"symbol"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize350"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize350"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize350":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize350","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize350","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350","type":"topic","kind":"symbol","title":"fontSize350","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize35014CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize350"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"role":"symbol","symbolKind":"property","title":"fontSize350","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize350"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize350"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize350":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize350","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize350","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize350","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","title":"fontSize350"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize450.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize450.json index c67d3b9c0..5336906a3 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize450.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize450.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize450"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize45014CoreFoundation7CGFloatVvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"title":"fontSize450","role":"symbol"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize450"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize450":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize450","kind":"symbol","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize450","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize450","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize450"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize45014CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize450"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","title":"fontSize450","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize450"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize450":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize450","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize450","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"title":"fontSize450","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize450"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize550.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize550.json index 0e72653c3..ec4eea80d 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize550.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize550.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize550"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550"},"metadata":{"symbolKind":"property","role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize55014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize550","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"roleHeading":"Type Property","title":"fontSize550"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize550"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize550":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize550"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize550","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550","title":"fontSize550"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize55014CoreFoundation7CGFloatVvpZ","title":"fontSize550","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize550","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize550","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"languages":["swift"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize550"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize550":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize550","title":"fontSize550","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize550","kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize550"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize650.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize650.json index b0745d585..00daeb4d9 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize650.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize650.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize65014CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize650","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"roleHeading":"Type Property","title":"fontSize650","role":"symbol"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize650"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize650"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize650":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize650","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize650","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic","kind":"symbol","title":"fontSize650","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"symbolKind":"property","title":"fontSize650","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize65014CoreFoundation7CGFloatVvpZ","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize650","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize650"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize650","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize650":{"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize650","title":"fontSize650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize650","abstract":[],"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize650"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize750.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize750.json index 7913501a6..ea1f60d60 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize750.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize750.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize750"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750"},"metadata":{"roleHeading":"Type Property","role":"symbol","title":"fontSize750","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize750"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize75014CoreFoundation7CGFloatVvpZ","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize750","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize750":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize750"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"type":"topic","title":"fontSize750","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize750","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSize750","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize75014CoreFoundation7CGFloatVvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize750","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property","role":"symbol","title":"fontSize750"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize750"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize750":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize750","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize750"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"title":"fontSize750","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize750","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize850.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize850.json index 3adb775fb..6220e428f 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize850.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize850.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize85014CoreFoundation7CGFloatVvpZ","title":"fontSize850","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize850","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"role":"symbol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize850"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSize850","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize850":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize850","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize850","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850","title":"fontSize850","type":"topic","kind":"symbol","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize850"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Type Property","title":"fontSize850","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontSize850","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize85014CoreFoundation7CGFloatVvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize850"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize850":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize850","title":"fontSize850","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize850","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize850"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeRawToken"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize950.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize950.json index 04599fe79..31b0fcd91 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize950.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontsize950.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"fontSize950","role":"symbol","symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize950"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize95014CoreFoundation7CGFloatVvpZ"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize950"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize950"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize950":{"title":"fontSize950","kind":"symbol","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSize950"},{"kind":"text","text":": "},{"text":"TypographyFontSizeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"type":"topic","role":"symbol","abstract":[{"type":"text","text":"In the global design system tool, "},{"inlineContent":[{"type":"text","text":"font size"}],"type":"emphasis"},{"text":" raw tokens are basically ","type":"text"},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"navigatorTitle":[{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","title":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize950"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize950"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontSize950","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken"}],"role":"symbol","title":"fontSize950","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11fontSize95014CoreFoundation7CGFloatVvpZ","symbolKind":"property","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontSizeRawToken":{"kind":"symbol","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font size"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"CGFloat"},{"type":"text","text":" values"}],"url":"\/documentation\/oudstokensraw\/typographyfontsizerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontSizeRawToken","title":"TypographyFontSizeRawToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontSizeRawToken","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontSize950":{"abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSize950"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","text":"TypographyFontSizeRawToken","kind":"typeIdentifier"}],"role":"symbol","title":"fontSize950","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontsize950","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontSize950","kind":"symbol","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight100.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight100.json index 38f7cae06..138488f8b 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight100.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight100.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight100","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight100SSvpZ","roleHeading":"Type Property","symbolKind":"property","role":"symbol","title":"fontWeight100"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight100","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight100"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight100":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","kind":"symbol","type":"topic","title":"fontWeight100","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight100"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight100"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight100","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"languages":["swift"]}]}],"metadata":{"title":"fontWeight100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight100","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight100SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight100":{"title":"fontWeight100","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight100","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight100"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight100","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight200.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight200.json index e53284166..b883b6fdd 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight200.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight200.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight200SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight200"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"fontWeight200","roleHeading":"Type Property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight200"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight200"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight200","abstract":[],"title":"fontWeight200","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight200"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200","type":"topic","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight200"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"title":"fontWeight200","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight200"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight200SSvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight200","title":"fontWeight200","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight200","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight300.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight300.json index 3369fb620..53cb42f61 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight300.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight300.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight300"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300"},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight300SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeight300","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"title":"fontWeight300","symbolKind":"property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight300":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight300","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeight300","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"type":"topic","title":"fontWeight300","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight300"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"symbolKind":"property","title":"fontWeight300","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight300SSvpZ","roleHeading":"Type Property"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight300":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight300","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight300"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight300","title":"fontWeight300","abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight400.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight400.json index ba165e004..ec30b6bc8 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight400.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight400.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight400","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"title":"fontWeight400","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight400SSvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","role":"symbol"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight400"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight400":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight400"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"title":"fontWeight400","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight400","kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight400"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight400","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","text":"TypographyFontWeightRawToken"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"title":"fontWeight400","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight400"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight400SSvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight400":{"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight400","title":"fontWeight400","abstract":[],"kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight400","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight400"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight500.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight500.json index 041db9025..ccfc11889 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight500.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight500.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight500SSvpZ","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"fontWeight500"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight500"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight500":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight500","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight500","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"title":"fontWeight500","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight500"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight500"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight500","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight500SSvpZ","title":"fontWeight500","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight500":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight500"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"title":"fontWeight500","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight500","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight500"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight600.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight600.json index 112fda901..e2888f6d0 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight600.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight600.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight600","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight600"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight600"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight600SSvpZ","role":"symbol","title":"fontWeight600"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight600":{"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight600","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight600","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"role":"symbol","kind":"symbol","title":"fontWeight600"}}} \ No newline at end of file +{"metadata":{"title":"fontWeight600","roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight600","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight600SSvpZ","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"fontWeight600","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight600"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight600":{"title":"fontWeight600","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight600","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight600","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight600","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight700.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight700.json index 5ad8dd895..b3be51a24 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight700.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight700.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight700"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight700SSvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight700"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"fontWeight700","roleHeading":"Type Property","role":"symbol","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight700"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight700":{"role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight700"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"fontWeight700","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700","kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight700"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight700"]}],"metadata":{"title":"fontWeight700","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight700","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight700SSvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight700","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight700":{"title":"fontWeight700","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight700","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight700","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight700","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight900.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight900.json index 5ff9ece29..40c7cf38d 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight900.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/fontweight900.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight900"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight900SSvpZ","role":"symbol","title":"fontWeight900","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight900":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900","type":"topic","kind":"symbol","title":"fontWeight900","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeight900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight900"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"type":"topic","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"font weight"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"role":"symbol","kind":"symbol","title":"TypographyFontWeightRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeight900"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight900"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight900"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO13fontWeight900SSvpZ","title":"fontWeight900","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/fontWeight900":{"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"fontWeight900","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/fontWeight900","title":"fontWeight900","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/fontweight900","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyFontWeightRawToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightRawToken"}],"role":"symbol","title":"TypographyFontWeightRawToken","abstract":[{"text":"In the global design system tool, ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"font weight","type":"text"}]},{"type":"text","text":" raw tokens are basically "},{"type":"codeVoice","code":"String"},{"type":"text","text":" values"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyFontWeightRawToken","navigatorTitle":[{"text":"TypographyFontWeightRawToken","kind":"identifier"}],"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyfontweightrawtoken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1050.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1050.json index e15fdf3da..626f6f10f 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1050.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1050.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1050"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold1050","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1050AA0c9CompositeB5TokenVvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold1050","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"typeBold1050","role":"symbol","symbolKind":"property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1050":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1050","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1050"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"type":"topic","kind":"symbol","title":"typeBold1050","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1050"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Type Property","title":"typeBold1050","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold1050","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1050AA0c9CompositeB5TokenVvpZ","symbolKind":"property","role":"symbol"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1050"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1050":{"abstract":[],"title":"typeBold1050","type":"topic","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold1050","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1050","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1050","kind":"symbol","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1150.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1150.json index 9e50da1b5..19ce47b23 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1150.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1150.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold1150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1150"]}],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1150AA0c9CompositeB5TokenVvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold1150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","title":"typeBold1150"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1150":{"title":"typeBold1150","type":"topic","abstract":[],"kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold1150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1150","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1150AA0c9CompositeB5TokenVvpZ","title":"typeBold1150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1150"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold1150","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1150"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1150","kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1150","type":"topic","title":"typeBold1150","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1250.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1250.json index 71cb9b95a..59e1b01f2 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1250.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1250.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1250"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold1250","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1250"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1250AA0c9CompositeB5TokenVvpZ","role":"symbol","title":"typeBold1250"},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1250":{"abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1250"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"title":"typeBold1250","type":"topic"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold1250"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1250"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1250AA0c9CompositeB5TokenVvpZ","symbolKind":"property","role":"symbol","title":"typeBold1250","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1250":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1250","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1250"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeBold1250","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1250","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1450.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1450.json index 2f969d7d2..8a0011b14 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1450.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1450.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1450AA0c9CompositeB5TokenVvpZ","role":"symbol","roleHeading":"Type Property","title":"typeBold1450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1450"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1450"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold1450","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1450":{"kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1450","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450","type":"topic","role":"symbol","abstract":[],"title":"typeBold1450","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1450"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"typeBold1450","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold1450","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1450AA0c9CompositeB5TokenVvpZ"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1450":{"title":"typeBold1450","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1450","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1450","abstract":[],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold1450"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold150.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold150.json index 26335fcd5..606560f0b 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold150.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold150.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold150","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"typeBold150","role":"symbol","symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold150AA0c9CompositeB5TokenVvpZ"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold150"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold150","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold150":{"abstract":[],"type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold150","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold150","title":"typeBold150","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold150","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"typeBold150","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold150","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold150AA0c9CompositeB5TokenVvpZ"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold150"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold150":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold150","title":"typeBold150","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold150","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold175.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold175.json index b69bd8fd1..dccf3c829 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold175.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold175.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold175AA0c9CompositeB5TokenVvpZ","role":"symbol","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold175"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"title":"typeBold175"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold175","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold175"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold175":{"type":"topic","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold175","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold175","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","title":"typeBold175"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold175"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","role":"symbol","title":"typeBold175","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold175","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold175AA0c9CompositeB5TokenVvpZ"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold175"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold175":{"role":"symbol","title":"typeBold175","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold175","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold175","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold175","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1850.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1850.json index 975c7518c..e2a05c1e3 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1850.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold1850.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold1850","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1850"]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1850"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"role":"symbol","title":"typeBold1850","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1850AA0c9CompositeB5TokenVvpZ","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1850":{"type":"topic","abstract":[],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1850","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold1850","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850","title":"typeBold1850"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1850"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold1850"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO12typeBold1850AA0c9CompositeB5TokenVvpZ","title":"typeBold1850","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold1850","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}]}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold1850":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold1850","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold1850"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold1850","kind":"symbol","title":"typeBold1850","type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold200.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold200.json index 1550fccde..62d08eb50 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold200.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold200.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold200","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold200"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200"},"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"role":"symbol","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold200AA0c9CompositeB5TokenVvpZ","symbolKind":"property","roleHeading":"Type Property","title":"typeBold200"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold200","kind":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold200","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200","role":"symbol","title":"typeBold200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold200"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold200AA0c9CompositeB5TokenVvpZ","role":"symbol","roleHeading":"Type Property","title":"typeBold200"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold200"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold200"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold200":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold200"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","abstract":[],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold200","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold200","title":"typeBold200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold250.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold250.json index 2d2e7b245..32a354e99 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold250.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold250.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold250"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold250"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold250AA0c9CompositeB5TokenVvpZ","role":"symbol","roleHeading":"Type Property","title":"typeBold250","symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold250":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold250","role":"symbol","title":"typeBold250","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold250"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold250AA0c9CompositeB5TokenVvpZ","title":"typeBold250","modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold250","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold250"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold250","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold250":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold250","kind":"symbol","title":"typeBold250","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold250","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold250","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold300.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold300.json index 9daaaf97c..3357cb6ea 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold300.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold300.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold300"]}],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold300AA0c9CompositeB5TokenVvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold300","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"title":"typeBold300"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold300"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold300":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold300"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","abstract":[],"title":"typeBold300","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold300","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold300"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Type Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold300"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold300AA0c9CompositeB5TokenVvpZ","role":"symbol","title":"typeBold300"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold300"]}],"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold300":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold300"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold300","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold300","role":"symbol","title":"typeBold300"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold350.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold350.json index 0b50e83ba..1eefc9590 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold350.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold350.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold350","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold350"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold350"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold350AA0c9CompositeB5TokenVvpZ","title":"typeBold350"},"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold350":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold350","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold350","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"kind":"symbol","title":"typeBold350","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"typeBold350","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold350"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold350AA0c9CompositeB5TokenVvpZ"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold350"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold350"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold350":{"title":"typeBold350","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold350","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold350","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold350"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"type":"topic","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold450.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold450.json index f42adccff..fca724d80 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold450.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold450.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold450AA0c9CompositeB5TokenVvpZ","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold450","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"roleHeading":"Type Property","title":"typeBold450"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold450","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold450"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold450":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold450","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold450"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","kind":"symbol","title":"typeBold450","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450"},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold450AA0c9CompositeB5TokenVvpZ","role":"symbol","title":"typeBold450","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold450","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"roleHeading":"Type Property","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold450"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold450"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold450":{"role":"symbol","title":"typeBold450","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold450","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold450","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold450","abstract":[],"kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold550.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold550.json index f2e877875..dfb61dc9d 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold550.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold550.json @@ -1 +1 @@ -{"sections":[],"metadata":{"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold550AA0c9CompositeB5TokenVvpZ","roleHeading":"Type Property","role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold550","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeBold550","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold550"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold550","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold550":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold550","role":"symbol","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold550"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"kind":"symbol","title":"typeBold550"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold550"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold550"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"kind":"symbol","metadata":{"title":"typeBold550","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold550","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold550AA0c9CompositeB5TokenVvpZ","roleHeading":"Type Property","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold550":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold550","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold550","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold550","title":"typeBold550","abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold650.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold650.json index 374259cfc..5670f34b9 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold650.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold650.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Type Property","title":"typeBold650","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold650","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold650AA0c9CompositeB5TokenVvpZ","role":"symbol"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold650","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold650"]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold650":{"type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold650","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650","abstract":[],"title":"typeBold650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold650"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold650AA0c9CompositeB5TokenVvpZ","role":"symbol","symbolKind":"property","title":"typeBold650","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeBold650","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold650"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold650"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold650":{"role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold650","type":"topic","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold650","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"abstract":[],"title":"typeBold650","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold650","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold750.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold750.json index 0389d86d5..b39116df2 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold750.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold750.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold750"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold750"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold750AA0c9CompositeB5TokenVvpZ","role":"symbol","title":"typeBold750","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold750","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"roleHeading":"Type Property","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold750":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold750","kind":"symbol","role":"symbol","title":"typeBold750","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold750","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750"},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold750"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold750"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"typeBold750","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold750AA0c9CompositeB5TokenVvpZ","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold750","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold750":{"kind":"symbol","title":"typeBold750","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold750","abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold750","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold750"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold850.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold850.json index da7e03c96..c63f54cc0 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold850.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold850.json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold850"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold850"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"]}]}],"metadata":{"role":"symbol","roleHeading":"Type Property","symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold850AA0c9CompositeB5TokenVvpZ","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeBold850","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"modules":[{"name":"OUDSTokensRaw"}],"title":"typeBold850"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold850":{"abstract":[],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold850","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeBold850","type":"topic","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold850","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold850"]}],"metadata":{"modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold850"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold850AA0c9CompositeB5TokenVvpZ","title":"typeBold850","role":"symbol"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold850"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold850":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeBold850"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold850","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold850","title":"typeBold850","abstract":[],"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold950.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold950.json index 1e4f56fed..f8a144dfd 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold950.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typebold950.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold950"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold950"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold950AA0c9CompositeB5TokenVvpZ","modules":[{"name":"OUDSTokensRaw"}],"title":"typeBold950","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold950","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold950":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeBold950"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","title":"typeBold950","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO11typeBold950AA0c9CompositeB5TokenVvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold950","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeBold950","symbolKind":"property","role":"symbol","roleHeading":"Type Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typebold950"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeBold950","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeBold950":{"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeBold950","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"type":"topic","abstract":[],"title":"typeBold950","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeBold950","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typebold950"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular150.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular150.json index 591716a77..bfeca3b88 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular150.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular150.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeRegular150","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","text":"TypographyCompositeRawToken"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular150AA0c9CompositeB5TokenVvpZ","roleHeading":"Type Property","role":"symbol","title":"typeRegular150","symbolKind":"property","modules":[{"name":"OUDSTokensRaw"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular150"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular150"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular150":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150","kind":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular150"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"type":"topic","title":"typeRegular150","role":"symbol","abstract":[],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular150"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular150"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular150AA0c9CompositeB5TokenVvpZ","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeRegular150","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"symbolKind":"property","roleHeading":"Type Property","role":"symbol","title":"typeRegular150"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular150":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular150","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular150","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"kind":"symbol","abstract":[],"type":"topic","title":"typeRegular150","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular150"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular175.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular175.json index b2dda6266..047e1b1a9 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular175.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular175.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeRegular175","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular175AA0c9CompositeB5TokenVvpZ","modules":[{"name":"OUDSTokensRaw"}],"symbolKind":"property","title":"typeRegular175","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeRegular175","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular175"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular175":{"abstract":[],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"typeRegular175","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"type":"topic","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175","kind":"symbol","title":"typeRegular175","role":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular175"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular175"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular175"]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Type Property","role":"symbol","title":"typeRegular175","symbolKind":"property","fragments":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular175","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"modules":[{"name":"OUDSTokensRaw"}],"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular175AA0c9CompositeB5TokenVvpZ"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular175":{"kind":"symbol","abstract":[],"role":"symbol","type":"topic","title":"typeRegular175","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular175","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular175","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular175"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular200.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular200.json index a0d7121cc..a127ee8cd 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular200.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular200.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular200AA0c9CompositeB5TokenVvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeRegular200","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"title":"typeRegular200","modules":[{"name":"OUDSTokensRaw"}]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"typeRegular200","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular200"]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular200":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"typeRegular200","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeRegular200","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular200"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"roleHeading":"Type Property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular200AA0c9CompositeB5TokenVvpZ","modules":[{"name":"OUDSTokensRaw"}],"role":"symbol","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular200"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken"}],"title":"typeRegular200","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"static"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"typeRegular200"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular200"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular200":{"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular200","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular200"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular200","type":"topic","title":"typeRegular200","abstract":[]},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular250.json b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular250.json index 39aa55765..41649c79d 100644 --- a/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular250.json +++ b/docs/data/documentation/oudstokensraw/typographyrawtokens/typeregular250.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular250"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"typeRegular250","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"sections":[],"metadata":{"externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular250AA0c9CompositeB5TokenVvpZ","symbolKind":"property","role":"symbol","roleHeading":"Type Property","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular250"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeRegular250","modules":[{"name":"OUDSTokensRaw"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular250":{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250","abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular250"},{"text":": ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV"}],"title":"typeRegular250","url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"title":"OUDSTokensRaw","url":"\/documentation\/oudstokensraw","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","type":"topic","abstract":[{"inlineContent":[{"type":"text","text":"Raw tokens"}],"type":"emphasis"},{"type":"text","text":" are smallest "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" possible. They are associated to raw values and will be finaly the values assigned to the "},{"type":"emphasis","inlineContent":[{"text":"components","type":"text"}]},{"type":"text","text":" properties."}],"role":"collection"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"type":"topic","abstract":[{"text":"This is the group of all ","type":"text"},{"inlineContent":[{"type":"text","text":"raw tokens"}],"type":"strong"},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Primitive types such as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"type":"codeVoice","code":"@objc"},{"text":" keywords in extensions for overriding.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyRawTokens","kind":"identifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"navigatorTitle":[{"text":"TypographyCompositeRawToken","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Here a "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyCompositeRawToken","kind":"identifier"}],"type":"topic","title":"TypographyCompositeRawToken","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","role":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"static","kind":"keyword"},{"text":" ","kind":"text"},{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular250"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular250"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"typeRegular250","role":"symbol","modules":[{"name":"OUDSTokensRaw"}],"fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular250"},{"kind":"text","text":": "},{"text":"TypographyCompositeRawToken","preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:13OUDSTokensRaw010TypographyB6TokensO14typeRegular250AA0c9CompositeB5TokenVvpZ","roleHeading":"Type Property"},"references":{"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyCompositeRawToken":{"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyCompositeRawToken"}],"kind":"symbol","type":"topic","abstract":[{"text":"Composite raw tokens are here to pack a set of specific values according to the global design system tool.","type":"text"},{"text":" ","type":"text"},{"text":"Here a ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"emphasis"},{"type":"text","text":" is finaly defined by some specific values."}],"role":"symbol","url":"\/documentation\/oudstokensraw\/typographycompositerawtoken","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyCompositeRawToken","navigatorTitle":[{"kind":"identifier","text":"TypographyCompositeRawToken"}],"title":"TypographyCompositeRawToken"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens":{"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokensraw\/typographyrawtokens","abstract":[{"text":"This is the group of all ","type":"text"},{"type":"strong","inlineContent":[{"text":"raw tokens","type":"text"}]},{"type":"text","text":" related to "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"Primitive types such as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"String"},{"type":"text","text":" must be used to as to allow to use "},{"code":"@objc","type":"codeVoice"},{"type":"text","text":" keywords in extensions for overriding."},{"type":"text","text":" "},{"type":"text","text":"Such tokens are packed in a "},{"inlineContent":[{"type":"text","text":"Swift enum"}],"type":"emphasis"},{"type":"text","text":" so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else"},{"text":" ","type":"text"},{"type":"text","text":"(i.e. publicly accessible from everywhere). More optimized than "},{"inlineContent":[{"text":"struct","type":"text"}],"type":"emphasis"},{"type":"text","text":"."}],"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyRawTokens"}],"identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens","type":"topic","navigatorTitle":[{"text":"TypographyRawTokens","kind":"identifier"}],"title":"TypographyRawTokens"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw/TypographyRawTokens/typeRegular250":{"kind":"symbol","abstract":[],"title":"typeRegular250","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw\/TypographyRawTokens\/typeRegular250","fragments":[{"text":"static","kind":"keyword"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"typeRegular250"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw019TypographyCompositeB5TokenV","text":"TypographyCompositeRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokensraw\/typographyrawtokens\/typeregular250"},"doc://OUDSTokensRaw/documentation/OUDSTokensRaw":{"role":"collection","title":"OUDSTokensRaw","abstract":[{"inlineContent":[{"text":"Raw tokens","type":"text"}],"type":"emphasis"},{"text":" are smallest ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" possible. They are associated to raw values and will be finaly the values assigned to the ","type":"text"},{"inlineContent":[{"text":"components","type":"text"}],"type":"emphasis"},{"type":"text","text":" properties."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensRaw\/documentation\/OUDSTokensRaw","url":"\/documentation\/oudstokensraw"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic.json b/docs/data/documentation/oudstokenssemantic.json index 9436d7b87..c35862e28 100644 --- a/docs/data/documentation/oudstokenssemantic.json +++ b/docs/data/documentation/oudstokenssemantic.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"primaryContentSections":[{"content":[{"level":2,"text":"Overview","type":"heading","anchor":"Overview"},{"inlineContent":[{"text":"Thus if we need for example to change a warning color, supposing this color is defined as a ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"semantic token","type":"text"}]},{"type":"text","text":", we onlyhave to change its assigned value and all components using the "},{"type":"emphasis","inlineContent":[{"text":"semantic token","type":"text"}]},{"text":" won’t be impacted in their definition.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"In addition, there are hundreds of "},{"type":"emphasis","inlineContent":[{"text":"semantics tokens","type":"text"}]},{"text":" and we needed to add them to the abstract root theme using extensions for clarity reasons to prevent to have a ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift class"}]},{"type":"text","text":" with thousands of lines. Each "},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw token"}]},{"text":" “family” is then declared in its dedicated ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Swift protocol"}]},{"text":" any root theme must implement. Because we choose to split responsabilities and objects into their own modules, we faced troubles to make possible for children themes to override properties declared in ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"protocols","type":"text"}]},{"text":" and defined in ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"extensions","type":"text"}]},{"text":".","type":"text"}]},{"inlineContent":[{"type":"text","text":"That is the reason why tokens are exposed as "},{"code":"@objc open","type":"codeVoice"},{"text":" to be available and oveeridable anywhere.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"To keep the same semantics as the ones used in our specifications, "},{"inlineContent":[{"type":"text","text":"typealias"}],"type":"emphasis"},{"type":"text","text":" are used to as to make the links to "},{"inlineContent":[{"text":"primitive types","type":"text"}],"type":"emphasis"},{"text":" and our logic of ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":". These type aliases are avaialble for those who want too make their own theme.","type":"text"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Example with "},{"isActive":true,"type":"reference","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"},{"text":":","type":"text"}]},{"code":["\/\/ Delcare the semantic tokens","protocol ColorSemanticTokens {"," var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { get }","}","","\/\/ Define the semantic tokens exposed through the theme","extension OUDSTheme: ColorSemanticTokens {",""," @objc open var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { ColorRawTokens.colorFunctionalWhite }","}"],"type":"codeListing","syntax":"swift"}],"kind":"content"}],"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]},{"title":"Type Aliases","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","interfaceLanguage":"swift"},"hierarchy":{"paths":[[]]},"metadata":{"roleHeading":"Framework","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"module","title":"OUDSTokensSemantic","externalID":"OUDSTokensSemantic","role":"collection"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInsetSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingPaddingInsetSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken","navigatorTitle":[{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"abstract":[{"text":"Basically a space semantic token for padding inset is a dimension raw token, it has the same final type","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/spacingpaddinginsetsemantictoken","type":"topic","title":"SpacingPaddingInsetSemanticToken","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingBlockSemanticToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingPaddingBlockSemanticToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/spacingpaddingblocksemantictoken","abstract":[{"text":"Basically a space semantic token for padding block is a dimension raw token, it has the same final type","type":"text"}],"title":"SpacingPaddingBlockSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationXSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationXSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","title":"ElevationXSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationxsemantictoken","abstract":[{"type":"text","text":"Basically an elevation semantic token for X offset is a raw token for elevation, with the same final type"}],"navigatorTitle":[{"text":"ElevationXSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticToken":{"kind":"symbol","abstract":[{"text":"Basically a semantic token for dimensions is a raw token for dimensions","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticToken"}],"title":"DimensionSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictoken","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapInlineSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapInlineSemanticToken"}],"navigatorTitle":[{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"abstract":[{"text":"Basically a space semantic token for gap inline is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinggapinlinesemantictoken","title":"SpacingGapInlineSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationYSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken","title":"ElevationYSemanticToken","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationYSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/elevationysemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationYSemanticToken"}],"abstract":[{"text":"Basically an elevation semantic token for Y Index is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" is used as a value of this ","type":"text"},{"type":"strong","inlineContent":[{"text":"border style semantic token","type":"text"}]},{"text":".","type":"text"}],"role":"symbol","kind":"symbol","type":"topic","title":"BorderStyleSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","title":"TypographyFontFamilySemanticToken","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}]}}} \ No newline at end of file +{"topicSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]},{"title":"Type Aliases","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"]}],"primaryContentSections":[{"content":[{"text":"Overview","type":"heading","level":2,"anchor":"Overview"},{"inlineContent":[{"type":"text","text":"Thus if we need for example to change a warning color, supposing this color is defined as a "},{"inlineContent":[{"text":"semantic token","type":"text"}],"type":"emphasis"},{"text":", we onlyhave to change its assigned value and all components using the ","type":"text"},{"inlineContent":[{"text":"semantic token","type":"text"}],"type":"emphasis"},{"type":"text","text":" won’t be impacted in their definition."}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"In addition, there are hundreds of "},{"inlineContent":[{"type":"text","text":"semantics tokens"}],"type":"emphasis"},{"type":"text","text":" and we needed to add them to the abstract root theme using extensions for clarity reasons to prevent to have a "},{"type":"emphasis","inlineContent":[{"text":"Swift class","type":"text"}]},{"text":" with thousands of lines. Each ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw token"}]},{"type":"text","text":" “family” is then declared in its dedicated "},{"inlineContent":[{"text":"Swift protocol","type":"text"}],"type":"emphasis"},{"type":"text","text":" any root theme must implement. Because we choose to split responsabilities and objects into their own modules, we faced troubles to make possible for children themes to override properties declared in "},{"inlineContent":[{"text":"protocols","type":"text"}],"type":"emphasis"},{"type":"text","text":" and defined in "},{"inlineContent":[{"type":"text","text":"extensions"}],"type":"emphasis"},{"text":".","type":"text"}]},{"inlineContent":[{"type":"text","text":"That is the reason why tokens are exposed as "},{"type":"codeVoice","code":"@objc open"},{"text":" to be available and oveeridable anywhere.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"type":"text","text":"To keep the same semantics as the ones used in our specifications, "},{"inlineContent":[{"type":"text","text":"typealias"}],"type":"emphasis"},{"type":"text","text":" are used to as to make the links to "},{"type":"emphasis","inlineContent":[{"type":"text","text":"primitive types"}]},{"text":" and our logic of ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":". These type aliases are avaialble for those who want too make their own theme."}]},{"inlineContent":[{"type":"text","text":"Example with "},{"type":"reference","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","isActive":true},{"text":":","type":"text"}],"type":"paragraph"},{"type":"codeListing","code":["\/\/ Delcare the semantic tokens","protocol ColorSemanticTokens {"," var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { get }","}","","\/\/ Define the semantic tokens exposed through the theme","extension OUDSTheme: ColorSemanticTokens {",""," @objc open var sysColorBrandNeutralMutedWhite: ColorAliasSemanticToken? { ColorRawTokens.colorFunctionalWhite }","}"],"syntax":"swift"}],"kind":"content"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic"]}],"metadata":{"roleHeading":"Framework","role":"collection","modules":[{"name":"OUDSTokensSemantic"}],"title":"OUDSTokensSemantic","externalID":"OUDSTokensSemantic","symbolKind":"module"},"hierarchy":{"paths":[[]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","title":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationXSemanticToken":{"navigatorTitle":[{"text":"ElevationXSemanticToken","kind":"identifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationxsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationXSemanticToken","kind":"identifier"}],"title":"ElevationXSemanticToken","role":"symbol","kind":"symbol","abstract":[{"text":"Basically an elevation semantic token for X offset is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInsetSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for padding inset is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInsetSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginsetsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationYSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationYSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically an elevation semantic token for Y Index is a raw token for elevation, with the same final type"}],"title":"ElevationYSemanticToken","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationysemantictoken","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationYSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapInlineSemanticToken":{"navigatorTitle":[{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"kind":"symbol","title":"SpacingGapInlineSemanticToken","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapinlinesemantictoken","abstract":[{"text":"Basically a space semantic token for gap inline is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingBlockSemanticToken":{"navigatorTitle":[{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingpaddingblocksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"}],"title":"SpacingPaddingBlockSemanticToken","role":"symbol","kind":"symbol","abstract":[{"text":"Basically a space semantic token for padding block is a dimension raw token, it has the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"title":"BorderStyleSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"text":"border style semantic token","type":"text"}],"type":"strong"},{"type":"text","text":"."}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","title":"DimensionSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"DimensionSemanticToken","kind":"identifier"}],"abstract":[{"text":"Basically a semantic token for dimensions is a raw token for dimensions","type":"text"}],"navigatorTitle":[{"text":"DimensionSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictoken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/borderradiussemantictoken.json b/docs/data/documentation/oudstokenssemantic/borderradiussemantictoken.json index 08ca61240..f43fa89c5 100644 --- a/docs/data/documentation/oudstokenssemantic/borderradiussemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/borderradiussemantictoken.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/borderradiussemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"BorderRadiusRawToken","preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"text":"his border raw semantic token","type":"text"}]},{"type":"text","text":"."}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"navigatorTitle":[{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","roleHeading":"Type Alias","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"title":"BorderRadiusSemanticToken","role":"symbol","symbolKind":"typealias"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/borderradiussemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","interfaceLanguage":"swift"},"metadata":{"title":"BorderRadiusSemanticToken","symbolKind":"typealias","navigatorTitle":[{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"roleHeading":"Type Alias","externalID":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" is used as a value of t"},{"inlineContent":[{"type":"text","text":"his border raw semantic token"}],"type":"strong"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:13OUDSTokensRaw012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens.json index c17c3465d..1db285dc9 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens.json @@ -1 +1 @@ -{"kind":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"borders","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"It defines all ","type":"text"},{"code":"BorderWidthSemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin"]}],"sections":[],"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true,"title":"Group"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"languages":["swift"]}]}],"metadata":{"title":"BorderSemanticTokens","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderSemanticTokens"}],"symbolKind":"protocol","role":"symbol","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP","roleHeading":"Protocol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDefault":{"abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","type":"topic","title":"borderStyleDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledefault","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusNone":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"title":"borderRadiusNone","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusnone","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusMedium":{"title":"borderRadiusMedium","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusmedium","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDrag":{"required":true,"kind":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag","title":"borderStyleDrag"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusPill":{"title":"borderRadiusPill","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusPill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiuspill","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThick":{"title":"borderWidthThick","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThick"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththick","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthNone":{"title":"borderWidthNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthnone","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThicker":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","title":"borderWidthThicker","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThicker"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththicker"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusTall":{"title":"borderRadiusTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiustall","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthDefault":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthdefault","required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthDefault"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault","title":"borderWidthDefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusDefault":{"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusdefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"role":"symbol","title":"borderRadiusDefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthInterfactivePrimaryFocus":{"title":"borderWidthInterfactivePrimaryFocus","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthInterfactivePrimaryFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthinterfactiveprimaryfocus","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThin":{"title":"borderWidthThin","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThin"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththin","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThickest":{"title":"borderWidthThickest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThickest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththickest","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusShort":{"title":"borderRadiusShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusshort","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"BorderWidthSemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"topicSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin"],"title":"Instance Properties"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderSemanticTokens"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP","symbolKind":"protocol","roleHeading":"Protocol","title":"BorderSemanticTokens","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThick":{"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderWidthThick","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"title":"borderWidthThick","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththick","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthDefault":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault","abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthdefault","title":"borderWidthDefault","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDrag":{"title":"borderStyleDrag","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledrag","required":true,"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag","role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThin":{"role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThin"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththin","abstract":[],"title":"borderWidthThin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusTall":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiustall","title":"borderRadiusTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusDefault":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusdefault","abstract":[],"title":"borderRadiusDefault","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThickest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThickest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"role":"symbol","kind":"symbol","title":"borderWidthThickest","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththickest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthInterfactivePrimaryFocus":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthinterfactiveprimaryfocus","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"borderWidthInterfactivePrimaryFocus","role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusShort":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort","required":true,"title":"borderRadiusShort","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusshort","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusPill":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiuspill","title":"borderRadiusPill","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusPill","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDefault":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledefault","title":"borderStyleDefault","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthNone":{"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthnone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone","type":"topic","title":"borderWidthNone","role":"symbol","required":true,"kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusmedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"required":true,"type":"topic","title":"borderRadiusMedium","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThicker":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThicker","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","title":"borderWidthThicker","required":true,"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththicker","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusNone":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"title":"borderRadiusNone","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusnone","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusdefault.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusdefault.json index d0db634c9..8d1f14873 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusdefault.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusdefault.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","interfaceLanguage":"swift"},"sections":[],"metadata":{"required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP19borderRadiusDefaultSdvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"borderRadiusDefault"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusDefault"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusdefault"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusDefault":{"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusdefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"role":"symbol","title":"borderRadiusDefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP19borderRadiusDefaultSdvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"borderRadiusDefault","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusDefault"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusdefault"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusDefault":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusDefault","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusdefault","abstract":[],"title":"borderRadiusDefault","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusmedium.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusmedium.json index 5a200d96e..e8b1213b9 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusmedium.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusmedium.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderRadiusMediumSdvp","title":"borderRadiusMedium","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusmedium"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusMedium":{"title":"borderRadiusMedium","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusmedium","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusmedium"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusMedium"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"required":true,"title":"borderRadiusMedium","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderRadiusMediumSdvp","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusMedium","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusmedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","kind":"typeIdentifier"}],"required":true,"type":"topic","title":"borderRadiusMedium","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusnone.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusnone.json index 857612f30..bb839a9c1 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusnone.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusnone.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusnone"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"sections":[],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusNone"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"required":true,"title":"borderRadiusNone","role":"symbol","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderRadiusNoneSdvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusNone":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"title":"borderRadiusNone","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusnone","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone"},"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderRadiusNoneSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"borderRadiusNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"role":"symbol","required":true},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusnone"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusNone":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"title":"borderRadiusNone","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusNone","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusnone","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiuspill.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiuspill.json index cceb162bf..f47b5c589 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiuspill.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiuspill.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusPill"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderRadiusPillSdvp","role":"symbol","required":true,"title":"borderRadiusPill","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusPill"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiuspill"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusPill":{"title":"borderRadiusPill","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusPill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiuspill","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiuspill"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill"},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","title":"borderRadiusPill","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderRadiusPillSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusPill","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderRadiusPill"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusPill":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusPill","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiuspill","title":"borderRadiusPill","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusPill","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusshort.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusshort.json index adf65304e..6f529bbc7 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusshort.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiusshort.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP17borderRadiusShortSdvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"borderRadiusShort","required":true},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusshort"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusShort","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusShort":{"title":"borderRadiusShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusshort","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","text":"BorderRadiusSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP17borderRadiusShortSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"borderRadiusShort","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusShort":{"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderRadiusShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusShort","required":true,"title":"borderRadiusShort","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiusshort","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiustall.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiustall.json index c330a0a35..6975f3553 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiustall.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderradiustall.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderRadiusTallSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"borderRadiusTall","required":true,"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderRadiusTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiustall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusTall":{"title":"borderRadiusTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiustall","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"title":"BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of t"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"kind":"symbol","metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderRadiusTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","kind":"typeIdentifier","text":"BorderRadiusSemanticToken"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"borderRadiusTall","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderRadiusTallSdvp","required":true},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderRadiusTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena","text":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiustall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderRadiusSemanticToken":{"kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderRadiusSemanticToken","kind":"identifier"}],"type":"topic","title":"BorderRadiusSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderRadiusSemanticToken","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"text":" is used as a value of t","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"his border raw semantic token"}]},{"type":"text","text":"."}],"url":"\/documentation\/oudstokenssemantic\/borderradiussemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderRadiusSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderRadiusTall":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderRadiusTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderRadiusTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderRadiusSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic012BorderRadiusB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderradiustall","title":"borderRadiusTall","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledefault.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledefault.json index e7014f869..41f78315a 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledefault.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledefault.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","symbolKind":"property","title":"borderStyleDefault","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderStyleDefaultSSvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledefault"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDefault":{"abstract":[],"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","type":"topic","title":"borderStyleDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledefault","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" is used as a value of this ","type":"text"},{"type":"strong","inlineContent":[{"text":"border style semantic token","type":"text"}]},{"text":".","type":"text"}],"role":"symbol","kind":"symbol","type":"topic","title":"BorderStyleSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledefault"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"borderStyleDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleSemanticToken"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderStyleDefaultSSvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDefault":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDefault","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledefault","title":"borderStyleDefault","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"title":"BorderStyleSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"text":"border style semantic token","type":"text"}],"type":"strong"},{"type":"text","text":"."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledrag.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledrag.json index 4ea5992a4..a294a8118 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledrag.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderstyledrag.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP15borderStyleDragSSvp","title":"borderStyleDrag","symbolKind":"property","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledrag"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderStyleDrag","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" is used as a value of this ","type":"text"},{"type":"strong","inlineContent":[{"text":"border style semantic token","type":"text"}]},{"text":".","type":"text"}],"role":"symbol","kind":"symbol","type":"topic","title":"BorderStyleSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDrag":{"required":true,"kind":"symbol","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag","title":"borderStyleDrag"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"borderStyleDrag","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP15borderStyleDragSSvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledrag"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderStyleDrag"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","text":"BorderStyleSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"title":"BorderStyleSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"text":"border style semantic token","type":"text"}],"type":"strong"},{"type":"text","text":"."}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderStyleDrag":{"title":"borderStyleDrag","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderstyledrag","required":true,"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderStyleDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderStyleB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderStyleDrag","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthdefault.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthdefault.json index adc49f8c0..40fa442a8 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthdefault.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthdefault.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderWidthDefaultSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"title":"borderWidthDefault","roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthdefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"borders"}],"type":"strong"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"code":"BorderRadiusSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"code":"BorderWidthRawToken","type":"codeVoice"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"type":"text","text":"."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthDefault":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthdefault","required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthDefault"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault","title":"borderWidthDefault"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderWidthDefaultSdvp","roleHeading":"Instance Property","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"title":"borderWidthDefault","required":true},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthdefault"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthDefault":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthDefault","abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthdefault","title":"borderWidthDefault","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthinterfactiveprimaryfocus.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthinterfactiveprimaryfocus.json index 989f218ee..469c8c1b8 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthinterfactiveprimaryfocus.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthinterfactiveprimaryfocus.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP35borderWidthInterfactivePrimaryFocusSdvp","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthInterfactivePrimaryFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"borderWidthInterfactivePrimaryFocus","role":"symbol"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthInterfactivePrimaryFocus"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthinterfactiveprimaryfocus"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthInterfactivePrimaryFocus":{"title":"borderWidthInterfactivePrimaryFocus","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthInterfactivePrimaryFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthinterfactiveprimaryfocus","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthinterfactiveprimaryfocus"]}],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP35borderWidthInterfactivePrimaryFocusSdvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderWidthInterfactivePrimaryFocus","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthInterfactivePrimaryFocus":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthinterfactiveprimaryfocus","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthInterfactivePrimaryFocus","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthInterfactivePrimaryFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"borderWidthInterfactivePrimaryFocus","role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthnone.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthnone.json index 7b83f6d84..f3797a91d 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthnone.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidthnone.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthNone","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthnone"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP15borderWidthNoneSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"borderWidthNone","symbolKind":"property","required":true,"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthNone":{"title":"borderWidthNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthnone","abstract":[],"kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthnone"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"borderWidthNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"borderWidthNone","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP15borderWidthNoneSdvp","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderWidthNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthNone":{"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidthnone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthNone","type":"topic","title":"borderWidthNone","role":"symbol","required":true,"kind":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththick.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththick.json index f8760aeec..1dc72b831 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththick.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththick.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThick"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"title":"borderWidthThick","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderWidthThickSdvp","roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththick"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThick","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThick":{"title":"borderWidthThick","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThick"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththick","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThick","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththick"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP16borderWidthThickSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThick"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"title":"borderWidthThick","symbolKind":"property","required":true,"role":"symbol","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThick":{"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"borderWidthThick","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}],"title":"borderWidthThick","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththick","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThick"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththicker.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththicker.json index 4a09044c9..643589aff 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththicker.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththicker.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththicker"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThicker"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThicker"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderWidthThickerSdvp","title":"borderWidthThicker","symbolKind":"property","roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThicker":{"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","title":"borderWidthThicker","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThicker"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththicker"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththicker"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"borderWidthThicker","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP18borderWidthThickerSdvp","required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThicker","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThicker"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThicker":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThicker","kind":"identifier"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThicker","title":"borderWidthThicker","required":true,"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththicker","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththickest.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththickest.json index e25924970..192bf4915 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththickest.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththickest.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThickest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP19borderWidthThickestSdvp","required":true,"symbolKind":"property","title":"borderWidthThickest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThickest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththickest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThickest":{"title":"borderWidthThickest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThickest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththickest","abstract":[],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththickest"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP19borderWidthThickestSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThickest"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"borderWidthThickest","roleHeading":"Instance Property","required":true,"symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThickest"},{"kind":"text","text":": "},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThickest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThickest","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThickest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","text":"BorderWidthSemanticToken"}],"role":"symbol","kind":"symbol","title":"borderWidthThickest","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththickest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththin.json b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththin.json index f8a4b7546..71270aeda 100644 --- a/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththin.json +++ b/docs/data/documentation/oudstokenssemantic/bordersemantictokens/borderwidththin.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"borderWidthThin","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","text":"BorderWidthSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06BorderB6TokensP15borderWidthThinSdvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThin"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","role":"symbol","title":"borderWidthThin","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththin"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThin":{"title":"borderWidthThin","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThin"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"BorderWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththin","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic06BorderB6TokensP15borderWidthThinSdvp","symbolKind":"property","role":"symbol","required":true,"roleHeading":"Instance Property","title":"borderWidthThin","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"borderWidthThin","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken"}]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththin"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"borderWidthThin"},{"text":": ","kind":"text"},{"text":"BorderWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens/borderWidthThin":{"role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"borderWidthThin"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","text":"BorderWidthSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens\/borderWidthThin","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens\/borderwidththin","abstract":[],"title":"borderWidthThin"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/borderstylesemantictoken.json b/docs/data/documentation/oudstokenssemantic/borderstylesemantictoken.json index 1dc5f9676..28db5a1d0 100644 --- a/docs/data/documentation/oudstokenssemantic/borderstylesemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/borderstylesemantictoken.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","kind":"typeIdentifier","text":"BorderStyleRawToken"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/borderstylesemantictoken"]}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" is used as a value of this ","type":"text"},{"inlineContent":[{"text":"border style semantic token","type":"text"}],"type":"strong"},{"text":".","type":"text"}],"metadata":{"externalID":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","role":"symbol","roleHeading":"Type Alias","navigatorTitle":[{"text":"BorderStyleSemanticToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"BorderStyleSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleSemanticToken","kind":"identifier"}],"symbolKind":"typealias"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" is used as a value of this ","type":"text"},{"type":"strong","inlineContent":[{"text":"border style semantic token","type":"text"}]},{"text":".","type":"text"}],"role":"symbol","kind":"symbol","type":"topic","title":"BorderStyleSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/borderstylesemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderStyleSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw011BorderStyleB5Tokena","text":"BorderStyleRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"BorderStyleSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderStyleSemanticToken","kind":"identifier"}],"roleHeading":"Type Alias","externalID":"s:18OUDSTokensSemantic011BorderStyleB5Tokena","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"symbolKind":"typealias"},"sections":[],"kind":"symbol","abstract":[{"text":"Typeliases precising ","type":"text"},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"text":"border style semantic token","type":"text"}],"type":"strong"},{"text":".","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderStyleSemanticToken":{"title":"BorderStyleSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderstylesemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"BorderStyleSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderStyleSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderStyleSemanticToken"}],"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"text":"border style semantic token","type":"text"}],"type":"strong"},{"type":"text","text":"."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/borderwidthsemantictoken.json b/docs/data/documentation/oudstokenssemantic/borderwidthsemantictoken.json index 21598d4d3..565ad8b36 100644 --- a/docs/data/documentation/oudstokenssemantic/borderwidthsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/borderwidthsemantictoken.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"]}],"metadata":{"role":"symbol","symbolKind":"typealias","roleHeading":"Type Alias","title":"BorderWidthSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}]},"abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"text":"border width semantic token","type":"text"}]},{"type":"text","text":"."}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena","text":"BorderWidthRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken","kind":"symbol","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"inlineContent":[{"type":"text","text":"border width semantic token"}],"type":"strong"},{"type":"text","text":"."}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","interfaceLanguage":"swift"},"abstract":[{"text":"Typeliases precising ","type":"text"},{"type":"codeVoice","code":"BorderWidthRawToken"},{"text":" is used as a value of this ","type":"text"},{"type":"strong","inlineContent":[{"text":"border width semantic token","type":"text"}]},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"BorderWidthRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw011BorderWidthB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic011BorderWidthB5Tokena","title":"BorderWidthSemanticToken","roleHeading":"Type Alias","symbolKind":"typealias","navigatorTitle":[{"kind":"identifier","text":"BorderWidthSemanticToken"}],"role":"symbol"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderWidthSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderWidthSemanticToken","abstract":[{"type":"text","text":"Typeliases precising "},{"type":"codeVoice","code":"BorderWidthRawToken"},{"type":"text","text":" is used as a value of this "},{"type":"strong","inlineContent":[{"type":"text","text":"border width semantic token"}]},{"text":".","type":"text"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"BorderWidthSemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderWidthSemanticToken","kind":"identifier"}],"title":"BorderWidthSemanticToken","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/borderwidthsemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/coloraliassemantictoken.json b/docs/data/documentation/oudstokenssemantic/coloraliassemantictoken.json index 17ea774f4..298cf5945 100644 --- a/docs/data/documentation/oudstokenssemantic/coloraliassemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/coloraliassemantictoken.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"ColorAliasSemanticToken","externalID":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorAliasSemanticToken"}],"roleHeading":"Type Alias","role":"symbol","symbolKind":"typealias","navigatorTitle":[{"kind":"identifier","text":"ColorAliasSemanticToken"}]},"abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/coloraliassemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/coloraliassemantictoken"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"metadata":{"title":"ColorAliasSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorAliasSemanticToken"}],"symbolKind":"typealias","roleHeading":"Type Alias","role":"symbol","externalID":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","modules":[{"name":"OUDSTokensSemantic"}],"navigatorTitle":[{"kind":"identifier","text":"ColorAliasSemanticToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"The global design system tool defines aliases of semantic colors token as semantic color tokens","type":"text"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictoken.json b/docs/data/documentation/oudstokenssemantic/colorsemantictoken.json index 6ba6e1e63..2a4f3a912 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictoken.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"title":"ColorSemanticToken","externalID":"s:18OUDSTokensSemantic05ColorB5Tokena","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"roleHeading":"Type Alias","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSemanticToken"},{"kind":"text","text":" = "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"type":"text","text":"Basically a semantic color token, which can be either a functional or a decorative token, is a "},{"type":"codeVoice","code":"String"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB5Tokena","title":"ColorSemanticToken","role":"symbol","roleHeading":"Type Alias","navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Basically a semantic color token, which can be either a functional or a decorative token, is a "},{"type":"codeVoice","code":"String"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","title":"ColorSemanticToken","navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}],"type":"topic","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens.json index ab2cf79aa..c9b392d59 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens.json @@ -1 +1 @@ -{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"colors"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest"],"title":"Instance Properties"}],"seeAlsoSections":[{"title":"Group","generated":true,"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"},"metadata":{"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ColorSemanticTokens"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP","symbolKind":"protocol","navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"roleHeading":"Protocol","modules":[{"name":"OUDSTokensSemantic"}],"title":"ColorSemanticTokens"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticTokens","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveDark":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark","abstract":[],"title":"colorBorderBrandStatusAttractiveDark","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivedark","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasislight","kind":"symbol","abstract":[],"title":"colorOnBackgroundStatusNegativeEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLower":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglower","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"sysColorBrandWarningLower"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedDark":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemuteddark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark","abstract":[],"title":"colorOnBackgroundStatusPositiveMutedDark","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasislight","abstract":[],"kind":"symbol","title":"colorBackgroundStatusNegativeEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisDark":{"title":"colorContentDefaultOnBackgroundEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasisdark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedDark":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"colorOnBackgroundStatusInformationMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmuteddark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedMedium":{"title":"sysColorBrandNeutralMutedMedium","type":"topic","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedmedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveDark":{"title":"colorContentStatusAttractiveDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivedark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol","title":"colorContentMutedOnBackgroundEmphasisDark","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasisdark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLower":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","abstract":[],"kind":"symbol","title":"sysColorBrandInformationLower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlower","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningLight":{"required":true,"title":"colorBorderBrandStatusWarningLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarninglight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelower","title":"sysColorBrandAttractiveLower","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationdark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark","title":"colorContentStatusInformationDark","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusNegativeMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningDefault":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarningdefault","title":"sysColorBrandWarningDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemutedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorOnBackgroundStatusPositiveMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarydark","required":true,"title":"colorOnBackgroundPrimaryDark","type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveMedium":{"required":true,"title":"sysColorBrandAttractiveMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLow":{"kind":"symbol","title":"sysColorBrandNegativeLow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelow","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","title":"colorBorderDefaultLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultlight","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarydark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark","abstract":[],"required":true,"title":"colorOnBackgroundSecondaryDark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisDark":{"title":"colorBackgroundStatusPositiveEmphasisDark","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasisdark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeDark":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"colorContentStatusNegativeDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativedark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryDark":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultPrimaryDark","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarydark","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLow":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"sysColorBrandPrimaryLow"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveLight":{"required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivelight","title":"colorBorderBrandStatusPositiveLight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisLight":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasislight","abstract":[],"title":"colorOnBackgroundStatusAttractiveEmphasisLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisLight":{"type":"topic","kind":"symbol","abstract":[],"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight","title":"colorBackgroundStatusPositiveEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmutedlight","required":true,"role":"symbol","abstract":[],"title":"colorBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentMutedOnBackgroundEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryLight":{"title":"colorBorderBrandSecondaryLight","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarylight","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedDark":{"title":"colorBackgroundStatusNegativeMutedDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark","role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemuteddark","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveDark":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivedark","title":"colorContentStatusPositiveDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","kind":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisDark":{"role":"symbol","type":"topic","kind":"symbol","title":"colorBorderEmphasisOnBackgroundEmphasisDark","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh","required":true,"role":"symbol","title":"sysColorBrandNeutralEmphasisHigh","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigh","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedLight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight","required":true,"abstract":[],"title":"colorOnBackgroundStatusWarningMutedLight","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmutedlight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigh","required":true,"role":"symbol","abstract":[],"title":"sysColorBrandPositiveHigh","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedWhite":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedWhite","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralMutedWhite","abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedwhite","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHighest":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghighest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"sysColorBrandWarningHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislow","title":"sysColorBrandNeutralEmphasisLow","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigh":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigh","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh","title":"sysColorBrandPrimaryHigh","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHighest":{"title":"sysColorBrandPositiveHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehighest","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLowest":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylowest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"title":"sysColorBrandPrimaryLowest","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight","type":"topic","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentDefaultOnBackgroundEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLowest":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"sysColorBrandNeutralEmphasisLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigher":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigher","role":"symbol","type":"topic","title":"sysColorBrandWarningHigher","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusInformationEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasisdark","role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryDark":{"required":true,"title":"colorBackgroundEmphasisSecondaryDark","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationDark":{"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationdark","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark","kind":"symbol","title":"colorBorderBrandStatusInformationDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow","type":"topic","title":"sysColorBrandTertiaryLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylow","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarydark","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","abstract":[],"title":"colorBorderBrandSecondaryDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisLight":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"colorBackgroundStatusAttractiveEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasislight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisDark":{"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark","title":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLowest":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlowest","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralMutedLowest","kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisDark":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLow":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylow","title":"sysColorBrandSecondaryLow","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHighest":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"sysColorBrandPrimaryHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveDark":{"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivedark","required":true,"title":"colorBorderBrandStatusPositiveDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasisdark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark","title":"colorBackgroundStatusWarningEmphasisDark","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","type":"topic","title":"sysColorBrandNeutralEmphasisLower","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislower"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedDark":{"type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemuteddark","title":"colorBackgroundStatusAttractiveMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasisdark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBackgroundStatusInformationEmphasisDark","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmutedlight","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigher":{"title":"sysColorBrandTertiaryHigher","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigher","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigh":{"required":true,"type":"topic","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigh","title":"sysColorBrandAttractiveHigh","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLow":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"sysColorBrandInformationLow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlow"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigh":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh","title":"sysColorBrandNegativeHigh","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigh","abstract":[],"required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisDark":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusNegativeEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryDefault":{"title":"sysColorBrandTertiaryDefault","type":"topic","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarydefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBorderBrandPrimaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigher":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigher","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","title":"sysColorBrandInformationHigher","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBackgroundStatusInformationMutedDark","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryDark":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarydark","title":"colorBackgroundDefaultSecondaryDark","type":"topic","abstract":[],"kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLower":{"type":"topic","abstract":[],"required":true,"title":"sysColorBrandNegativeLower","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHighest":{"kind":"symbol","required":true,"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandInformationHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusPositiveEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHighest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhighest","title":"sysColorBrandSecondaryHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest","abstract":[],"required":true,"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryLight":{"type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarylight","title":"colorContentBrandPrimaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryDark":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"colorOnBackgroundTertiaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarydark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemuteddark","type":"topic","kind":"symbol","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarydefault","title":"sysColorBrandPrimaryDefault","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryDark":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarydark","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","title":"colorBorderBrandPrimaryDark","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemuteddark","kind":"symbol","title":"colorOnBackgroundStatusNegativeMutedDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLow":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglow","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow","title":"sysColorBrandWarningLow","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandTertiary":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandtertiary","type":"topic","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary","title":"colorBackgroundBrandTertiary","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisLight":{"title":"colorBorderEmphasisOnBackgroundEmphasisLight","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasislight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","abstract":[],"type":"topic","required":true,"title":"colorOnBackgroundStatusWarningMutedDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmuteddark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisDark":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"colorOnBackgroundStatusWarningEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasisdark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarydark","title":"colorBorderBrandTertiaryDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultDark":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultdark","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","required":true,"title":"colorContentDefaultDark","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigh":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigh","title":"sysColorBrandNeutralMutedHigh","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryDark":{"required":true,"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark","title":"colorBackgroundDefaultTertiaryDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryDefault":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","kind":"symbol","abstract":[],"title":"sysColorBrandSecondaryDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarydefault","type":"topic","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigher":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigher","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher","title":"sysColorBrandNeutralEmphasisHigher","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasisdark","title":"colorBorderDefaultOnBackgroundEmphasisDark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryLight":{"title":"colorBorderBrandTertiaryLight","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarylight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivelight","title":"colorBorderBrandStatusAttractiveLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigh":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","abstract":[],"title":"sysColorBrandWarningHigh","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigh","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisLight":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasislight","title":"colorOnBackgroundStatusInformationEmphasisLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLower":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandPrimaryLower","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylower","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveLight":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivelight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusAttractiveLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasisdark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark","title":"colorBackgroundStatusNegativeEmphasisDark","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight","required":true,"role":"symbol","title":"colorOnBackgroundTertiaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarylight","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHighest":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehighest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest","abstract":[],"title":"sysColorBrandNegativeHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisDark":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasisdark","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveEmphasisDark","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningDark":{"type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarningdark","title":"colorBorderBrandStatusWarningDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelowest","required":true,"role":"symbol","abstract":[],"title":"sysColorBrandNegativeLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryDark":{"title":"colorBackgroundEmphasisPrimaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarydark","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasislight","title":"colorBackgroundStatusWarningEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigher":{"abstract":[],"type":"topic","required":true,"title":"sysColorBrandNeutralMutedHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigher","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"abstract":[],"type":"topic","required":true,"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasisdark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationlight","title":"colorContentStatusInformationLight","role":"symbol","kind":"symbol","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemutedlight","kind":"symbol","role":"symbol","title":"colorBackgroundStatusAttractiveMutedLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundSecondaryLight","type":"topic","abstract":[],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarylight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisLight":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","abstract":[],"required":true,"title":"colorBackgroundStatusInformationEmphasisLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasislight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigher":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigher","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeHigher","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivedefault","required":true,"role":"symbol","abstract":[],"title":"sysColorBrandPositiveDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark","title":"colorContentBrandSecondaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarydark","kind":"symbol","type":"topic","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisdark","title":"colorBorderEmphasisDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveLight":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivelight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight","abstract":[],"required":true,"title":"colorContentStatusPositiveLight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","kind":"symbol","type":"topic","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandSecondary":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandsecondary","required":true,"kind":"symbol","type":"topic","abstract":[],"role":"symbol","title":"colorBackgroundBrandSecondary","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandSecondary","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigher":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigher","kind":"symbol","abstract":[],"title":"sysColorBrandPrimaryHigher","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarylight","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","kind":"symbol","title":"colorBackgroundEmphasisSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasislight","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryDark":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarydark","required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","kind":"symbol","abstract":[],"title":"colorBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemutedlight","type":"topic","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemuteddark","title":"colorOnBackgroundStatusAttractiveMutedDark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarylight","required":true,"type":"topic","title":"colorBackgroundDefaultTertiaryLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLower":{"title":"sysColorBrandPositiveLower","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelower","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLowest":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"sysColorBrandWarningLowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylower","title":"sysColorBrandSecondaryLower","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight","required":true,"role":"symbol","title":"colorContentStatusNegativeLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativelight","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHighest":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishighest","title":"sysColorBrandNeutralEmphasisHighest","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasislight","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLowest":{"title":"sysColorBrandTertiaryLowest","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylowest","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultlight","title":"colorContentDefaultLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHighest":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehighest","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","title":"sysColorBrandAttractiveHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigher":{"kind":"symbol","title":"sysColorBrandPositiveHigher","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigher","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeDefault":{"abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativedefault","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault","title":"sysColorBrandNegativeDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight","title":"colorBorderBrandStatusNegativeLight","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativelight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedDark":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmuteddark","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorContentMutedDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryLight":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentBrandSecondaryLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarylight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigh":{"title":"sysColorBrandSecondaryHigh","abstract":[],"kind":"symbol","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigh","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultdark","title":"colorBorderDefaultDark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedLight":{"kind":"symbol","title":"colorOnBackgroundStatusAttractiveMutedLight","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemutedlight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryLight":{"required":true,"title":"colorBackgroundEmphasisPrimaryLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasislight","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight","title":"colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLower":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralMutedLower","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlower","type":"topic","role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigh","title":"sysColorBrandTertiaryHigh","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight","type":"topic","abstract":[],"title":"colorBackgroundStatusInformationMutedLight","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmutedlight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedLight":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","abstract":[],"title":"colorContentMutedLight","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedlight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationLight":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight","title":"colorBorderBrandStatusInformationLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationlight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedLight":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemutedlight","title":"colorBackgroundStatusNegativeMutedLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigher":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigher","title":"sysColorBrandAttractiveHigher","type":"topic","kind":"symbol","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLow":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelow","title":"sysColorBrandPositiveLow","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigh":{"title":"sysColorBrandInformationHigh","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigh","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryLight":{"type":"topic","role":"symbol","kind":"symbol","title":"colorBackgroundDefaultSecondaryLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarylight","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLower":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylower","title":"sysColorBrandTertiaryLower","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryLight":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarylight","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundBrandPrimaryLight","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisBlack":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","role":"symbol","title":"sysColorBrandNeutralEmphasisBlack","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasisblack","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark","title":"colorBackgroundBrandPrimaryDark","required":true,"role":"symbol","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedDark":{"kind":"symbol","title":"colorBackgroundStatusWarningMutedDark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmuteddark","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLow":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"sysColorBrandAttractiveLow","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelow","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryDark":{"kind":"symbol","type":"topic","title":"colorContentBrandTertiaryDark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarydark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeDark":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","kind":"symbol","title":"colorBorderBrandStatusNegativeDark","role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativedark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHighest":{"type":"topic","required":true,"kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandTertiaryHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisLight":{"title":"colorBorderEmphasisLight","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasislight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisMedium":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium","role":"symbol","title":"sysColorBrandNeutralEmphasisMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasismedium","type":"topic","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryLight":{"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarylight","kind":"symbol","title":"colorOnBackgroundPrimaryLight","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryLight":{"title":"colorContentBrandTertiaryLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarylight","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationDefault":{"abstract":[],"type":"topic","required":true,"title":"sysColorBrandInformationDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationdefault","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLow":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlow","role":"symbol","title":"sysColorBrandNeutralMutedLow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelowest","title":"sysColorBrandPositiveLowest","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHighest":{"type":"topic","kind":"symbol","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhighest","title":"sysColorBrandNeutralMutedHighest","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLowest":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlowest","title":"sysColorBrandInformationLowest","required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLowest":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"sysColorBrandSecondaryLowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarylight","required":true,"type":"topic","title":"colorBackgroundDefaultPrimaryLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigher":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigher","abstract":[],"kind":"symbol","title":"sysColorBrandSecondaryHigher","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","interfaceLanguage":"swift"},"metadata":{"symbolKind":"protocol","title":"ColorSemanticTokens","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP","navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"roleHeading":"Protocol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest"]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens"]}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"code":"ColorAliasSemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"seeAlsoSections":[{"title":"Group","generated":true,"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorSemanticTokens"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlower","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"sysColorBrandInformationLower","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLow":{"role":"symbol","title":"sysColorBrandInformationLow","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","required":true,"type":"topic","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLowest":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNegativeLowest","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveMutedLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemutedlight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","title":"sysColorBrandInformationHigh","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigh","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest","title":"sysColorBrandPrimaryLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylowest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningLight":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBorderBrandStatusWarningLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarninglight","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest","title":"sysColorBrandPositiveLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelowest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmutedlight","title":"colorBackgroundStatusWarningMutedLight","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLower":{"kind":"symbol","title":"sysColorBrandWarningLower","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglower","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarylight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower","title":"sysColorBrandPrimaryLower","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylower","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark","title":"colorBorderDefaultDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultdark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"required":true,"title":"colorBorderBrandTertiaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarydark","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","title":"colorBackgroundDefaultSecondaryDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarydark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight","title":"colorOnBackgroundPrimaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarylight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow","title":"sysColorBrandSecondaryLow","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylow","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","title":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasislight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigh","role":"symbol","abstract":[],"type":"topic","kind":"symbol","title":"sysColorBrandPrimaryHigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight","title":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasislight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLow":{"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandTertiaryLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylow","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedmedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","title":"sysColorBrandNeutralMutedMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight","title":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasislight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark","title":"colorBackgroundBrandPrimaryDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarydark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivelight","title":"colorBorderBrandStatusPositiveLight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark","title":"colorBorderBrandStatusPositiveDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivedark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight","title":"colorBorderBrandStatusAttractiveLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivelight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLower":{"title":"sysColorBrandAttractiveLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelower","abstract":[],"kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHighest":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","title":"sysColorBrandTertiaryHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhighest","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationlight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight","required":true,"title":"colorContentStatusInformationLight","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigher":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigher","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","title":"sysColorBrandInformationHigher","required":true,"role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","title":"sysColorBrandNeutralEmphasisLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislowest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigh":{"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeHigh","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigh"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHighest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest","title":"sysColorBrandPositiveHighest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehighest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigher":{"type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher","title":"sysColorBrandWarningHigher","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigher","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHighest":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest","abstract":[],"title":"sysColorBrandNegativeHighest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"required":true,"type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultLight":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultlight","abstract":[],"title":"colorBorderDefaultLight","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight","type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow","title":"sysColorBrandPositiveLow","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelow","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigher":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher","role":"symbol","title":"sysColorBrandAttractiveHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigher","kind":"symbol","abstract":[],"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryLight":{"role":"symbol","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarylight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","kind":"symbol","title":"colorContentBrandSecondaryLight","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasisdark","title":"colorBackgroundStatusInformationEmphasisDark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark","type":"topic","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","title":"sysColorBrandNegativeLower","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelower","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark","title":"colorBackgroundStatusAttractiveEmphasisDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasisdark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight","title":"colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasislight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLower":{"role":"symbol","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlower","title":"sysColorBrandNeutralMutedLower","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivedark","type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark","required":true,"role":"symbol","title":"colorBorderBrandStatusAttractiveDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","title":"colorContentDefaultLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultlight","role":"symbol","required":true,"kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLowest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedLowest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest","abstract":[],"type":"topic","required":true,"title":"sysColorBrandNeutralMutedLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedDark":{"role":"symbol","required":true,"title":"colorBackgroundStatusInformationMutedDark","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmuteddark","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryLight":{"kind":"symbol","title":"colorBackgroundBrandPrimaryLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarylight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLow":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislow","title":"sysColorBrandNeutralEmphasisLow","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","title":"colorBackgroundEmphasisPrimaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarylight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLowest":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylowest","kind":"symbol","title":"sysColorBrandSecondaryLowest","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHighest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","title":"sysColorBrandWarningHighest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghighest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","title":"colorOnBackgroundPrimaryDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarydark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigh":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigh","role":"symbol","title":"sysColorBrandTertiaryHigh","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryDark":{"abstract":[],"type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandTertiaryDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigher":{"title":"sysColorBrandPrimaryHigher","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher","abstract":[],"type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryLight":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBackgroundDefaultSecondaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight","role":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemuteddark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","abstract":[],"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBackgroundStatusPositiveMutedDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLower":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislower","type":"topic","required":true,"title":"sysColorBrandNeutralEmphasisLower","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasisdark","role":"symbol","title":"colorOnBackgroundStatusInformationEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarylight","role":"symbol","title":"colorBorderBrandPrimaryLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedLight":{"title":"colorBackgroundStatusNegativeMutedLight","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemutedlight","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeDark":{"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorContentStatusNegativeDark","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativedark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasislight","role":"symbol","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasislight","role":"symbol","title":"colorBackgroundStatusInformationEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisBlack":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasisblack","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralEmphasisBlack","abstract":[],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHighest":{"title":"sysColorBrandPrimaryHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhighest","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigh":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigh","role":"symbol","title":"sysColorBrandWarningHigh","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasislight","role":"symbol","title":"colorBorderEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusWarningEmphasisLight","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","abstract":[],"role":"symbol","required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasislight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigher":{"role":"symbol","title":"sysColorBrandSecondaryHigher","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarydark","role":"symbol","title":"colorOnBackgroundTertiaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveDark":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentStatusPositiveDark","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivedark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","title":"sysColorBrandAttractiveLow","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLow":{"title":"sysColorBrandWarningLow","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglow","abstract":[],"type":"topic","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarylight","role":"symbol","required":true,"kind":"symbol","title":"colorBackgroundDefaultPrimaryLight","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasislight","role":"symbol","title":"colorBackgroundStatusPositiveEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarydark","role":"symbol","title":"colorContentBrandSecondaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"title":"colorBackgroundEmphasisPrimaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarydark","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisDark":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasisdark","role":"symbol","title":"colorOnBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","required":true,"kind":"symbol","title":"sysColorBrandTertiaryDefault","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarydefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedDark":{"kind":"symbol","role":"symbol","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemuteddark","title":"colorOnBackgroundStatusAttractiveMutedDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasisdark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","type":"topic","title":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasisdark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigh":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh","type":"topic","title":"sysColorBrandNeutralEmphasisHigh","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigh","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigher":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigher","role":"symbol","title":"sysColorBrandPositiveHigher","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedDark":{"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","title":"colorOnBackgroundStatusWarningMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmuteddark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigh":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandAttractiveHigh","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigh","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLower":{"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower","kind":"symbol","title":"sysColorBrandSecondaryLower","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLower","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarylight","kind":"symbol","required":true,"title":"colorBorderBrandTertiaryLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarydark","role":"symbol","title":"colorBackgroundDefaultTertiaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarydark","role":"symbol","title":"colorContentBrandPrimaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisLight":{"title":"colorOnBackgroundStatusPositiveEmphasisLight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasislight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisDark":{"title":"colorContentMutedOnBackgroundEmphasisDark","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasisdark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLower":{"title":"sysColorBrandTertiaryLower","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylower"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryDark":{"type":"topic","required":true,"title":"colorBackgroundEmphasisSecondaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationLight":{"title":"colorBorderBrandStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationlight","abstract":[],"type":"topic","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"title":"colorBackgroundStatusPositiveMutedLight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemutedlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedDark":{"title":"colorOnBackgroundStatusInformationMutedDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigh":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh","kind":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigh","title":"sysColorBrandPositiveHigh","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedLight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmutedlight","role":"symbol","title":"colorBackgroundStatusInformationMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultDark":{"title":"colorContentDefaultDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigher":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher","abstract":[],"required":true,"title":"sysColorBrandNegativeHigher","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLowest":{"title":"sysColorBrandInformationLowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlowest","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedDark":{"title":"colorBackgroundStatusNegativeMutedDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisDark":{"title":"colorBorderDefaultOnBackgroundEmphasisDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasislight","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","abstract":[],"role":"symbol","title":"colorBackgroundStatusNegativeEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisDark":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark","title":"colorBackgroundStatusPositiveEmphasisDark","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisDark":{"title":"colorContentDefaultOnBackgroundEmphasisDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisLight":{"title":"colorOnBackgroundStatusWarningEmphasisLight","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarydark","type":"topic","required":true,"title":"colorBorderBrandPrimaryDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisLight":{"kind":"symbol","title":"colorBorderEmphasisOnBackgroundEmphasisLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasislight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedDark":{"title":"colorBackgroundStatusAttractiveMutedDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLower":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelower","role":"symbol","title":"sysColorBrandPositiveLower","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryLight":{"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","title":"colorContentBrandPrimaryLight","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarylight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandTertiary":{"type":"topic","required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandtertiary","title":"colorBackgroundBrandTertiary","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHighest":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehighest","title":"sysColorBrandAttractiveHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisLight":{"kind":"symbol","title":"colorContentMutedOnBackgroundEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasislight","required":true,"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBorderEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisdark","kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemuteddark","title":"colorOnBackgroundStatusPositiveMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmuteddark","title":"colorContentMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundTertiaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarylight","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight","title":"colorOnBackgroundTertiaryLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigher":{"abstract":[],"kind":"symbol","title":"sysColorBrandNeutralEmphasisHigher","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigher","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelowest","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedLight":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight","role":"symbol","type":"topic","title":"colorOnBackgroundStatusNegativeMutedLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedLight":{"required":true,"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemutedlight","title":"colorBackgroundStatusAttractiveMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeLight":{"required":true,"kind":"symbol","role":"symbol","title":"colorContentStatusNegativeLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativelight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationDark":{"type":"topic","title":"colorContentStatusInformationDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationdark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisLight":{"title":"colorBackgroundStatusAttractiveEmphasisLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasislight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLow":{"type":"topic","title":"sysColorBrandPrimaryLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylow","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedLight":{"title":"colorOnBackgroundStatusPositiveMutedLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemutedlight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryDark":{"type":"topic","title":"colorBorderBrandSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarydark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisLight":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight","title":"colorContentDefaultOnBackgroundEmphasisLight","type":"topic","required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveDark":{"type":"topic","title":"colorContentStatusAttractiveDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivedark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLow":{"title":"sysColorBrandNeutralMutedLow","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlow","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","title":"sysColorBrandAttractiveMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivemedium","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryDark":{"type":"topic","title":"colorOnBackgroundSecondaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarydark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningDefault":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarningdefault","title":"sysColorBrandWarningDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault","role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigh":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigh","title":"sysColorBrandSecondaryHigh","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedDark":{"title":"colorOnBackgroundStatusNegativeMutedDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemuteddark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryLight":{"title":"colorContentBrandTertiaryLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarylight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHighest":{"title":"sysColorBrandInformationHighest","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhighest","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandSecondary":{"title":"colorBackgroundBrandSecondary","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandsecondary","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedWhite":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedwhite","role":"symbol","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite","title":"sysColorBrandNeutralMutedWhite","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationDark":{"title":"colorBorderBrandStatusInformationDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveDefault":{"title":"sysColorBrandPositiveDefault","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivedefault","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","type":"topic","title":"colorOnBackgroundStatusInformationMutedLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmutedlight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryDefault":{"title":"sysColorBrandSecondaryDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarydefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedDark":{"title":"colorBackgroundStatusWarningMutedDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmuteddark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryDark":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultPrimaryDark","type":"topic","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarydark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryLight":{"kind":"symbol","abstract":[],"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandSecondaryLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedLight":{"title":"colorContentMutedLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedlight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasisdark","title":"colorBorderEmphasisOnBackgroundEmphasisDark","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisDark":{"title":"colorOnBackgroundStatusPositiveEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeDefault":{"title":"sysColorBrandNegativeDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativedefault","role":"symbol","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHighest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest","title":"sysColorBrandNeutralEmphasisHighest","type":"topic","role":"symbol","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasisdark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveLight":{"title":"colorContentStatusAttractiveLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivelight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigher":{"role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigher","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","title":"sysColorBrandTertiaryHigher","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHighest":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhighest","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","title":"sysColorBrandSecondaryHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault","title":"sysColorBrandInformationDefault","required":true,"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationdefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryDefault":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","title":"sysColorBrandPrimaryDefault","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarydefault","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveLight":{"title":"colorContentStatusPositiveLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivelight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisDark":{"abstract":[],"title":"colorBackgroundStatusNegativeEmphasisDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest","type":"topic","title":"sysColorBrandWarningLowest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglowest","abstract":[],"role":"symbol","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeDark":{"title":"colorBorderBrandStatusNegativeDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativedark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultTertiaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarylight","kind":"symbol","required":true,"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisMedium":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasismedium","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralEmphasisMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium","kind":"symbol","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHighest":{"title":"sysColorBrandNeutralMutedHighest","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLowest":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylowest","required":true,"title":"sysColorBrandTertiaryLowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","kind":"symbol","abstract":[],"type":"topic","title":"colorOnBackgroundStatusWarningMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmutedlight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigher":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","title":"sysColorBrandNeutralMutedHigher","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLow":{"title":"sysColorBrandNegativeLow","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelow","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigh":{"kind":"symbol","title":"sysColorBrandNeutralMutedHigh","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigh","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeLight":{"title":"colorBorderBrandStatusNegativeLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativelight","abstract":[],"type":"topic","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryLight":{"type":"topic","title":"colorOnBackgroundSecondaryLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarylight","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarningdark","kind":"symbol","abstract":[],"role":"symbol","title":"colorBorderBrandStatusWarningDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisDark":{"title":"colorBackgroundStatusWarningEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarydark.json index 77cb8b24e..1bdd739b3 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarydark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorBackgroundBrandPrimaryDarkSSSgvp","required":true,"role":"symbol","title":"colorBackgroundBrandPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarydark"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark","title":"colorBackgroundBrandPrimaryDark","required":true,"role":"symbol","abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarydark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarydark"]}],"sections":[],"metadata":{"roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"colorBackgroundBrandPrimaryDark","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorBackgroundBrandPrimaryDarkSSSgvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryDark","title":"colorBackgroundBrandPrimaryDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarydark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarylight.json index 67e8404c4..2facc690e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandprimarylight.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP32colorBackgroundBrandPrimaryLightSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"colorBackgroundBrandPrimaryLight","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarylight"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryLight":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarylight","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundBrandPrimaryLight","abstract":[]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP32colorBackgroundBrandPrimaryLightSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"colorBackgroundBrandPrimaryLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandPrimaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandPrimaryLight":{"kind":"symbol","title":"colorBackgroundBrandPrimaryLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandprimarylight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandPrimaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandsecondary.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandsecondary.json index 5092d8aa6..156c6bac2 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandsecondary.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandsecondary.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorBackgroundBrandSecondarySSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorBackgroundBrandSecondary"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandsecondary"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandSecondary":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandsecondary","required":true,"kind":"symbol","type":"topic","abstract":[],"role":"symbol","title":"colorBackgroundBrandSecondary","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundBrandSecondary","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandsecondary"]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorBackgroundBrandSecondarySSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundBrandSecondary","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandSecondary":{"title":"colorBackgroundBrandSecondary","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandSecondary","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandsecondary","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundBrandSecondary"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandtertiary.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandtertiary.json index da6c59755..7adb0bbe9 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandtertiary.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundbrandtertiary.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandtertiary"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorBackgroundBrandTertiarySSSgvp","title":"colorBackgroundBrandTertiary","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandTertiary","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandTertiary":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandtertiary","type":"topic","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary","title":"colorBackgroundBrandTertiary","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundBrandTertiary","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandtertiary"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary"},"sections":[],"metadata":{"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorBackgroundBrandTertiarySSSgvp","symbolKind":"property","title":"colorBackgroundBrandTertiary","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundBrandTertiary":{"type":"topic","required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundbrandtertiary","title":"colorBackgroundBrandTertiary","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundBrandTertiary"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundBrandTertiary","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarydark.json index 4fa192696..820a79a71 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarydark.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundDefaultPrimaryDark","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorBackgroundDefaultPrimaryDarkSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryDark":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultPrimaryDark","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarydark","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorBackgroundDefaultPrimaryDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultPrimaryDark","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","symbolKind":"property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryDark":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultPrimaryDark","type":"topic","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarydark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarylight.json index e20ff7612..7f9d77075 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultprimarylight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBackgroundDefaultPrimaryLightSSSgvp","symbolKind":"property","title":"colorBackgroundDefaultPrimaryLight","required":true},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarylight"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarylight","required":true,"type":"topic","title":"colorBackgroundDefaultPrimaryLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarylight"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBackgroundDefaultPrimaryLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"roleHeading":"Instance Property","symbolKind":"property","title":"colorBackgroundDefaultPrimaryLight"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultPrimaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultPrimaryLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultprimarylight","role":"symbol","required":true,"kind":"symbol","title":"colorBackgroundDefaultPrimaryLight","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarydark.json index 6652e788c..c6104dbfb 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarydark.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBackgroundDefaultSecondaryDarkSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundDefaultSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true,"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarydark"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryDark":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarydark","title":"colorBackgroundDefaultSecondaryDark","type":"topic","abstract":[],"kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"colorBackgroundDefaultSecondaryDark","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBackgroundDefaultSecondaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryDark","title":"colorBackgroundDefaultSecondaryDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarydark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarylight.json index ed845da73..63c3376df 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaultsecondarylight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarylight"]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP36colorBackgroundDefaultSecondaryLightSSSgvp","roleHeading":"Instance Property","title":"colorBackgroundDefaultSecondaryLight","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryLight":{"type":"topic","role":"symbol","kind":"symbol","title":"colorBackgroundDefaultSecondaryLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarylight","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarylight"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"title":"colorBackgroundDefaultSecondaryLight","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP36colorBackgroundDefaultSecondaryLightSSSgvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultSecondaryLight":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundDefaultSecondaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBackgroundDefaultSecondaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaultsecondarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultSecondaryLight","role":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarydark.json index 091fed26d..87abe82b2 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarydark.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBackgroundDefaultTertiaryDarkSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"colorBackgroundDefaultTertiaryDark","required":true},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarydark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryDark":{"required":true,"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark","title":"colorBackgroundDefaultTertiaryDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBackgroundDefaultTertiaryDarkSSSgvp","title":"colorBackgroundDefaultTertiaryDark"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarydark"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarydark","role":"symbol","title":"colorBackgroundDefaultTertiaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarylight.json index 41145c725..88abcb84e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgrounddefaulttertiarylight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBackgroundDefaultTertiaryLightSSSgvp","symbolKind":"property","title":"colorBackgroundDefaultTertiaryLight","required":true},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarylight","required":true,"type":"topic","title":"colorBackgroundDefaultTertiaryLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"title":"colorBackgroundDefaultTertiaryLight","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBackgroundDefaultTertiaryLightSSSgvp","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundDefaultTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundDefaultTertiaryLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundDefaultTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundDefaultTertiaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgrounddefaulttertiarylight","kind":"symbol","required":true,"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundDefaultTertiaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarydark.json index 86f8555f8..903679f9a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarydark.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"title":"colorBackgroundEmphasisPrimaryDark","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBackgroundEmphasisPrimaryDarkSSSgvp","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryDark":{"title":"colorBackgroundEmphasisPrimaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarydark","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarydark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark"},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBackgroundEmphasisPrimaryDarkSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundEmphasisPrimaryDark","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"title":"colorBackgroundEmphasisPrimaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarydark","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarylight.json index d02f50086..c334d97fb 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasisprimarylight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","interfaceLanguage":"swift"},"metadata":{"required":true,"title":"colorBackgroundEmphasisPrimaryLight","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBackgroundEmphasisPrimaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarylight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryLight":{"required":true,"title":"colorBackgroundEmphasisPrimaryLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBackgroundEmphasisPrimaryLightSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"colorBackgroundEmphasisPrimaryLight","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarylight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisPrimaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisPrimaryLight","title":"colorBackgroundEmphasisPrimaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasisprimarylight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarydark.json index 544afc03b..30f0c64ba 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarydark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","title":"colorBackgroundEmphasisSecondaryDark","role":"symbol","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP36colorBackgroundEmphasisSecondaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarydark"]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryDark":{"required":true,"title":"colorBackgroundEmphasisSecondaryDark","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP36colorBackgroundEmphasisSecondaryDarkSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol","title":"colorBackgroundEmphasisSecondaryDark"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarydark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundEmphasisSecondaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryDark":{"type":"topic","required":true,"title":"colorBackgroundEmphasisSecondaryDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarylight.json index fcb2d32c1..4189415ba 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundemphasissecondarylight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBackgroundEmphasisSecondaryLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"colorBackgroundEmphasisSecondaryLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarylight"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarylight","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","kind":"symbol","title":"colorBackgroundEmphasisSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"required":true,"title":"colorBackgroundEmphasisSecondaryLight","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBackgroundEmphasisSecondaryLightSSSgvp","symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundEmphasisSecondaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundEmphasisSecondaryLight","title":"colorBackgroundEmphasisSecondaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundEmphasisSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundemphasissecondarylight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasisdark.json index 6915f4ede..269b1af6c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasisdark.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorBackgroundStatusAttractiveEmphasisDarkSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveEmphasisDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasisdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisDark":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveEmphasisDark","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorBackgroundStatusAttractiveEmphasisDarkSSSgvp","role":"symbol","required":true},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisDark","title":"colorBackgroundStatusAttractiveEmphasisDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasisdark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasislight.json index f1a3619cb..62a2f1a7e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractiveemphasislight.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorBackgroundStatusAttractiveEmphasisLightSSSgvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundStatusAttractiveEmphasisLight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasislight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisLight":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"colorBackgroundStatusAttractiveEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasislight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","title":"colorBackgroundStatusAttractiveEmphasisLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorBackgroundStatusAttractiveEmphasisLightSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveEmphasisLight":{"title":"colorBackgroundStatusAttractiveEmphasisLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractiveemphasislight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveEmphasisLight","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemuteddark.json index a04dca3d0..e8eba66ce 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemuteddark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorBackgroundStatusAttractiveMutedDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundStatusAttractiveMutedDark","role":"symbol","required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedDark":{"type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemuteddark","title":"colorBackgroundStatusAttractiveMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorBackgroundStatusAttractiveMutedDarkSSSgvp","required":true,"title":"colorBackgroundStatusAttractiveMutedDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedDark":{"title":"colorBackgroundStatusAttractiveMutedDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemutedlight.json index 0416d23d6..5c1330587 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusattractivemutedlight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusAttractiveMutedLightSSSgvp","title":"colorBackgroundStatusAttractiveMutedLight","roleHeading":"Instance Property","required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemutedlight","kind":"symbol","role":"symbol","title":"colorBackgroundStatusAttractiveMutedLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusAttractiveMutedLightSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusAttractiveMutedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusAttractiveMutedLight":{"required":true,"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusAttractiveMutedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusAttractiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusattractivemutedlight","title":"colorBackgroundStatusAttractiveMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasisdark.json index 1b7efa955..37aa18c98 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasisdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorBackgroundStatusInformationEmphasisDarkSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"colorBackgroundStatusInformationEmphasisDark","required":true},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasisdark"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasisdark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBackgroundStatusInformationEmphasisDark","required":true,"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusInformationEmphasisDark","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorBackgroundStatusInformationEmphasisDarkSSSgvp","required":true,"role":"symbol"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"url":"\/documentation\/oudstokenssemantic","abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasisdark","title":"colorBackgroundStatusInformationEmphasisDark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisDark","type":"topic","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","title":"ColorSemanticToken","navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}],"type":"topic","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasislight.json index 75072265f..a5b026838 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationemphasislight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP45colorBackgroundStatusInformationEmphasisLightSSSgvp","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"colorBackgroundStatusInformationEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisLight":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","abstract":[],"required":true,"title":"colorBackgroundStatusInformationEmphasisLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasislight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP45colorBackgroundStatusInformationEmphasisLightSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","title":"colorBackgroundStatusInformationEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationemphasislight","role":"symbol","title":"colorBackgroundStatusInformationEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmuteddark.json index 21081802e..3fffdf48b 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmuteddark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusInformationMutedDarkSSSgvp","roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundStatusInformationMutedDark"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBackgroundStatusInformationMutedDark","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"title":"colorBackgroundStatusInformationMutedDark","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusInformationMutedDarkSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmuteddark"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedDark":{"role":"symbol","required":true,"title":"colorBackgroundStatusInformationMutedDark","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmuteddark","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmutedlight.json index 9ef270eff..dbc2c8d3f 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusinformationmutedlight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmutedlight"]}],"sections":[],"metadata":{"title":"colorBackgroundStatusInformationMutedLight","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBackgroundStatusInformationMutedLightSSSgvp","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight","type":"topic","abstract":[],"title":"colorBackgroundStatusInformationMutedLight","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmutedlight","required":true}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"colorBackgroundStatusInformationMutedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBackgroundStatusInformationMutedLightSSSgvp","role":"symbol","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmutedlight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","title":"OUDSTokensSemantic","type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"text":" (","type":"text"},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","title":"ColorSemanticToken","navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}],"type":"topic","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusInformationMutedLight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusInformationMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusinformationmutedlight","role":"symbol","title":"colorBackgroundStatusInformationMutedLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasisdark.json index 667a49e33..085575807 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasisdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasisdark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"title":"colorBackgroundStatusNegativeEmphasisDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusNegativeEmphasisDarkSSSgvp","roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasisdark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark","title":"colorBackgroundStatusNegativeEmphasisDark","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusNegativeEmphasisDarkSSSgvp","required":true,"title":"colorBackgroundStatusNegativeEmphasisDark","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasisdark"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisDark":{"abstract":[],"title":"colorBackgroundStatusNegativeEmphasisDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasislight.json index 5d040828e..4b7cb000a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativeemphasislight.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusNegativeEmphasisLight","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBackgroundStatusNegativeEmphasisLightSSSgvp","required":true,"roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasislight"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"role":"collection","title":"OUDSTokensSemantic","url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasislight","abstract":[],"kind":"symbol","title":"colorBackgroundStatusNegativeEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a semantic color token, which can be either a functional or a decorative token, is a "},{"type":"codeVoice","code":"String"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"title":"ColorSemanticToken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasislight"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","role":"symbol","title":"colorBackgroundStatusNegativeEmphasisLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBackgroundStatusNegativeEmphasisLightSSSgvp"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativeemphasislight","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeEmphasisLight","abstract":[],"role":"symbol","title":"colorBackgroundStatusNegativeEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemuteddark.json index 37d90e998..deade0323 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemuteddark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"required":true,"title":"colorBackgroundStatusNegativeMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBackgroundStatusNegativeMutedDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedDark":{"title":"colorBackgroundStatusNegativeMutedDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark","role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemuteddark","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBackgroundStatusNegativeMutedDarkSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundStatusNegativeMutedDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark"},"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedDark":{"title":"colorBackgroundStatusNegativeMutedDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemutedlight.json index a899f8df8..10e691a02 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatusnegativemutedlight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"title":"colorBackgroundStatusNegativeMutedLight","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP39colorBackgroundStatusNegativeMutedLightSSSgvp","roleHeading":"Instance Property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedLight":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemutedlight","title":"colorBackgroundStatusNegativeMutedLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP39colorBackgroundStatusNegativeMutedLightSSSgvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","title":"colorBackgroundStatusNegativeMutedLight"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusNegativeMutedLight":{"title":"colorBackgroundStatusNegativeMutedLight","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatusnegativemutedlight","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusNegativeMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasisdark.json index 05f2f7abb..6abd69715 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasisdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasisdark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusPositiveEmphasisDarkSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"colorBackgroundStatusPositiveEmphasisDark","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisDark":{"title":"colorBackgroundStatusPositiveEmphasisDark","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasisdark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasisdark"]}],"sections":[],"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusPositiveEmphasisDarkSSSgvp","title":"colorBackgroundStatusPositiveEmphasisDark","roleHeading":"Instance Property","required":true},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisDark":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisDark","title":"colorBackgroundStatusPositiveEmphasisDark","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasislight.json index ea7043db2..6360c1231 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositiveemphasislight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasislight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBackgroundStatusPositiveEmphasisLightSSSgvp","title":"colorBackgroundStatusPositiveEmphasisLight","required":true,"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisLight":{"type":"topic","kind":"symbol","abstract":[],"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight","title":"colorBackgroundStatusPositiveEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBackgroundStatusPositiveEmphasisLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundStatusPositiveEmphasisLight","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositiveemphasislight","role":"symbol","title":"colorBackgroundStatusPositiveEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemuteddark.json index ff7233ed1..2dc91f651 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemuteddark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","interfaceLanguage":"swift"},"metadata":{"title":"colorBackgroundStatusPositiveMutedDark","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBackgroundStatusPositiveMutedDarkSSSgvp","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemuteddark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedDark":{"title":"colorBackgroundStatusPositiveMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemuteddark","type":"topic","kind":"symbol","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemuteddark"]}],"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBackgroundStatusPositiveMutedDarkSSSgvp","roleHeading":"Instance Property","title":"colorBackgroundStatusPositiveMutedDark","required":true,"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemuteddark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedDark","abstract":[],"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBackgroundStatusPositiveMutedDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemutedlight.json index 3ac7873ac..9226a77f7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuspositivemutedlight.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP39colorBackgroundStatusPositiveMutedLightSSSgvp","symbolKind":"property","title":"colorBackgroundStatusPositiveMutedLight","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemutedlight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedLight":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","kind":"symbol","abstract":[],"title":"colorBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemutedlight","type":"topic","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP39colorBackgroundStatusPositiveMutedLightSSSgvp","title":"colorBackgroundStatusPositiveMutedLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusPositiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusPositiveMutedLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"title":"colorBackgroundStatusPositiveMutedLight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusPositiveMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuspositivemutedlight","kind":"symbol","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasisdark.json index 969f7df6a..e30465622 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorBackgroundStatusWarningEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBackgroundStatusWarningEmphasisDark","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"roleHeading":"Instance Property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasisdark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasisdark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark","title":"colorBackgroundStatusWarningEmphasisDark","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorBackgroundStatusWarningEmphasisDarkSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBackgroundStatusWarningEmphasisDark","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasisdark"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisDark":{"title":"colorBackgroundStatusWarningEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasislight.json index 1917b579c..0cde1b716 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningemphasislight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"title":"colorBackgroundStatusWarningEmphasisLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusWarningEmphasisLightSSSgvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasislight","title":"colorBackgroundStatusWarningEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasislight"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBackgroundStatusWarningEmphasisLight","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorBackgroundStatusWarningEmphasisLightSSSgvp","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningEmphasisLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusWarningEmphasisLight","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningEmphasisLight","abstract":[],"role":"symbol","required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningemphasislight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmuteddark.json index e8bd28e4e..0b37e95b3 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmuteddark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","title":"colorBackgroundStatusWarningMutedDark","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBackgroundStatusWarningMutedDarkSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"required":true},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmuteddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedDark":{"kind":"symbol","title":"colorBackgroundStatusWarningMutedDark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmuteddark","required":true}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBackgroundStatusWarningMutedDarkSSSgvp","title":"colorBackgroundStatusWarningMutedDark","roleHeading":"Instance Property","symbolKind":"property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmuteddark"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedDark":{"title":"colorBackgroundStatusWarningMutedDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmuteddark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmutedlight.json index 32c409c97..9d8665b1c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorbackgroundstatuswarningmutedlight.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"colorBackgroundStatusWarningMutedLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBackgroundStatusWarningMutedLightSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmutedlight","required":true,"role":"symbol","abstract":[],"title":"colorBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBackgroundStatusWarningMutedLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBackgroundStatusWarningMutedLight","symbolKind":"property","required":true,"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBackgroundStatusWarningMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBackgroundStatusWarningMutedLight","abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorbackgroundstatuswarningmutedlight","title":"colorBackgroundStatusWarningMutedLight","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarydark.json index 12f08b35e..64422b50b 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarydark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP27colorBorderBrandPrimaryDarkSSSgvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryDark"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryDark":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarydark","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","title":"colorBorderBrandPrimaryDark","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryDark","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP27colorBorderBrandPrimaryDarkSSSgvp","symbolKind":"property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarydark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarydark","type":"topic","required":true,"title":"colorBorderBrandPrimaryDark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarylight.json index 7645b6c33..0beb99e52 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimarylight.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandPrimaryLight","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorBorderBrandPrimaryLightSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBorderBrandPrimaryLight"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandPrimaryLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorBorderBrandPrimaryLightSSSgvp","required":true,"symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimarylight","role":"symbol","title":"colorBorderBrandPrimaryLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasisdark.json index e84fe6228..c8cbcc667 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasisdark.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP47colorBorderBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","symbolKind":"property","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP47colorBorderBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","role":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasisdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisDark":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasisdark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasislight.json index 07e90345e..4d133f608 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandprimaryonbackgroundemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"role":"symbol","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP48colorBorderBrandPrimaryOnBackgroundEmphasisLightSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasislight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP48colorBorderBrandPrimaryOnBackgroundEmphasisLightSSSgvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandPrimaryOnBackgroundEmphasisLight":{"title":"colorBorderBrandPrimaryOnBackgroundEmphasisLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandPrimaryOnBackgroundEmphasisLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandprimaryonbackgroundemphasislight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandPrimaryOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarydark.json index e911f1161..82f74a30d 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarydark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorBorderBrandSecondaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"colorBorderBrandSecondaryDark"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarydark","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","abstract":[],"title":"colorBorderBrandSecondaryDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorBorderBrandSecondaryDarkSSSgvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandSecondaryDark","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryDark":{"type":"topic","title":"colorBorderBrandSecondaryDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarydark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryDark","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarylight.json index 1cc54a964..5dcc12533 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandsecondarylight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"colorBorderBrandSecondaryLight","required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorBorderBrandSecondaryLightSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryLight":{"title":"colorBorderBrandSecondaryLight","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarylight","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","roleHeading":"Instance Property","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandSecondaryLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorBorderBrandSecondaryLightSSSgvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarylight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandSecondaryLight":{"kind":"symbol","abstract":[],"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandSecondaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorBorderBrandSecondaryLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandsecondarylight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandSecondaryLight"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivedark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivedark.json index e5108f70a..8cd4e7da9 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivedark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivedark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivedark"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP36colorBorderBrandStatusAttractiveDarkSSSgvp","role":"symbol","title":"colorBorderBrandStatusAttractiveDark","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveDark":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark","abstract":[],"title":"colorBorderBrandStatusAttractiveDark","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivedark","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandStatusAttractiveDark","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP36colorBorderBrandStatusAttractiveDarkSSSgvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivedark","type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveDark","required":true,"role":"symbol","title":"colorBorderBrandStatusAttractiveDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivelight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivelight.json index 3ac4309c9..3d23c191c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivelight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusattractivelight.json @@ -1 +1 @@ -{"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusAttractiveLight","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBorderBrandStatusAttractiveLightSSSgvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivelight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivelight","title":"colorBorderBrandStatusAttractiveLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBorderBrandStatusAttractiveLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"colorBorderBrandStatusAttractiveLight","role":"symbol","required":true,"symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivelight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusAttractiveLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusAttractiveLight","title":"colorBorderBrandStatusAttractiveLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusAttractiveLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusattractivelight","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationdark.json index a2b2f77f9..1c373ed5d 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationdark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBorderBrandStatusInformationDarkSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusInformationDark"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationDark":{"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationdark","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark","kind":"symbol","title":"colorBorderBrandStatusInformationDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandStatusInformationDark","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP37colorBorderBrandStatusInformationDarkSSSgvp"},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationDark":{"title":"colorBorderBrandStatusInformationDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusInformationDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationlight.json index eba238514..5df52acf3 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusinformationlight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationlight"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBorderBrandStatusInformationLightSSSgvp","title":"colorBorderBrandStatusInformationLight","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationLight":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight","title":"colorBorderBrandStatusInformationLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationlight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP38colorBorderBrandStatusInformationLightSSSgvp","required":true,"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusInformationLight"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusInformationLight":{"title":"colorBorderBrandStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusInformationLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusinformationlight","abstract":[],"type":"topic","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativedark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativedark.json index 87f7c3090..dbe8116dc 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativedark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativedark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativedark"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","interfaceLanguage":"swift"},"metadata":{"required":true,"role":"symbol","roleHeading":"Instance Property","title":"colorBorderBrandStatusNegativeDark","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBorderBrandStatusNegativeDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeDark":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","kind":"symbol","title":"colorBorderBrandStatusNegativeDark","role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativedark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","title":"colorBorderBrandStatusNegativeDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBorderBrandStatusNegativeDarkSSSgvp","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativedark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeDark":{"title":"colorBorderBrandStatusNegativeDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativedark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusNegativeDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativelight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativelight.json index fec2e2eeb..ddf616c3c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativelight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatusnegativelight.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBorderBrandStatusNegativeLightSSSgvp","title":"colorBorderBrandStatusNegativeLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusNegativeLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeLight":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight","title":"colorBorderBrandStatusNegativeLight","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativelight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBorderBrandStatusNegativeLightSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorBorderBrandStatusNegativeLight","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","required":true},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativelight"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusNegativeLight":{"title":"colorBorderBrandStatusNegativeLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusNegativeLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatusnegativelight","abstract":[],"type":"topic","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivedark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivedark.json index e116f1079..cbae2eb5e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivedark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivedark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"colorBorderBrandStatusPositiveDark","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBorderBrandStatusPositiveDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivedark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveDark":{"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivedark","required":true,"title":"colorBorderBrandStatusPositiveDark","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivedark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusPositiveDark","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBorderBrandStatusPositiveDarkSSSgvp","symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveDark","title":"colorBorderBrandStatusPositiveDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivedark","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivelight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivelight.json index 4faa00e62..859f1939a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivelight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuspositivelight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBorderBrandStatusPositiveLightSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandStatusPositiveLight","role":"symbol","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveLight":{"required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivelight","title":"colorBorderBrandStatusPositiveLight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP35colorBorderBrandStatusPositiveLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"colorBorderBrandStatusPositiveLight","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusPositiveLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusPositiveLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuspositivelight","title":"colorBorderBrandStatusPositiveLight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusPositiveLight","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarningdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarningdark.json index ec2a3a382..40bcfcd0d 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarningdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarningdark.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorBorderBrandStatusWarningDarkSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"colorBorderBrandStatusWarningDark","roleHeading":"Instance Property","required":true},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarningdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningDark":{"type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarningdark","title":"colorBorderBrandStatusWarningDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark","required":true,"role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarningdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorBorderBrandStatusWarningDarkSSSgvp","title":"colorBorderBrandStatusWarningDark","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandStatusWarningDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarningdark","kind":"symbol","abstract":[],"role":"symbol","title":"colorBorderBrandStatusWarningDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarninglight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarninglight.json index 9f31a1ebd..a6a872b57 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarninglight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandstatuswarninglight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBorderBrandStatusWarningLightSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderBrandStatusWarningLight"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarninglight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight"},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningLight":{"required":true,"title":"colorBorderBrandStatusWarningLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarninglight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarninglight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorBorderBrandStatusWarningLightSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderBrandStatusWarningLight"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandStatusWarningLight":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandStatusWarningLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandStatusWarningLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorBorderBrandStatusWarningLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandstatuswarninglight","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarydark.json index ab80a8a60..3dfa91b41 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarydark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderBrandTertiaryDark","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorBorderBrandTertiaryDarkSSSgvp"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarydark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarydark","title":"colorBorderBrandTertiaryDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorBorderBrandTertiaryDarkSSSgvp","required":true,"title":"colorBorderBrandTertiaryDark","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"required":true,"title":"colorBorderBrandTertiaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarydark","abstract":[],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarylight.json index a5d6459da..37ae65aff 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderbrandtertiarylight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"title":"colorBorderBrandTertiaryLight","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorBorderBrandTertiaryLightSSSgvp","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarylight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryLight":{"title":"colorBorderBrandTertiaryLight","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarylight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarylight"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderBrandTertiaryLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"colorBorderBrandTertiaryLight","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorBorderBrandTertiaryLightSSSgvp","role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderBrandTertiaryLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderbrandtertiarylight","kind":"symbol","required":true,"title":"colorBorderBrandTertiaryLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderBrandTertiaryLight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultdark.json index 2fab814a0..879c95020 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultdark"]}],"metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"colorBorderDefaultDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP22colorBorderDefaultDarkSSSgvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultdark","title":"colorBorderDefaultDark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP22colorBorderDefaultDarkSSSgvp","required":true,"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorBorderDefaultDark","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultDark","title":"colorBorderDefaultDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultdark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultlight.json index 4b6b9a684..d059dbb03 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultlight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorBorderDefaultLight","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP23colorBorderDefaultLightSSSgvp","roleHeading":"Instance Property","required":true},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","title":"colorBorderDefaultLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultlight","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight","role":"symbol","required":true}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorBorderDefaultLight","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP23colorBorderDefaultLightSSSgvp","required":true,"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultLight":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultlight","abstract":[],"title":"colorBorderDefaultLight","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultLight","type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasisdark.json index 05d9a35e4..a421fbbf3 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasisdark.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"colorBorderDefaultOnBackgroundEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBorderDefaultOnBackgroundEmphasisDarkSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasisdark","title":"colorBorderDefaultOnBackgroundEmphasisDark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorBorderDefaultOnBackgroundEmphasisDarkSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderDefaultOnBackgroundEmphasisDark"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasisdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisDark":{"title":"colorBorderDefaultOnBackgroundEmphasisDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasislight.json index d2f0d9feb..1cf218f49 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderdefaultonbackgroundemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasislight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorBorderDefaultOnBackgroundEmphasisLightSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderDefaultOnBackgroundEmphasisLight","required":true},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasislight","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasislight"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorBorderDefaultOnBackgroundEmphasisLightSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","required":true,"role":"symbol","title":"colorBorderDefaultOnBackgroundEmphasisLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderDefaultOnBackgroundEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderDefaultOnBackgroundEmphasisLight","title":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderdefaultonbackgroundemphasislight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisdark.json index 62c490b60..c87c14fd2 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP23colorBorderEmphasisDarkSSSgvp","required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorBorderEmphasisDark","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisdark"]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisdark","title":"colorBorderEmphasisDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisdark"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP23colorBorderEmphasisDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"symbolKind":"property","title":"colorBorderEmphasisDark","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","title":"colorBorderEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisdark","kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"url":"\/documentation\/oudstokenssemantic","abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"kind":"symbol","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasislight.json index a45a7832a..c88370269 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasislight.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP24colorBorderEmphasisLightSSSgvp","required":true,"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorBorderEmphasisLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisLight":{"title":"colorBorderEmphasisLight","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasislight"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasislight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP24colorBorderEmphasisLightSSSgvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"colorBorderEmphasisLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasislight","role":"symbol","title":"colorBorderEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasisdark.json index 6d709f025..5272d5ab7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasisdark.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP031colorBorderEmphasisOnBackgroundG4DarkSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorBorderEmphasisOnBackgroundEmphasisDark","role":"symbol","symbolKind":"property","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasisdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisDark":{"role":"symbol","type":"topic","kind":"symbol","title":"colorBorderEmphasisOnBackgroundEmphasisDark","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasisdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP031colorBorderEmphasisOnBackgroundG4DarkSSSgvp","symbolKind":"property","role":"symbol","title":"colorBorderEmphasisOnBackgroundEmphasisDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisDark":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisDark","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasisdark","title":"colorBorderEmphasisOnBackgroundEmphasisDark","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasislight.json index e0c5e0725..7df4e7198 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorborderemphasisonbackgroundemphasislight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"title":"colorBorderEmphasisOnBackgroundEmphasisLight","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP031colorBorderEmphasisOnBackgroundG5LightSSSgvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasislight"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisLight":{"title":"colorBorderEmphasisOnBackgroundEmphasisLight","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasislight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP031colorBorderEmphasisOnBackgroundG5LightSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"title":"colorBorderEmphasisOnBackgroundEmphasisLight","roleHeading":"Instance Property"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorBorderEmphasisOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorBorderEmphasisOnBackgroundEmphasisLight":{"kind":"symbol","title":"colorBorderEmphasisOnBackgroundEmphasisLight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorBorderEmphasisOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorborderemphasisonbackgroundemphasislight","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorBorderEmphasisOnBackgroundEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarydark.json index 85797c790..e2e8c225c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarydark.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorContentBrandPrimaryDarkSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryDark","symbolKind":"property","role":"symbol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarydark"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryDark":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarydark","required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorContentBrandPrimaryDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"colorContentBrandPrimaryDark","role":"symbol","required":true,"roleHeading":"Instance Property"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarydark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarydark","role":"symbol","title":"colorContentBrandPrimaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarylight.json index e93dace7f..245aee462 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimarylight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorContentBrandPrimaryLight","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorContentBrandPrimaryLightSSSgvp","required":true,"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryLight":{"type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarylight","title":"colorContentBrandPrimaryLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorContentBrandPrimaryLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorContentBrandPrimaryLight","role":"symbol","required":true,"roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryLight":{"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","title":"colorContentBrandPrimaryLight","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimarylight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasisdark.json index 915123c4e..f6ec8a4d1 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasisdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP48colorContentBrandPrimaryOnBackgroundEmphasisDarkSSSgvp","required":true,"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"abstract":[],"type":"topic","required":true,"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasisdark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP48colorContentBrandPrimaryOnBackgroundEmphasisDarkSSSgvp"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasisdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisDark":{"title":"colorContentBrandPrimaryOnBackgroundEmphasisDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisDark","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasisdark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasislight.json index 2edfad1d5..a57e0035a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandprimaryonbackgroundemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP49colorContentBrandPrimaryOnBackgroundEmphasisLightSSSgvp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasislight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasislight","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP49colorContentBrandPrimaryOnBackgroundEmphasisLightSSSgvp"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasislight"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandPrimaryOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandPrimaryOnBackgroundEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandprimaryonbackgroundemphasislight","role":"symbol","title":"colorContentBrandPrimaryOnBackgroundEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandPrimaryOnBackgroundEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarydark.json index 56ad8e87c..b3c1a57ea 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarydark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"title":"colorContentBrandSecondaryDark","symbolKind":"property","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentBrandSecondaryDarkSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarydark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark","title":"colorContentBrandSecondaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarydark","kind":"symbol","type":"topic","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentBrandSecondaryDarkSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"colorContentBrandSecondaryDark"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarydark","role":"symbol","title":"colorContentBrandSecondaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryDark","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarylight.json index 52f8b6b12..11b644dc7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandsecondarylight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorContentBrandSecondaryLightSSSgvp","title":"colorContentBrandSecondaryLight","roleHeading":"Instance Property","required":true},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryLight":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentBrandSecondaryLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarylight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandSecondaryLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarylight"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorContentBrandSecondaryLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorContentBrandSecondaryLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandSecondaryLight":{"role":"symbol","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandsecondarylight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandSecondaryLight","kind":"symbol","title":"colorContentBrandSecondaryLight","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarydark.json index 8edb5f88d..d6a2a4a7e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarydark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","title":"colorContentBrandTertiaryDark","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorContentBrandTertiaryDarkSSSgvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarydark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryDark":{"kind":"symbol","type":"topic","title":"colorContentBrandTertiaryDark","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarydark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarydark"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorContentBrandTertiaryDarkSSSgvp","symbolKind":"property","required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentBrandTertiaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorContentBrandTertiaryDark","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryDark":{"abstract":[],"type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarydark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryDark","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentBrandTertiaryDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarylight.json index 2f5158ff1..9939e81e2 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentbrandtertiarylight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarylight"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorContentBrandTertiaryLight","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentBrandTertiaryLightSSSgvp","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryLight":{"title":"colorContentBrandTertiaryLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarylight","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentBrandTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentBrandTertiaryLightSSSgvp","title":"colorContentBrandTertiaryLight","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentBrandTertiaryLight":{"title":"colorContentBrandTertiaryLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentBrandTertiaryLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentbrandtertiarylight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentBrandTertiaryLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultdark.json index bb3a7b779..9896ecae7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP23colorContentDefaultDarkSSSgvp","required":true,"symbolKind":"property","title":"colorContentDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultDark":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultdark","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","required":true,"title":"colorContentDefaultDark","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultdark"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorContentDefaultDark","symbolKind":"property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP23colorContentDefaultDarkSSSgvp","roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultDark":{"title":"colorContentDefaultDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultDark","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultlight.json index 20da050e4..2b410032a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultlight.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultlight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","role":"symbol","required":true,"symbolKind":"property","title":"colorContentDefaultLight","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP24colorContentDefaultLightSSSgvp"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultlight","title":"colorContentDefaultLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultlight"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"colorContentDefaultLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP24colorContentDefaultLightSSSgvp","symbolKind":"property","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultLight","title":"colorContentDefaultLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultlight","role":"symbol","required":true,"kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasisdark.json index bf398b51d..92b9b2c90 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasisdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasisdark"]}],"metadata":{"title":"colorContentDefaultOnBackgroundEmphasisDark","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorContentDefaultOnBackgroundEmphasisDarkSSSgvp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisDark":{"title":"colorContentDefaultOnBackgroundEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasisdark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentDefaultOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorContentDefaultOnBackgroundEmphasisDarkSSSgvp","title":"colorContentDefaultOnBackgroundEmphasisDark","required":true,"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasisdark"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisDark":{"title":"colorContentDefaultOnBackgroundEmphasisDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasislight.json index 1805b23ae..f64c6be03 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentdefaultonbackgroundemphasislight.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorContentDefaultOnBackgroundEmphasisLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"required":true,"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorContentDefaultOnBackgroundEmphasisLight","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasislight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight","type":"topic","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentDefaultOnBackgroundEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasislight"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentDefaultOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorContentDefaultOnBackgroundEmphasisLight","required":true,"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorContentDefaultOnBackgroundEmphasisLightSSSgvp","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentDefaultOnBackgroundEmphasisLight":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentDefaultOnBackgroundEmphasisLight","title":"colorContentDefaultOnBackgroundEmphasisLight","type":"topic","required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentdefaultonbackgroundemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentDefaultOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmuteddark.json index 572ff8987..12eb94f9a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmuteddark.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmuteddark"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP21colorContentMutedDarkSSSgvp","title":"colorContentMutedDark","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedDark":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmuteddark","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol","title":"colorContentMutedDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP21colorContentMutedDarkSSSgvp","roleHeading":"Instance Property","title":"colorContentMutedDark","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmuteddark","title":"colorContentMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedDark","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedlight.json index 2b6afdd1f..81e24c80a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedlight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP22colorContentMutedLightSSSgvp","role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"colorContentMutedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedLight":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","abstract":[],"title":"colorContentMutedLight","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedlight","required":true}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP22colorContentMutedLightSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","title":"colorContentMutedLight","required":true},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedLight":{"title":"colorContentMutedLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedlight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasisdark.json index f55c97014..e2faf915b 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasisdark.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorContentMutedOnBackgroundEmphasisDarkSSSgvp","role":"symbol","title":"colorContentMutedOnBackgroundEmphasisDark","roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasisdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol","title":"colorContentMutedOnBackgroundEmphasisDark","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasisdark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorContentMutedOnBackgroundEmphasisDarkSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorContentMutedOnBackgroundEmphasisDark","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisDark":{"title":"colorContentMutedOnBackgroundEmphasisDark","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasislight.json index 0f510ec12..4e58d4383 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentmutedonbackgroundemphasislight.json @@ -1 +1 @@ -{"sections":[],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorContentMutedOnBackgroundEmphasisLightSSSgvp","symbolKind":"property","title":"colorContentMutedOnBackgroundEmphasisLight","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentMutedOnBackgroundEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentMutedOnBackgroundEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","title":"colorContentMutedOnBackgroundEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorContentMutedOnBackgroundEmphasisLightSSSgvp","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentMutedOnBackgroundEmphasisLight":{"kind":"symbol","title":"colorContentMutedOnBackgroundEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentMutedOnBackgroundEmphasisLight","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentMutedOnBackgroundEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentmutedonbackgroundemphasislight","required":true,"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivedark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivedark.json index 2551829b5..3bd8e8bd1 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivedark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivedark.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP32colorContentStatusAttractiveDarkSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"colorContentStatusAttractiveDark"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivedark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveDark":{"title":"colorContentStatusAttractiveDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivedark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivedark"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP32colorContentStatusAttractiveDarkSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusAttractiveDark","symbolKind":"property","required":true,"role":"symbol","roleHeading":"Instance Property"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveDark":{"type":"topic","title":"colorContentStatusAttractiveDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivedark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveDark","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusAttractiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivelight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivelight.json index cc77a066f..02fa36af0 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivelight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusattractivelight.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorContentStatusAttractiveLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"required":true,"roleHeading":"Instance Property","title":"colorContentStatusAttractiveLight","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveLight":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivelight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusAttractiveLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"title":"colorContentStatusAttractiveLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivelight"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"title":"colorContentStatusAttractiveLight","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorContentStatusAttractiveLightSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusAttractiveLight":{"title":"colorContentStatusAttractiveLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusAttractiveLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusattractivelight","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusAttractiveLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationdark.json index aeb33887f..4dc0fec14 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"colorContentStatusInformationDark","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorContentStatusInformationDarkSSSgvp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationdark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationdark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark","title":"colorContentStatusInformationDark","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorContentStatusInformationDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"required":true,"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP33colorContentStatusInformationDarkSSSgvp"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationDark":{"type":"topic","title":"colorContentStatusInformationDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationdark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationDark","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationlight.json index feea70541..8685dc928 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusinformationlight.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight"},"sections":[],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorContentStatusInformationLightSSSgvp","roleHeading":"Instance Property","title":"colorContentStatusInformationLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationlight","title":"colorContentStatusInformationLight","role":"symbol","kind":"symbol","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusInformationLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationlight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP34colorContentStatusInformationLightSSSgvp","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorContentStatusInformationLight","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusInformationLight":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusinformationlight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusInformationLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusInformationLight","required":true,"title":"colorContentStatusInformationLight","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativedark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativedark.json index b0b3571df..d38d7d258 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativedark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativedark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark"},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentStatusNegativeDarkSSSgvp","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorContentStatusNegativeDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativedark"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeDark":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"colorContentStatusNegativeDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativedark"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativedark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentStatusNegativeDarkSSSgvp","role":"symbol","title":"colorContentStatusNegativeDark","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusNegativeDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeDark":{"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"title":"colorContentStatusNegativeDark","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativedark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativelight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativelight.json index 39ad89244..3c95f3f33 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativelight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatusnegativelight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorContentStatusNegativeLightSSSgvp","title":"colorContentStatusNegativeLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight","required":true,"role":"symbol","title":"colorContentStatusNegativeLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativelight","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativelight"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight","interfaceLanguage":"swift"},"sections":[],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorContentStatusNegativeLight","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorContentStatusNegativeLightSSSgvp","roleHeading":"Instance Property","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusNegativeLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusNegativeLight":{"required":true,"kind":"symbol","role":"symbol","title":"colorContentStatusNegativeLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatusnegativelight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorContentStatusNegativeLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusNegativeLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivedark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivedark.json index 5a4059f10..35eb85188 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivedark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivedark.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","role":"symbol","title":"colorContentStatusPositiveDark","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentStatusPositiveDarkSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivedark"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveDark":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivedark","title":"colorContentStatusPositiveDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","kind":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivedark"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorContentStatusPositiveDarkSSSgvp","roleHeading":"Instance Property","required":true,"role":"symbol","title":"colorContentStatusPositiveDark","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveDark":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorContentStatusPositiveDark","kind":"symbol","type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivedark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivelight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivelight.json index 7c39441c6..b8d20f8b5 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivelight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/colorcontentstatuspositivelight.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorContentStatusPositiveLightSSSgvp","required":true,"title":"colorContentStatusPositiveLight","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivelight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveLight":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivelight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight","abstract":[],"required":true,"title":"colorContentStatusPositiveLight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivelight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","title":"colorContentStatusPositiveLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorContentStatusPositiveLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorContentStatusPositiveLightSSSgvp","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorContentStatusPositiveLight":{"title":"colorContentStatusPositiveLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorContentStatusPositiveLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/colorcontentstatuspositivelight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorContentStatusPositiveLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarydark.json index f7ab75193..25d871102 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarydark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"colorOnBackgroundPrimaryDark","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorOnBackgroundPrimaryDarkSSSgvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryDark":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarydark","required":true,"title":"colorOnBackgroundPrimaryDark","type":"topic","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP28colorOnBackgroundPrimaryDarkSSSgvp","title":"colorOnBackgroundPrimaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryDark","title":"colorOnBackgroundPrimaryDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarydark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarylight.json index ead91be37..be7d0e4ab 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundprimarylight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"required":true,"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorOnBackgroundPrimaryLightSSSgvp","title":"colorOnBackgroundPrimaryLight","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarylight"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryLight":{"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarylight","kind":"symbol","title":"colorOnBackgroundPrimaryLight","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundPrimaryLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorOnBackgroundPrimaryLightSSSgvp","title":"colorOnBackgroundPrimaryLight","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundPrimaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundPrimaryLight","title":"colorOnBackgroundPrimaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundPrimaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundprimarylight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarydark.json index cf10e6a75..bdb03844d 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarydark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorOnBackgroundSecondaryDarkSSSgvp","required":true,"title":"colorOnBackgroundSecondaryDark","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarydark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarydark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark","abstract":[],"required":true,"title":"colorOnBackgroundSecondaryDark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarydark"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorOnBackgroundSecondaryDarkSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"colorOnBackgroundSecondaryDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryDark":{"type":"topic","title":"colorOnBackgroundSecondaryDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarydark","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryDark","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundSecondaryDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarylight.json index df89f9822..9c43e1fdb 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundsecondarylight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarylight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"colorOnBackgroundSecondaryLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorOnBackgroundSecondaryLightSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundSecondaryLight","type":"topic","abstract":[],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarylight"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundSecondaryLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorOnBackgroundSecondaryLight","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP31colorOnBackgroundSecondaryLightSSSgvp","symbolKind":"property","required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarylight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundSecondaryLight":{"type":"topic","title":"colorOnBackgroundSecondaryLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundSecondaryLight","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundSecondaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundsecondarylight","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasisdark.json index 4a44f094d..71aef0dfe 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasisdark.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark","interfaceLanguage":"swift"},"sections":[],"metadata":{"required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP45colorOnBackgroundStatusAttractiveEmphasisDarkSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","title":"colorOnBackgroundStatusAttractiveEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisDark":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasisdark","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveEmphasisDark","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP45colorOnBackgroundStatusAttractiveEmphasisDarkSSSgvp","title":"colorOnBackgroundStatusAttractiveEmphasisDark","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisDark":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasisdark","role":"symbol","title":"colorOnBackgroundStatusAttractiveEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasislight.json index 390ff2ab0..aabdc580c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractiveemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP46colorOnBackgroundStatusAttractiveEmphasisLightSSSgvp","title":"colorOnBackgroundStatusAttractiveEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","title":"OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"text":"component tokens","type":"text"}],"type":"emphasis"},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"text":") to apply some style and configuration values.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"type":"topic","url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisLight":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasislight","abstract":[],"title":"colorOnBackgroundStatusAttractiveEmphasisLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP46colorOnBackgroundStatusAttractiveEmphasisLightSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorOnBackgroundStatusAttractiveEmphasisLight","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveEmphasisLight","title":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractiveemphasislight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemuteddark.json index a4ac1a128..13f739e8c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemuteddark.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorOnBackgroundStatusAttractiveMutedDarkSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"colorOnBackgroundStatusAttractiveMutedDark","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemuteddark"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemuteddark","title":"colorOnBackgroundStatusAttractiveMutedDark","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemuteddark"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorOnBackgroundStatusAttractiveMutedDarkSSSgvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveMutedDark","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedDark":{"kind":"symbol","role":"symbol","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemuteddark","title":"colorOnBackgroundStatusAttractiveMutedDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemutedlight.json index 13879e325..86d773f73 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusattractivemutedlight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusAttractiveMutedLightSSSgvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveMutedLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusAttractiveMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedLight":{"kind":"symbol","title":"colorOnBackgroundStatusAttractiveMutedLight","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemutedlight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusAttractiveMutedLight","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusAttractiveMutedLightSSSgvp"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemutedlight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusAttractiveMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusAttractiveMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusAttractiveMutedLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusAttractiveMutedLight","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusattractivemutedlight"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasisdark.json index 20e0e08de..6298e03af 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasisdark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"title":"colorOnBackgroundStatusInformationEmphasisDark","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP46colorOnBackgroundStatusInformationEmphasisDarkSSSgvp","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasisdark"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusInformationEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasisdark","role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP46colorOnBackgroundStatusInformationEmphasisDarkSSSgvp","required":true,"role":"symbol","title":"colorOnBackgroundStatusInformationEmphasisDark","roleHeading":"Instance Property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasisdark","role":"symbol","title":"colorOnBackgroundStatusInformationEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasislight.json index d53a0b0a5..9dea7b180 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusInformationEmphasisLight","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP47colorOnBackgroundStatusInformationEmphasisLightSSSgvp","roleHeading":"Instance Property","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisLight":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasislight","title":"colorOnBackgroundStatusInformationEmphasisLight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasislight"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP47colorOnBackgroundStatusInformationEmphasisLightSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"colorOnBackgroundStatusInformationEmphasisLight","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationEmphasisLight","title":"colorOnBackgroundStatusInformationEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationemphasislight","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmuteddark.json index 765bffcd8..68364ea47 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmuteddark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusInformationMutedDarkSSSgvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorOnBackgroundStatusInformationMutedDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmuteddark"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedDark":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"colorOnBackgroundStatusInformationMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmuteddark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusInformationMutedDarkSSSgvp","required":true,"roleHeading":"Instance Property","title":"colorOnBackgroundStatusInformationMutedDark","symbolKind":"property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedDark":{"title":"colorOnBackgroundStatusInformationMutedDark","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmuteddark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmutedlight.json index cf61eb7d1..70bf13b15 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusinformationmutedlight.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"title":"colorOnBackgroundStatusInformationMutedLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorOnBackgroundStatusInformationMutedLightSSSgvp","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusInformationMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"required":true,"roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmutedlight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedLight":{"title":"colorOnBackgroundStatusInformationMutedLight","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmutedlight","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","title":"colorOnBackgroundStatusInformationMutedLight","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorOnBackgroundStatusInformationMutedLightSSSgvp","required":true,"symbolKind":"property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusInformationMutedLight":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusInformationMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","type":"topic","title":"colorOnBackgroundStatusInformationMutedLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusInformationMutedLight","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusinformationmutedlight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasisdark.json index 5462d372a..348c80e4b 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasisdark.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasisdark"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorOnBackgroundStatusNegativeEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusNegativeEmphasisDarkSSSgvp"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisDark":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusNegativeEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"colorOnBackgroundStatusNegativeEmphasisDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusNegativeEmphasisDarkSSSgvp","symbolKind":"property"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisDark":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisDark","type":"topic","title":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasisdark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasislight.json index 64bdc9e24..a92f2f807 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativeemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorOnBackgroundStatusNegativeEmphasisLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","title":"colorOnBackgroundStatusNegativeEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasislight","kind":"symbol","abstract":[],"title":"colorOnBackgroundStatusNegativeEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasislight"]}],"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusNegativeEmphasisLight","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorOnBackgroundStatusNegativeEmphasisLightSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeEmphasisLight","title":"colorOnBackgroundStatusNegativeEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativeemphasislight","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemuteddark.json index c1acb724f..050e3618a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemuteddark.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark"},"metadata":{"title":"colorOnBackgroundStatusNegativeMutedDark","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorOnBackgroundStatusNegativeMutedDarkSSSgvp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusNegativeMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"type":"topic","role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemuteddark","kind":"symbol","title":"colorOnBackgroundStatusNegativeMutedDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark","interfaceLanguage":"swift"},"metadata":{"title":"colorOnBackgroundStatusNegativeMutedDark","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorOnBackgroundStatusNegativeMutedDarkSSSgvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedDark":{"title":"colorOnBackgroundStatusNegativeMutedDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemuteddark","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemutedlight.json index c48a80f28..44b996e61 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatusnegativemutedlight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","metadata":{"title":"colorOnBackgroundStatusNegativeMutedLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorOnBackgroundStatusNegativeMutedLightSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusNegativeMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusNegativeMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemutedlight"]}],"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorOnBackgroundStatusNegativeMutedLight","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorOnBackgroundStatusNegativeMutedLightSSSgvp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusNegativeMutedLight":{"abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusNegativeMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatusnegativemutedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusNegativeMutedLight","role":"symbol","type":"topic","title":"colorOnBackgroundStatusNegativeMutedLight","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasisdark.json index 9ca9c5f5b..249df1c8a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","role":"symbol","required":true,"symbolKind":"property","title":"colorOnBackgroundStatusPositiveEmphasisDark","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusPositiveEmphasisDarkSSSgvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisDark":{"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark","title":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasisdark"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"colorOnBackgroundStatusPositiveEmphasisDark","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusPositiveEmphasisDarkSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisDark":{"title":"colorOnBackgroundStatusPositiveEmphasisDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasisdark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasislight.json index 2299fe747..75fa5f046 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositiveemphasislight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasislight"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorOnBackgroundStatusPositiveEmphasisLightSSSgvp","required":true,"symbolKind":"property","title":"colorOnBackgroundStatusPositiveEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"colorOnBackgroundStatusPositiveEmphasisLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"colorOnBackgroundStatusPositiveEmphasisLight","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP44colorOnBackgroundStatusPositiveEmphasisLightSSSgvp","symbolKind":"property","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveEmphasisLight":{"title":"colorOnBackgroundStatusPositiveEmphasisLight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveEmphasisLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveEmphasisLight","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositiveemphasislight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemuteddark.json index 793c450d2..e1151e8a8 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemuteddark.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorOnBackgroundStatusPositiveMutedDarkSSSgvp","symbolKind":"property","title":"colorOnBackgroundStatusPositiveMutedDark","required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedDark":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemuteddark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark","abstract":[],"title":"colorOnBackgroundStatusPositiveMutedDark","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","title":"colorOnBackgroundStatusPositiveMutedDark","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorOnBackgroundStatusPositiveMutedDarkSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemuteddark"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedDark":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemuteddark","title":"colorOnBackgroundStatusPositiveMutedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedDark","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemutedlight.json index 8633df835..e78942b98 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuspositivemutedlight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemutedlight"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","title":"colorOnBackgroundStatusPositiveMutedLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorOnBackgroundStatusPositiveMutedLightSSSgvp","role":"symbol","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedLight":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemutedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"colorOnBackgroundStatusPositiveMutedLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemutedlight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusPositiveMutedLight"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusPositiveMutedLight","required":true,"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP41colorOnBackgroundStatusPositiveMutedLightSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusPositiveMutedLight":{"title":"colorOnBackgroundStatusPositiveMutedLight","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuspositivemutedlight","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusPositiveMutedLight","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusPositiveMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasisdark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasisdark.json index 4dae026b0..f3338ab32 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorOnBackgroundStatusWarningEmphasisDarkSSSgvp","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"colorOnBackgroundStatusWarningEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisDark":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"colorOnBackgroundStatusWarningEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasisdark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasisdark"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","title":"colorOnBackgroundStatusWarningEmphasisDark","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP42colorOnBackgroundStatusWarningEmphasisDarkSSSgvp","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisDark":{"abstract":[],"title":"colorOnBackgroundStatusWarningEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisDark"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasisdark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasislight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasislight.json index 7eaa8df41..4dd5c5779 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningemphasislight.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight","interfaceLanguage":"swift"},"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"colorOnBackgroundStatusWarningEmphasisLight","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusWarningEmphasisLightSSSgvp","required":true},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasislight","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight","title":"colorOnBackgroundStatusWarningEmphasisLight","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasislight"]}],"sections":[],"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"colorOnBackgroundStatusWarningEmphasisLight","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP43colorOnBackgroundStatusWarningEmphasisLightSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningEmphasisLight"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningEmphasisLight":{"title":"colorOnBackgroundStatusWarningEmphasisLight","required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningEmphasisLight","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmuteddark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmuteddark.json index 55a91dc1c..aa2bebe26 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmuteddark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmuteddark.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmuteddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"role":"symbol","symbolKind":"property","required":true,"title":"colorOnBackgroundStatusWarningMutedDark","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP39colorOnBackgroundStatusWarningMutedDarkSSSgvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","abstract":[],"type":"topic","required":true,"title":"colorOnBackgroundStatusWarningMutedDark","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmuteddark","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmuteddark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"title":"colorOnBackgroundStatusWarningMutedDark","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP39colorOnBackgroundStatusWarningMutedDarkSSSgvp"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedDark"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedDark":{"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedDark","title":"colorOnBackgroundStatusWarningMutedDark","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmuteddark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmutedlight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmutedlight.json index 527fbe62c..7407e0c7c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmutedlight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundstatuswarningmutedlight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmutedlight"]}],"metadata":{"required":true,"role":"symbol","title":"colorOnBackgroundStatusWarningMutedLight","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorOnBackgroundStatusWarningMutedLightSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedLight":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight","required":true,"abstract":[],"title":"colorOnBackgroundStatusWarningMutedLight","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmutedlight"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundStatusWarningMutedLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"colorOnBackgroundStatusWarningMutedLight","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP40colorOnBackgroundStatusWarningMutedLightSSSgvp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmutedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundStatusWarningMutedLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundStatusWarningMutedLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundStatusWarningMutedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","kind":"symbol","abstract":[],"type":"topic","title":"colorOnBackgroundStatusWarningMutedLight","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundstatuswarningmutedlight","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarydark.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarydark.json index 8f05d7b19..8a1d678c4 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarydark.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarydark.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorOnBackgroundTertiaryDarkSSSgvp","title":"colorOnBackgroundTertiaryDark","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true,"symbolKind":"property"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryDark":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"colorOnBackgroundTertiaryDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarydark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarydark"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP29colorOnBackgroundTertiaryDarkSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"colorOnBackgroundTertiaryDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarydark","role":"symbol","title":"colorOnBackgroundTertiaryDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarylight.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarylight.json index f90c47fe8..f533fb94c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarylight.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/coloronbackgroundtertiarylight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorOnBackgroundTertiaryLightSSSgvp","title":"colorOnBackgroundTertiaryLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarylight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight","required":true,"role":"symbol","title":"colorOnBackgroundTertiaryLight","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","text":"ColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarylight","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"code":"String","type":"codeVoice"}],"navigatorTitle":[{"text":"ColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"colorOnBackgroundTertiaryLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"?","kind":"text"}],"required":true,"title":"colorOnBackgroundTertiaryLight","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP30colorOnBackgroundTertiaryLightSSSgvp","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundTertiaryLight"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","text":"ColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarylight"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/colorOnBackgroundTertiaryLight":{"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorOnBackgroundTertiaryLight"},{"text":": ","kind":"text"},{"text":"ColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic05ColorB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/coloronbackgroundtertiarylight","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/colorOnBackgroundTertiaryLight","title":"colorOnBackgroundTertiaryLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ColorSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictoken","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticToken","title":"ColorSemanticToken","abstract":[{"text":"Basically a semantic color token, which can be either a functional or a decorative token, is a ","type":"text"},{"type":"codeVoice","code":"String"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigh.json index 8ae8408e6..9281cf84a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigh.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandAttractiveHighSSSgvp","title":"sysColorBrandAttractiveHigh","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigh"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigh":{"required":true,"type":"topic","kind":"symbol","abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigh","title":"sysColorBrandAttractiveHigh","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigh"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandAttractiveHigh","required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandAttractiveHighSSSgvp","symbolKind":"property","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigh":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandAttractiveHigh","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigh","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigh","type":"topic","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigher.json index d50d8c2c1..01678b28e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehigher.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigher"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandAttractiveHigherSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandAttractiveHigher","symbolKind":"property","required":true,"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigher":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigher","title":"sysColorBrandAttractiveHigher","type":"topic","kind":"symbol","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandAttractiveHigherSSSgvp","title":"sysColorBrandAttractiveHigher","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigher"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHigher":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHigher","role":"symbol","title":"sysColorBrandAttractiveHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehigher","kind":"symbol","abstract":[],"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehighest.json index 0ae0221f2..cbadc2b9b 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivehighest.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehighest"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandAttractiveHighestSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandAttractiveHighest"},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHighest":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehighest","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","title":"sysColorBrandAttractiveHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest","interfaceLanguage":"swift"},"metadata":{"title":"sysColorBrandAttractiveHighest","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandAttractiveHighestSSSgvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehighest"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveHighest":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivehighest","title":"sysColorBrandAttractiveHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveHighest","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelow.json index aca371c16..5fd32e97e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelow.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandAttractiveLow","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandAttractiveLowSSSgvp","required":true},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelow"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLow":{"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"title":"sysColorBrandAttractiveLow","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelow","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"title":"sysColorBrandAttractiveLow","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandAttractiveLowSSSgvp","required":true,"role":"symbol"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelow"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLow","title":"sysColorBrandAttractiveLow","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelow","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelower.json index b00139485..fbd28f0d7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelower.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelower"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"sysColorBrandAttractiveLower","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandAttractiveLowerSSSgvp","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelower","title":"sysColorBrandAttractiveLower","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLower"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelower"]}],"metadata":{"required":true,"title":"sysColorBrandAttractiveLower","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandAttractiveLowerSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLower":{"title":"sysColorBrandAttractiveLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLower","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelower","abstract":[],"kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelowest.json index eca236828..30a7685f8 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivelowest.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","metadata":{"role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandAttractiveLowestSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandAttractiveLowest","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","kind":"symbol","type":"topic","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandAttractiveLowestSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"sysColorBrandAttractiveLowest","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveLowest"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelowest"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveLowest":{"title":"sysColorBrandAttractiveLowest","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivelowest","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveLowest","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivemedium.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivemedium.json index 33fd1c8d4..93c4b14eb 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivemedium.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandattractivemedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandAttractiveMediumSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandAttractiveMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivemedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandAttractiveMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveMedium":{"required":true,"title":"sysColorBrandAttractiveMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandAttractiveMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sysColorBrandAttractiveMedium","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandAttractiveMediumSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"required":true},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivemedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandAttractiveMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandAttractiveMedium","title":"sysColorBrandAttractiveMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandattractivemedium","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandAttractiveMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationdefault.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationdefault.json index 5290afa09..c70b36cdd 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationdefault.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationdefault.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationdefault"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandInformationDefaultSSSgvp","required":true,"title":"sysColorBrandInformationDefault","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationDefault":{"abstract":[],"type":"topic","required":true,"title":"sysColorBrandInformationDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationdefault","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandInformationDefault","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandInformationDefaultSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationdefault"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationDefault","title":"sysColorBrandInformationDefault","required":true,"role":"symbol","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationdefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigh.json index dbca791df..6970a24ca 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigh.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigh"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandInformationHigh","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandInformationHighSSSgvp","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigh":{"title":"sysColorBrandInformationHigh","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigh","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigh"]}],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandInformationHighSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHigh","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","title":"sysColorBrandInformationHigh","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigh","title":"sysColorBrandInformationHigh","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigh","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigher.json index f3204ad18..0e437bbf5 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhigher.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigher"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandInformationHigherSSSgvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandInformationHigher"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigher":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigher","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","title":"sysColorBrandInformationHigher","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigher"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"sysColorBrandInformationHigher","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandInformationHigherSSSgvp","required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHigher"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHigher":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhigher","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHigher","title":"sysColorBrandInformationHigher","required":true,"role":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhighest.json index a71c14671..3fdc46595 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationhighest.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest"},"kind":"symbol","metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandInformationHighestSSSgvp","title":"sysColorBrandInformationHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","required":true},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHighest":{"kind":"symbol","required":true,"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhighest","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandInformationHighest"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"sysColorBrandInformationHighest","role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandInformationHighestSSSgvp"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhighest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationHighest":{"title":"sysColorBrandInformationHighest","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationhighest","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlow.json index f556c6648..1e133d101 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlow.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandInformationLowSSSgvp","title":"sysColorBrandInformationLow","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"required":true,"symbolKind":"property"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlow"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationLow"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLow":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"sysColorBrandInformationLow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlow"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlow"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","interfaceLanguage":"swift"},"metadata":{"title":"sysColorBrandInformationLow","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandInformationLowSSSgvp","required":true,"roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLow":{"role":"symbol","title":"sysColorBrandInformationLow","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLow","required":true,"type":"topic","kind":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlower.json index 146a70c20..0215cfb9e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlower.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlower"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandInformationLowerSSSgvp","symbolKind":"property","required":true,"title":"sysColorBrandInformationLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationLower"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLower":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","abstract":[],"kind":"symbol","title":"sysColorBrandInformationLower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandInformationLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlower","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol","title":"sysColorBrandInformationLower","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandInformationLowerSSSgvp"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlower"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLower","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlower","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"sysColorBrandInformationLower","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlowest.json index f1a6e767e..210960198 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandinformationlowest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlowest"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandInformationLowestSSSgvp","title":"sysColorBrandInformationLowest","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLowest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLowest"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLowest":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlowest","title":"sysColorBrandInformationLowest","required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlowest"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandInformationLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandInformationLowest","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandInformationLowestSSSgvp"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandInformationLowest":{"title":"sysColorBrandInformationLowest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandInformationLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandinformationlowest","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandInformationLowest","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativedefault.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativedefault.json index b4b72b5c2..d4b9feea6 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativedefault.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativedefault.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandNegativeDefaultSSSgvp","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeDefault"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativedefault"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeDefault":{"abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativedefault","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault","title":"sysColorBrandNegativeDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"title":"sysColorBrandNegativeDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandNegativeDefaultSSSgvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativedefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeDefault":{"title":"sysColorBrandNegativeDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativedefault","role":"symbol","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigh.json index 8c19e0dc8..37b60667f 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigh.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"sysColorBrandNegativeHigh","symbolKind":"property","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandNegativeHighSSSgvp"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigh"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigh":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh","title":"sysColorBrandNegativeHigh","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigh","abstract":[],"required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"role":"symbol","title":"sysColorBrandNegativeHigh","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandNegativeHighSSSgvp","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh"},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigh"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigh":{"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeHigh","abstract":[],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigh","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigh"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigher.json index 778716c7c..5c7b9610a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehigher.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandNegativeHigherSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"sysColorBrandNegativeHigher","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigher"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigher":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigher","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeHigher","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandNegativeHigherSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"sysColorBrandNegativeHigher","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigher"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHigher":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHigher","abstract":[],"required":true,"title":"sysColorBrandNegativeHigher","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHigher","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehighest.json index 9d12d7dbf..f1d4e1dbe 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativehighest.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandNegativeHighestSSSgvp","symbolKind":"property","title":"sysColorBrandNegativeHighest"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehighest"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHighest":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehighest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest","abstract":[],"title":"sysColorBrandNegativeHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandNegativeHighestSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandNegativeHighest"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehighest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeHighest":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativehighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeHighest","abstract":[],"title":"sysColorBrandNegativeHighest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"required":true,"type":"topic","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelow.json index d98ad79e4..fc542e56d 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelow.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandNegativeLowSSSgvp","title":"sysColorBrandNegativeLow","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelow"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLow":{"kind":"symbol","title":"sysColorBrandNegativeLow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelow","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandNegativeLowSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandNegativeLow","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelow"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLow":{"title":"sysColorBrandNegativeLow","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelow","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNegativeLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelower.json index 8155bd8c2..aeffc0f46 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelower.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandNegativeLowerSSSgvp","role":"symbol","required":true,"title":"sysColorBrandNegativeLower","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelower"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLower":{"type":"topic","abstract":[],"required":true,"title":"sysColorBrandNegativeLower","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelower","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLower","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelower"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandNegativeLowerSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandNegativeLower","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLower","title":"sysColorBrandNegativeLower","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelower","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelowest.json index 03f3c06cc..845c2b1b9 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandnegativelowest.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLowest"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"sysColorBrandNegativeLowest","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandNegativeLowestSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelowest","required":true,"role":"symbol","abstract":[],"title":"sysColorBrandNegativeLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNegativeLowest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNegativeLowest","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandNegativeLowestSSSgvp"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNegativeLowest":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNegativeLowest","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandnegativelowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNegativeLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNegativeLowest","abstract":[],"kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasisblack.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasisblack.json index f13b4106d..06cdd6d41 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasisblack.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasisblack.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasisblack"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC25BrandNeutralEmphasisBlackSSSgvp","symbolKind":"property","required":true,"title":"sysColorBrandNeutralEmphasisBlack","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisBlack":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","role":"symbol","title":"sysColorBrandNeutralEmphasisBlack","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasisblack","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasisblack"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisBlack","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC25BrandNeutralEmphasisBlackSSSgvp","title":"sysColorBrandNeutralEmphasisBlack","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","roleHeading":"Instance Property"},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisBlack":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasisblack","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisBlack"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralEmphasisBlack","abstract":[],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisBlack","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigh.json index df6027029..774f23a81 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigh.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC24BrandNeutralEmphasisHighSSSgvp","title":"sysColorBrandNeutralEmphasisHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigh"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh","required":true,"role":"symbol","title":"sysColorBrandNeutralEmphasisHigh","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigh","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigh"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC24BrandNeutralEmphasisHighSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandNeutralEmphasisHigh","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","required":true,"role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigh":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigh","type":"topic","title":"sysColorBrandNeutralEmphasisHigh","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigh","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigher.json index 5e9614f3b..0c59c1c5f 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishigher.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigher"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher"},"kind":"symbol","metadata":{"title":"sysColorBrandNeutralEmphasisHigher","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC26BrandNeutralEmphasisHigherSSSgvp","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigher":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigher","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher","title":"sysColorBrandNeutralEmphasisHigher","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigher"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralEmphasisHigher","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC26BrandNeutralEmphasisHigherSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHigher":{"abstract":[],"kind":"symbol","title":"sysColorBrandNeutralEmphasisHigher","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishigher","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishighest.json index cc09941f2..4d93a0bdb 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasishighest.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest","interfaceLanguage":"swift"},"metadata":{"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC27BrandNeutralEmphasisHighestSSSgvp","title":"sysColorBrandNeutralEmphasisHighest","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishighest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHighest":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishighest","title":"sysColorBrandNeutralEmphasisHighest","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest"},"metadata":{"title":"sysColorBrandNeutralEmphasisHighest","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC27BrandNeutralEmphasisHighestSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishighest"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisHighest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasishighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisHighest","title":"sysColorBrandNeutralEmphasisHighest","type":"topic","role":"symbol","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislow.json index ffd609c7e..4384b8676 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislow.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralEmphasisLowSSSgvp","required":true,"role":"symbol","title":"sysColorBrandNeutralEmphasisLow","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislow"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislow","title":"sysColorBrandNeutralEmphasisLow","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislow"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralEmphasisLowSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"role":"symbol","title":"sysColorBrandNeutralEmphasisLow","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLow":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislow","title":"sysColorBrandNeutralEmphasisLow","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislower.json index 8a92c8894..a01aea4ad 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislower.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislower"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC25BrandNeutralEmphasisLowerSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandNeutralEmphasisLower","required":true,"role":"symbol","roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","type":"topic","title":"sysColorBrandNeutralEmphasisLower","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislower"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislower"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"sysColorBrandNeutralEmphasisLower","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC25BrandNeutralEmphasisLowerSSSgvp","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLower":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislower","type":"topic","required":true,"title":"sysColorBrandNeutralEmphasisLower","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLower","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislowest.json index 7fb1780de..097acace0 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasislowest.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislowest"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLowest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"sysColorBrandNeutralEmphasisLowest","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC26BrandNeutralEmphasisLowestSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLowest":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"sysColorBrandNeutralEmphasisLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislowest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"symbolKind":"property","title":"sysColorBrandNeutralEmphasisLowest","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC26BrandNeutralEmphasisLowestSSSgvp","role":"symbol","required":true},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisLowest","title":"sysColorBrandNeutralEmphasisLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasislowest","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasismedium.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasismedium.json index abdfefe2b..48a37d1e7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasismedium.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralemphasismedium.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC26BrandNeutralEmphasisMediumSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"role":"symbol","title":"sysColorBrandNeutralEmphasisMedium","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasismedium"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisMedium":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium","role":"symbol","title":"sysColorBrandNeutralEmphasisMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasismedium","type":"topic","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasismedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralEmphasisMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralEmphasisMedium","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC26BrandNeutralEmphasisMediumSSSgvp","required":true,"role":"symbol","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralEmphasisMedium":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralemphasismedium","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralEmphasisMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralEmphasisMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralEmphasisMedium","kind":"symbol","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigh.json index e5c64a5a4..2c829962c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigh.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigh"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandNeutralMutedHighSSSgvp","role":"symbol","required":true,"title":"sysColorBrandNeutralMutedHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigh"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigh":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigh","title":"sysColorBrandNeutralMutedHigh","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"title":"sysColorBrandNeutralMutedHigh","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandNeutralMutedHighSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigh"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigh":{"kind":"symbol","title":"sysColorBrandNeutralMutedHigh","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigh","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigh","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigher.json index db125f1d2..73c434c84 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhigher.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigher"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralMutedHigherSSSgvp","required":true,"title":"sysColorBrandNeutralMutedHigher","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigher":{"abstract":[],"type":"topic","required":true,"title":"sysColorBrandNeutralMutedHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigher","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigher"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigher"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"sysColorBrandNeutralMutedHigher","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralMutedHigherSSSgvp","required":true,"symbolKind":"property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHigher":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","title":"sysColorBrandNeutralMutedHigher","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHigher","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhighest.json index fc4807bc8..25048dbae 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedhighest.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhighest"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC24BrandNeutralMutedHighestSSSgvp","symbolKind":"property","required":true,"title":"sysColorBrandNeutralMutedHighest"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHighest":{"type":"topic","kind":"symbol","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhighest","title":"sysColorBrandNeutralMutedHighest","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC24BrandNeutralMutedHighestSSSgvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"sysColorBrandNeutralMutedHighest","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhighest"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedHighest":{"title":"sysColorBrandNeutralMutedHighest","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedHighest","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedhighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlow.json index 30ecc8641..f52408763 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlow.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlow"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandNeutralMutedLowSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"sysColorBrandNeutralMutedLow","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLow":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlow","role":"symbol","title":"sysColorBrandNeutralMutedLow","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","required":true}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"required":true,"title":"sysColorBrandNeutralMutedLow","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandNeutralMutedLowSSSgvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLow"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlow"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLow":{"title":"sysColorBrandNeutralMutedLow","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlow","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLow","abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlower.json index de359c036..ff0f2ae8a 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlower.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlower"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralMutedLower","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandNeutralMutedLowerSSSgvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLower":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralMutedLower","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlower","type":"topic","role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlower"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","required":true,"title":"sysColorBrandNeutralMutedLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandNeutralMutedLowerSSSgvp","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLower":{"role":"symbol","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLower","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlower","title":"sysColorBrandNeutralMutedLower","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlowest.json index 564407ca7..22429572c 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedlowest.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlowest"]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandNeutralMutedLowest","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralMutedLowestSSSgvp","role":"symbol","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLowest":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlowest","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralMutedLowest","kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralMutedLowestSSSgvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"sysColorBrandNeutralMutedLowest"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandNeutralMutedLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlowest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedLowest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedLowest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedlowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedLowest","abstract":[],"type":"topic","required":true,"title":"sysColorBrandNeutralMutedLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedmedium.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedmedium.json index 6e9ff0ef8..2cd593327 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedmedium.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedmedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedmedium"]}],"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandNeutralMutedMedium","required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralMutedMediumSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedMedium":{"title":"sysColorBrandNeutralMutedMedium","type":"topic","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedmedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium","kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC23BrandNeutralMutedMediumSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"title":"sysColorBrandNeutralMutedMedium","roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedMedium","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedmedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","kind":"symbol","title":"sysColorBrandNeutralMutedMedium","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedwhite.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedwhite.json index db1b66fc1..baf883eb6 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedwhite.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandneutralmutedwhite.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","title":"sysColorBrandNeutralMutedWhite","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandNeutralMutedWhiteSSSgvp"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedwhite"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedWhite":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedWhite","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralMutedWhite","abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedwhite","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedWhite","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedwhite"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC22BrandNeutralMutedWhiteSSSgvp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandNeutralMutedWhite","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"title":"sysColorBrandNeutralMutedWhite","required":true},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandNeutralMutedWhite":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandneutralmutedwhite","role":"symbol","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandNeutralMutedWhite"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandNeutralMutedWhite","title":"sysColorBrandNeutralMutedWhite","required":true,"abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivedefault.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivedefault.json index 7ad495839..6ab4ec476 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivedefault.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivedefault.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivedefault"]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"sysColorBrandPositiveDefault","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandPositiveDefaultSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveDefault"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivedefault","required":true,"role":"symbol","abstract":[],"title":"sysColorBrandPositiveDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivedefault"]}],"kind":"symbol","metadata":{"title":"sysColorBrandPositiveDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandPositiveDefaultSSSgvp","modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveDefault","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveDefault":{"title":"sysColorBrandPositiveDefault","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivedefault","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigh.json index 70ef40041..25484b71e 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigh.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh","interfaceLanguage":"swift"},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"sysColorBrandPositiveHigh","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandPositiveHighSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property"},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigh"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigh","required":true,"role":"symbol","abstract":[],"title":"sysColorBrandPositiveHigh","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigh"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandPositiveHighSSSgvp","symbolKind":"property","roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandPositiveHigh","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigh":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigh","kind":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigh"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigh","title":"sysColorBrandPositiveHigh","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigher.json index 259fcc518..1582d236f 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehigher.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPositiveHigherSSSgvp","title":"sysColorBrandPositiveHigher","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"required":true,"roleHeading":"Instance Property","symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigher"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigher":{"kind":"symbol","title":"sysColorBrandPositiveHigher","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigher","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHigher","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","metadata":{"role":"symbol","title":"sysColorBrandPositiveHigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPositiveHigherSSSgvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigher"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHigher":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehigher","role":"symbol","title":"sysColorBrandPositiveHigher","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHigher","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehighest.json index d5e0dde6e..e16c343d4 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivehighest.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"title":"sysColorBrandPositiveHighest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandPositiveHighestSSSgvp","required":true,"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehighest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHighest":{"title":"sysColorBrandPositiveHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehighest","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehighest"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"required":true,"title":"sysColorBrandPositiveHighest","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandPositiveHighestSSSgvp","role":"symbol","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveHighest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveHighest","title":"sysColorBrandPositiveHighest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivehighest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelow.json index 1b0acb2ea..6d39a7ed1 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelow.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandPositiveLowSSSgvp","title":"sysColorBrandPositiveLow","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelow"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLow":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelow","title":"sysColorBrandPositiveLow","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"required":true}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLow"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelow"]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow"},"metadata":{"required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandPositiveLow","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandPositiveLowSSSgvp"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLow","title":"sysColorBrandPositiveLow","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelow","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelower.json index e95f83a4b..96510cb56 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelower.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandPositiveLowerSSSgvp","title":"sysColorBrandPositiveLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelower"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLower":{"title":"sysColorBrandPositiveLower","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelower","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelower"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"sysColorBrandPositiveLower","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandPositiveLowerSSSgvp","required":true},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPositiveLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLower":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelower","role":"symbol","title":"sysColorBrandPositiveLower","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLower"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLower","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelowest.json index 675b3ca18..98dbc1c21 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandpositivelowest.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","title":"sysColorBrandPositiveLowest","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPositiveLowestSSSgvp","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelowest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLowest":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelowest","title":"sysColorBrandPositiveLowest","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelowest"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","roleHeading":"Instance Property","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPositiveLowestSSSgvp","title":"sysColorBrandPositiveLowest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPositiveLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPositiveLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPositiveLowest","title":"sysColorBrandPositiveLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPositiveLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandpositivelowest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarydefault.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarydefault.json index b380d95e2..46a146aa8 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarydefault.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarydefault.json @@ -1 +1 @@ -{"metadata":{"title":"sysColorBrandPrimaryDefault","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPrimaryDefaultSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarydefault","title":"sysColorBrandPrimaryDefault","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPrimaryDefaultSSSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"sysColorBrandPrimaryDefault"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryDefault":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryDefault","title":"sysColorBrandPrimaryDefault","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryDefault"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarydefault","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigh.json index c8a438588..670ee24b8 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigh.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"sysColorBrandPrimaryHigh","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandPrimaryHighSSSgvp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigh"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigh":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigh","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh","title":"sysColorBrandPrimaryHigh","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigh"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh","interfaceLanguage":"swift"},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandPrimaryHighSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandPrimaryHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigh","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigh","role":"symbol","abstract":[],"type":"topic","kind":"symbol","title":"sysColorBrandPrimaryHigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigher.json index f42128d57..43b631e36 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhigher.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","required":true,"title":"sysColorBrandPrimaryHigher","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandPrimaryHigherSSSgvp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigher"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigher":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigher","kind":"symbol","abstract":[],"title":"sysColorBrandPrimaryHigher","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigher"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher"},"kind":"symbol","sections":[],"metadata":{"title":"sysColorBrandPrimaryHigher","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandPrimaryHigherSSSgvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHigher":{"title":"sysColorBrandPrimaryHigher","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhigher","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHigher","abstract":[],"type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhighest.json index ddc8f3eab..088225ce5 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimaryhighest.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPrimaryHighestSSSgvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandPrimaryHighest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHighest":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"sysColorBrandPrimaryHighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhighest"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandPrimaryHighestSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandPrimaryHighest","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryHighest":{"title":"sysColorBrandPrimaryHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimaryhighest","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryHighest","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylow.json index 853a6fe76..eb2ad39a7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylow.json @@ -1 +1 @@ -{"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","title":"sysColorBrandPrimaryLow","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC15BrandPrimaryLowSSSgvp","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylow"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLow":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylow","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","title":"sysColorBrandPrimaryLow"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylow"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC15BrandPrimaryLowSSSgvp","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandPrimaryLow","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"role":"symbol","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLow":{"type":"topic","title":"sysColorBrandPrimaryLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylow","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLow","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylower.json index 7272dbcb1..84b345450 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylower.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"metadata":{"symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandPrimaryLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandPrimaryLowerSSSgvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylower"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLower":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandPrimaryLower","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylower","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","title":"sysColorBrandPrimaryLower","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandPrimaryLowerSSSgvp","symbolKind":"property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylower"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLower","title":"sysColorBrandPrimaryLower","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylower","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylowest.json index 2a126b067..920d6cba8 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandprimarylowest.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandPrimaryLowestSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","required":true,"title":"sysColorBrandPrimaryLowest","role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylowest"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLowest":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylowest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"title":"sysColorBrandPrimaryLowest","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylowest"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandPrimaryLowest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandPrimaryLowestSSSgvp","title":"sysColorBrandPrimaryLowest","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandPrimaryLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandPrimaryLowest","title":"sysColorBrandPrimaryLowest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandPrimaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandprimarylowest","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarydefault.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarydefault.json index b45a0a32b..64d6e0381 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarydefault.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarydefault.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandSecondaryDefaultSSSgvp","symbolKind":"property","title":"sysColorBrandSecondaryDefault","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarydefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryDefault":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","kind":"symbol","abstract":[],"title":"sysColorBrandSecondaryDefault","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarydefault","type":"topic","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarydefault"]}],"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandSecondaryDefault","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandSecondaryDefaultSSSgvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","role":"symbol"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryDefault":{"title":"sysColorBrandSecondaryDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryDefault","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarydefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigh.json index b5ac1f91f..f10f0fdf7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigh.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","title":"sysColorBrandSecondaryHigh","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandSecondaryHighSSSgvp","roleHeading":"Instance Property"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigh"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigh":{"title":"sysColorBrandSecondaryHigh","abstract":[],"kind":"symbol","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigh","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigh"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh","interfaceLanguage":"swift"},"metadata":{"title":"sysColorBrandSecondaryHigh","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandSecondaryHighSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"required":true,"symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigh":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigh","title":"sysColorBrandSecondaryHigh","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigh","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryHigh"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigher.json index 77d5a5392..045bf1612 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhigher.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigher"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandSecondaryHigher","role":"symbol","required":true,"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandSecondaryHigherSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigher":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigher","abstract":[],"kind":"symbol","title":"sysColorBrandSecondaryHigher","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"role":"symbol","title":"sysColorBrandSecondaryHigher","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandSecondaryHigherSSSgvp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigher"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHigher":{"role":"symbol","title":"sysColorBrandSecondaryHigher","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHigher","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryHigher"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhigher"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhighest.json index 3112f9292..3fcaa9f75 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondaryhighest.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandSecondaryHighest","symbolKind":"property","roleHeading":"Instance Property","required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandSecondaryHighestSSSgvp"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhighest"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHighest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhighest","title":"sysColorBrandSecondaryHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest","abstract":[],"required":true,"role":"symbol","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhighest"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC21BrandSecondaryHighestSSSgvp","title":"sysColorBrandSecondaryHighest","roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryHighest":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondaryhighest","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","title":"sysColorBrandSecondaryHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryHighest"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylow.json index eaab2e012..be063ffca 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylow.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLow","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylow"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandSecondaryLowSSSgvp","title":"sysColorBrandSecondaryLow","required":true,"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"symbolKind":"property"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLow":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylow","title":"sysColorBrandSecondaryLow","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow"},"metadata":{"required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandSecondaryLow","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandSecondaryLowSSSgvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylow"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLow","title":"sysColorBrandSecondaryLow","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylow","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylower.json index ce80cf40b..1b1fb7835 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylower.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylower"]}],"metadata":{"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandSecondaryLower","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandSecondaryLowerSSSgvp"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLower":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylower","title":"sysColorBrandSecondaryLower","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandSecondaryLowerSSSgvp","symbolKind":"property","title":"sysColorBrandSecondaryLower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandSecondaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLower","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylower"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLower":{"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLower","kind":"symbol","title":"sysColorBrandSecondaryLower","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylower","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLower","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylowest.json index 6f9a180d3..16c109981 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandsecondarylowest.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylowest"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandSecondaryLowestSSSgvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandSecondaryLowest","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandSecondaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLowest":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"sysColorBrandSecondaryLowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylowest"]}],"kind":"symbol","metadata":{"symbolKind":"property","title":"sysColorBrandSecondaryLowest","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandSecondaryLowestSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandSecondaryLowest":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandsecondarylowest","kind":"symbol","title":"sysColorBrandSecondaryLowest","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandSecondaryLowest","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandSecondaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarydefault.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarydefault.json index 81973a203..095d9971b 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarydefault.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarydefault.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarydefault"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"metadata":{"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandTertiaryDefault","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandTertiaryDefaultSSSgvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryDefault":{"title":"sysColorBrandTertiaryDefault","type":"topic","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarydefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarydefault"]}],"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"sysColorBrandTertiaryDefault","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandTertiaryDefaultSSSgvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"abstract":[],"type":"topic","required":true,"kind":"symbol","title":"sysColorBrandTertiaryDefault","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarydefault"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigh.json index 7c823ce97..8bf571eb0 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigh.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh"},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandTertiaryHighSSSgvp","role":"symbol","symbolKind":"property","title":"sysColorBrandTertiaryHigh"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigh"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigh":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh","abstract":[],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigh","title":"sysColorBrandTertiaryHigh","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigh"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"type":"topic"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigh"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandTertiaryHighSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","title":"sysColorBrandTertiaryHigh","roleHeading":"Instance Property","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigh"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigh":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigh","role":"symbol","title":"sysColorBrandTertiaryHigh","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigh","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigher.json index 35dbee3fa..b7854e6d3 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhigher.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigher"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"title":"sysColorBrandTertiaryHigher","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandTertiaryHigherSSSgvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigher":{"title":"sysColorBrandTertiaryHigher","kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigher","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sysColorBrandTertiaryHigher","required":true,"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandTertiaryHigherSSSgvp"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigher"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","title":"OUDSTokensSemantic","abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"type":"topic","url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHigher":{"role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhigher","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHigher","title":"sysColorBrandTertiaryHigher","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"role":"symbol","title":"ColorAliasSemanticToken","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhighest.json index 9b3775e5a..f7539e3c7 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiaryhighest.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest"},"metadata":{"required":true,"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandTertiaryHighestSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"title":"sysColorBrandTertiaryHighest","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhighest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHighest":{"type":"topic","required":true,"kind":"symbol","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandTertiaryHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhighest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryHighest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhighest"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC20BrandTertiaryHighestSSSgvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"title":"sysColorBrandTertiaryHighest"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryHighest":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryHighest","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryHighest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"role":"symbol","title":"sysColorBrandTertiaryHighest","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiaryhighest","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylow.json index f7e2140f1..b92c4bf95 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylow.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandTertiaryLowSSSgvp","title":"sysColorBrandTertiaryLow","symbolKind":"property","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylow"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLow":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow","type":"topic","title":"sysColorBrandTertiaryLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylow","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylow"]}],"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"title":"sysColorBrandTertiaryLow","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandTertiaryLowSSSgvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLow":{"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLow"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"kind":"symbol","title":"sysColorBrandTertiaryLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylow","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLow","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylower.json index 3b77251e6..35c1274d5 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylower.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandTertiaryLowerSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"title":"sysColorBrandTertiaryLower","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylower"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLower":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylower","title":"sysColorBrandTertiaryLower","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","title":"sysColorBrandTertiaryLower","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandTertiaryLowerSSSgvp","role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylower"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLower":{"title":"sysColorBrandTertiaryLower","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLower"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLower","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylower"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylowest.json index 1f04758fd..7dee275de 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandtertiarylowest.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylowest"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"sysColorBrandTertiaryLowest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandTertiaryLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandTertiaryLowestSSSgvp","symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLowest":{"title":"sysColorBrandTertiaryLowest","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylowest","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest","abstract":[],"role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandTertiaryLowestSSSgvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLowest"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandTertiaryLowest"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandTertiaryLowest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylowest"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandTertiaryLowest":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandTertiaryLowest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandtertiarylowest","required":true,"title":"sysColorBrandTertiaryLowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandTertiaryLowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarningdefault.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarningdefault.json index c50ae76aa..465345a77 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarningdefault.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarningdefault.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property","title":"sysColorBrandWarningDefault","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandWarningDefaultSSSgvp"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarningdefault"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningDefault":{"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarningdefault","title":"sysColorBrandWarningDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"title":"OUDSTokensSemantic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","kind":"symbol","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","title":"ColorSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"colors","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ColorSemanticTokens"}],"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarningdefault"]}],"sections":[],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandWarningDefaultSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"sysColorBrandWarningDefault"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningDefault","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningDefault":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarningdefault","title":"sysColorBrandWarningDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningDefault","role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigh.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigh.json index 5d5e9b449..a3895a97f 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigh.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigh.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandWarningHighSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","title":"sysColorBrandWarningHigh","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","required":true},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigh"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigh":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","abstract":[],"title":"sysColorBrandWarningHigh","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigh","required":true}}} \ No newline at end of file +{"metadata":{"title":"sysColorBrandWarningHigh","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC16BrandWarningHighSSSgvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"required":true,"symbolKind":"property","role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigh"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigh"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigh":{"required":true,"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigh","role":"symbol","title":"sysColorBrandWarningHigh","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigh","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigh","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigher.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigher.json index dd8fe850a..464c0b35d 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigher.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghigher.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher"},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandWarningHigherSSSgvp","title":"sysColorBrandWarningHigher","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigher"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigher":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigher","role":"symbol","type":"topic","title":"sysColorBrandWarningHigher","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandWarningHigherSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sysColorBrandWarningHigher","roleHeading":"Instance Property","role":"symbol","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningHigher","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigher"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHigher":{"type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHigher"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHigher","title":"sysColorBrandWarningHigher","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghigher","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghighest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghighest.json index a47ac53ed..aff946533 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghighest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninghighest.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghighest"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandWarningHighestSSSgvp","required":true,"symbolKind":"property","title":"sysColorBrandWarningHighest","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHighest":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghighest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"kind":"symbol","title":"sysColorBrandWarningHighest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghighest"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC19BrandWarningHighestSSSgvp","title":"sysColorBrandWarningHighest","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningHighest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningHighest","title":"sysColorBrandWarningHighest","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningHighest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninghighest","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglow.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglow.json index e51b6dc6a..e94b800b2 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglow.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglow.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC15BrandWarningLowSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"sysColorBrandWarningLow","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLow","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglow"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLow":{"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglow","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLow","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow","title":"sysColorBrandWarningLow","kind":"symbol","required":true,"abstract":[]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow"},"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC15BrandWarningLowSSSgvp","required":true,"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"title":"sysColorBrandWarningLow"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLow","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","text":"ColorAliasSemanticToken"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglow"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLow":{"title":"sysColorBrandWarningLow","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLow"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLow","url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglow","abstract":[],"type":"topic","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglower.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglower.json index 5d1cd9bcb..275cb0d55 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglower.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglower.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglower"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"text":"?","kind":"text"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandWarningLowerSSSgvp","role":"symbol","required":true,"title":"sysColorBrandWarningLower"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLower":{"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglower","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","title":"sysColorBrandWarningLower"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglower"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"title":"sysColorBrandWarningLower","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC17BrandWarningLowerSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLower","kind":"identifier"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLower":{"kind":"symbol","title":"sysColorBrandWarningLower","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglower","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLower","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningLower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglowest.json b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglowest.json index c92b39afa..f1fea41b3 100644 --- a/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglowest.json +++ b/docs/data/documentation/oudstokenssemantic/colorsemantictokens/syscolorbrandwarninglowest.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandWarningLowestSSSgvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sysColorBrandWarningLowest","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"symbolKind":"property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglowest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLowest":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"sysColorBrandWarningLowest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglowest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","kind":"typeIdentifier","text":"ColorAliasSemanticToken"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglowest"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","title":"sysColorBrandWarningLowest","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic05ColorB6TokensP03sysC18BrandWarningLowestSSSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sysColorBrandWarningLowest"},{"kind":"text","text":": "},{"text":"ColorAliasSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena"},{"text":"?","kind":"text"}],"role":"symbol","required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens/sysColorBrandWarningLowest":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens\/sysColorBrandWarningLowest","type":"topic","title":"sysColorBrandWarningLowest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sysColorBrandWarningLowest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic010ColorAliasB5Tokena","text":"ColorAliasSemanticToken"},{"kind":"text","text":"?"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens\/syscolorbrandwarninglowest","abstract":[],"role":"symbol","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorAliasSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorAliasSemanticToken","navigatorTitle":[{"text":"ColorAliasSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ColorAliasSemanticToken","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"ColorAliasSemanticToken","abstract":[{"type":"text","text":"The global design system tool defines aliases of semantic colors token as semantic color tokens"}],"url":"\/documentation\/oudstokenssemantic\/coloraliassemantictoken","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/dimensionsemantictoken.json b/docs/data/documentation/oudstokenssemantic/dimensionsemantictoken.json index 0ea9bff1b..775bfd488 100644 --- a/docs/data/documentation/oudstokenssemantic/dimensionsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/dimensionsemantictoken.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/dimensionsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","symbolKind":"typealias","title":"DimensionSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticToken"}],"externalID":"s:18OUDSTokensSemantic09DimensionB5Tokena"},"sections":[],"abstract":[{"type":"text","text":"Basically a semantic token for dimensions is a raw token for dimensions"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticToken":{"kind":"symbol","abstract":[{"text":"Basically a semantic token for dimensions is a raw token for dimensions","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticToken"}],"title":"DimensionSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictoken","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/dimensionsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionSemanticToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"DimensionSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic09DimensionB5Tokena","title":"DimensionSemanticToken","roleHeading":"Type Alias","symbolKind":"typealias","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticToken"}],"role":"symbol"},"abstract":[{"text":"Basically a semantic token for dimensions is a raw token for dimensions","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","title":"DimensionSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"DimensionSemanticToken","kind":"identifier"}],"abstract":[{"text":"Basically a semantic token for dimensions is a raw token for dimensions","type":"text"}],"navigatorTitle":[{"text":"DimensionSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictoken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens.json b/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens.json index 5fdfd05be..d2d051da1 100644 --- a/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens.json @@ -1 +1 @@ -{"sections":[],"metadata":{"symbolKind":"protocol","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic09DimensionB6TokensP","roleHeading":"Protocol","role":"symbol","title":"DimensionSemanticTokens","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"DimensionSemanticTokens"}]},"seeAlsoSections":[{"title":"Group","generated":true,"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionSemanticTokens","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"topicSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault"],"title":"Instance Properties"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/dimensionsemantictokens"]}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"DimensionSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens/dimensionDensityDefault":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"dimensionDensityDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimensionDensityDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens\/dimensiondensitydefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]}}} \ No newline at end of file +{"topicSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault"],"title":"Instance Properties"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","interfaceLanguage":"swift"},"metadata":{"title":"DimensionSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"roleHeading":"Protocol","symbolKind":"protocol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09DimensionB6TokensP","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionSemanticTokens","kind":"identifier"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/dimensionsemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true,"title":"Group"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"text":"DimensionSemanticTokens","kind":"identifier"}]}]}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"dimensions","type":"text"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"text":" a theme must have.","type":"text"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens/dimensionDensityDefault":{"required":true,"title":"dimensionDensityDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimensionDensityDefault"},{"kind":"text","text":": "},{"text":"DimensionSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens\/dimensiondensitydefault","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens/dimensiondensitydefault.json b/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens/dimensiondensitydefault.json index 9afdab06a..e5761c053 100644 --- a/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens/dimensiondensitydefault.json +++ b/docs/data/documentation/oudstokenssemantic/dimensionsemantictokens/dimensiondensitydefault.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/dimensionsemantictokens\/dimensiondensitydefault"]}],"kind":"symbol","metadata":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dimensionDensityDefault"},{"text":": ","kind":"text"},{"text":"DimensionSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena"}],"roleHeading":"Instance Property","title":"dimensionDensityDefault","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09DimensionB6TokensP23dimensionDensityDefaultSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimensionDensityDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","text":"DimensionSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens/dimensionDensityDefault":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"dimensionDensityDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"dimensionDensityDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens\/dimensiondensitydefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticToken":{"kind":"symbol","abstract":[{"text":"Basically a semantic token for dimensions is a raw token for dimensions","type":"text"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"DimensionSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticToken"}],"title":"DimensionSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictoken","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/dimensionsemantictokens\/dimensiondensitydefault"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"dimensionDensityDefault","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena","text":"DimensionSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic09DimensionB6TokensP23dimensionDensityDefaultSdvp","required":true,"title":"dimensionDensityDefault","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimensionDensityDefault"},{"kind":"text","text":": "},{"text":"DimensionSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena"}]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens/dimensionDensityDefault":{"required":true,"title":"dimensionDensityDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens\/dimensionDensityDefault","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"dimensionDensityDefault"},{"kind":"text","text":": "},{"text":"DimensionSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic09DimensionB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens\/dimensiondensitydefault","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticToken","title":"DimensionSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"DimensionSemanticToken","kind":"identifier"}],"abstract":[{"text":"Basically a semantic token for dimensions is a raw token for dimensions","type":"text"}],"navigatorTitle":[{"text":"DimensionSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictoken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationblursemantictoken.json b/docs/data/documentation/oudstokenssemantic/elevationblursemantictoken.json index 7f5c0509c..0d7e1129d 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationblursemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/elevationblursemantictoken.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationblursemantictoken"]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken"},"metadata":{"navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"role":"symbol","roleHeading":"Type Alias","symbolKind":"typealias","title":"ElevationBlurSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"externalID":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"abstract":[{"type":"text","text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"}}} \ No newline at end of file +{"sections":[],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"symbolKind":"typealias","title":"ElevationBlurSemanticToken"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationBlurSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationblursemantictoken"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationboxshadowsemantictoken.json b/docs/data/documentation/oudstokenssemantic/elevationboxshadowsemantictoken.json index 4dd8cf442..512b260ea 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationboxshadowsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/elevationboxshadowsemantictoken.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"ElevationBoxShadowSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","symbolKind":"typealias","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"roleHeading":"Type Alias","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"role":"symbol","title":"ElevationBoxShadowSemanticToken","externalID":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias","roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken"]}],"abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"ElevationBoxShadowRawToken","preciseIdentifier":"c:@M@OUDSTokensRaw@objc(cs)ElevationBoxShadowRawToken"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationcolorsemantictoken.json b/docs/data/documentation/oudstokenssemantic/elevationcolorsemantictoken.json index 937758c7e..a28b474ac 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationcolorsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/elevationcolorsemantictoken.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"role":"symbol","title":"ElevationColorSemanticToken","symbolKind":"typealias","roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"ElevationColorSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena","text":"ColorRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},"kind":"symbol","abstract":[{"text":"Basically an elevation semantic token for shadow colors is a raw token for colors","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","role":"symbol","roleHeading":"Type Alias","symbolKind":"typealias"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"text":"ColorRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw05ColorB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens.json index e9ff6cc96..11253df70 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens.json @@ -1 +1 @@ -{"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true,"title":"Group"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"code":"ElevationZIndexSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"text":" ","type":"text"},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"text":",","type":"text"},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"text":"ElevationSemanticTokens","kind":"identifier"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Protocol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP","symbolKind":"protocol","title":"ElevationSemanticTokens","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYRaised":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyraised","title":"elevationYRaised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYRaised"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledLight":{"title":"elevationColorStickyNavigationScrolledLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","abstract":[],"kind":"symbol","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolledlight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYNone":{"title":"elevationYNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone","abstract":[],"type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationynone","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusLight":{"title":"elevationBoxShadowFocusLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight","abstract":[],"kind":"symbol","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocuslight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadDrag":{"title":"elevationSpreadDrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadDrag"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreaddrag","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurNone":{"title":"elevationBlurNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurnone","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyNavigationScrolled":{"title":"elevationYStickyNavigationScrolled","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickynavigationscrolled","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyDefaultDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneDark":{"title":"elevationColorNoneDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonedark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSticky":{"title":"elevationZIndexSticky","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSticky","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexsticky","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneLight":{"title":"elevationColorNoneLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonelight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadRaised":{"abstract":[],"title":"elevationSpreadRaised","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"role":"symbol","type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadraised","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolleddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragLight":{"title":"elevationColorDragLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordraglight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayEmphasis":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","title":"elevationXOverlayEmphasis","role":"symbol","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlayemphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexTooltip":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextooltip","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip","title":"elevationZIndexTooltip"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYDrag":{"title":"elevationYDrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYDrag"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationydrag","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDeep":{"title":"elevationZIndexDeep","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDeep"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdeep","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexFixed":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexfixed","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexFixed","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXNone":{"title":"elevationXNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxnone","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXDrag":{"title":"elevationXDrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxdrag","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurFocus":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurfocus","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"role":"symbol","title":"elevationBlurFocus"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexBackToTop":{"title":"elevationZIndexBackToTop","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexBackToTop"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexbacktotop","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedLight":{"title":"elevationColorRaisedLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraisedlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurDrag":{"kind":"symbol","title":"elevationBlurDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurdrag","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYFocus":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyfocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus","abstract":[],"required":true,"title":"elevationYFocus","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyNavigationScrolled":{"title":"elevationSpreadStickyNavigationScrolled","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickynavigationscrolled","abstract":[],"required":true,"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyNavigationScrolled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragDark":{"title":"elevationBoxShadowDragDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdragdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyNavigationScrolled":{"title":"elevationBlurStickyNavigationScrolled","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyNavigationScrolled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickynavigationscrolled","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultLight":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultlight","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","title":"elevationBoxShadowOverlayDefaultLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisLight":{"title":"elevationBoxShadowOverlayEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasislight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledDark":{"title":"elevationColorStickyNavigationScrolledDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolleddark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisDark":{"title":"elevationColorStickyEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasisdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayDefault":{"title":"elevationYOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadNone":{"title":"elevationSpreadNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadnone","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisLight":{"title":"elevationColorStickyEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasislight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusDark":{"title":"elevationColorFocusDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocusdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedDark":{"title":"elevationColorRaisedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraiseddark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusDark":{"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocusdark","title":"elevationBoxShadowFocusDark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusDark"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayEmphasis":{"abstract":[],"type":"topic","required":true,"title":"elevationSpreadOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlayemphasis","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultLight":{"title":"elevationColorStickyDefaultLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultLight":{"title":"elevationBoxShadowStickyDefaultLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedDark":{"title":"elevationBoxShadowRaisedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraiseddark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDefault":{"title":"elevationZIndexDefault","abstract":[],"role":"symbol","type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusLight":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","title":"elevationColorFocusLight","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocuslight","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayDefault":{"title":"elevationXOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXOverlayDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDropdown":{"abstract":[],"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdropdown","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDropdown","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"title":"elevationZIndexDropdown","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragDark":{"title":"elevationColorDragDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordragdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultLight":{"type":"topic","title":"elevationColorOverlayDefaultLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultlight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSpinner":{"title":"elevationZIndexSpinner","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexspinner","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","title":"elevationBoxShadowOverlayDefaultDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultdark","kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvasBackdrop":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvasbackdrop","abstract":[],"kind":"symbol","title":"elevationZIndexOffCanvasBackdrop","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedLight":{"required":true,"title":"elevationBoxShadowRaisedLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraisedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurRaised":{"title":"elevationBlurRaised","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurraised","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisLight":{"title":"elevationColorOverlayEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasislight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisLight":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyEmphasisLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXFocus":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxfocus","abstract":[],"kind":"symbol","title":"elevationXFocus","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexPopover":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexPopover"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexpopover","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","title":"elevationZIndexPopover","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyNavigationScrolled":{"title":"elevationXStickyNavigationScrolled","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickynavigationscrolled","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisDark":{"title":"elevationColorOverlayEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasisdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyEmphasis":{"title":"elevationYStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickyemphasis","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyEmphasis":{"title":"elevationBlurStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyEmphasis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickyemphasis","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayDefault":{"title":"elevationBlurOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurOverlayDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayDefault":{"title":"elevationSpreadOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadOverlayDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModal":{"type":"topic","abstract":[],"title":"elevationZIndexModal","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodal"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyDefault":{"title":"elevationBlurStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyDefault":{"title":"elevationYStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisDark":{"title":"elevationBoxShadowOverlayEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasisdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyDefault":{"title":"elevationXStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvas":{"title":"elevationZIndexOffCanvas","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexOffCanvas"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvas","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXRaised":{"title":"elevationXRaised","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXRaised"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxraised","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultDark":{"title":"elevationColorStickyDefaultDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragLight":{"title":"elevationBoxShadowDragLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdraglight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModalBackdrop":{"title":"elevationZIndexModalBackdrop","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodalbackdrop","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayEmphasis":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlayemphasis","abstract":[],"kind":"symbol","role":"symbol","title":"elevationYOverlayEmphasis","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyEmphasis":{"title":"elevationXStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXStickyEmphasis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickyemphasis","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayEmphasis":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlayemphasis","abstract":[],"kind":"symbol","title":"elevationBlurOverlayEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexToast":{"title":"elevationZIndexToast","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexToast"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextoast","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyEmphasis":{"abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"role":"symbol","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis","title":"elevationSpreadStickyEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickyemphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadFocus":{"title":"elevationSpreadFocus","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadFocus"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadfocus","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledLight":{"title":"elevationBoxShadowStickyNavigationScrolledLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolledlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisDark":{"title":"elevationBoxShadowStickyEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasisdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultDark":{"title":"elevationColorOverlayDefaultDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyDefault":{"title":"elevationSpreadStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSemanticTokens"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Protocol","symbolKind":"protocol","title":"ElevationSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"ElevationSemanticTokens"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"elevations"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all elevation semantic tokens a theme must have. (","type":"text"},{"code":"ElevationZIndexSemanticToken","type":"codeVoice"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip"]}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModal":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodal","role":"symbol","title":"elevationZIndexModal","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXDrag":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxdrag","type":"topic","abstract":[],"required":true,"title":"elevationXDrag","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadDrag":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreaddrag","role":"symbol","title":"elevationSpreadDrag","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadDrag","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocusdark","kind":"symbol","abstract":[],"required":true,"title":"elevationBoxShadowFocusDark","type":"topic","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultlight","role":"symbol","title":"elevationColorStickyDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasisdark","role":"symbol","title":"elevationBoxShadowOverlayEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyNavigationScrolled":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickynavigationscrolled","title":"elevationSpreadStickyNavigationScrolled","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYRaised":{"title":"elevationYRaised","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYRaised"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyraised","abstract":[],"kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowFocusLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocuslight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneDark":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonedark","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","kind":"symbol","title":"elevationColorNoneDark","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadNone":{"required":true,"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadnone","title":"elevationSpreadNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolledlight","role":"symbol","title":"elevationColorStickyNavigationScrolledLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyEmphasis":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickyemphasis","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"title":"elevationXStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","kind":"symbol","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultdark","role":"symbol","title":"elevationBoxShadowOverlayDefaultDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvas":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvas","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas","type":"topic","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexOffCanvas"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyEmphasis":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis","required":true,"title":"elevationYStickyEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickyemphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedLight":{"role":"symbol","title":"elevationBoxShadowRaisedLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraisedlight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraiseddark","role":"symbol","title":"elevationColorRaisedDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisDark":{"kind":"symbol","title":"elevationBoxShadowStickyEmphasisDark","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragDark":{"type":"topic","title":"elevationColorDragDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordragdark","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDeep":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdeep","role":"symbol","title":"elevationZIndexDeep","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDeep","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXFocus":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxfocus","role":"symbol","title":"elevationXFocus","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultDark":{"kind":"symbol","title":"elevationBoxShadowStickyDefaultDark","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayDefault":{"title":"elevationYOverlayDefault","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlaydefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYDrag":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationydrag","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag","title":"elevationYDrag","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDropdown":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdropdown","role":"symbol","title":"elevationZIndexDropdown","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDropdown","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayDefault":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlaydefault","title":"elevationBlurOverlayDefault","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexToast":{"title":"elevationZIndexToast","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextoast","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast","type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexToast","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultlight","required":true,"type":"topic","role":"symbol","title":"elevationColorOverlayDefaultLight","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadRaised":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadraised","role":"symbol","title":"elevationSpreadRaised","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadRaised","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyDefault":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickydefault","abstract":[],"type":"topic","title":"elevationYStickyDefault","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurFocus":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurfocus","title":"elevationBlurFocus","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolledlight","role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"required":true,"type":"topic","title":"elevationColorOverlayEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyEmphasis":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickyemphasis","role":"symbol","title":"elevationSpreadStickyEmphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolleddark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"required":true,"type":"topic","title":"elevationBoxShadowStickyNavigationScrolledDark","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultlight","role":"symbol","title":"elevationBoxShadowOverlayDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisDark":{"kind":"symbol","title":"elevationColorOverlayEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasisdark","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadFocus":{"kind":"symbol","title":"elevationSpreadFocus","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadFocus"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadfocus","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurDrag":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurdrag","role":"symbol","title":"elevationBlurDrag","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultDark":{"title":"elevationColorStickyDefaultDark","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyDefault":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickydefault","kind":"symbol","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","role":"symbol","title":"elevationXStickyDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasislight","role":"symbol","title":"elevationBoxShadowOverlayEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayDefault":{"kind":"symbol","title":"elevationXOverlayDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXOverlayDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlaydefault","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyEmphasis":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickyemphasis","type":"topic","required":true,"title":"elevationBlurStickyEmphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurNone":{"kind":"symbol","title":"elevationBlurNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurnone","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayEmphasis":{"type":"topic","required":true,"title":"elevationYOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlayemphasis","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisDark":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasisdark","title":"elevationColorStickyEmphasisDark","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraiseddark","role":"symbol","title":"elevationBoxShadowRaisedDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayEmphasis":{"required":true,"title":"elevationXOverlayEmphasis","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlayemphasis","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXNone":{"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxnone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone","kind":"symbol","required":true,"title":"elevationXNone","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurRaised":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurraised","role":"symbol","title":"elevationBlurRaised","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurRaised","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayDefault":{"abstract":[],"required":true,"title":"elevationSpreadOverlayDefault","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlaydefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraisedlight","role":"symbol","title":"elevationColorRaisedLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXRaised":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised","title":"elevationXRaised","abstract":[],"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxraised","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXRaised","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultdark","role":"symbol","title":"elevationColorOverlayDefaultDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexBackToTop":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexbacktotop","role":"symbol","title":"elevationZIndexBackToTop","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasislight","role":"symbol","abstract":[],"title":"elevationBoxShadowStickyEmphasisLight","kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvasBackdrop":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvasbackdrop","required":true,"title":"elevationZIndexOffCanvasBackdrop"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyNavigationScrolled":{"title":"elevationYStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","abstract":[],"role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickynavigationscrolled"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexFixed":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexfixed","role":"symbol","title":"elevationZIndexFixed","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexFixed","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragLight":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordraglight","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorDragLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"type":"topic","title":"elevationColorDragLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSpinner":{"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner","title":"elevationZIndexSpinner","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexspinner","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyDefault":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickydefault","role":"symbol","title":"elevationSpreadStickyDefault","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYNone":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationynone","role":"symbol","title":"elevationYNone","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYFocus":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyfocus","role":"symbol","title":"elevationYFocus","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyDefault":{"type":"topic","title":"elevationBlurStickyDefault","kind":"symbol","required":true,"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModalBackdrop":{"type":"topic","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodalbackdrop","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"title":"elevationZIndexModalBackdrop"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSticky":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexsticky","role":"symbol","title":"elevationZIndexSticky","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexSticky","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultlight","role":"symbol","title":"elevationBoxShadowStickyDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledDark":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolleddark","title":"elevationColorStickyNavigationScrolledDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyNavigationScrolled":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled","required":true,"abstract":[],"title":"elevationBlurStickyNavigationScrolled","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickynavigationscrolled","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDefault":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdefault","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault","type":"topic","required":true,"role":"symbol","title":"elevationZIndexDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDefault"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusLight":{"role":"symbol","title":"elevationColorFocusLight","abstract":[],"required":true,"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocuslight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexTooltip":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextooltip","required":true,"title":"elevationZIndexTooltip","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexPopover":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexpopover","role":"symbol","title":"elevationZIndexPopover","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexPopover","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdraglight","role":"symbol","title":"elevationBoxShadowDragLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragDark":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdragdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark","title":"elevationBoxShadowDragDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonelight","role":"symbol","title":"elevationColorNoneLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyNavigationScrolled":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickynavigationscrolled","role":"symbol","title":"elevationXStickyNavigationScrolled","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasislight","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"title":"elevationColorStickyEmphasisLight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayEmphasis":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlayemphasis","role":"symbol","title":"elevationBlurOverlayEmphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusDark":{"title":"elevationColorFocusDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocusdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayEmphasis":{"type":"topic","kind":"symbol","abstract":[],"required":true,"title":"elevationSpreadOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlayemphasis","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadOverlayEmphasis"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurdrag.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurdrag.json index 14151c3b6..c9aea3c55 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurdrag.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurdrag.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag"},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"elevationBlurDrag","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurDrag"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP17elevationBlurDragSivp","role":"symbol","roleHeading":"Instance Property","required":true},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurdrag"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurDrag":{"kind":"symbol","title":"elevationBlurDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurdrag","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP17elevationBlurDragSivp","role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationBlurDrag","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurdrag"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurDrag":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurdrag","role":"symbol","title":"elevationBlurDrag","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurDrag","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurDrag","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurfocus.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurfocus.json index 9158a0b18..bf14056eb 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurfocus.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurfocus.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurfocus"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP18elevationBlurFocusSivp","role":"symbol","title":"elevationBlurFocus","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurFocus","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurFocus":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurfocus","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"role":"symbol","title":"elevationBlurFocus"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurfocus"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus"},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP18elevationBlurFocusSivp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationBlurFocus","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurFocus":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurfocus","title":"elevationBlurFocus","kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurFocus","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurnone.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurnone.json index 286332544..cab65e773 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurnone.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurnone.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP17elevationBlurNoneSivp","symbolKind":"property","title":"elevationBlurNone","required":true},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurnone"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurNone":{"title":"elevationBlurNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurnone","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","text":"ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP17elevationBlurNoneSivp","title":"elevationBlurNone"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurnone"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurNone":{"kind":"symbol","title":"elevationBlurNone","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurnone","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurNone"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlaydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlaydefault.json index 2cc909e70..9e5db58cf 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlaydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlaydefault.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurOverlayDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"elevationBlurOverlayDefault","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBlurOverlayDefaultSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlaydefault"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayDefault":{"title":"elevationBlurOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurOverlayDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlaydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","text":"ElevationBlurSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBlurOverlayDefaultSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"elevationBlurOverlayDefault","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayDefault":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlaydefault","title":"elevationBlurOverlayDefault","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayDefault","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlayemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlayemphasis.json index 8dca26182..109f8241d 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlayemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationbluroverlayemphasis.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis"},"metadata":{"roleHeading":"Instance Property","title":"elevationBlurOverlayEmphasis","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationBlurOverlayEmphasisSivp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlayemphasis"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayEmphasis":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlayemphasis","abstract":[],"kind":"symbol","title":"elevationBlurOverlayEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurOverlayEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationBlurOverlayEmphasisSivp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationBlurOverlayEmphasis","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurOverlayEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurOverlayEmphasis":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationbluroverlayemphasis","role":"symbol","title":"elevationBlurOverlayEmphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurOverlayEmphasis","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurraised.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurraised.json index caca39722..cfaf12da5 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurraised.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurraised.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","interfaceLanguage":"swift"},"sections":[],"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","title":"elevationBlurRaised","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationBlurRaisedSivp","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurraised"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurRaised":{"title":"elevationBlurRaised","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurraised","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"title":"elevationBlurRaised","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationBlurRaisedSivp","required":true,"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurRaised"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurraised"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurRaised":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurraised","role":"symbol","title":"elevationBlurRaised","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurRaised","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurRaised","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickydefault.json index 1fb61f23c..bd216c674 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickydefault.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"elevationBlurStickyDefault","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP26elevationBlurStickyDefaultSivp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyDefault":{"title":"elevationBlurStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickydefault","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","interfaceLanguage":"swift"},"metadata":{"title":"elevationBlurStickyDefault","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP26elevationBlurStickyDefaultSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyDefault":{"type":"topic","title":"elevationBlurStickyDefault","kind":"symbol","required":true,"role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyDefault","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickydefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyDefault"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickyemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickyemphasis.json index cf5dab30b..66485a98a 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickyemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickyemphasis.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBlurStickyEmphasisSivp","title":"elevationBlurStickyEmphasis","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyEmphasis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickyemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyEmphasis":{"title":"elevationBlurStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyEmphasis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickyemphasis","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBlurStickyEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickyemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"elevationBlurStickyEmphasis","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBlurStickyEmphasisSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBlurStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier"}],"required":true,"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyEmphasis":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationBlurSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickyemphasis","type":"topic","required":true,"title":"elevationBlurStickyEmphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickynavigationscrolled.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickynavigationscrolled.json index e4f341063..af59ed4d2 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickynavigationscrolled.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationblurstickynavigationscrolled.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickynavigationscrolled"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBlurStickyNavigationScrolledSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken"}],"symbolKind":"property","required":true,"roleHeading":"Instance Property","role":"symbol","title":"elevationBlurStickyNavigationScrolled"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyNavigationScrolled":{"title":"elevationBlurStickyNavigationScrolled","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyNavigationScrolled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickynavigationscrolled","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","title":"ElevationBlurSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"metadata":{"symbolKind":"property","roleHeading":"Instance Property","required":true,"title":"elevationBlurStickyNavigationScrolled","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBlurStickyNavigationScrolledSivp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBlurStickyNavigationScrolled"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","kind":"typeIdentifier","text":"ElevationBlurSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickynavigationscrolled"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBlurSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBlurSemanticToken"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationblursemantictoken","navigatorTitle":[{"text":"ElevationBlurSemanticToken","kind":"identifier"}],"title":"ElevationBlurSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBlurSemanticToken","abstract":[{"text":"Basically an elevation semantic token for blur effect is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBlurStickyNavigationScrolled":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBlurStickyNavigationScrolled","required":true,"abstract":[],"title":"elevationBlurStickyNavigationScrolled","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBlurStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013ElevationBlurB5Tokena","text":"ElevationBlurSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationblurstickynavigationscrolled","kind":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdragdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdragdark.json index 6effc586d..516614b77 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdragdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdragdark.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP26elevationBoxShadowDragDark0A3Raw0cfgJ5TokenCvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"required":true,"role":"symbol","title":"elevationBoxShadowDragDark"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdragdark"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragDark":{"title":"elevationBoxShadowDragDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowDragDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdragdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"}}} \ No newline at end of file +{"metadata":{"title":"elevationBoxShadowDragDark","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP26elevationBoxShadowDragDark0A3Raw0cfgJ5TokenCvp","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdragdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragDark":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdragdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragDark","title":"elevationBoxShadowDragDark","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"title":"ElevationSemanticTokens","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all elevation semantic tokens a theme must have. (","type":"text"},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"code":"ElevationXSemanticToken","type":"codeVoice"},{"type":"text","text":","},{"code":"ElevationYSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdraglight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdraglight.json index 53d8bd9a8..706c97583 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdraglight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowdraglight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdraglight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBoxShadowDragLight0A3Raw0cfgJ5TokenCvp","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"elevationBoxShadowDragLight"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragLight":{"title":"elevationBoxShadowDragLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdraglight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdraglight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowDragLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBoxShadowDragLight0A3Raw0cfgJ5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"required":true,"symbolKind":"property","title":"elevationBoxShadowDragLight","role":"symbol","roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowDragLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowdraglight","role":"symbol","title":"elevationBoxShadowDragLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowDragLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowDragLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocusdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocusdark.json index 0ebd4122f..73f0ed062 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocusdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocusdark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","metadata":{"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"elevationBoxShadowFocusDark","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBoxShadowFocusDark0A3Raw0cfgJ5TokenCvp"},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocusdark"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusDark":{"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocusdark","title":"elevationBoxShadowFocusDark","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusDark"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP27elevationBoxShadowFocusDark0A3Raw0cfgJ5TokenCvp","roleHeading":"Instance Property","required":true,"title":"elevationBoxShadowFocusDark","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocusdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusDark":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocusdark","kind":"symbol","abstract":[],"required":true,"title":"elevationBoxShadowFocusDark","type":"topic","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocuslight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocuslight.json index 833b1079a..1772372d8 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocuslight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowfocuslight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocuslight"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowFocusLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"title":"elevationBoxShadowFocusLight","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationBoxShadowFocusLight0A3Raw0cfgJ5TokenCvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusLight":{"title":"elevationBoxShadowFocusLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight","abstract":[],"kind":"symbol","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocuslight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocuslight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight"},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowFocusLight","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationBoxShadowFocusLight0A3Raw0cfgJ5TokenCvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowFocusLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowFocusLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"title":"elevationBoxShadowFocusLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowFocusLight","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowfocuslight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultdark.json index 598a64cc9..971185329 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultdark.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultdark"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"title":"elevationBoxShadowOverlayDefaultDark","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP36elevationBoxShadowOverlayDefaultDark0A3Raw0cfgK5TokenCvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultDark":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","title":"elevationBoxShadowOverlayDefaultDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultdark","kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"roleHeading":"Instance Property","title":"elevationBoxShadowOverlayDefaultDark","required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP36elevationBoxShadowOverlayDefaultDark0A3Raw0cfgK5TokenCvp","symbolKind":"property","role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayDefaultDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultdark","role":"symbol","title":"elevationBoxShadowOverlayDefaultDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultlight.json index a9776aa97..a65e50ca4 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlaydefaultlight.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","interfaceLanguage":"swift"},"metadata":{"required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBoxShadowOverlayDefaultLight0A3Raw0cfgK5TokenCvp","role":"symbol","title":"elevationBoxShadowOverlayDefaultLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultlight"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultLight":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultlight","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","title":"elevationBoxShadowOverlayDefaultLight"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationBoxShadowOverlayDefaultLight","required":true,"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBoxShadowOverlayDefaultLight0A3Raw0cfgK5TokenCvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultlight"]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayDefaultLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlaydefaultlight","role":"symbol","title":"elevationBoxShadowOverlayDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayDefaultLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasisdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasisdark.json index 315ad19b2..7e4232fd4 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBoxShadowOverlayEmphasisDark0A3Raw0cfgK5TokenCvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"title":"elevationBoxShadowOverlayEmphasisDark"},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasisdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisDark":{"title":"elevationBoxShadowOverlayEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasisdark","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBoxShadowOverlayEmphasisDark0A3Raw0cfgK5TokenCvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationBoxShadowOverlayEmphasisDark","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasisdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasisdark","role":"symbol","title":"elevationBoxShadowOverlayEmphasisDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasislight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasislight.json index 682af473b..a08658b88 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowoverlayemphasislight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP38elevationBoxShadowOverlayEmphasisLight0A3Raw0cfgK5TokenCvp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"title":"elevationBoxShadowOverlayEmphasisLight","symbolKind":"property","role":"symbol"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasislight"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisLight":{"title":"elevationBoxShadowOverlayEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasislight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"elevationBoxShadowOverlayEmphasisLight","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP38elevationBoxShadowOverlayEmphasisLight0A3Raw0cfgK5TokenCvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"required":true},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasislight"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowOverlayEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowOverlayEmphasisLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowoverlayemphasislight","role":"symbol","title":"elevationBoxShadowOverlayEmphasisLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowOverlayEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowOverlayEmphasisLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraiseddark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraiseddark.json index 075d0d36a..1b759758b 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraiseddark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraiseddark.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraiseddark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationBoxShadowRaisedDark0A3Raw0cfgJ5TokenCvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","title":"elevationBoxShadowRaisedDark"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedDark":{"title":"elevationBoxShadowRaisedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraiseddark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraiseddark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark","interfaceLanguage":"swift"},"metadata":{"title":"elevationBoxShadowRaisedDark","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationBoxShadowRaisedDark0A3Raw0cfgJ5TokenCvp","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowRaisedDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraiseddark","role":"symbol","title":"elevationBoxShadowRaisedDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraisedlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraisedlight.json index 88a8c38cc..94a6b03e6 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraisedlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowraisedlight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"required":true,"title":"elevationBoxShadowRaisedLight","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP29elevationBoxShadowRaisedLight0A3Raw0cfgJ5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraisedlight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedLight":{"required":true,"title":"elevationBoxShadowRaisedLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraisedlight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","interfaceLanguage":"swift"},"metadata":{"role":"symbol","title":"elevationBoxShadowRaisedLight","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP29elevationBoxShadowRaisedLight0A3Raw0cfgJ5TokenCvp","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraisedlight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowRaisedLight":{"role":"symbol","title":"elevationBoxShadowRaisedLight","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowRaisedLight","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowraisedlight"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultdark.json index 5b0631201..199ea5195 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultdark.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP35elevationBoxShadowStickyDefaultDark0A3Raw0cfgK5TokenCvp","title":"elevationBoxShadowStickyDefaultDark"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"title":"OUDSTokensSemantic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","kind":"symbol","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"title":"ElevationSemanticTokens","navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","type":"topic","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultdark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyDefaultDark"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","interfaceLanguage":"swift"},"metadata":{"title":"elevationBoxShadowStickyDefaultDark","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP35elevationBoxShadowStickyDefaultDark0A3Raw0cfgK5TokenCvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultdark"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultDark":{"kind":"symbol","title":"elevationBoxShadowStickyDefaultDark","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultDark","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultlight.json index 2046470eb..1f4232b9f 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickydefaultlight.json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP36elevationBoxShadowStickyDefaultLight0A3Raw0cfgK5TokenCvp","roleHeading":"Instance Property","title":"elevationBoxShadowStickyDefaultLight","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"required":true},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultLight":{"title":"elevationBoxShadowStickyDefaultLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultLight"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultlight"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyDefaultLight"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP36elevationBoxShadowStickyDefaultLight0A3Raw0cfgK5TokenCvp","roleHeading":"Instance Property","title":"elevationBoxShadowStickyDefaultLight","required":true,"symbolKind":"property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyDefaultLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickydefaultlight","role":"symbol","title":"elevationBoxShadowStickyDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyDefaultLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasisdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasisdark.json index 4ee768d71..05583d772 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasisdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP36elevationBoxShadowStickyEmphasisDark0A3Raw0cfgK5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationBoxShadowStickyEmphasisDark","symbolKind":"property","required":true,"roleHeading":"Instance Property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasisdark"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisDark":{"title":"elevationBoxShadowStickyEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasisdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"title":"elevationBoxShadowStickyEmphasisDark","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP36elevationBoxShadowStickyEmphasisDark0A3Raw0cfgK5TokenCvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisDark"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisDark":{"kind":"symbol","title":"elevationBoxShadowStickyEmphasisDark","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasisdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisDark","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasislight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasislight.json index d5e9d4b5a..b50433b4f 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickyemphasislight.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","interfaceLanguage":"swift"},"sections":[],"metadata":{"symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"role":"symbol","title":"elevationBoxShadowStickyEmphasisLight","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBoxShadowStickyEmphasisLight0A3Raw0cfgK5TokenCvp"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisLight":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyEmphasisLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasislight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","title":"elevationBoxShadowStickyEmphasisLight","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP37elevationBoxShadowStickyEmphasisLight0A3Raw0cfgK5TokenCvp","symbolKind":"property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyEmphasisLight":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickyemphasislight","role":"symbol","abstract":[],"title":"elevationBoxShadowStickyEmphasisLight","kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolleddark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolleddark.json index 47795d2c5..c2c169da0 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolleddark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolleddark.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","role":"symbol","required":true,"title":"elevationBoxShadowStickyNavigationScrolledDark","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP46elevationBoxShadowStickyNavigationScrolledDark0A3Raw0cfgL5TokenCvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolleddark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolleddark","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"kind":"symbol","role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledDark"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","title":"ElevationBoxShadowSemanticToken","navigatorTitle":[{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all elevation semantic tokens a theme must have. (","type":"text"},{"code":"ElevationZIndexSemanticToken","type":"codeVoice"},{"type":"text","text":","},{"code":"ElevationXSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ElevationColorSemanticToken"},{"text":")","type":"text"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","title":"OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"text":"component tokens","type":"text"}],"type":"emphasis"},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"text":") to apply some style and configuration values.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"type":"topic","url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","interfaceLanguage":"swift"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"required":true,"title":"elevationBoxShadowStickyNavigationScrolledDark","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP46elevationBoxShadowStickyNavigationScrolledDark0A3Raw0cfgL5TokenCvp","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolleddark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledDark":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolleddark","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationBoxShadowStickyNavigationScrolledDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken"}],"required":true,"type":"topic","title":"elevationBoxShadowStickyNavigationScrolledDark","kind":"symbol","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolledlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolledlight.json index 04ccc683a..568799344 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolledlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationboxshadowstickynavigationscrolledlight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolledlight"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP47elevationBoxShadowStickyNavigationScrolledLight0A3Raw0cfgL5TokenCvp","required":true,"roleHeading":"Instance Property","title":"elevationBoxShadowStickyNavigationScrolledLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"type":"topic","title":"ElevationBoxShadowSemanticToken","abstract":[{"text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type","type":"text"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"kind":"symbol","navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledLight":{"title":"elevationBoxShadowStickyNavigationScrolledLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolledlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP47elevationBoxShadowStickyNavigationScrolledLight0A3Raw0cfgL5TokenCvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"role":"symbol","required":true,"title":"elevationBoxShadowStickyNavigationScrolledLight","roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationBoxShadowStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolledlight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationBoxShadowStickyNavigationScrolledLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationboxshadowstickynavigationscrolledlight","role":"symbol","title":"elevationBoxShadowStickyNavigationScrolledLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationBoxShadowStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018ElevationBoxShadowB5Tokena","text":"ElevationBoxShadowSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationBoxShadowStickyNavigationScrolledLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationBoxShadowSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationBoxShadowSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationboxshadowsemantictoken","title":"ElevationBoxShadowSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for bow shadow is a raw token for bow shadow, with the same final type"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationBoxShadowSemanticToken"}],"navigatorTitle":[{"text":"ElevationBoxShadowSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordragdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordragdark.json index 4017bccca..8dd9a96ff 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordragdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordragdark.json @@ -1 +1 @@ -{"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"elevationColorDragDark","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationColorDragDarkSSvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordragdark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragDark":{"title":"elevationColorDragDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordragdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"elevationColorDragDark","role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationColorDragDarkSSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"symbolKind":"property","required":true},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordragdark"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragDark":{"type":"topic","title":"elevationColorDragDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragDark","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordragdark","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordraglight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordraglight.json index 8dd78aa76..ec22b7b13 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordraglight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolordraglight.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorDragLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationColorDragLight","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationColorDragLightSSvp","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordraglight"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragLight":{"title":"elevationColorDragLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorDragLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordraglight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationColorDragLightSSvp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","symbolKind":"property","title":"elevationColorDragLight"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorDragLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordraglight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorDragLight":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolordraglight","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorDragLight","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorDragLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"type":"topic","title":"elevationColorDragLight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocusdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocusdark.json index 8c5092f14..442e700b4 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocusdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocusdark.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocusdark"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","title":"elevationColorFocusDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationColorFocusDarkSSvp","symbolKind":"property","required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusDark":{"title":"elevationColorFocusDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocusdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorFocusDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorFocusDark","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationColorFocusDarkSSvp","role":"symbol","symbolKind":"property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorFocusDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocusdark"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusDark":{"title":"elevationColorFocusDark","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusDark","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocusdark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocuslight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocuslight.json index 0891461c0..d87157a6a 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocuslight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorfocuslight.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocuslight"]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorFocusLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorFocusLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","title":"elevationColorFocusLight","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationColorFocusLightSSvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusLight":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorFocusLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","title":"elevationColorFocusLight","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocuslight","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationColorFocusLightSSvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationColorFocusLight","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorFocusLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"symbolKind":"property"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocuslight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorFocusLight":{"role":"symbol","title":"elevationColorFocusLight","abstract":[],"required":true,"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorFocusLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorFocusLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorfocuslight"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonedark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonedark.json index c306a0e29..3005ccc99 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonedark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonedark.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonedark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"metadata":{"title":"elevationColorNoneDark","required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationColorNoneDarkSSvp"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneDark":{"title":"elevationColorNoneDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonedark","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorNoneDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonedark"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationColorNoneDarkSSvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationColorNoneDark","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneDark":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonedark","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneDark","kind":"symbol","title":"elevationColorNoneDark","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonelight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonelight.json index 852c4a223..69d006bf4 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonelight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolornonelight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationColorNoneLightSSvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationColorNoneLight"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonelight"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneLight":{"title":"elevationColorNoneLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorNoneLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonelight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonelight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorNoneLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"elevationColorNoneLight","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationColorNoneLightSSvp","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorNoneLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorNoneLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolornonelight","role":"symbol","title":"elevationColorNoneLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorNoneLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorNoneLight","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultdark.json index dda419f1c..fc38d8319 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultdark.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultdark"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationColorOverlayDefaultDarkSSvp","role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"elevationColorOverlayDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultDark":{"title":"elevationColorOverlayDefaultDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultdark","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultdark"]}],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationColorOverlayDefaultDarkSSvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","title":"elevationColorOverlayDefaultDark","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultdark","role":"symbol","title":"elevationColorOverlayDefaultDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultDark","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultlight.json index 0758e5185..5a69acc46 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlaydefaultlight.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","title":"elevationColorOverlayDefaultLight","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP33elevationColorOverlayDefaultLightSSvp","roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultLight":{"type":"topic","title":"elevationColorOverlayDefaultLight","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultlight","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"}],"required":true,"role":"symbol","roleHeading":"Instance Property","title":"elevationColorOverlayDefaultLight","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP33elevationColorOverlayDefaultLightSSvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorOverlayDefaultLight","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayDefaultLight":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayDefaultLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayDefaultLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlaydefaultlight","required":true,"type":"topic","role":"symbol","title":"elevationColorOverlayDefaultLight","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasisdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasisdark.json index a29a8ec95..ab9104c59 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasisdark.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP33elevationColorOverlayEmphasisDarkSSvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"title":"elevationColorOverlayEmphasisDark"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier","text":"ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisDark":{"title":"elevationColorOverlayEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasisdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorOverlayEmphasisDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasisdark"]}],"metadata":{"title":"elevationColorOverlayEmphasisDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP33elevationColorOverlayEmphasisDarkSSvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisDark":{"kind":"symbol","title":"elevationColorOverlayEmphasisDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasisdark","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisDark"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasislight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasislight.json index 2017ee475..179a34c04 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcoloroverlayemphasislight.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorOverlayEmphasisLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP34elevationColorOverlayEmphasisLightSSvp","symbolKind":"property","title":"elevationColorOverlayEmphasisLight","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasislight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisLight":{"title":"elevationColorOverlayEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasislight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasislight"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight"},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"required":true,"title":"elevationColorOverlayEmphasisLight","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP34elevationColorOverlayEmphasisLightSSvp","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorOverlayEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorOverlayEmphasisLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcoloroverlayemphasislight","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorOverlayEmphasisLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"required":true,"type":"topic","title":"elevationColorOverlayEmphasisLight","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraiseddark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraiseddark.json index 4aa0677ed..ca5b17413 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraiseddark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraiseddark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationColorRaisedDarkSSvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorRaisedDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"title":"elevationColorRaisedDark","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraiseddark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedDark":{"title":"elevationColorRaisedDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraiseddark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraiseddark"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationColorRaisedDarkSSvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"elevationColorRaisedDark"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedDark":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraiseddark","role":"symbol","title":"elevationColorRaisedDark","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedDark","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedDark","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraisedlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraisedlight.json index 438436d95..3cf8c33f2 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraisedlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorraisedlight.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraisedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP25elevationColorRaisedLightSSvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"title":"elevationColorRaisedLight"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedLight":{"title":"elevationColorRaisedLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorRaisedLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraisedlight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","title":"elevationColorRaisedLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP25elevationColorRaisedLightSSvp","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraisedlight"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorRaisedLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorraisedlight","role":"symbol","title":"elevationColorRaisedLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorRaisedLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorRaisedLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultdark.json index 0006da928..4cfe1fe43 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultdark.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultdark"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP31elevationColorStickyDefaultDarkSSvp","roleHeading":"Instance Property","title":"elevationColorStickyDefaultDark","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultDark":{"title":"elevationColorStickyDefaultDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyDefaultDark"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP31elevationColorStickyDefaultDarkSSvp","symbolKind":"property","roleHeading":"Instance Property","title":"elevationColorStickyDefaultDark","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"role":"symbol","required":true},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultdark"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultDark":{"title":"elevationColorStickyDefaultDark","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultdark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultDark","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultDark","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultlight.json index 431537708..b75bd68b1 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickydefaultlight.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationColorStickyDefaultLight","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationColorStickyDefaultLightSSvp","required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultlight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultLight":{"title":"elevationColorStickyDefaultLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultlight","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultlight"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight"},"metadata":{"title":"elevationColorStickyDefaultLight","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationColorStickyDefaultLightSSvp","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyDefaultLight"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyDefaultLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickydefaultlight","role":"symbol","title":"elevationColorStickyDefaultLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyDefaultLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyDefaultLight","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasisdark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasisdark.json index 20b0d9255..3ebf9f75a 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasisdark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasisdark.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasisdark"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"required":true,"title":"elevationColorStickyEmphasisDark","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationColorStickyEmphasisDarkSSvp"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisDark":{"title":"elevationColorStickyEmphasisDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasisdark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasisdark"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationColorStickyEmphasisDarkSSvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"elevationColorStickyEmphasisDark","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"role":"symbol","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisDark":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisDark","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasisdark","title":"elevationColorStickyEmphasisDark","role":"symbol","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasislight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasislight.json index c66570a75..3bc100b0f 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasislight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickyemphasislight.json @@ -1 +1 @@ -{"sections":[],"metadata":{"roleHeading":"Instance Property","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationColorStickyEmphasisLight","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP33elevationColorStickyEmphasisLightSSvp"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasislight"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyEmphasisLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisLight":{"title":"elevationColorStickyEmphasisLight","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasislight","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"elevationColorStickyEmphasisLight","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP33elevationColorStickyEmphasisLightSSvp"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasislight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyEmphasisLight":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyEmphasisLight","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickyemphasislight","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyEmphasisLight"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","abstract":[],"title":"elevationColorStickyEmphasisLight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolleddark.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolleddark.json index f258c8c02..21acb2c14 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolleddark.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolleddark.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolleddark"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark"},"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"title":"elevationColorStickyNavigationScrolledDark","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP42elevationColorStickyNavigationScrolledDarkSSvp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledDark":{"title":"elevationColorStickyNavigationScrolledDark","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolleddark","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledDark"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP42elevationColorStickyNavigationScrolledDarkSSvp","role":"symbol","symbolKind":"property","title":"elevationColorStickyNavigationScrolledDark","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolleddark"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledDark":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledDark","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolleddark","title":"elevationColorStickyNavigationScrolledDark","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledDark","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolledlight.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolledlight.json index 7e46984a9..fb80c6915 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolledlight.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationcolorstickynavigationscrolledlight.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"title":"elevationColorStickyNavigationScrolledLight","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP43elevationColorStickyNavigationScrolledLightSSvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolledlight"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledLight":{"title":"elevationColorStickyNavigationScrolledLight","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationColorStickyNavigationScrolledLight"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","abstract":[],"kind":"symbol","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolledlight","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","role":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}],"title":"ElevationColorSemanticToken","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","text":"ElevationColorSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP43elevationColorStickyNavigationScrolledLightSSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","text":"ElevationColorSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationColorStickyNavigationScrolledLight","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolledlight"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationColorSemanticToken":{"role":"symbol","title":"ElevationColorSemanticToken","abstract":[{"type":"text","text":"Basically an elevation semantic token for shadow colors is a raw token for colors"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationColorSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationColorSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/elevationcolorsemantictoken","type":"topic","navigatorTitle":[{"text":"ElevationColorSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationColorStickyNavigationScrolledLight":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationcolorstickynavigationscrolledlight","role":"symbol","title":"elevationColorStickyNavigationScrolledLight","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationColorStickyNavigationScrolledLight","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationColorSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014ElevationColorB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationColorStickyNavigationScrolledLight","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreaddrag.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreaddrag.json index 6e513928a..b719ce188 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreaddrag.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreaddrag.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreaddrag"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationSpreadDragSivp","required":true,"role":"symbol","title":"elevationSpreadDrag","roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadDrag":{"title":"elevationSpreadDrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadDrag"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreaddrag","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreaddrag"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationSpreadDrag","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationSpreadDragSivp","required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadDrag","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadDrag":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreaddrag","role":"symbol","title":"elevationSpreadDrag","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadDrag","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadDrag","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadfocus.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadfocus.json index e3ce93726..000df84b6 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadfocus.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadfocus.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationSpreadFocusSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"elevationSpreadFocus"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadFocus":{"title":"elevationSpreadFocus","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadFocus"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadfocus","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationSpreadFocusSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadFocus"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"elevationSpreadFocus","role":"symbol","required":true,"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadFocus","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadfocus"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadFocus":{"kind":"symbol","title":"elevationSpreadFocus","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadFocus"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadfocus","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadFocus"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadnone.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadnone.json index cd842a0b1..26dc7ccd9 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadnone.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadnone.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadnone"]}],"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadNone"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationSpreadNoneSivp","role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"elevationSpreadNone"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadNone":{"title":"elevationSpreadNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadnone","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadNone","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationSpreadNoneSivp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"title":"elevationSpreadNone"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadnone"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadNone":{"required":true,"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadnone","title":"elevationSpreadNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlaydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlaydefault.json index fa2d69cda..d79f1e0cd 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlaydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlaydefault.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlaydefault"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","text":"ElevationSpreadSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"required":true,"role":"symbol","title":"elevationSpreadOverlayDefault","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP29elevationSpreadOverlayDefaultSivp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayDefault":{"title":"elevationSpreadOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadOverlayDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","title":"elevationSpreadOverlayDefault","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP29elevationSpreadOverlayDefaultSivp"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadOverlayDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlaydefault"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayDefault":{"abstract":[],"required":true,"title":"elevationSpreadOverlayDefault","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlaydefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayDefault","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlayemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlayemphasis.json index 775f992be..5d6a3302e 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlayemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadoverlayemphasis.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadOverlayEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","required":true,"title":"elevationSpreadOverlayEmphasis","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP30elevationSpreadOverlayEmphasisSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadOverlayEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayEmphasis":{"abstract":[],"type":"topic","required":true,"title":"elevationSpreadOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlayemphasis","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlayemphasis"]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationSpreadOverlayEmphasis","role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP30elevationSpreadOverlayEmphasisSivp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","text":"ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadOverlayEmphasis":{"type":"topic","kind":"symbol","abstract":[],"required":true,"title":"elevationSpreadOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadoverlayemphasis","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadOverlayEmphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadOverlayEmphasis"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadraised.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadraised.json index bdb0d0f14..55376c077 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadraised.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadraised.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP21elevationSpreadRaisedSivp","title":"elevationSpreadRaised","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadRaised","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadRaised","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","text":"ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadraised"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadRaised":{"abstract":[],"title":"elevationSpreadRaised","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadRaised"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"role":"symbol","type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadraised","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadraised"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadRaised"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP21elevationSpreadRaisedSivp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationSpreadRaised"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadRaised","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadRaised":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadraised","role":"symbol","title":"elevationSpreadRaised","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadRaised","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadRaised","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickydefault.json index 90655d949..ef3d3edc6 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickydefault.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationSpreadStickyDefaultSivp","role":"symbol","required":true,"title":"elevationSpreadStickyDefault","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyDefault"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyDefault":{"title":"elevationSpreadStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"title":"elevationSpreadStickyDefault","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationSpreadStickyDefaultSivp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyDefault":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickydefault","role":"symbol","title":"elevationSpreadStickyDefault","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyDefault","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickyemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickyemphasis.json index c14c0dee6..9f82f5fae 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickyemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickyemphasis.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationSpreadStickyEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP29elevationSpreadStickyEmphasisSivp","title":"elevationSpreadStickyEmphasis"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickyemphasis"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyEmphasis":{"abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"role":"symbol","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis","title":"elevationSpreadStickyEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickyemphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken","kind":"typeIdentifier"}],"title":"elevationSpreadStickyEmphasis","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP29elevationSpreadStickyEmphasisSivp","role":"symbol","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickyemphasis"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyEmphasis":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickyemphasis","role":"symbol","title":"elevationSpreadStickyEmphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationSpreadStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyEmphasis","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickynavigationscrolled.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickynavigationscrolled.json index 52cd61577..2c55f3d44 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickynavigationscrolled.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationspreadstickynavigationscrolled.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"title":"elevationSpreadStickyNavigationScrolled","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP39elevationSpreadStickyNavigationScrolledSivp","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyNavigationScrolled"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","kind":"typeIdentifier","text":"ElevationSpreadSemanticToken"}],"symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyNavigationScrolled":{"title":"elevationSpreadStickyNavigationScrolled","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickynavigationscrolled","abstract":[],"required":true,"role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyNavigationScrolled"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationSpreadSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP39elevationSpreadStickyNavigationScrolledSivp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"elevationSpreadStickyNavigationScrolled","modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationSpreadStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationSpreadStickyNavigationScrolled":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationSpreadStickyNavigationScrolled","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationSpreadStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","text":"ElevationSpreadSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationspreadstickynavigationscrolled","title":"elevationSpreadStickyNavigationScrolled","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxdrag.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxdrag.json index d68b12917..6b209a00e 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxdrag.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxdrag.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXDrag","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationXDragSivp","required":true,"symbolKind":"property","title":"elevationXDrag","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxdrag"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXDrag":{"title":"elevationXDrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXDrag"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxdrag","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationXDrag","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXDrag"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"title":"elevationXDrag","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationXDragSivp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxdrag"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXDrag":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXDrag","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxdrag","type":"topic","abstract":[],"required":true,"title":"elevationXDrag","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxfocus.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxfocus.json index 8152e2d26..c4746f3c3 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxfocus.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxfocus.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxfocus"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"required":true,"symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP15elevationXFocusSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationXFocus","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXFocus"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXFocus":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXFocus","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxfocus","abstract":[],"kind":"symbol","title":"elevationXFocus","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxfocus"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP15elevationXFocusSivp","symbolKind":"property","roleHeading":"Instance Property","title":"elevationXFocus","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"role":"symbol","required":true},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXFocus":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxfocus","role":"symbol","title":"elevationXFocus","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXFocus","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxnone.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxnone.json index 1f06a62d1..0197954b2 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxnone.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxnone.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"title":"elevationXNone","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationXNoneSivp","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxnone"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXNone":{"title":"elevationXNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxnone","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxnone"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","required":true,"role":"symbol","title":"elevationXNone","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationXNoneSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXNone"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXNone":{"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxnone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXNone","kind":"symbol","required":true,"title":"elevationXNone","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlaydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlaydefault.json index f3c95a06e..9b4fbccb0 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlaydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlaydefault.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault"},"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlaydefault"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXOverlayDefault"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"elevationXOverlayDefault","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationXOverlayDefaultSivp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayDefault":{"title":"elevationXOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXOverlayDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"metadata":{"title":"elevationXOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationXOverlayDefaultSivp","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlaydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayDefault":{"kind":"symbol","title":"elevationXOverlayDefault","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXOverlayDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlaydefault","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayDefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlayemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlayemphasis.json index 2213226eb..5e649b048 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlayemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxoverlayemphasis.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXOverlayEmphasis"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP25elevationXOverlayEmphasisSivp","title":"elevationXOverlayEmphasis","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayEmphasis":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","title":"elevationXOverlayEmphasis","role":"symbol","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlayemphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","interfaceLanguage":"swift"},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationXOverlayEmphasis","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP25elevationXOverlayEmphasisSivp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXOverlayEmphasis":{"required":true,"title":"elevationXOverlayEmphasis","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxoverlayemphasis","type":"topic","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxraised.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxraised.json index 5b3c17039..3b281c9ea 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxraised.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxraised.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised"},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP16elevationXRaisedSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXRaised","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"elevationXRaised"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXRaised","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxraised"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXRaised":{"title":"elevationXRaised","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXRaised"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxraised","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxraised"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXRaised","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"elevationXRaised","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP16elevationXRaisedSivp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationXRaised","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXRaised":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXRaised","title":"elevationXRaised","abstract":[],"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxraised","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXRaised","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickydefault.json index 477affbc7..289d5e22b 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickydefault.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"elevationXStickyDefault","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationXStickyDefaultSivp","modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickydefault"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyDefault":{"title":"elevationXStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationXStickyDefaultSivp","role":"symbol","title":"elevationXStickyDefault","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickydefault"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyDefault":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickydefault","kind":"symbol","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyDefault","role":"symbol","title":"elevationXStickyDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyDefault"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickyemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickyemphasis.json index e577ad9ec..6841d208c 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickyemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickyemphasis.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickyemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"title":"elevationXStickyEmphasis","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationXStickyEmphasisSivp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyEmphasis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyEmphasis":{"title":"elevationXStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXStickyEmphasis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickyemphasis","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationXStickyEmphasisSivp","title":"elevationXStickyEmphasis","roleHeading":"Instance Property","role":"symbol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationXStickyEmphasis"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickyemphasis"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyEmphasis":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickyemphasis","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationXStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"title":"elevationXStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyEmphasis","kind":"symbol","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickynavigationscrolled.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickynavigationscrolled.json index 81c342927..b9df0e04c 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickynavigationscrolled.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationxstickynavigationscrolled.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP34elevationXStickyNavigationScrolledSivp","roleHeading":"Instance Property","symbolKind":"property","title":"elevationXStickyNavigationScrolled","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyNavigationScrolled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyNavigationScrolled":{"title":"elevationXStickyNavigationScrolled","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickynavigationscrolled","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickynavigationscrolled"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"title":"elevationXStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationXStickyNavigationScrolled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP34elevationXStickyNavigationScrolledSivp","role":"symbol","required":true,"symbolKind":"property","roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationXStickyNavigationScrolled":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationxstickynavigationscrolled","role":"symbol","title":"elevationXStickyNavigationScrolled","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationXStickyNavigationScrolled","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationXStickyNavigationScrolled","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationydrag.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationydrag.json index 4df20c01f..4e55f1d93 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationydrag.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationydrag.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYDrag","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"role":"symbol","required":true,"symbolKind":"property","roleHeading":"Instance Property","title":"elevationYDrag","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYDrag","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationYDragSivp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationydrag"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYDrag":{"title":"elevationYDrag","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYDrag"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationydrag","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYDrag","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationydrag"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationYDragSivp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYDrag","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationYDrag","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYDrag":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationydrag","role":"symbol","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYDrag","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYDrag","title":"elevationYDrag","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyfocus.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyfocus.json index f9b759638..c9075836d 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyfocus.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyfocus.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYFocus"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYFocus"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP15elevationYFocusSivp","required":true,"title":"elevationYFocus","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyfocus"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYFocus":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyfocus","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYFocus","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus","abstract":[],"required":true,"title":"elevationYFocus","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"metadata":{"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP15elevationYFocusSivp","title":"elevationYFocus","required":true},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYFocus"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyfocus"]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYFocus":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyfocus","role":"symbol","title":"elevationYFocus","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYFocus","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYFocus","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationynone.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationynone.json index 3c3960e11..e91073d10 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationynone.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationynone.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationynone"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone"},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationYNoneSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationYNone","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYNone","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYNone":{"title":"elevationYNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYNone"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone","abstract":[],"type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationynone","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationynone"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"elevationYNone","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP14elevationYNoneSivp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYNone":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationynone","role":"symbol","title":"elevationYNone","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYNone","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlaydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlaydefault.json index 0f75adb66..6099acf2f 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlaydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlaydefault.json @@ -1 +1 @@ -{"sections":[],"metadata":{"roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationYOverlayDefault","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationYOverlayDefaultSivp","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlaydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayDefault"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayDefault":{"title":"elevationYOverlayDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlaydefault","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYOverlayDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"required":true,"title":"elevationYOverlayDefault","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationYOverlayDefaultSivp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlaydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayDefault":{"title":"elevationYOverlayDefault","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlaydefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYOverlayDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlayemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlayemphasis.json index 1592e1610..754989719 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlayemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyoverlayemphasis.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"title":"elevationYOverlayEmphasis","roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP25elevationYOverlayEmphasisSivp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlayemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayEmphasis":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlayemphasis","abstract":[],"kind":"symbol","role":"symbol","title":"elevationYOverlayEmphasis","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlayemphasis"]}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP25elevationYOverlayEmphasisSivp","required":true,"title":"elevationYOverlayEmphasis","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYOverlayEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYOverlayEmphasis":{"type":"topic","required":true,"title":"elevationYOverlayEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyoverlayemphasis","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYOverlayEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYOverlayEmphasis","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyraised.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyraised.json index 142a675c0..f751f3739 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyraised.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationyraised.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP16elevationYRaisedSivp","title":"elevationYRaised","required":true,"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYRaised","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYRaised"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyraised"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYRaised":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyraised","title":"elevationYRaised","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYRaised"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","type":"topic","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised"},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP16elevationYRaisedSivp","required":true,"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYRaised","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"title":"elevationYRaised"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYRaised"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyraised"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYRaised":{"title":"elevationYRaised","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYRaised"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYRaised","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationyraised","abstract":[],"kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickydefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickydefault.json index 14987351e..725f5a5e3 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickydefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickydefault.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"title":"elevationYStickyDefault","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationYStickyDefaultSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyDefault":{"title":"elevationYStickyDefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickydefault","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickydefault"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"required":true,"title":"elevationYStickyDefault","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationYStickyDefaultSivp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyDefault"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyDefault":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickydefault","abstract":[],"type":"topic","title":"elevationYStickyDefault","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyDefault","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickyemphasis.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickyemphasis.json index de9f5adc7..63094aab4 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickyemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickyemphasis.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"elevationYStickyEmphasis","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationYStickyEmphasisSivp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickyemphasis"]}],"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyEmphasis":{"title":"elevationYStickyEmphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyEmphasis"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickyemphasis","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickyemphasis"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationYStickyEmphasisSivp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationYStickyEmphasis","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyEmphasis"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyEmphasis":{"kind":"symbol","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyEmphasis","required":true,"title":"elevationYStickyEmphasis","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickyemphasis","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationYStickyEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickynavigationscrolled.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickynavigationscrolled.json index faa71a476..cd44e86e4 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickynavigationscrolled.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationystickynavigationscrolled.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP34elevationYStickyNavigationScrolledSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationYStickyNavigationScrolled","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationYStickyNavigationScrolled","symbolKind":"property","required":true,"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickynavigationscrolled"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyNavigationScrolled":{"title":"elevationYStickyNavigationScrolled","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickynavigationscrolled","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickynavigationscrolled"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP34elevationYStickyNavigationScrolledSivp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","required":true,"title":"elevationYStickyNavigationScrolled"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"title":"ElevationSemanticTokens","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all elevation semantic tokens a theme must have. (","type":"text"},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"code":"ElevationXSemanticToken","type":"codeVoice"},{"type":"text","text":","},{"code":"ElevationYSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationYStickyNavigationScrolled":{"title":"elevationYStickyNavigationScrolled","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationYStickyNavigationScrolled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","abstract":[],"role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationYStickyNavigationScrolled","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationystickynavigationscrolled"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationZIndexSemanticToken"}],"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ElevationZIndexSemanticToken"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexbacktotop.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexbacktotop.json index a3a0fec63..4023200d9 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexbacktotop.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexbacktotop.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationZIndexBackToTopSivp","title":"elevationZIndexBackToTop","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexbacktotop"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexBackToTop":{"title":"elevationZIndexBackToTop","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexBackToTop"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexbacktotop","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexBackToTop"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationZIndexBackToTop","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationZIndexBackToTopSivp","required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexBackToTop"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexbacktotop"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexBackToTop":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexbacktotop","role":"symbol","title":"elevationZIndexBackToTop","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexBackToTop","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexBackToTop","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdeep.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdeep.json index 948aa2415..59410abc2 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdeep.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdeep.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexDeep","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationZIndexDeepSivp","role":"symbol","required":true,"title":"elevationZIndexDeep","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexDeep","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdeep"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDeep":{"title":"elevationZIndexDeep","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDeep"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdeep","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDeep","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdeep"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP19elevationZIndexDeepSivp","symbolKind":"property","roleHeading":"Instance Property","title":"elevationZIndexDeep","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDeep","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDeep":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdeep","role":"symbol","title":"elevationZIndexDeep","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDeep","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDeep","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdefault.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdefault.json index b9093cdfa..0973886b5 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdefault.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdefault.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDefault"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault","interfaceLanguage":"swift"},"metadata":{"title":"elevationZIndexDefault","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexDefaultSivp","role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexDefault","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdefault"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDefault":{"title":"elevationZIndexDefault","abstract":[],"role":"symbol","type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdefault"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault"},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexDefaultSivp","required":true,"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationZIndexDefault","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDefault"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDefault":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdefault","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDefault","type":"topic","required":true,"role":"symbol","title":"elevationZIndexDefault","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDefault"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdropdown.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdropdown.json index 35b0d6328..f27eeae4d 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdropdown.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexdropdown.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDropdown","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"elevationZIndexDropdown","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationZIndexDropdownSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDropdown"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"required":true,"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdropdown"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDropdown":{"abstract":[],"kind":"symbol","role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdropdown","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDropdown","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"title":"elevationZIndexDropdown","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown","interfaceLanguage":"swift"},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexDropdown"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP23elevationZIndexDropdownSivp","roleHeading":"Instance Property","required":true,"title":"elevationZIndexDropdown"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexDropdown"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdropdown"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexDropdown":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexdropdown","role":"symbol","title":"elevationZIndexDropdown","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexDropdown","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexDropdown","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexfixed.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexfixed.json index daba92d65..7d06d1a78 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexfixed.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexfixed.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexfixed"]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationZIndexFixed","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationZIndexFixedSivp","required":true},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexFixed"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexFixed":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexfixed","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexFixed","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexfixed"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationZIndexFixedSivp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexFixed","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"title":"elevationZIndexFixed"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexFixed":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexfixed","role":"symbol","title":"elevationZIndexFixed","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexFixed","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexFixed","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodal.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodal.json index 6b6cb02c5..709e47f90 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodal.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodal.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodal"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationZIndexModalSivp","title":"elevationZIndexModal","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModal":{"type":"topic","abstract":[],"title":"elevationZIndexModal","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodal"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodal"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"title":"elevationZIndexModal","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationZIndexModalSivp","symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexModal"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModal":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodal","role":"symbol","title":"elevationZIndexModal","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModal","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModal","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodalbackdrop.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodalbackdrop.json index c347bce48..f9c02f394 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodalbackdrop.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexmodalbackdrop.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationZIndexModalBackdropSivp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexModalBackdrop"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodalbackdrop"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexModalBackdrop"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModalBackdrop":{"title":"elevationZIndexModalBackdrop","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodalbackdrop","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP28elevationZIndexModalBackdropSivp","required":true,"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexModalBackdrop"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"title":"elevationZIndexModalBackdrop"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodalbackdrop"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexModalBackdrop":{"type":"topic","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexmodalbackdrop","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexModalBackdrop","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexModalBackdrop","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}],"title":"elevationZIndexModalBackdrop"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvas.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvas.json index 93c507aa3..d6d626fc0 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvas.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvas.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas","interfaceLanguage":"swift"},"metadata":{"title":"elevationZIndexOffCanvas","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationZIndexOffCanvasSivp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","required":true},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvas"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvas":{"title":"elevationZIndexOffCanvas","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexOffCanvas"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvas","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvas"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas"},"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP24elevationZIndexOffCanvasSivp","title":"elevationZIndexOffCanvas"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvas":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvas","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvas","type":"topic","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexOffCanvas","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexOffCanvas"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvasbackdrop.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvasbackdrop.json index b5f151664..c8eead90d 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvasbackdrop.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexoffcanvasbackdrop.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexOffCanvasBackdrop","kind":"identifier"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvasbackdrop"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationZIndexOffCanvasBackdropSivp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"elevationZIndexOffCanvasBackdrop","required":true,"role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvasBackdrop":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvasbackdrop","abstract":[],"kind":"symbol","title":"elevationZIndexOffCanvasBackdrop","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used mainly for "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"text":") to apply some style and configuration values.","type":"text"},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"url":"\/documentation\/oudstokenssemantic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvasbackdrop"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP32elevationZIndexOffCanvasBackdropSivp","symbolKind":"property","required":true,"title":"elevationZIndexOffCanvasBackdrop"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexOffCanvasBackdrop":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexOffCanvasBackdrop","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexOffCanvasBackdrop"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexoffcanvasbackdrop","required":true,"title":"elevationZIndexOffCanvasBackdrop"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexpopover.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexpopover.json index 1e05aa58a..58eb1ab0e 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexpopover.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexpopover.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexpopover"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexPopover","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"elevationZIndexPopover","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexPopoverSivp","required":true},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexPopover"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexPopover":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexPopover"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexpopover","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","title":"elevationZIndexPopover","kind":"symbol","required":true}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexPopoverSivp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexPopover"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexPopover","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexPopover","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexpopover"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexPopover":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexpopover","role":"symbol","title":"elevationZIndexPopover","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexPopover","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexPopover","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexspinner.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexspinner.json index a9ff8b038..dfcfa78cf 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexspinner.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexspinner.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSpinner","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexSpinnerSivp","required":true,"roleHeading":"Instance Property","title":"elevationZIndexSpinner"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexspinner"]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexSpinner"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSpinner":{"title":"elevationZIndexSpinner","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexspinner","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexSpinner","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"title":"elevationZIndexSpinner","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexSpinnerSivp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexspinner"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSpinner":{"abstract":[],"role":"symbol","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSpinner","title":"elevationZIndexSpinner","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexspinner","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSpinner"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexsticky.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexsticky.json index c0de30ff2..0b77acf32 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexsticky.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindexsticky.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexsticky"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexSticky"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP21elevationZIndexStickySivp","title":"elevationZIndexSticky","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSticky","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSticky":{"title":"elevationZIndexSticky","kind":"symbol","type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexSticky","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexsticky","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"elevationZIndexSticky","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP21elevationZIndexStickySivp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexSticky"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexsticky"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexSticky","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexSticky":{"required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindexsticky","role":"symbol","title":"elevationZIndexSticky","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexSticky","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexSticky","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextoast.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextoast.json index 314b937a7..dd1b35b79 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextoast.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextoast.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextoast"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationZIndexToastSivp","modules":[{"name":"OUDSTokensSemantic"}],"title":"elevationZIndexToast","required":true,"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexToast"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexToast"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","kind":"typeIdentifier","text":"ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexToast":{"title":"elevationZIndexToast","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"elevationZIndexToast"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextoast","kind":"symbol","role":"symbol"}}} \ No newline at end of file +{"sections":[],"metadata":{"required":true,"title":"elevationZIndexToast","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP20elevationZIndexToastSivp","symbolKind":"property","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexToast","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexToast"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextoast"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexToast":{"title":"elevationZIndexToast","required":true,"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextoast","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexToast","type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"elevationZIndexToast","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","text":"ElevationZIndexSemanticToken"}],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextooltip.json b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextooltip.json index 422c33147..e10eb4caf 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextooltip.json +++ b/docs/data/documentation/oudstokenssemantic/elevationsemantictokens/elevationzindextooltip.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextooltip"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexTooltipSivp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"symbolKind":"property","title":"elevationZIndexTooltip"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexTooltip":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextooltip","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip","title":"elevationZIndexTooltip"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"elevationZIndexTooltip"},{"kind":"text","text":": "},{"text":"ElevationZIndexSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"symbolKind":"property","title":"elevationZIndexTooltip","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic09ElevationB6TokensP22elevationZIndexTooltipSivp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextooltip"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens/elevationZIndexTooltip":{"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens\/elevationzindextooltip","required":true,"title":"elevationZIndexTooltip","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"elevationZIndexTooltip","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena"}],"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens\/elevationZIndexTooltip"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationspreadsemantictoken.json b/docs/data/documentation/oudstokenssemantic/elevationspreadsemantictoken.json index 556ef3a9c..2290a9b68 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationspreadsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/elevationspreadsemantictoken.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"},{"text":" = ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","interfaceLanguage":"swift"},"metadata":{"title":"ElevationSpreadSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","role":"symbol","roleHeading":"Type Alias","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"symbolKind":"typealias","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","title":"ElevationSpreadSemanticToken","abstract":[{"text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationSpreadSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","kind":"typeIdentifier","text":"ElevationRawToken"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias","roleHeading":"Type Alias","title":"ElevationSpreadSemanticToken","externalID":"s:18OUDSTokensSemantic015ElevationSpreadB5Tokena","navigatorTitle":[{"kind":"identifier","text":"ElevationSpreadSemanticToken"}],"role":"symbol"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSpreadSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for spread effect is a raw token for elevation, with the same final type"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSpreadSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/elevationspreadsemantictoken","navigatorTitle":[{"text":"ElevationSpreadSemanticToken","kind":"identifier"}],"title":"ElevationSpreadSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationxsemantictoken.json b/docs/data/documentation/oudstokenssemantic/elevationxsemantictoken.json index bcb4839a7..cf2ee6c76 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationxsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/elevationxsemantictoken.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationxsemantictoken"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic23ElevationXSemanticTokena","title":"ElevationXSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"typealias","roleHeading":"Type Alias","navigatorTitle":[{"text":"ElevationXSemanticToken","kind":"identifier"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationXSemanticToken"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"abstract":[{"type":"text","text":"Basically an elevation semantic token for X offset is a raw token for elevation, with the same final type"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationXSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationXSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationXSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","title":"ElevationXSemanticToken","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationxsemantictoken","abstract":[{"type":"text","text":"Basically an elevation semantic token for X offset is a raw token for elevation, with the same final type"}],"navigatorTitle":[{"text":"ElevationXSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"role":"collection","title":"OUDSTokensSemantic","url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationXSemanticToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","text":"ElevationRawToken","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}]}],"sections":[],"abstract":[{"text":"Basically an elevation semantic token for X offset is a raw token for elevation, with the same final type","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"navigatorTitle":[{"kind":"identifier","text":"ElevationXSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias","role":"symbol","title":"ElevationXSemanticToken","externalID":"s:18OUDSTokensSemantic23ElevationXSemanticTokena","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationXSemanticToken","kind":"identifier"}],"symbolKind":"typealias"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationxsemantictoken"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationXSemanticToken":{"navigatorTitle":[{"text":"ElevationXSemanticToken","kind":"identifier"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationXSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationxsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationXSemanticToken","kind":"identifier"}],"title":"ElevationXSemanticToken","role":"symbol","kind":"symbol","abstract":[{"text":"Basically an elevation semantic token for X offset is a raw token for elevation, with the same final type","type":"text"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationysemantictoken.json b/docs/data/documentation/oudstokenssemantic/elevationysemantictoken.json index 15fa08795..9e4c7d5dc 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationysemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/elevationysemantictoken.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken"},"abstract":[{"type":"text","text":"Basically an elevation semantic token for Y Index is a raw token for elevation, with the same final type"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"ElevationYSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationYSemanticToken","kind":"identifier"}],"role":"symbol","roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"ElevationYSemanticToken"}],"externalID":"s:18OUDSTokensSemantic23ElevationYSemanticTokena","symbolKind":"typealias"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationYSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationysemantictoken"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationYSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken","title":"ElevationYSemanticToken","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationYSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/elevationysemantictoken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationYSemanticToken"}],"abstract":[{"text":"Basically an elevation semantic token for Y Index is a raw token for elevation, with the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"abstract":[{"text":"Basically an elevation semantic token for Y Index is a raw token for elevation, with the same final type","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationYSemanticToken"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationysemantictoken"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic23ElevationYSemanticTokena","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationYSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"ElevationYSemanticToken"}],"title":"ElevationYSemanticToken","role":"symbol","symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationYSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ElevationYSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically an elevation semantic token for Y Index is a raw token for elevation, with the same final type"}],"title":"ElevationYSemanticToken","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationysemantictoken","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationYSemanticToken","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"ElevationYSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","title":"OUDSTokensSemantic","type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"text":" (","type":"text"},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/elevationzindexsemantictoken.json b/docs/data/documentation/oudstokenssemantic/elevationzindexsemantictoken.json index 3d82578d9..7ed47b294 100644 --- a/docs/data/documentation/oudstokenssemantic/elevationzindexsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/elevationzindexsemantictoken.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken"]}],"sections":[],"metadata":{"title":"ElevationZIndexSemanticToken","symbolKind":"typealias","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"kind":"symbol","abstract":[{"type":"text","text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationZIndexSemanticToken"},{"text":" = ","kind":"text"},{"text":"ElevationRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"title":"ElevationZIndexSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"ElevationZIndexSemanticToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09ElevationB5Tokena","text":"ElevationRawToken"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type"}],"sections":[],"metadata":{"roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"ElevationZIndexSemanticToken"}],"symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic015ElevationZIndexB5Tokena","title":"ElevationZIndexSemanticToken"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationZIndexSemanticToken":{"abstract":[{"text":"Basically an elevation semantic token for Z Index is a raw token for elevation, with the same final type","type":"text"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"ElevationZIndexSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationZIndexSemanticToken","title":"ElevationZIndexSemanticToken","url":"\/documentation\/oudstokenssemantic\/elevationzindexsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationZIndexSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridioscompactsemantictoken.json b/docs/data/documentation/oudstokenssemantic/gridioscompactsemantictoken.json index fb226d354..e66ab7aa8 100644 --- a/docs/data/documentation/oudstokenssemantic/gridioscompactsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/gridioscompactsemantictoken.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSCompactSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"GridRawToken","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"GridIOSCompactSemanticToken","symbolKind":"typealias","roleHeading":"Type Alias"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken"]}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"GridIOSCompactSemanticToken","symbolKind":"typealias","roleHeading":"Type Alias","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"},{"text":" = ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridiosextracompactsemantictoken.json b/docs/data/documentation/oudstokenssemantic/gridiosextracompactsemantictoken.json index 132d1957b..a1fe8497c 100644 --- a/docs/data/documentation/oudstokenssemantic/gridiosextracompactsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/gridiosextracompactsemantictoken.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken"},"sections":[],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"symbolKind":"typealias","title":"GridIOSExtraCompactSemanticToken","externalID":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"symbolKind":"typealias","roleHeading":"Type Alias","title":"GridIOSExtraCompactSemanticToken"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","text":"GridRawToken"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridiosregularsemantictoken.json b/docs/data/documentation/oudstokenssemantic/gridiosregularsemantictoken.json index 1f6b968a6..18b3235a0 100644 --- a/docs/data/documentation/oudstokenssemantic/gridiosregularsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/gridiosregularsemantictoken.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"GridRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"metadata":{"symbolKind":"typealias","title":"GridIOSRegularSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"GridIOSRegularSemanticToken"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken"},"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:13OUDSTokensRaw04GridB5Tokena","kind":"typeIdentifier","text":"GridRawToken"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"GridIOSRegularSemanticToken","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSRegularSemanticToken"}],"externalID":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","symbolKind":"typealias","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"roleHeading":"Type Alias"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens.json index 6c4eb00b9..ad6aab663 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","interfaceLanguage":"swift"},"sections":[],"metadata":{"roleHeading":"Protocol","title":"GridSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridSemanticTokens"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic04GridB6TokensP","symbolKind":"protocol","modules":[{"name":"OUDSTokensSemantic"}]},"topicSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth"],"title":"Instance Properties"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridSemanticTokens","kind":"identifier"}],"languages":["swift"]}]}],"seeAlsoSections":[{"generated":true,"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnGap":{"kind":"symbol","title":"gridIOSCompactColumnGap","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumngap","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMinWidth":{"required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth","role":"symbol","title":"gridIOSCompactMinWidth","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactminwidth","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMinWidth":{"abstract":[],"kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"role":"symbol","title":"gridIOSExtraCompactMinWidth","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactminwidth"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnCount":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount","title":"gridIOSRegularColumnCount","type":"topic","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumncount","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMaxWidth":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmaxwidth","title":"gridIOSRegularMaxWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMargin":{"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmargin","required":true,"type":"topic","title":"gridIOSRegularMargin","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnCount":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}],"title":"gridIOSCompactColumnCount","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumncount","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMinWidth":{"role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularminwidth","abstract":[],"title":"gridIOSRegularMinWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactDesignWidth":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactdesignwidth","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"kind":"symbol","required":true,"title":"gridIOSCompactDesignWidth","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMaxWidth":{"required":true,"abstract":[],"title":"gridIOSCompactMaxWidth","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmaxwidth","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnGap":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumngap","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap","title":"gridIOSExtraCompactColumnGap","type":"topic","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnGap":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumngap","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","title":"gridIOSRegularColumnGap","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularDesignWidth":{"required":true,"title":"gridIOSRegularDesignWidth","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregulardesignwidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnCount":{"required":true,"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumncount","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","abstract":[],"title":"gridIOSExtraCompactColumnCount","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMargin":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin","kind":"symbol","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmargin","title":"gridIOSExtraCompactMargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactDesignWidth":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"type":"topic","title":"gridIOSExtraCompactDesignWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactdesignwidth","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMargin":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmargin","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMargin"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"type":"topic","title":"gridIOSCompactMargin","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMaxWidth":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth","title":"gridIOSExtraCompactMaxWidth","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmaxwidth","required":true}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"grids","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"GridSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","metadata":{"roleHeading":"Protocol","navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"symbolKind":"protocol","role":"symbol","title":"GridSemanticTokens","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"GridSemanticTokens","kind":"identifier"}]},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth"]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens"]}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnCount":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount","title":"gridIOSRegularColumnCount","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumncount"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnCount":{"title":"gridIOSCompactColumnCount","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumncount"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularDesignWidth":{"abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregulardesignwidth","title":"gridIOSRegularDesignWidth","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactDesignWidth":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactdesignwidth","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"title":"gridIOSCompactDesignWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","kind":"symbol","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMargin":{"title":"gridIOSCompactMargin","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMargin"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnGap":{"title":"gridIOSRegularColumnGap","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumngap"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMaxWidth":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"title":"gridIOSExtraCompactMaxWidth","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmaxwidth","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactDesignWidth":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSExtraCompactDesignWidth","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactdesignwidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth","type":"topic","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMaxWidth":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmaxwidth","type":"topic","title":"gridIOSCompactMaxWidth","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMaxWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMinWidth":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","role":"symbol","title":"gridIOSExtraCompactMinWidth","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactminwidth","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMinWidth":{"type":"topic","title":"gridIOSRegularMinWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularminwidth","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMinWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMinWidth":{"kind":"symbol","title":"gridIOSCompactMinWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactminwidth","required":true,"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnCount":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"title":"gridIOSExtraCompactColumnCount","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumncount","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMaxWidth":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSRegularMaxWidth","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmaxwidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","type":"topic","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMargin":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"abstract":[],"title":"gridIOSRegularMargin","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmargin","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMargin":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin","title":"gridIOSExtraCompactMargin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","abstract":[],"kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnGap":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSExtraCompactColumnGap","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumngap","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap","type":"topic","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnGap":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"abstract":[],"title":"gridIOSCompactColumnGap","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumngap","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumncount.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumncount.json index 435a18308..56bde9839 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumncount.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumncount.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumncount"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSCompactColumnCountSdvp","required":true,"title":"gridIOSCompactColumnCount","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","text":"GridIOSCompactSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnCount":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}],"title":"gridIOSCompactColumnCount","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumncount","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSCompactColumnCountSdvp","role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"gridIOSCompactColumnCount","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumncount"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnCount":{"title":"gridIOSCompactColumnCount","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactColumnCount"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnCount","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumncount"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumngap.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumngap.json index b95df0801..6b1cd16d6 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumngap.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactcolumngap.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumngap"]}],"metadata":{"symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"gridIOSCompactColumnGap","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic04GridB6TokensP23gridIOSCompactColumnGapSdvp"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnGap":{"kind":"symbol","title":"gridIOSCompactColumnGap","type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumngap","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumngap"]}],"sections":[],"metadata":{"title":"gridIOSCompactColumnGap","roleHeading":"Instance Property","role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP23gridIOSCompactColumnGapSdvp"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactColumnGap":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactColumnGap"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"abstract":[],"title":"gridIOSCompactColumnGap","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactColumnGap","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactcolumngap","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactdesignwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactdesignwidth.json index c6b5529b2..d395f1b52 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactdesignwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactdesignwidth.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactdesignwidth"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"metadata":{"title":"gridIOSCompactDesignWidth","externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSCompactDesignWidthSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"required":true,"role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactDesignWidth":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactdesignwidth","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"kind":"symbol","required":true,"title":"gridIOSCompactDesignWidth","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactdesignwidth"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactDesignWidth"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSCompactDesignWidthSdvp","title":"gridIOSCompactDesignWidth","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactDesignWidth":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactdesignwidth","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"title":"gridIOSCompactDesignWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactDesignWidth","kind":"symbol","abstract":[],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmargin.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmargin.json index 9438a34cd..2fe2e59c3 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmargin.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmargin.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic04GridB6TokensP20gridIOSCompactMarginSdvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"title":"gridIOSCompactMargin"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmargin"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMargin":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmargin","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMargin"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier"}],"type":"topic","title":"gridIOSCompactMargin","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"gridIOSCompactMargin","role":"symbol","externalID":"s:18OUDSTokensSemantic04GridB6TokensP20gridIOSCompactMarginSdvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMargin"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMargin","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMargin":{"title":"gridIOSCompactMargin","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMargin"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMargin","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmaxwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmaxwidth.json index efe19664f..43637ef14 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmaxwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactmaxwidth.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"gridIOSCompactMaxWidth","externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSCompactMaxWidthSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMaxWidth":{"required":true,"abstract":[],"title":"gridIOSCompactMaxWidth","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmaxwidth","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]}}} \ No newline at end of file +{"metadata":{"roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"title":"gridIOSCompactMaxWidth","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSCompactMaxWidthSdvp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","kind":"typeIdentifier","text":"GridIOSCompactSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","type":"topic","url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","abstract":[{"text":"These ","type":"text"},{"inlineContent":[{"text":"tokens","type":"text"}],"type":"emphasis"},{"text":" can be used mainly for ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"title":"OUDSTokensSemantic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMaxWidth":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactmaxwidth","type":"topic","title":"gridIOSCompactMaxWidth","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMaxWidth"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMaxWidth","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactminwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactminwidth.json index 123277664..acca1355f 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactminwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridioscompactminwidth.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactminwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"title":"gridIOSCompactMinWidth","required":true,"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSCompactMinWidthSdvp"},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","navigatorTitle":[{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"abstract":[{"text":"Basically a grid semantic token for iOS Compact values is a grid raw token","type":"text"}],"title":"GridIOSCompactSemanticToken","kind":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMinWidth":{"required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth","role":"symbol","title":"gridIOSCompactMinWidth","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactminwidth","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","text":"GridIOSCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactminwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","title":"gridIOSCompactMinWidth","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena","text":"GridIOSCompactSemanticToken","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSCompactMinWidthSdvp","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSCompactMinWidth":{"kind":"symbol","title":"gridIOSCompactMinWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSCompactMinWidth","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSCompactMinWidth"},{"text":": ","kind":"text"},{"text":"GridIOSCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSCompactB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridioscompactminwidth","required":true,"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSCompactSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/gridioscompactsemantictoken","title":"GridIOSCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Compact values is a grid raw token"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"GridIOSCompactSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSCompactSemanticToken","type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"text":"GridIOSCompactSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumncount.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumncount.json index 4544d6a00..7e20adf73 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumncount.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumncount.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP30gridIOSExtraCompactColumnCountSdvp","symbolKind":"property","role":"symbol","title":"gridIOSExtraCompactColumnCount","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnCount"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumncount"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnCount":{"required":true,"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumncount","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","abstract":[],"title":"gridIOSExtraCompactColumnCount","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumncount"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","interfaceLanguage":"swift"},"metadata":{"title":"gridIOSExtraCompactColumnCount","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic04GridB6TokensP30gridIOSExtraCompactColumnCountSdvp","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnCount":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"title":"gridIOSExtraCompactColumnCount","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnCount","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumncount","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumngap.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumngap.json index d12d596f1..1d7270938 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumngap.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactcolumngap.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"title":"gridIOSExtraCompactColumnGap","externalID":"s:18OUDSTokensSemantic04GridB6TokensP28gridIOSExtraCompactColumnGapSdvp","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumngap"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnGap":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumngap","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap","title":"gridIOSExtraCompactColumnGap","type":"topic","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]}}} \ No newline at end of file +{"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","title":"gridIOSExtraCompactColumnGap","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP28gridIOSExtraCompactColumnGapSdvp","modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumngap"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactColumnGap":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactColumnGap"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSExtraCompactColumnGap","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactcolumngap","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactColumnGap","type":"topic","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactdesignwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactdesignwidth.json index c7bf74490..c8359622f 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactdesignwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactdesignwidth.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactdesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"roleHeading":"Instance Property","title":"gridIOSExtraCompactDesignWidth","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP30gridIOSExtraCompactDesignWidthSdvp"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactDesignWidth":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"type":"topic","title":"gridIOSExtraCompactDesignWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactdesignwidth","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic04GridB6TokensP30gridIOSExtraCompactDesignWidthSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"gridIOSExtraCompactDesignWidth","required":true,"roleHeading":"Instance Property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactdesignwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactDesignWidth":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSExtraCompactDesignWidth","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactdesignwidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactDesignWidth","type":"topic","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmargin.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmargin.json index 4d0669bd3..dcf252ab4 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmargin.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmargin.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmargin"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSExtraCompactMarginSdvp","role":"symbol","title":"gridIOSExtraCompactMargin","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"text":": ","kind":"text"},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMargin":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin","kind":"symbol","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmargin","title":"gridIOSExtraCompactMargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin"},"sections":[],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMargin"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"gridIOSExtraCompactMargin","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSExtraCompactMarginSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMargin":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMargin","title":"gridIOSExtraCompactMargin","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMargin","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","abstract":[],"kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmaxwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmaxwidth.json index fcea52ccb..17cf35106 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmaxwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactmaxwidth.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic04GridB6TokensP27gridIOSExtraCompactMaxWidthSdvp","title":"gridIOSExtraCompactMaxWidth","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmaxwidth"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMaxWidth":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth","title":"gridIOSExtraCompactMaxWidth","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmaxwidth","required":true}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"symbolKind":"property","required":true,"role":"symbol","title":"gridIOSExtraCompactMaxWidth","externalID":"s:18OUDSTokensSemantic04GridB6TokensP27gridIOSExtraCompactMaxWidthSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMaxWidth":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMaxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","text":"GridIOSExtraCompactSemanticToken"}],"abstract":[],"title":"gridIOSExtraCompactMaxWidth","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMaxWidth","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactmaxwidth","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactminwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactminwidth.json index db1b6c198..8c9f0525a 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactminwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosextracompactminwidth.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactminwidth"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","interfaceLanguage":"swift"},"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSExtraCompactMinWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP27gridIOSExtraCompactMinWidthSdvp","role":"symbol","symbolKind":"property","title":"gridIOSExtraCompactMinWidth","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"abstract":[{"text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","role":"symbol","navigatorTitle":[{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"title":"GridIOSExtraCompactSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMinWidth":{"abstract":[],"kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"role":"symbol","title":"gridIOSExtraCompactMinWidth","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactminwidth"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","title":"gridIOSExtraCompactMinWidth","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP27gridIOSExtraCompactMinWidthSdvp","roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactminwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","text":"GridIOSExtraCompactSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSExtraCompactMinWidth":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSExtraCompactMinWidth","role":"symbol","title":"gridIOSExtraCompactMinWidth","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosextracompactminwidth","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSExtraCompactMinWidth","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSExtraCompactSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic019GridIOSExtraCompactB5Tokena","kind":"typeIdentifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSExtraCompactSemanticToken":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosextracompactsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSExtraCompactSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"GridIOSExtraCompactSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSExtraCompactSemanticToken","abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Extra Compact values is a grid raw token"}],"title":"GridIOSExtraCompactSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumncount.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumncount.json index 31c723d10..6c15a0fce 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumncount.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumncount.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"role":"symbol","title":"gridIOSRegularColumnCount","externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSRegularColumnCountSdvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumncount"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnCount":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount","title":"gridIOSRegularColumnCount","type":"topic","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumncount","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumncount"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularColumnCount","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"gridIOSRegularColumnCount","required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSRegularColumnCountSdvp"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnCount":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnCount","title":"gridIOSRegularColumnCount","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumncount"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumngap.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumngap.json index 77330e55a..d7bb53bc3 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumngap.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularcolumngap.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumngap"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"gridIOSRegularColumnGap","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP23gridIOSRegularColumnGapSdvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnGap":{"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumngap","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularColumnGap","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","title":"gridIOSRegularColumnGap","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"sections":[],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic04GridB6TokensP23gridIOSRegularColumnGapSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"gridIOSRegularColumnGap","required":true,"roleHeading":"Instance Property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumngap"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularColumnGap":{"title":"gridIOSRegularColumnGap","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularColumnGap"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularColumnGap","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularcolumngap"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregulardesignwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregulardesignwidth.json index 54968b148..5a30b76da 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregulardesignwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregulardesignwidth.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregulardesignwidth"]}],"metadata":{"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSRegularDesignWidthSdvp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"title":"gridIOSRegularDesignWidth"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","text":"GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularDesignWidth":{"required":true,"title":"gridIOSRegularDesignWidth","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregulardesignwidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularDesignWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregulardesignwidth"]}],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"title":"gridIOSRegularDesignWidth","externalID":"s:18OUDSTokensSemantic04GridB6TokensP25gridIOSRegularDesignWidthSdvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","roleHeading":"Instance Property"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularDesignWidth":{"abstract":[],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregulardesignwidth","title":"gridIOSRegularDesignWidth","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularDesignWidth"},{"kind":"text","text":": "},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularDesignWidth"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmargin.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmargin.json index 27d2c3b2a..e8aaacd4a 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmargin.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmargin.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMargin"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"role":"symbol","required":true,"symbolKind":"property","title":"gridIOSRegularMargin","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP20gridIOSRegularMarginSdvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMargin":{"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmargin","required":true,"type":"topic","title":"gridIOSRegularMargin","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"gridIOSRegularMargin","required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP20gridIOSRegularMarginSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","text":"GridIOSRegularSemanticToken"}],"role":"symbol"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMargin","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmargin"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMargin":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMargin"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"abstract":[],"title":"gridIOSRegularMargin","role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMargin","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmargin","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmaxwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmaxwidth.json index 0f1817bbc..5aea2daea 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmaxwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularmaxwidth.json @@ -1 +1 @@ -{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSRegularMaxWidthSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","required":true,"roleHeading":"Instance Property","title":"gridIOSRegularMaxWidth"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmaxwidth"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMaxWidth":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmaxwidth","title":"gridIOSRegularMaxWidth","kind":"symbol","role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmaxwidth"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSRegularMaxWidthSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMaxWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken"}],"role":"symbol","title":"gridIOSRegularMaxWidth","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMaxWidth":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridIOSRegularMaxWidth"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier"}],"abstract":[],"title":"gridIOSRegularMaxWidth","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularmaxwidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMaxWidth","type":"topic","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularminwidth.json b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularminwidth.json index 1289dda37..caad21a95 100644 --- a/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularminwidth.json +++ b/docs/data/documentation/oudstokenssemantic/gridsemantictokens/gridiosregularminwidth.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"title":"gridIOSRegularMinWidth","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSRegularMinWidthSdvp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularminwidth"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"title":"GridIOSRegularSemanticToken","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","abstract":[{"text":"Basically a grid semantic token for iOS Regulard values is a grid raw token","type":"text"}],"navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMinWidth":{"role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularminwidth","abstract":[],"title":"gridIOSRegularMinWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth","type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularminwidth"]}],"sections":[],"metadata":{"role":"symbol","title":"gridIOSRegularMinWidth","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena"}],"externalID":"s:18OUDSTokensSemantic04GridB6TokensP22gridIOSRegularMinWidthSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"gridIOSRegularMinWidth","kind":"identifier"},{"text":": ","kind":"text"},{"text":"GridIOSRegularSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens/gridIOSRegularMinWidth":{"type":"topic","title":"gridIOSRegularMinWidth","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens\/gridIOSRegularMinWidth","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens\/gridiosregularminwidth","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"gridIOSRegularMinWidth"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014GridIOSRegularB5Tokena","text":"GridIOSRegularSemanticToken","kind":"typeIdentifier"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridIOSRegularSemanticToken":{"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"GridIOSRegularSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"Basically a grid semantic token for iOS Regulard values is a grid raw token"}],"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/gridiosregularsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridIOSRegularSemanticToken","title":"GridIOSRegularSemanticToken","navigatorTitle":[{"text":"GridIOSRegularSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictoken.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictoken.json index 2de3d3a07..bd643aaf8 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictoken.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictoken"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","text":"OpacityRawToken","kind":"typeIdentifier"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"typealias","externalID":"s:18OUDSTokensSemantic07OpacityB5Tokena","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"OpacitySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"OpacitySemanticToken","kind":"identifier"}],"roleHeading":"Type Alias"},"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"externalID":"s:18OUDSTokensSemantic07OpacityB5Tokena","modules":[{"name":"OUDSTokensSemantic"}],"title":"OpacitySemanticToken","symbolKind":"typealias","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"roleHeading":"Type Alias"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticToken"},{"text":" = ","kind":"text"},{"text":"OpacityRawToken","preciseIdentifier":"s:13OUDSTokensRaw07OpacityB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens.json index 67f3502af..0d4ce077b 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens.json @@ -1 +1 @@ -{"sections":[],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"code":"OpacitySemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"text":"OpacitySemanticTokens","kind":"identifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"},"schemaVersion":{"major":0,"minor":3,"patch":0},"seeAlsoSections":[{"title":"Group","generated":true,"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]}],"metadata":{"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"roleHeading":"Protocol","title":"OpacitySemanticTokens","role":"symbol","symbolKind":"protocol","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeak":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweak","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityWeak","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"title":"opacityWeak"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityOpaque":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityOpaque","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityopaque","type":"topic","title":"opacityOpaque"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeaker":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweaker","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"title":"opacityWeaker"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityTransparent":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitytransparent","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","type":"topic","title":"opacityTransparent","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityEmphasis":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityemphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"title":"opacityEmphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityMedium":{"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitymedium","title":"opacityMedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"}],"type":"topic"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OpacitySemanticTokens"}]}]}],"sections":[],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens"]}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true}],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OpacitySemanticTokens"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Protocol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"symbolKind":"protocol","title":"OpacitySemanticTokens"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityEmphasis":{"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityemphasis","type":"topic","title":"opacityEmphasis","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityTransparent":{"required":true,"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitytransparent","abstract":[],"type":"topic","title":"opacityTransparent","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityTransparent"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeaker":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweaker","title":"opacityWeaker","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeaker"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityOpaque":{"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityopaque","type":"topic","title":"opacityOpaque","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityOpaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"title":"opacityMedium","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitymedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeak":{"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweak","type":"topic","title":"opacityWeak","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityWeak"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityemphasis.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityemphasis.json index 11c37f414..ba02ef7b0 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityemphasis.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityemphasis.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP15opacityEmphasisSdvp","title":"opacityEmphasis","roleHeading":"Instance Property","required":true},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityemphasis"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityEmphasis":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityemphasis","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"title":"opacityEmphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityEmphasis","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis","interfaceLanguage":"swift"},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP15opacityEmphasisSdvp","symbolKind":"property","roleHeading":"Instance Property","title":"opacityEmphasis","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityEmphasis","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityemphasis"]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityEmphasis":{"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityemphasis","type":"topic","title":"opacityEmphasis","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityEmphasis"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityEmphasis"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitymedium.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitymedium.json index ed451c9d1..43980c4ae 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitymedium.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitymedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitymedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"title":"opacityMedium","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP13opacityMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityMedium":{"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitymedium","title":"opacityMedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitymedium"]}],"kind":"symbol","metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP13opacityMediumSdvp","role":"symbol","title":"opacityMedium","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}]},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","text":"OpacitySemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityMedium","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"title":"opacityMedium","role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitymedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityopaque.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityopaque.json index 4cecfd36e..fd86e3bf9 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityopaque.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityopaque.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityOpaque"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque"},"metadata":{"externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP13opacityOpaqueSdvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityOpaque"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"symbolKind":"property","required":true,"role":"symbol","title":"opacityOpaque"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityopaque"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityOpaque":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityOpaque","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityopaque","type":"topic","title":"opacityOpaque"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP13opacityOpaqueSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityOpaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"symbolKind":"property","title":"opacityOpaque","role":"symbol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityOpaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityopaque"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityOpaque":{"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityopaque","type":"topic","title":"opacityOpaque","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityOpaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityOpaque"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitytransparent.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitytransparent.json index 60cc3497b..fce2c64ad 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitytransparent.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacitytransparent.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitytransparent"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityTransparent","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"opacityTransparent","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP18opacityTransparentSdvp"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityTransparent":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitytransparent","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","type":"topic","title":"opacityTransparent","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitytransparent"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent"},"metadata":{"roleHeading":"Instance Property","title":"opacityTransparent","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityTransparent","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP18opacityTransparentSdvp","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"opacityTransparent","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityTransparent":{"required":true,"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacitytransparent","abstract":[],"type":"topic","title":"opacityTransparent","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityTransparent","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityTransparent"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweak.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweak.json index 01929603b..f6c7c5b73 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweak.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweak.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"metadata":{"title":"opacityWeak","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP11opacityWeakSdvp","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"opacityWeak","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"required":true,"roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweak"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeak","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeak":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweak","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityWeak","kind":"identifier"},{"kind":"text","text":": "},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"title":"opacityWeak"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak","interfaceLanguage":"swift"},"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeak"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"title":"opacityWeak","role":"symbol","externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP11opacityWeakSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweak"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeak"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeak":{"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweak","type":"topic","title":"opacityWeak","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityWeak"},{"text":": ","kind":"text"},{"text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}],"kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeak"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweaker.json b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweaker.json index 069acd37f..4435dea0e 100644 --- a/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweaker.json +++ b/docs/data/documentation/oudstokenssemantic/opacitysemantictokens/opacityweaker.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","title":"opacityWeaker","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP13opacityWeakerSdvp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeaker"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacityWeaker"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","text":"OpacitySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweaker"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeaker":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweaker","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"title":"opacityWeaker"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"OpacitySemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","abstract":[{"text":"Basically an opacity semantic token is an opacity raw token","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"title":"OpacitySemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic07OpacityB6TokensP13opacityWeakerSdvp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"opacityWeaker","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena","text":"OpacitySemanticToken","kind":"typeIdentifier"}],"required":true},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"opacityWeaker","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweaker"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens/opacityWeaker":{"abstract":[],"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens\/opacityweaker","title":"opacityWeaker","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens\/opacityWeaker","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"opacityWeaker"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"OpacitySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic07OpacityB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticToken":{"abstract":[{"type":"text","text":"Basically an opacity semantic token is an opacity raw token"}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictoken","title":"OpacitySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingmaxwidthsemantictoken.json b/docs/data/documentation/oudstokenssemantic/sizingmaxwidthsemantictoken.json index 061394de3..d1d346a3a 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingmaxwidthsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/sizingmaxwidthsemantictoken.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SizingMaxWidthSemanticToken"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"roleHeading":"Type Alias","role":"symbol","title":"SizingMaxWidthSemanticToken","externalID":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias"},"kind":"symbol","sections":[],"abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingMaxWidthSemanticToken"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken"},"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingMaxWidthSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias","roleHeading":"Type Alias","title":"SizingMaxWidthSemanticToken","externalID":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","navigatorTitle":[{"kind":"identifier","text":"SizingMaxWidthSemanticToken"}],"role":"symbol"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens.json index 2ec87b13c..e62e11f66 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingSemanticTokens"}],"languages":["swift"],"platforms":["macOS"]}]}],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall"]}],"seeAlsoSections":[{"title":"Group","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"generated":true}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"},"kind":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"sizing"}],"type":"strong"},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"code":"SizingSemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"SizingSemanticTokens","role":"symbol","roleHeading":"Protocol","symbolKind":"protocol","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP","navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeShort":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargeshort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort","type":"topic","role":"symbol","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallTall":{"type":"topic","abstract":[],"required":true,"title":"sizeWidthHeightIconIsBodySmallTall","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmalltall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumTall":{"type":"topic","title":"sizeWidthHeightIconIsBodyMediumTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumtall","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeMedium":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol","role":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTallest":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontallest","title":"sizeWidthHeightIconTallest","abstract":[],"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallShort":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","abstract":[],"role":"symbol","title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallshort","type":"topic","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeMedium":{"type":"topic","role":"symbol","title":"sizeWidthHeightIsLabelLargeMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium","abstract":[],"required":true,"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargemedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShorter":{"title":"sizeWidthHeightIsLabelLargeShorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","required":true,"abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshorter","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeTall":{"title":"sizeWidthHeightIsLabelXLargeTall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargetall","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallShort":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort","title":"sizeWidthHeightIsLabelSmallShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallshort","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeTall":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargetall","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall","title":"sizeWidthHeightIconIsHeadingLargeTall","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumShort":{"title":"sizeWidthHeightIconIsHeadingMediumShort","type":"topic","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumshort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","abstract":[],"type":"topic","title":"sizeWidthHeightIsLabelLargeTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumTall":{"type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumTall","role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumtall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumMedium":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediummedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium","title":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayMedium":{"title":"sizeMaxWidthTypographyDisplayMedium","abstract":[],"kind":"symbol","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaymedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayMedium"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeMedium":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"sizeWidthHeightIconIsBodyLargeMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargemedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShort":{"role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshort","title":"sizeWidthHeightIsLabelLargeShort","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingXLarge":{"required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingxlarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"type":"topic","title":"sizeMaxWidthTypographyHeadingXLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallMedium":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallmedium","required":true,"type":"topic","title":"sizeWidthHeightIconIsBodySmallMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeMedium":{"type":"topic","title":"sizeWidthHeightIsLabelXLargeMedium","required":true,"kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingLarge":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"title":"sizeMaxWidthTypographyHeadingLarge","type":"topic","abstract":[],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodySmall":{"kind":"symbol","type":"topic","title":"sizeMaxWidthTypographyBodySmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodysmall","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShortest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconShortest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshortest","title":"sizeWidthHeightIconShortest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetaller","required":true,"role":"symbol","abstract":[],"title":"sizeWidthHeightIsLabelLargeTaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","type":"topic","title":"sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumshort","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallMedium":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium","role":"symbol","required":true,"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"type":"topic","title":"sizeWidthHeightIsLabelSmallMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumShort":{"required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumshort","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","abstract":[],"title":"sizeWidthHeightIsLabelMediumShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeTall":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargetall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","title":"sizeWidthHeightIconIsBodyLargeTall","required":true,"abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallTall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall","type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmalltall","title":"sizeWidthHeightIsLabelSmallTall","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTaller":{"required":true,"abstract":[],"title":"sizeWidthHeightIconTaller","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontaller","kind":"symbol","type":"topic","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingmedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium","title":"sizeMaxWidthTypographyHeadingMedium","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconMedium":{"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonmedium","kind":"symbol","title":"sizeWidthHeightIconMedium","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","abstract":[],"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaysmall","title":"sizeMaxWidthTypographyDisplaySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeShort":{"kind":"symbol","title":"sizeWidthHeightIsLabelXLargeShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargeshort","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayLarge":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaylarge","kind":"symbol","role":"symbol","title":"sizeMaxWidthTypographyDisplayLarge","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyLarge":{"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodylarge","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"type":"topic","title":"sizeMaxWidthTypographyBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeTall":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargetall","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall","title":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumMedium":{"title":"sizeWidthHeightIsLabelMediumMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediummedium","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","required":true,"abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeMedium":{"required":true,"title":"sizeWidthHeightIconIsHeadingLargeMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumMedium":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium","abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediummedium","title":"sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyMedium":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodymedium","title":"sizeMaxWidthTypographyBodyMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingSmall":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"sizeMaxWidthTypographyHeadingSmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingsmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShort":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshort","title":"sizeWidthHeightIconShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallTall":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmalltall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","abstract":[],"title":"sizeWidthHeightIconIsHeadingSmallTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallmedium","kind":"symbol","type":"topic","title":"sizeWidthHeightIconIsHeadingSmallMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShorter":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter","abstract":[],"type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconShorter","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshorter","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTall":{"required":true,"title":"sizeWidthHeightIconTall","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort","title":"sizeWidthHeightIconIsBodyLargeShort","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargeshort","type":"topic","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","title":"sizeWidthHeightIconIsBodySmallShort","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort","abstract":[],"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumTall":{"title":"sizeWidthHeightIsLabelMediumTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumtall","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeShort":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargeshort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","title":"sizeWidthHeightIconIsHeadingXLargeShort","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]}}} \ No newline at end of file +{"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"title":"Group","generated":true}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"protocol","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP","title":"SizingSemanticTokens","roleHeading":"Protocol","navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens"]}],"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall"],"title":"Instance Properties"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTaller":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetaller","role":"symbol","abstract":[],"title":"sizeWidthHeightIsLabelLargeTaller","required":true,"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayMedium":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaymedium","role":"symbol","abstract":[],"title":"sizeMaxWidthTypographyDisplayMedium","required":true,"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayMedium"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall","kind":"symbol","title":"sizeWidthHeightIconIsBodyMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumtall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallShort":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","abstract":[],"title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallshort","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall","kind":"symbol","title":"sizeWidthHeightIsLabelMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumtall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediummedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium","kind":"symbol","title":"sizeWidthHeightIsLabelSmallMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallmedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingLarge":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge","kind":"symbol","title":"sizeMaxWidthTypographyHeadingLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadinglarge","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallmedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","kind":"symbol","title":"sizeWidthHeightIsLabelMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediummedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall","kind":"symbol","title":"sizeWidthHeightIsLabelSmallTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmalltall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","kind":"symbol","title":"sizeMaxWidthTypographyBodyMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyMedium"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodymedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"sizeWidthHeightIsLabelXLargeShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargeshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","kind":"symbol","title":"sizeWidthHeightIsLabelMediumShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShortest":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest","kind":"symbol","title":"sizeWidthHeightIconShortest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShortest"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshortest","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplaySmall":{"title":"sizeMaxWidthTypographyDisplaySmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaysmall","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTallest":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest","kind":"symbol","title":"sizeWidthHeightIconTallest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTallest"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontallest","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingXLarge":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge","kind":"symbol","title":"sizeMaxWidthTypographyHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingxlarge","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumtall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShorter":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter","kind":"symbol","title":"sizeWidthHeightIconShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShorter"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshorter","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodySmall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall","kind":"symbol","title":"sizeMaxWidthTypographyBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodysmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeTall":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargetall","required":true,"type":"topic","abstract":[],"role":"symbol","title":"sizeWidthHeightIconIsHeadingLargeTall","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyLarge":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","kind":"symbol","title":"sizeMaxWidthTypographyBodyLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodylarge","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmalltall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargeshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargetall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargetall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort","kind":"symbol","title":"sizeWidthHeightIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeTall":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargetall","title":"sizeWidthHeightIconIsHeadingXLargeTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargeshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingSmall":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingSmall"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeMaxWidthTypographyHeadingSmall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingsmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTall":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTaller":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconTaller","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsBodyMediumMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediummedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeMaxWidthTypographyHeadingMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIsLabelLargeMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargemedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallTall":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsHeadingSmallTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmalltall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsHeadingSmallMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargeshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShorter":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShorter","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayLarge":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeMaxWidthTypographyDisplayLarge","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaylarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallShort":{"required":true,"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallshort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort","title":"sizeWidthHeightIsLabelSmallShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodylarge.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodylarge.json index 39d78cba7..d143033bf 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodylarge.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodylarge.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","title":"sizeMaxWidthTypographyBodyLarge","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeMaxWidthTypographyBodyLargeSdvp","required":true},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodylarge"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyLarge":{"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodylarge","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"type":"topic","title":"sizeMaxWidthTypographyBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeMaxWidthTypographyBodyLarge","required":true,"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeMaxWidthTypographyBodyLargeSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyLarge":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyLarge","kind":"symbol","title":"sizeMaxWidthTypographyBodyLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodylarge","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodymedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodymedium.json index 4d3293a93..531475083 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodymedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodymedium.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyMedium"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeMaxWidthTypographyBodyMediumSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"sizeMaxWidthTypographyBodyMedium"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodymedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyMedium":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodymedium","title":"sizeMaxWidthTypographyBodyMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","interfaceLanguage":"swift"},"metadata":{"title":"sizeMaxWidthTypographyBodyMedium","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeMaxWidthTypographyBodyMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyMedium"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"required":true,"symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodyMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodyMedium","kind":"symbol","title":"sizeMaxWidthTypographyBodyMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodyMedium"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodymedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodysmall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodysmall.json index e5a509e8a..6e3781a42 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodysmall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographybodysmall.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"role":"symbol","title":"sizeMaxWidthTypographyBodySmall","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeMaxWidthTypographyBodySmallSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodysmall"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodySmall":{"kind":"symbol","type":"topic","title":"sizeMaxWidthTypographyBodySmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodysmall","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}]}}} \ No newline at end of file +{"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","title":"sizeMaxWidthTypographyBodySmall","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeMaxWidthTypographyBodySmallSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"roleHeading":"Instance Property","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyBodySmall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyBodySmall","kind":"symbol","title":"sizeMaxWidthTypographyBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographybodysmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaylarge.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaylarge.json index f5d00c7bb..0fe48cc56 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaylarge.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaylarge.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyDisplayLargeSdvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","title":"sizeMaxWidthTypographyDisplayLarge","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayLarge"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayLarge":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaylarge","kind":"symbol","role":"symbol","title":"sizeMaxWidthTypographyDisplayLarge","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"sizeMaxWidthTypographyDisplayLarge","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyDisplayLargeSdvp"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaylarge"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayLarge":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayLarge","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeMaxWidthTypographyDisplayLarge","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaylarge"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaymedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaymedium.json index fafb0fb7c..221d56a03 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaymedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaymedium.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","title":"sizeMaxWidthTypographyDisplayMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeMaxWidthTypographyDisplayMediumSdvp","roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","text":"SizingMaxWidthSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaymedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayMedium":{"title":"sizeMaxWidthTypographyDisplayMedium","abstract":[],"kind":"symbol","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaymedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayMedium"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeMaxWidthTypographyDisplayMediumSdvp","symbolKind":"property","roleHeading":"Instance Property","title":"sizeMaxWidthTypographyDisplayMedium","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"role":"symbol","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplayMedium":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaymedium","role":"symbol","abstract":[],"title":"sizeMaxWidthTypographyDisplayMedium","required":true,"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplayMedium"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaysmall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaysmall.json index 127ab58be..36c8b0439 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaysmall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographydisplaysmall.json @@ -1 +1 @@ -{"metadata":{"required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplaySmall"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyDisplaySmallSdvp","title":"sizeMaxWidthTypographyDisplaySmall"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","abstract":[],"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaysmall","title":"sizeMaxWidthTypographyDisplaySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyDisplaySmall"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"title":"sizeMaxWidthTypographyDisplaySmall","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyDisplaySmallSdvp","required":true,"roleHeading":"Instance Property","role":"symbol"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyDisplaySmall":{"title":"sizeMaxWidthTypographyDisplaySmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyDisplaySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographydisplaysmall","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadinglarge.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadinglarge.json index 2912a8125..bb7649913 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadinglarge.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadinglarge.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyHeadingLargeSdvp","symbolKind":"property","title":"sizeMaxWidthTypographyHeadingLarge","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingLarge":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"title":"sizeMaxWidthTypographyHeadingLarge","type":"topic","abstract":[],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadinglarge"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge"},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyHeadingLargeSdvp","required":true,"title":"sizeMaxWidthTypographyHeadingLarge"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingLarge":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingLarge","kind":"symbol","title":"sizeMaxWidthTypographyHeadingLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadinglarge","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingmedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingmedium.json index 3df994b5f..4859aa6c3 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingmedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeMaxWidthTypographyHeadingMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"title":"sizeMaxWidthTypographyHeadingMedium","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingmedium"]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingmedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium","title":"sizeMaxWidthTypographyHeadingMedium","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"required":true,"role":"symbol","title":"sizeMaxWidthTypographyHeadingMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeMaxWidthTypographyHeadingMediumSdvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingMedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeMaxWidthTypographyHeadingMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingsmall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingsmall.json index a6784f244..7def59d2f 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingsmall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingsmall.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyHeadingSmallSdvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeMaxWidthTypographyHeadingSmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingSmall":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"sizeMaxWidthTypographyHeadingSmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingsmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"sizeMaxWidthTypographyHeadingSmall","role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeMaxWidthTypographyHeadingSmallSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingsmall"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingSmall":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingSmall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingSmall"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeMaxWidthTypographyHeadingSmall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingsmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingxlarge.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingxlarge.json index f134cd1d8..25d506d91 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizemaxwidthtypographyheadingxlarge.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"text":": ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeMaxWidthTypographyHeadingXLargeSdvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken"}],"title":"sizeMaxWidthTypographyHeadingXLarge"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"abstract":[{"type":"text","text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","type":"topic","title":"SizingMaxWidthSemanticToken","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingXLarge":{"required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingxlarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"kind":"text","text":": "},{"text":"SizingMaxWidthSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","kind":"typeIdentifier"}],"type":"topic","title":"sizeMaxWidthTypographyHeadingXLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingxlarge"]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeMaxWidthTypographyHeadingXLargeSdvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeMaxWidthTypographyHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"title":"sizeMaxWidthTypographyHeadingXLarge","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeMaxWidthTypographyHeadingXLarge":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeMaxWidthTypographyHeadingXLarge","kind":"symbol","title":"sizeMaxWidthTypographyHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeMaxWidthTypographyHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic014SizingMaxWidthB5Tokena","text":"SizingMaxWidthSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizemaxwidthtypographyheadingxlarge","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingMaxWidthSemanticToken":{"type":"topic","title":"SizingMaxWidthSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingMaxWidthSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SizingMaxWidthSemanticToken","kind":"identifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingmaxwidthsemantictoken","abstract":[{"text":"Basically a size semantic token for max width is a dimension raw token, it has the same final type","type":"text"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargemedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargemedium.json index a6ba98377..e18151f2d 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargemedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargemedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium"},"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsBodyLargeMedium","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP36sizeWidthHeightIconIsBodyLargeMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargemedium"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeMedium":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"sizeWidthHeightIconIsBodyLargeMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargemedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargemedium"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP36sizeWidthHeightIconIsBodyLargeMediumSdvp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsBodyLargeMedium","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargeshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargeshort.json index 922faf77c..151a69b7d 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargeshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargeshort.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"sizeWidthHeightIconIsBodyLargeShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeWidthHeightIconIsBodyLargeShortSdvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort","title":"sizeWidthHeightIconIsBodyLargeShort","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargeshort","type":"topic","required":true,"role":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"sizeWidthHeightIconIsBodyLargeShort","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeWidthHeightIconIsBodyLargeShortSdvp","symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargeshort"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargeshort"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargetall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargetall.json index 201c2e06b..d50bc45a2 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargetall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodylargetall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"required":true,"title":"sizeWidthHeightIconIsBodyLargeTall","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIconIsBodyLargeTallSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargetall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeTall":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargetall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","title":"sizeWidthHeightIconIsBodyLargeTall","required":true,"abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","interfaceLanguage":"swift"},"metadata":{"required":true,"title":"sizeWidthHeightIconIsBodyLargeTall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIconIsBodyLargeTallSdvp"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargetall"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyLargeTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyLargeTall","kind":"symbol","title":"sizeWidthHeightIconIsBodyLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyLargeTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodylargetall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediummedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediummedium.json index 411bce3d2..9039a1787 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediummedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediummedium.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium"},"sections":[],"metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP031sizeWidthHeightIconIsBodyMediumK0Sdvp","title":"sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediummedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumMedium":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium","abstract":[],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediummedium","title":"sizeWidthHeightIconIsBodyMediumMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP031sizeWidthHeightIconIsBodyMediumK0Sdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsBodyMediumMedium","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediummedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumMedium","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsBodyMediumMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediummedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumshort.json index ce6189925..cd3cc9ec8 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumshort.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP36sizeWidthHeightIconIsBodyMediumShortSdvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","role":"symbol","title":"sizeWidthHeightIconIsBodyMediumShort","required":true},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","type":"topic","title":"sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumshort","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP36sizeWidthHeightIconIsBodyMediumShortSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsBodyMediumShort","role":"symbol"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumshort"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumShort","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsBodyMediumShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumtall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumtall.json index 737312ddd..765efc950 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumtall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodymediumtall.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumtall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","title":"sizeWidthHeightIconIsBodyMediumTall","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeWidthHeightIconIsBodyMediumTallSdvp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"required":true},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumTall":{"type":"topic","title":"sizeWidthHeightIconIsBodyMediumTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumtall","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumtall"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall"},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodyMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"required":true,"title":"sizeWidthHeightIconIsBodyMediumTall","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeWidthHeightIconIsBodyMediumTallSdvp","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodyMediumTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodyMediumTall","kind":"symbol","title":"sizeWidthHeightIconIsBodyMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodyMediumTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodymediumtall","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallmedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallmedium.json index c24182298..9cd7dd9ff 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallmedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallmedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP36sizeWidthHeightIconIsBodySmallMediumSdvp","symbolKind":"property","title":"sizeWidthHeightIconIsBodySmallMedium","required":true},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallmedium"]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallMedium":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallmedium","required":true,"type":"topic","title":"sizeWidthHeightIconIsBodySmallMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium"},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsBodySmallMedium","required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP36sizeWidthHeightIconIsBodySmallMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallMedium","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallmedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallshort.json index 7d76baa75..ce693f952 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmallshort.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsBodySmallShort","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeWidthHeightIconIsBodySmallShortSdvp","roleHeading":"Instance Property","required":true},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","title":"sizeWidthHeightIconIsBodySmallShort","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort","abstract":[],"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP35sizeWidthHeightIconIsBodySmallShortSdvp","symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconIsBodySmallShort","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallshort"]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallShort","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmallshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmalltall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmalltall.json index d147f7570..5f72708e0 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmalltall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisbodysmalltall.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIconIsBodySmallTallSdvp","role":"symbol","required":true,"title":"sizeWidthHeightIconIsBodySmallTall","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmalltall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallTall":{"type":"topic","abstract":[],"required":true,"title":"sizeWidthHeightIconIsBodySmallTall","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmalltall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIconIsBodySmallTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsBodySmallTall","role":"symbol","roleHeading":"Instance Property","required":true,"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsBodySmallTall","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmalltall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsBodySmallTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsBodySmallTall","kind":"symbol","title":"sizeWidthHeightIconIsBodySmallTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsBodySmallTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisbodysmalltall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargemedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargemedium.json index 2f7b502dd..29dff11a9 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargemedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargemedium.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"sizeWidthHeightIconIsHeadingLargeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingLargeMediumSdvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeMedium":{"required":true,"title":"sizeWidthHeightIconIsHeadingLargeMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingLargeMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","required":true,"title":"sizeWidthHeightIconIsHeadingLargeMedium","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargemedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargeshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargeshort.json index 86ed41171..15771b13a 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargeshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargeshort.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingLargeShortSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsHeadingLargeShort"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargeshort"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeShort":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargeshort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort","type":"topic","role":"symbol","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingLargeShortSdvp","roleHeading":"Instance Property","required":true,"title":"sizeWidthHeightIconIsHeadingLargeShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargeshort"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingLargeShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargeshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargetall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargetall.json index 3c692a8fb..1f65caa0f 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargetall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadinglargetall.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","required":true,"title":"sizeWidthHeightIconIsHeadingLargeTall","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP37sizeWidthHeightIconIsHeadingLargeTallSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargetall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeTall":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargetall","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall","title":"sizeWidthHeightIconIsHeadingLargeTall","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP37sizeWidthHeightIconIsHeadingLargeTallSdvp","role":"symbol","title":"sizeWidthHeightIconIsHeadingLargeTall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargetall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingLargeTall":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingLargeTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadinglargetall","required":true,"type":"topic","abstract":[],"role":"symbol","title":"sizeWidthHeightIconIsHeadingLargeTall","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediummedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediummedium.json index a0be1d6c6..a2a84a4fe 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediummedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediummedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium"},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP034sizeWidthHeightIconIsHeadingMediumK0Sdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsHeadingMediumMedium","symbolKind":"property","required":true,"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediummedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumMedium":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediummedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium","title":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP034sizeWidthHeightIconIsHeadingMediumK0Sdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsHeadingMediumMedium","role":"symbol","roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediummedium"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediummedium","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumshort.json index 3877e20eb..1d67739e5 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumshort.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingMediumShortSdvp","role":"symbol","title":"sizeWidthHeightIconIsHeadingMediumShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumShort":{"title":"sizeWidthHeightIconIsHeadingMediumShort","type":"topic","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumshort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumshort"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"title":"sizeWidthHeightIconIsHeadingMediumShort","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingMediumShortSdvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumShort","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumtall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumtall.json index 36e088e15..fa77d6788 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumtall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingmediumtall.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumtall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsHeadingMediumTall","roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingMediumTallSdvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property"},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumTall":{"type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumTall","role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumtall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumtall"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingMediumTallSdvp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"title":"sizeWidthHeightIconIsHeadingMediumTall","required":true},"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingMediumTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingMediumTall","kind":"symbol","title":"sizeWidthHeightIconIsHeadingMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingmediumtall","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallmedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallmedium.json index 610a87707..684774ee3 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallmedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallmedium.json @@ -1 +1 @@ -{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingSmallMediumSdvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sizeWidthHeightIconIsHeadingSmallMedium"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallmedium","kind":"symbol","type":"topic","title":"sizeWidthHeightIconIsHeadingSmallMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"required":true,"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingSmallMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsHeadingSmallMedium"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallMedium","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsHeadingSmallMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallshort.json index 2d4a33d07..bbe2aac45 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmallshort.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingSmallShortSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"sizeWidthHeightIconIsHeadingSmallShort","roleHeading":"Instance Property","required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallshort"]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallShort":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","abstract":[],"role":"symbol","title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallshort","type":"topic","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingSmallShortSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sizeWidthHeightIconIsHeadingSmallShort","role":"symbol","required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallShort":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallShort","abstract":[],"title":"sizeWidthHeightIconIsHeadingSmallShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmallshort","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmalltall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmalltall.json index 1025d4788..ced69377a 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmalltall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingsmalltall.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP37sizeWidthHeightIconIsHeadingSmallTallSdvp","symbolKind":"property","title":"sizeWidthHeightIconIsHeadingSmallTall","required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmalltall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallTall":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmalltall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","abstract":[],"title":"sizeWidthHeightIconIsHeadingSmallTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmalltall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","role":"symbol","title":"sizeWidthHeightIconIsHeadingSmallTall","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP37sizeWidthHeightIconIsHeadingSmallTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingSmallTall":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingSmallTall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingSmallTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsHeadingSmallTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingsmalltall"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargemedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargemedium.json index 384e1c970..743480b14 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargemedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargemedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium"},"sections":[],"metadata":{"symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP40sizeWidthHeightIconIsHeadingXLargeMediumSdvp"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeMedium":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol","role":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium","abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargemedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP40sizeWidthHeightIconIsHeadingXLargeMediumSdvp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsHeadingXLargeMedium","role":"symbol","symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeMedium","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargeshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargeshort.json index 2cdf7017f..ede3199ec 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargeshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargeshort.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"title":"sizeWidthHeightIconIsHeadingXLargeShort","symbolKind":"property","roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingXLargeShortSdvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargeshort"]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeShort":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargeshort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","title":"sizeWidthHeightIconIsHeadingXLargeShort","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]}}} \ No newline at end of file +{"metadata":{"title":"sizeWidthHeightIconIsHeadingXLargeShort","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP39sizeWidthHeightIconIsHeadingXLargeShortSdvp","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargeshort"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconIsHeadingXLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargeshort"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargetall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargetall.json index 1580c873c..216988ee2 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargetall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonisheadingxlargetall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingXLargeTallSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"sizeWidthHeightIconIsHeadingXLargeTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargetall"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeTall":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargetall","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall","title":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconIsHeadingXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargetall"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconIsHeadingXLargeTall","required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP38sizeWidthHeightIconIsHeadingXLargeTallSdvp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconIsHeadingXLargeTall":{"abstract":[],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonisheadingxlargetall","title":"sizeWidthHeightIconIsHeadingXLargeTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconIsHeadingXLargeTall","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconIsHeadingXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonmedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonmedium.json index 96044788a..0acae3b85 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonmedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"metadata":{"required":true,"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP25sizeWidthHeightIconMediumSdvp","role":"symbol","title":"sizeWidthHeightIconMedium","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconMedium":{"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonmedium","kind":"symbol","title":"sizeWidthHeightIconMedium","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","title":"sizeWidthHeightIconMedium","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP25sizeWidthHeightIconMediumSdvp","symbolKind":"property","roleHeading":"Instance Property","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconMedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonmedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshort.json index 16828a1a5..180366e81 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshort.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP24sizeWidthHeightIconShortSdvp","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"sizeWidthHeightIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShort":{"abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshort","title":"sizeWidthHeightIconShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP24sizeWidthHeightIconShortSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIconShort","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshort"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShort","kind":"symbol","title":"sizeWidthHeightIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshorter.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshorter.json index 70353c2ca..bb119f1a3 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshorter.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshorter.json @@ -1 +1 @@ -{"metadata":{"required":true,"symbolKind":"property","title":"sizeWidthHeightIconShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP26sizeWidthHeightIconShorterSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshorter"]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShorter"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShorter":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter","abstract":[],"type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"title":"sizeWidthHeightIconShorter","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshorter","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"title":"sizeWidthHeightIconShorter","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP26sizeWidthHeightIconShorterSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconShorter"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"required":true,"roleHeading":"Instance Property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShorter":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShorter","kind":"symbol","title":"sizeWidthHeightIconShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShorter"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshorter","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshortest.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshortest.json index d1bf5fdbd..d21b84262 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshortest.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticonshortest.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconShortest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconShortest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP27sizeWidthHeightIconShortestSdvp","title":"sizeWidthHeightIconShortest","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshortest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShortest":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconShortest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshortest","title":"sizeWidthHeightIconShortest"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest"},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShortest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshortest"]}],"sections":[],"metadata":{"title":"sizeWidthHeightIconShortest","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP27sizeWidthHeightIconShortestSdvp","roleHeading":"Instance Property","required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShortest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconShortest":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconShortest","kind":"symbol","title":"sizeWidthHeightIconShortest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconShortest"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticonshortest","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontall.json index c0b4833d5..7fcaf6a5f 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontall.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"sizeWidthHeightIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP23sizeWidthHeightIconTallSdvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTall":{"required":true,"title":"sizeWidthHeightIconTall","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP23sizeWidthHeightIconTallSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","title":"sizeWidthHeightIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTall":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontaller.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontaller.json index 8f46c71a9..023de9d76 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontaller.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontaller.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"required":true,"title":"sizeWidthHeightIconTaller","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP25sizeWidthHeightIconTallerSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTaller":{"required":true,"abstract":[],"title":"sizeWidthHeightIconTaller","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontaller","kind":"symbol","type":"topic","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"metadata":{"title":"sizeWidthHeightIconTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP25sizeWidthHeightIconTallerSdvp","modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTaller":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTaller","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIconTaller","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontallest.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontallest.json index d7889fcaa..d4959b664 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontallest.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheighticontallest.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest"},"metadata":{"title":"sizeWidthHeightIconTallest","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP26sizeWidthHeightIconTallestSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"required":true},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIconTallest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontallest"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTallest":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontallest","title":"sizeWidthHeightIconTallest","abstract":[],"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","title":"OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"text":"component tokens","type":"text"}],"type":"emphasis"},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"text":") to apply some style and configuration values.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"type":"topic","url":"\/documentation\/oudstokenssemantic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontallest"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP26sizeWidthHeightIconTallestSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","title":"sizeWidthHeightIconTallest"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIconTallest","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIconTallest":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIconTallest","kind":"symbol","title":"sizeWidthHeightIconTallest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIconTallest"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheighticontallest","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargemedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargemedium.json index 6b0794322..09d5ad70c 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargemedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargemedium.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","title":"sizeWidthHeightIsLabelLargeMedium","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelLargeMediumSdvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargemedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeMedium":{"type":"topic","role":"symbol","title":"sizeWidthHeightIsLabelLargeMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium","abstract":[],"required":true,"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargemedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","symbolKind":"property","required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIsLabelLargeMedium","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelLargeMediumSdvp"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargemedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeMedium","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIsLabelLargeMedium","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargemedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshort.json index 9d5272ebe..441b95d5f 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshort.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelLargeShortSdvp","title":"sizeWidthHeightIsLabelLargeShort","symbolKind":"property","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshort"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShort":{"role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShort"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshort","title":"sizeWidthHeightIsLabelLargeShort","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelLargeShortSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","title":"sizeWidthHeightIsLabelLargeShort","required":true,"roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshort"]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshorter.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshorter.json index 79b7614f1..d85510e81 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshorter.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargeshorter.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshorter"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeShorter","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sizeWidthHeightIsLabelLargeShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIsLabelLargeShorterSdvp","roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShorter":{"title":"sizeWidthHeightIsLabelLargeShorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","required":true,"abstract":[],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshorter","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIsLabelLargeShorterSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sizeWidthHeightIsLabelLargeShorter","required":true,"role":"symbol","roleHeading":"Instance Property"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeShorter":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeShorter","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","title":"sizeWidthHeightIsLabelLargeShorter","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargeshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetall.json index 0c0a04446..1a729349e 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetall"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeWidthHeightIsLabelLargeTallSdvp","symbolKind":"property","title":"sizeWidthHeightIsLabelLargeTall","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","abstract":[],"type":"topic","title":"sizeWidthHeightIsLabelLargeTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeWidthHeightIsLabelLargeTallSdvp","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIsLabelLargeTall"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetaller.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetaller.json index 1aaf70739..04e7b4878 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetaller.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabellargetaller.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetaller"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelLargeTallerSdvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIsLabelLargeTaller","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTaller"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetaller","required":true,"role":"symbol","abstract":[],"title":"sizeWidthHeightIsLabelLargeTaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetaller"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller"},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIsLabelLargeTaller","role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelLargeTallerSdvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelLargeTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTaller"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelLargeTaller":{"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabellargetaller","role":"symbol","abstract":[],"title":"sizeWidthHeightIsLabelLargeTaller","required":true,"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelLargeTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelLargeTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediummedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediummedium.json index 62b5b5d96..7984ef5cd 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediummedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediummedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"title":"sizeWidthHeightIsLabelMediumMedium","role":"symbol","required":true,"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP028sizeWidthHeightIsLabelMediumJ0Sdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediummedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumMedium":{"title":"sizeWidthHeightIsLabelMediumMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediummedium","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","required":true,"abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediummedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Property","title":"sizeWidthHeightIsLabelMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP028sizeWidthHeightIsLabelMediumJ0Sdvp","symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumMedium","kind":"symbol","title":"sizeWidthHeightIsLabelMediumMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediummedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumshort.json index a372865b7..cc0bd8736 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumshort.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumshort"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sizeWidthHeightIsLabelMediumShort","roleHeading":"Instance Property","required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelMediumShortSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumShort":{"required":true,"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumshort","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","abstract":[],"title":"sizeWidthHeightIsLabelMediumShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumshort"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelMediumShortSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"role":"symbol","required":true,"title":"sizeWidthHeightIsLabelMediumShort","roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumShort","kind":"symbol","title":"sizeWidthHeightIsLabelMediumShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumshort","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumtall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumtall.json index 2c3bbf355..e3b1e23d5 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumtall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelmediumtall.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"title":"sizeWidthHeightIsLabelMediumTall","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelMediumTallSdvp","role":"symbol","roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelMediumTall","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumtall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumTall":{"title":"sizeWidthHeightIsLabelMediumTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"type":"topic","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumtall","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumTall"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumtall"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelMediumTallSdvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"sizeWidthHeightIsLabelMediumTall"},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelMediumTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelMediumTall","kind":"symbol","title":"sizeWidthHeightIsLabelMediumTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelMediumTall"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelmediumtall","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallmedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallmedium.json index e56ab4b0d..17b6aa020 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallmedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallmedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallmedium"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"role":"symbol","title":"sizeWidthHeightIsLabelSmallMedium","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelSmallMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"roleHeading":"Instance Property"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallMedium":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium","role":"symbol","required":true,"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"type":"topic","title":"sizeWidthHeightIsLabelSmallMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"sizing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SizingSemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingSemanticTokens"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","title":"SizingSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelSmallMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"sizeWidthHeightIsLabelSmallMedium","required":true,"role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallmedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallMedium","kind":"symbol","title":"sizeWidthHeightIsLabelSmallMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallMedium"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallmedium","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallshort.json index cd5d80657..df1ba9fe3 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmallshort.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallshort"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"title":"sizeWidthHeightIsLabelSmallShort","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelSmallShortSdvp","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallShort":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort","title":"sizeWidthHeightIsLabelSmallShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallshort","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort"},"metadata":{"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelSmallShortSdvp","required":true,"symbolKind":"property","title":"sizeWidthHeightIsLabelSmallShort","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallshort"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallShort":{"required":true,"kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmallshort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallShort","title":"sizeWidthHeightIsLabelSmallShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmalltall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmalltall.json index 938c92789..cfa24dc45 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmalltall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelsmalltall.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall"},"metadata":{"roleHeading":"Instance Property","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"sizeWidthHeightIsLabelSmallTall","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeWidthHeightIsLabelSmallTallSdvp"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmalltall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallTall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall","type":"topic","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmalltall","title":"sizeWidthHeightIsLabelSmallTall","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall"},"kind":"symbol","metadata":{"role":"symbol","title":"sizeWidthHeightIsLabelSmallTall","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP31sizeWidthHeightIsLabelSmallTallSdvp","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelSmallTall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmalltall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelSmallTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelSmallTall","kind":"symbol","title":"sizeWidthHeightIsLabelSmallTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelSmallTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelsmalltall","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargemedium.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargemedium.json index 9659c1997..7fc46837a 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargemedium.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargemedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"required":true,"title":"sizeWidthHeightIsLabelXLargeMedium","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIsLabelXLargeMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargemedium"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeMedium":{"type":"topic","title":"sizeWidthHeightIsLabelXLargeMedium","required":true,"kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium"},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargemedium"]}],"sections":[],"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP34sizeWidthHeightIsLabelXLargeMediumSdvp","title":"sizeWidthHeightIsLabelXLargeMedium","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeMedium":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeMedium","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargemedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargeshort.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargeshort.json index b9805865b..18bde7ac5 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargeshort.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargeshort.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","metadata":{"required":true,"symbolKind":"property","title":"sizeWidthHeightIsLabelXLargeShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelXLargeShortSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargeshort"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeShort":{"kind":"symbol","title":"sizeWidthHeightIsLabelXLargeShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargeshort","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeShort"},{"text":": ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP33sizeWidthHeightIsLabelXLargeShortSdvp","role":"symbol","symbolKind":"property","title":"sizeWidthHeightIsLabelXLargeShort","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargeshort"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeShort":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena"}],"required":true,"type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"sizeWidthHeightIsLabelXLargeShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeShort","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargeshort"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargetall.json b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargetall.json index 0b0a74a96..f850ee1aa 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargetall.json +++ b/docs/data/documentation/oudstokenssemantic/sizingsemantictokens/sizewidthheightislabelxlargetall.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"metadata":{"title":"sizeWidthHeightIsLabelXLargeTall","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelXLargeTallSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"kind":"text","text":": "},{"text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"sizeWidthHeightIsLabelXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargetall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeTall":{"title":"sizeWidthHeightIsLabelXLargeTall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargetall","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall","abstract":[],"type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargetall"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken"}],"externalID":"s:18OUDSTokensSemantic06SizingB6TokensP32sizeWidthHeightIsLabelXLargeTallSdvp","roleHeading":"Instance Property","required":true,"title":"sizeWidthHeightIsLabelXLargeTall","symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"sizeWidthHeightIsLabelXLargeTall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","text":"SizingWidthHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens/sizeWidthHeightIsLabelXLargeTall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens\/sizeWidthHeightIsLabelXLargeTall","kind":"symbol","title":"sizeWidthHeightIsLabelXLargeTall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"sizeWidthHeightIsLabelXLargeTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","text":"SizingWidthHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens\/sizewidthheightislabelxlargetall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/sizingwidthheightsemantictoken.json b/docs/data/documentation/oudstokenssemantic/sizingwidthheightsemantictoken.json index 3586f92fd..eaa3f0515 100644 --- a/docs/data/documentation/oudstokenssemantic/sizingwidthheightsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/sizingwidthheightsemantictoken.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","interfaceLanguage":"swift"},"metadata":{"title":"SizingWidthHeightSemanticToken","externalID":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]},"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"SizingWidthHeightSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","type":"topic","title":"SizingWidthHeightSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"metadata":{"role":"symbol","roleHeading":"Type Alias","externalID":"s:18OUDSTokensSemantic017SizingWidthHeightB5Tokena","title":"SizingWidthHeightSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"symbolKind":"typealias","navigatorTitle":[{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingWidthHeightSemanticToken","kind":"identifier"},{"kind":"text","text":" = "},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingWidthHeightSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingWidthHeightSemanticToken","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/sizingwidthheightsemantictoken","title":"SizingWidthHeightSemanticToken","abstract":[{"text":"Basically a size semantic token for width and height is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","navigatorTitle":[{"text":"SizingWidthHeightSemanticToken","kind":"identifier"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SizingWidthHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacinggapinlinesemantictoken.json b/docs/data/documentation/oudstokenssemantic/spacinggapinlinesemantictoken.json index 531582714..6907cacde 100644 --- a/docs/data/documentation/oudstokenssemantic/spacinggapinlinesemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/spacinggapinlinesemantictoken.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacinggapinlinesemantictoken"]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken"},"metadata":{"navigatorTitle":[{"kind":"identifier","text":"SpacingGapInlineSemanticToken"}],"roleHeading":"Type Alias","symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"title":"SpacingGapInlineSemanticToken","externalID":"s:18OUDSTokensSemantic016SpacingGapInlineB5Tokena"},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingGapInlineSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"abstract":[{"text":"Basically a space semantic token for gap inline is a dimension raw token, it has the same final type","type":"text"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapInlineSemanticToken":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapInlineSemanticToken"}],"navigatorTitle":[{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"abstract":[{"text":"Basically a space semantic token for gap inline is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinggapinlinesemantictoken","title":"SpacingGapInlineSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacinggapinlinesemantictoken"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Basically a space semantic token for gap inline is a dimension raw token, it has the same final type"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingGapInlineSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic016SpacingGapInlineB5Tokena","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias","title":"SpacingGapInlineSemanticToken","role":"symbol","roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"SpacingGapInlineSemanticToken"}]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapInlineSemanticToken":{"navigatorTitle":[{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"kind":"symbol","title":"SpacingGapInlineSemanticToken","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingGapInlineSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapinlinesemantictoken","abstract":[{"text":"Basically a space semantic token for gap inline is a dimension raw token, it has the same final type","type":"text"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapInlineSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacinggapstacksemantictoken.json b/docs/data/documentation/oudstokenssemantic/spacinggapstacksemantictoken.json index 4a7b03b69..1b6686b8a 100644 --- a/docs/data/documentation/oudstokenssemantic/spacinggapstacksemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/spacinggapstacksemantictoken.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"abstract":[{"text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken"]}],"metadata":{"title":"SpacingGapStackSemanticToken","roleHeading":"Type Alias","symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"symbolKind":"typealias","role":"symbol","title":"SpacingGapStackSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacinglayoutsemantictoken.json b/docs/data/documentation/oudstokenssemantic/spacinglayoutsemantictoken.json index a9471aacd..8a70a23d4 100644 --- a/docs/data/documentation/oudstokenssemantic/spacinglayoutsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/spacinglayoutsemantictoken.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"},{"text":" = ","kind":"text"},{"text":"DimensionRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken"]}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","symbolKind":"typealias","role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias","title":"SpacingLayoutSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}]},"abstract":[{"type":"text","text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","navigatorTitle":[{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"roleHeading":"Type Alias","symbolKind":"typealias","role":"symbol","title":"SpacingLayoutSemanticToken"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken"}],"platforms":["macOS"]}]}],"abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingpaddingblocksemantictoken.json b/docs/data/documentation/oudstokenssemantic/spacingpaddingblocksemantictoken.json index ac9d3fc52..94e1a1eea 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingpaddingblocksemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/spacingpaddingblocksemantictoken.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic019SpacingPaddingBlockB5Tokena","symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"}],"roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"SpacingPaddingBlockSemanticToken"}],"title":"SpacingPaddingBlockSemanticToken","role":"symbol"},"abstract":[{"type":"text","text":"Basically a space semantic token for padding block is a dimension raw token, it has the same final type"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingpaddingblocksemantictoken"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingBlockSemanticToken":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingPaddingBlockSemanticToken"}],"type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/spacingpaddingblocksemantictoken","abstract":[{"text":"Basically a space semantic token for padding block is a dimension raw token, it has the same final type","type":"text"}],"title":"SpacingPaddingBlockSemanticToken"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingpaddingblocksemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"SpacingPaddingBlockSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingPaddingBlockSemanticToken"}],"title":"SpacingPaddingBlockSemanticToken","role":"symbol","externalID":"s:18OUDSTokensSemantic019SpacingPaddingBlockB5Tokena","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias"},"abstract":[{"type":"text","text":"Basically a space semantic token for padding block is a dimension raw token, it has the same final type"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingBlockSemanticToken":{"navigatorTitle":[{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingpaddingblocksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingBlockSemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingBlockSemanticToken","kind":"identifier"}],"title":"SpacingPaddingBlockSemanticToken","role":"symbol","kind":"symbol","abstract":[{"text":"Basically a space semantic token for padding block is a dimension raw token, it has the same final type","type":"text"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingpaddinginlinesemantictoken.json b/docs/data/documentation/oudstokenssemantic/spacingpaddinginlinesemantictoken.json index 3b795ff2e..c6a9fcb36 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingpaddinginlinesemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/spacingpaddinginlinesemantictoken.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","text":"DimensionRawToken","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"metadata":{"externalID":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","role":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"roleHeading":"Type Alias","title":"SpacingPaddingInlineSemanticToken","symbolKind":"typealias"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingPaddingInlineSemanticToken"}],"symbolKind":"typealias","externalID":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","roleHeading":"Type Alias","title":"SpacingPaddingInlineSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingPaddingInlineSemanticToken"}]},"abstract":[{"type":"text","text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type"}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier","text":"DimensionRawToken"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingpaddinginsetsemantictoken.json b/docs/data/documentation/oudstokenssemantic/spacingpaddinginsetsemantictoken.json index 6027b9d6b..eb7c1819c 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingpaddinginsetsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/spacingpaddinginsetsemantictoken.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"symbolKind":"typealias","navigatorTitle":[{"kind":"identifier","text":"SpacingPaddingInsetSemanticToken"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Type Alias","title":"SpacingPaddingInsetSemanticToken","externalID":"s:18OUDSTokensSemantic019SpacingPaddingInsetB5Tokena"},"abstract":[{"text":"Basically a space semantic token for padding inset is a dimension raw token, it has the same final type","type":"text"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingpaddinginsetsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInsetSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingPaddingInsetSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken","navigatorTitle":[{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"abstract":[{"text":"Basically a space semantic token for padding inset is a dimension raw token, it has the same final type","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/spacingpaddinginsetsemantictoken","type":"topic","title":"SpacingPaddingInsetSemanticToken","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"SpacingPaddingInsetSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"symbolKind":"typealias","roleHeading":"Type Alias","navigatorTitle":[{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic019SpacingPaddingInsetB5Tokena"},"abstract":[{"type":"text","text":"Basically a space semantic token for padding inset is a dimension raw token, it has the same final type"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingPaddingInsetSemanticToken"},{"kind":"text","text":" = "},{"text":"DimensionRawToken","preciseIdentifier":"s:13OUDSTokensRaw09DimensionB5Tokena","kind":"typeIdentifier"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingpaddinginsetsemantictoken"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInsetSemanticToken":{"kind":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for padding inset is a dimension raw token, it has the same final type"}],"navigatorTitle":[{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"SpacingPaddingInsetSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInsetSemanticToken","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginsetsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInsetSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens.json index c25b75908..6f69d8053 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"spacing","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all ","type":"text"},{"code":"SpacingSemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller"]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"roleHeading":"Protocol","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"SpacingSemanticTokens","kind":"identifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"navigatorTitle":[{"text":"SpacingSemanticTokens","kind":"identifier"}],"title":"SpacingSemanticTokens","symbolKind":"protocol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP"},"seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"title":"Group"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTallest":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtallest","title":"spaceLayoutFluidTallest","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTallest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentNone":{"title":"spaceColumnGapComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentnone","required":true,"abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowNone":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShorter":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter","kind":"symbol","required":true,"abstract":[],"role":"symbol","title":"spaceRowGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixNone":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone","role":"symbol","type":"topic","title":"spaceLayoutFixNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixmedium","required":true,"role":"symbol","abstract":[],"title":"spaceLayoutFixMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShorter":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","role":"symbol","type":"topic","title":"spaceInsetComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconMedium":{"type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconmedium","title":"spaceColumnGapComponentIsIconMedium","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShorter":{"abstract":[],"title":"spaceColumnGapComponentIsArrowShorter","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSpacious":{"abstract":[],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidspacious","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidSpacious"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFluidSpacious","kind":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTallest":{"role":"symbol","required":true,"title":"spaceInsetComponentTallest","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttallest","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShorter":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter","abstract":[],"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingBlockComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshorter","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall","title":"spaceColumnGapComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttall","kind":"symbol","type":"topic","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTaller":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontaller","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingBlockComponentIsIconTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontall","title":"spaceColumnGapComponentIsIconTall","type":"topic","abstract":[],"kind":"symbol","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconNone":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone","abstract":[],"title":"spaceRowGapComponentIsIconNone","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconnone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShortest":{"role":"symbol","required":true,"title":"spaceInsetComponentShortest","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshortest","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowMedium":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium","abstract":[],"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowmedium","title":"spacePaddingInlineComponentIsArrowMedium","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTaller":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","role":"symbol","type":"topic","title":"spaceColumnGapComponentIsArrowTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentNone":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentnone","role":"symbol","title":"spacePaddingInlineComponentNone","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshorter","role":"symbol","abstract":[],"kind":"symbol","type":"topic","title":"spaceLayoutFluidShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSmash":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidsmash","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSmash"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFluidSmash"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShorter":{"type":"topic","title":"spaceLayoutFixShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshorter","required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTall":{"title":"spaceInsetComponentTall","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttall","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTall":{"title":"spacePaddingBlockComponentIsIconTall","type":"topic","abstract":[],"kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTallest":{"type":"topic","required":true,"title":"spaceLayoutFixTallest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtallest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTaller":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtaller","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller","abstract":[],"title":"spaceLayoutFluidTaller","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSpacious":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixspacious","title":"spaceLayoutFixSpacious","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconNone":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsIconNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTaller":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","role":"symbol","required":true,"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttaller","title":"spacePaddingBlockComponentTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSmash":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentsmash","required":true,"title":"spaceInsetComponentSmash","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShortest":{"kind":"symbol","type":"topic","title":"spaceLayoutFluidShortest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshortest","required":true,"role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller","title":"spaceRowGapComponentIsIconTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontaller","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTall":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","role":"symbol","type":"topic","title":"spaceRowGapComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShorter":{"title":"spaceColumnGapComponentIsIconShorter","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShort":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","role":"symbol","type":"topic","title":"spaceRowGapComponentShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShortest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShortest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol","role":"symbol","type":"topic","title":"spaceLayoutFixShortest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshortest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","required":true,"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidmedium","title":"spaceLayoutFluidMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentMedium":{"title":"spaceColumnGapComponentMedium","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentmedium","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowNone":{"kind":"symbol","required":true,"title":"spaceColumnGapComponentIsArrowNone","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrownone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSpacious":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"spaceInsetComponentSpacious","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentspacious"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTall":{"title":"spacePaddingBlockComponentTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttall","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShort":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshort","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceInsetComponentShort","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShort":{"title":"spacePaddingInlineComponentIsIconShort","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentNone":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentnone","required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"abstract":[],"kind":"symbol","title":"spaceRowGapComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSmash":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","role":"symbol","type":"topic","title":"spaceLayoutFixSmash","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixsmash"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshort","type":"topic","kind":"symbol","title":"spaceLayoutFluidShort","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShort":{"required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshort","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"type":"topic","title":"spaceRowGapComponentIsIconShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshort","title":"spaceColumnGapComponentShort","required":true,"abstract":[],"kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShort":{"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshort","title":"spacePaddingBlockComponentIsIconShort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentNone":{"abstract":[],"role":"symbol","type":"topic","title":"spaceInsetComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentnone","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShorter":{"title":"spacePaddingBlockComponentIsIconShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshorter","type":"topic","kind":"symbol","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTall":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","abstract":[],"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtall","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshorter","required":true,"role":"symbol","title":"spaceRowGapComponentIsIconShorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShort":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceColumnGapComponentIsIconShort","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShorter":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshorter","required":true,"title":"spaceColumnGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconNone":{"title":"spaceColumnGapComponentIsIconNone","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidNone":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidnone","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFluidNone","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShort":{"abstract":[],"title":"spacePaddingInlineComponentShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconNone":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconnone","kind":"symbol","title":"spacePaddingBlockComponentIsIconNone","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconMedium":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsIconMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconmedium","abstract":[],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShort":{"title":"spaceColumnGapComponentIsArrowShort","required":true,"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTaller":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsIconTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTall":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall","title":"spacePaddingInlineComponentIsArrowTall","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontaller","title":"spaceColumnGapComponentIsIconTaller","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTaller":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentTaller","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttaller","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconMedium":{"title":"spaceRowGapComponentIsIconMedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconmedium","type":"topic","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTall":{"title":"spacePaddingInlineComponentTall","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTall":{"title":"spaceLayoutFluidTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall","required":true,"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShort":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsArrowShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller","required":true,"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingInlineComponentIsArrowTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtaller","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShorter":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshorter","required":true,"role":"symbol","abstract":[],"title":"spacePaddingInlineComponentShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentMedium":{"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentmedium","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","kind":"symbol","title":"spaceRowGapComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium","title":"spacePaddingBlockComponentMedium","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentmedium","type":"topic","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall","role":"symbol","required":true,"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontall","title":"spacePaddingInlineComponentIsIconTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentNone":{"title":"spacePaddingBlockComponentNone","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowMedium":{"required":true,"title":"spaceColumnGapComponentIsArrowMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTaller":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller","role":"symbol","type":"topic","title":"spacePaddingInlineComponentTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFixTaller","type":"topic","abstract":[],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTaller":{"title":"spaceRowGapComponentTaller","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTall":{"abstract":[],"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","kind":"symbol","title":"spaceRowGapComponentIsIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentmedium","title":"spacePaddingInlineComponentMedium","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTall":{"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceColumnGapComponentIsArrowTall","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShorter":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsArrowShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium","role":"symbol","kind":"symbol","title":"spacePaddingBlockComponentIsIconMedium","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconmedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShorter":{"kind":"symbol","type":"topic","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingInlineComponentIsIconShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshorter","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentMedium":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentmedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium","title":"spaceInsetComponentMedium","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShort":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort","title":"spacePaddingBlockComponentShort","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshort","type":"topic","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol","required":true,"title":"spaceLayoutFixShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTaller":{"role":"symbol","type":"topic","title":"spaceInsetComponentTaller","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttaller"}}} \ No newline at end of file +{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP","title":"SpacingSemanticTokens","symbolKind":"protocol","roleHeading":"Protocol","modules":[{"name":"OUDSTokensSemantic"}],"navigatorTitle":[{"text":"SpacingSemanticTokens","kind":"identifier"}],"role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}]},"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"],"title":"Group","generated":true}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingSemanticTokens"}],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShort":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort","required":true,"title":"spacePaddingInlineComponentIsIconShort","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconMedium":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconmedium","required":true,"title":"spacePaddingBlockComponentIsIconMedium","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSpacious":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious","title":"spaceLayoutFixSpacious","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixspacious","abstract":[],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShorter":{"kind":"symbol","title":"spaceLayoutFluidShorter","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentNone":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone","title":"spacePaddingBlockComponentNone","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentnone","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentNone":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentnone","abstract":[],"title":"spaceColumnGapComponentNone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentNone":{"required":true,"kind":"symbol","type":"topic","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"title":"spaceRowGapComponentNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShort":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshort","type":"topic","abstract":[],"title":"spacePaddingInlineComponentShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShorter":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshorter","abstract":[],"title":"spaceInsetComponentShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconMedium":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconmedium","type":"topic","abstract":[],"title":"spaceRowGapComponentIsIconMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTall":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtall","abstract":[],"title":"spaceColumnGapComponentIsArrowTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTall":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtall","type":"topic","abstract":[],"title":"spaceLayoutFixTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidNone":{"type":"topic","kind":"symbol","abstract":[],"required":true,"title":"spaceLayoutFluidNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidnone","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttaller","type":"topic","abstract":[],"kind":"symbol","role":"symbol","required":true,"title":"spaceInsetComponentTaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShort":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshort","abstract":[],"title":"spacePaddingBlockComponentIsIconShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShort":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort","title":"spaceInsetComponentShort","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShort":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshort","type":"topic","abstract":[],"title":"spaceColumnGapComponentShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTaller":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttaller","title":"spaceColumnGapComponentTaller","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller","role":"symbol","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTall":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontall","kind":"symbol","title":"spacePaddingBlockComponentIsIconTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTall":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttall","abstract":[],"title":"spaceRowGapComponentTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTall":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttall","type":"topic","abstract":[],"title":"spacePaddingInlineComponentTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconMedium":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconmedium","abstract":[],"title":"spaceColumnGapComponentIsIconMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconNone":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconnone","type":"topic","abstract":[],"title":"spaceColumnGapComponentIsIconNone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTaller":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttaller","abstract":[],"title":"spacePaddingInlineComponentTaller","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShorter":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshorter","type":"topic","abstract":[],"title":"spaceColumnGapComponentShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTallest":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtallest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","abstract":[],"type":"topic","required":true,"title":"spaceLayoutFluidTallest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentNone":{"title":"spaceInsetComponentNone","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTallest":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtallest","abstract":[],"title":"spaceLayoutFixTallest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTallest":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttallest","type":"topic","abstract":[],"title":"spaceInsetComponentTallest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTaller":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttaller","abstract":[],"title":"spaceRowGapComponentTaller","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShorter":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshorter","type":"topic","abstract":[],"title":"spaceColumnGapComponentIsIconShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTall":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtall","title":"spaceLayoutFluidTall","required":true,"abstract":[],"type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShorter":{"kind":"symbol","title":"spacePaddingInlineComponentShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshorter","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidMedium":{"kind":"symbol","type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidmedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"abstract":[],"title":"spaceLayoutFluidMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShorter":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshorter","abstract":[],"title":"spacePaddingBlockComponentShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShort":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshort","type":"topic","abstract":[],"title":"spacePaddingInlineComponentIsArrowShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconMedium":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"title":"spacePaddingInlineComponentIsIconMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconmedium","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShorter":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshorter","abstract":[],"title":"spaceRowGapComponentIsIconShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTall":{"kind":"symbol","title":"spaceRowGapComponentIsIconTall","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSpacious":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidspacious","type":"topic","abstract":[],"title":"spaceLayoutFluidSpacious","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShort":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshort","abstract":[],"title":"spaceLayoutFluidShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTaller":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller","abstract":[],"title":"spacePaddingInlineComponentIsIconTaller","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontaller","type":"topic","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixNone":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixnone","type":"topic","abstract":[],"title":"spaceLayoutFixNone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShortest":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshortest","abstract":[],"title":"spaceLayoutFixShortest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSmash":{"title":"spaceLayoutFluidSmash","type":"topic","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidsmash","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentnone","title":"spacePaddingInlineComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshort","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFixShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconnone","title":"spacePaddingInlineComponentIsIconNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshorter","title":"spacePaddingBlockComponentIsIconShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShortest":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","abstract":[],"title":"spaceLayoutFluidShortest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshortest","role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowmedium","title":"spaceColumnGapComponentIsArrowMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSmash":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentsmash","kind":"symbol","role":"symbol","title":"spaceInsetComponentSmash","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshorter","title":"spaceRowGapComponentShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixmedium","title":"spaceLayoutFixMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentmedium","role":"symbol","kind":"symbol","title":"spacePaddingBlockComponentMedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentmedium","title":"spaceColumnGapComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShort":{"title":"spaceColumnGapComponentIsIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort","type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshort","abstract":[],"required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTaller":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"abstract":[],"title":"spaceRowGapComponentIsIconTaller","type":"topic","role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontaller","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTall":{"type":"topic","required":true,"title":"spaceColumnGapComponentIsIconTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTall":{"type":"topic","kind":"symbol","abstract":[],"required":true,"title":"spaceColumnGapComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtaller","title":"spaceLayoutFixTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconnone","title":"spacePaddingBlockComponentIsIconNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowmedium","title":"spacePaddingInlineComponentIsArrowMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentmedium","title":"spaceRowGapComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtaller","title":"spacePaddingInlineComponentIsArrowTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSmash":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixsmash","abstract":[],"title":"spaceLayoutFixSmash","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShort":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort","type":"topic","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"title":"spaceRowGapComponentIsIconShort","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShortest":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshortest","title":"spaceInsetComponentShortest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTaller":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","role":"symbol","abstract":[],"required":true,"title":"spacePaddingBlockComponentTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshort","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spaceColumnGapComponentIsArrowShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconnone","title":"spaceRowGapComponentIsIconNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShort":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshort","title":"spacePaddingBlockComponentShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentMedium":{"abstract":[],"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","role":"symbol","title":"spacePaddingInlineComponentMedium","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshorter","title":"spaceLayoutFixShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShort":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshort","title":"spaceRowGapComponentShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTall":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttall","title":"spaceInsetComponentTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentmedium","title":"spaceInsetComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTaller":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtaller","required":true,"title":"spaceColumnGapComponentIsArrowTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSpacious":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentspacious","title":"spaceInsetComponentSpacious"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshorter","title":"spacePaddingInlineComponentIsIconShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTall":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttall","title":"spacePaddingBlockComponentTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTall":{"type":"topic","title":"spacePaddingInlineComponentIsIconTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontall","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrownone","title":"spaceColumnGapComponentIsArrowNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshorter","title":"spaceColumnGapComponentIsArrowShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTall":{"type":"topic","kind":"symbol","abstract":[],"title":"spacePaddingInlineComponentIsArrowTall","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontaller","title":"spaceColumnGapComponentIsIconTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontaller","title":"spacePaddingBlockComponentIsIconTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshorter","title":"spacePaddingInlineComponentIsArrowShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtaller","title":"spaceLayoutFluidTaller"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowmedium.json index ef4e3e950..cfa90247f 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowmedium.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium","interfaceLanguage":"swift"},"metadata":{"required":true,"roleHeading":"Instance Property","role":"symbol","title":"spaceColumnGapComponentIsArrowMedium","symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spaceColumnGapComponentIsArrowMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowMedium":{"required":true,"title":"spaceColumnGapComponentIsArrowMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium","type":"topic","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[]}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"spaceColumnGapComponentIsArrowMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spaceColumnGapComponentIsArrowMediumSdvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowmedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowmedium","title":"spaceColumnGapComponentIsArrowMedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrownone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrownone.json index 08257db3c..69c6ae09d 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrownone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrownone.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrownone"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spaceColumnGapComponentIsArrowNoneSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"spaceColumnGapComponentIsArrowNone"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowNone":{"kind":"symbol","required":true,"title":"spaceColumnGapComponentIsArrowNone","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrownone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrownone"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spaceColumnGapComponentIsArrowNoneSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"spaceColumnGapComponentIsArrowNone"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrownone","title":"spaceColumnGapComponentIsArrowNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshort.json index 9b1f08fc5..ab73873ac 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshort.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshort"]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP35spaceColumnGapComponentIsArrowShortSdvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","required":true,"title":"spaceColumnGapComponentIsArrowShort"},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShort":{"title":"spaceColumnGapComponentIsArrowShort","required":true,"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP35spaceColumnGapComponentIsArrowShortSdvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","title":"spaceColumnGapComponentIsArrowShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShort","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshort","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShort"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spaceColumnGapComponentIsArrowShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshorter.json index b8161e377..c00f1e1e0 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowshorter.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"spaceColumnGapComponentIsArrowShorter","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spaceColumnGapComponentIsArrowShorterSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshorter"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShorter":{"abstract":[],"title":"spaceColumnGapComponentIsArrowShorter","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShorter"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spaceColumnGapComponentIsArrowShorterSdvp","roleHeading":"Instance Property","title":"spaceColumnGapComponentIsArrowShorter","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowshorter","title":"spaceColumnGapComponentIsArrowShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtall.json index df3a98ad6..2bff29099 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtall.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtall"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spaceColumnGapComponentIsArrowTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceColumnGapComponentIsArrowTall","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTall":{"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceColumnGapComponentIsArrowTall","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spaceColumnGapComponentIsArrowTallSdvp","required":true,"roleHeading":"Instance Property","role":"symbol","title":"spaceColumnGapComponentIsArrowTall"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTall":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsArrowTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTall","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtall","abstract":[],"title":"spaceColumnGapComponentIsArrowTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtaller.json index e0c5373fd..d721d6e2f 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisarrowtaller.json @@ -1 +1 @@ -{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","required":true,"title":"spaceColumnGapComponentIsArrowTaller","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spaceColumnGapComponentIsArrowTallerSdvp","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtaller"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTaller":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsArrowTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","role":"symbol","type":"topic","title":"spaceColumnGapComponentIsArrowTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spaceColumnGapComponentIsArrowTallerSdvp","symbolKind":"property","required":true,"title":"spaceColumnGapComponentIsArrowTaller"},"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtaller"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsArrowTaller":{"abstract":[],"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsArrowTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsArrowTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisarrowtaller","required":true,"title":"spaceColumnGapComponentIsArrowTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconmedium.json index 5af2e40fb..de23af551 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconmedium.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP35spaceColumnGapComponentIsIconMediumSdvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"spaceColumnGapComponentIsIconMedium","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconMedium":{"type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconmedium","title":"spaceColumnGapComponentIsIconMedium","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconmedium"]}],"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP35spaceColumnGapComponentIsIconMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"roleHeading":"Instance Property","required":true,"role":"symbol","title":"spaceColumnGapComponentIsIconMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconMedium":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconmedium","abstract":[],"title":"spaceColumnGapComponentIsIconMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconnone.json index 9122695d2..a38a5b8f8 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconnone.json @@ -1 +1 @@ -{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spaceColumnGapComponentIsIconNoneSdvp","roleHeading":"Instance Property","title":"spaceColumnGapComponentIsIconNone","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconNone":{"title":"spaceColumnGapComponentIsIconNone","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spaceColumnGapComponentIsIconNoneSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","title":"spaceColumnGapComponentIsIconNone","required":true,"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconNone":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconnone","type":"topic","abstract":[],"title":"spaceColumnGapComponentIsIconNone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshort.json index 67a946ef6..d12bb2027 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshort.json @@ -1 +1 @@ -{"metadata":{"title":"spaceColumnGapComponentIsIconShort","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spaceColumnGapComponentIsIconShortSdvp","required":true},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshort"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShort":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceColumnGapComponentIsIconShort","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort","abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshort","required":true}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"spaceColumnGapComponentIsIconShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spaceColumnGapComponentIsIconShortSdvp","role":"symbol","symbolKind":"property","required":true},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShort":{"title":"spaceColumnGapComponentIsIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShort","type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshort","abstract":[],"required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshorter.json index 50d60a1e5..5d034a013 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisiconshorter.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spaceColumnGapComponentIsIconShorterSdvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShorter"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"roleHeading":"Instance Property","title":"spaceColumnGapComponentIsIconShorter","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshorter"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShorter":{"title":"spaceColumnGapComponentIsIconShorter","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshorter"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spaceColumnGapComponentIsIconShorterSdvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceColumnGapComponentIsIconShorter","role":"symbol","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconShorter":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisiconshorter","type":"topic","abstract":[],"title":"spaceColumnGapComponentIsIconShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontall.json index 350394671..c65c5fe4a 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontall.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spaceColumnGapComponentIsIconTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentIsIconTall","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontall"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontall","title":"spaceColumnGapComponentIsIconTall","type":"topic","abstract":[],"kind":"symbol","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall"},"kind":"symbol","sections":[],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spaceColumnGapComponentIsIconTallSdvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceColumnGapComponentIsIconTall","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTall":{"type":"topic","required":true,"title":"spaceColumnGapComponentIsIconTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTall","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontaller.json index ee791a547..55d8831f7 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentisicontaller.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP35spaceColumnGapComponentIsIconTallerSdvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentIsIconTaller"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"role":"symbol","title":"spaceColumnGapComponentIsIconTaller","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontaller","title":"spaceColumnGapComponentIsIconTaller","required":true}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontaller"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP35spaceColumnGapComponentIsIconTallerSdvp","roleHeading":"Instance Property","title":"spaceColumnGapComponentIsIconTaller","symbolKind":"property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentIsIconTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentisicontaller","title":"spaceColumnGapComponentIsIconTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentmedium.json index ad090e2ab..91054e68c 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentmedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"spaceColumnGapComponentMedium","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP29spaceColumnGapComponentMediumSdvp","roleHeading":"Instance Property"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentMedium":{"title":"spaceColumnGapComponentMedium","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentmedium","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP29spaceColumnGapComponentMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceColumnGapComponentMedium","role":"symbol","symbolKind":"property","required":true,"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentmedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentmedium","title":"spaceColumnGapComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentnone.json index 4404a925c..d252bf321 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentnone.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentnone"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"title":"spaceColumnGapComponentNone","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceColumnGapComponentNoneSdvp","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentNone":{"title":"spaceColumnGapComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentnone","required":true,"abstract":[],"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceColumnGapComponentNone","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceColumnGapComponentNoneSdvp","roleHeading":"Instance Property","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentNone"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentNone":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentNone","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentnone","abstract":[],"title":"spaceColumnGapComponentNone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshort.json index e699bbdea..6fd7059a1 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshort.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"spaceColumnGapComponentShort","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP28spaceColumnGapComponentShortSdvp","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshort","title":"spaceColumnGapComponentShort","required":true,"abstract":[],"kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshort"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP28spaceColumnGapComponentShortSdvp","symbolKind":"property","title":"spaceColumnGapComponentShort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShort":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshort","type":"topic","abstract":[],"title":"spaceColumnGapComponentShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshorter.json index cda57697f..8f8422d97 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponentshorter.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"title":"spaceColumnGapComponentShorter","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spaceColumnGapComponentShorterSdvp","roleHeading":"Instance Property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShorter":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshorter","required":true,"title":"spaceColumnGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","abstract":[],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentShorter"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spaceColumnGapComponentShorter","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spaceColumnGapComponentShorterSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshorter"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentShorter":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponentshorter","type":"topic","abstract":[],"title":"spaceColumnGapComponentShorter","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttall.json index 53826c355..5ef3070fd 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttall.json @@ -1 +1 @@ -{"metadata":{"title":"spaceColumnGapComponentTall","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceColumnGapComponentTallSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentTall"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall","title":"spaceColumnGapComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttall","kind":"symbol","type":"topic","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"spaceColumnGapComponentTall","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceColumnGapComponentTallSdvp"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTall":{"type":"topic","kind":"symbol","abstract":[],"required":true,"title":"spaceColumnGapComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttaller.json index 888422a9c..264c5f845 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacecolumngapcomponenttaller.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttaller"]}],"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP29spaceColumnGapComponentTallerSdvp","title":"spaceColumnGapComponentTaller","roleHeading":"Instance Property","required":true},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTaller":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceColumnGapComponentTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"title":"spaceColumnGapComponentTaller","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttaller","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spaceColumnGapComponentTaller","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP29spaceColumnGapComponentTallerSdvp","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceColumnGapComponentTaller":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceColumnGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacecolumngapcomponenttaller","title":"spaceColumnGapComponentTaller","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceColumnGapComponentTaller","role":"symbol","kind":"symbol","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentmedium.json index f8733acfa..68c90f0f7 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentmedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP25spaceInsetComponentMediumSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceInsetComponentMedium"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentMedium":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentmedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium","title":"spaceInsetComponentMedium","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentmedium"]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceInsetComponentMedium","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP25spaceInsetComponentMediumSdvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentmedium","title":"spaceInsetComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentnone.json index 12aa8c397..b6d04d076 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentnone.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentnone"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceInsetComponentNoneSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceInsetComponentNone","required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentNone":{"abstract":[],"role":"symbol","type":"topic","title":"spaceInsetComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentnone","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","metadata":{"title":"spaceInsetComponentNone","symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceInsetComponentNoneSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentNone":{"title":"spaceInsetComponentNone","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentNone","abstract":[],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshort.json index 34b4f5cee..c3092054f 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshort.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceInsetComponentShortSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"title":"spaceInsetComponentShort","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshort"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShort":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshort","abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spaceInsetComponentShort","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceInsetComponentShortSdvp","title":"spaceInsetComponentShort","roleHeading":"Instance Property","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshort"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShort":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShort","title":"spaceInsetComponentShort","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshorter.json index 590016d5a..3ea015e03 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshorter.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshorter"]}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceInsetComponentShorterSdvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceInsetComponentShorter","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShorter":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","role":"symbol","type":"topic","title":"spaceInsetComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceInsetComponentShorterSdvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","title":"spaceInsetComponentShorter","role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShorter":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShorter","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshorter","abstract":[],"title":"spaceInsetComponentShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshortest.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshortest.json index 34acceaa0..f7dbc2ff3 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshortest.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentshortest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceInsetComponentShortestSdvp","roleHeading":"Instance Property","title":"spaceInsetComponentShortest","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshortest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShortest":{"role":"symbol","required":true,"title":"spaceInsetComponentShortest","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshortest","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest"},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceInsetComponentShortestSdvp","symbolKind":"property","roleHeading":"Instance Property","title":"spaceInsetComponentShortest","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentShortest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshortest"]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentShortest":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentShortest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentshortest","title":"spaceInsetComponentShortest"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentsmash.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentsmash.json index 29587cea4..2d0463194 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentsmash.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentsmash.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentsmash"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"symbolKind":"property","title":"spaceInsetComponentSmash","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceInsetComponentSmashSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSmash":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentsmash","required":true,"title":"spaceInsetComponentSmash","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentsmash"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentSmash","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"metadata":{"title":"spaceInsetComponentSmash","required":true,"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceInsetComponentSmashSdvp","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSmash":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSmash","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentsmash","kind":"symbol","role":"symbol","title":"spaceInsetComponentSmash","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSmash"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentspacious.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentspacious.json index 363086966..db09476d7 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentspacious.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponentspacious.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceInsetComponentSpaciousSdvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceInsetComponentSpacious","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSpacious","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentspacious"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSpacious":{"type":"topic","role":"symbol","abstract":[],"kind":"symbol","title":"spaceInsetComponentSpacious","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentspacious"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentspacious"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceInsetComponentSpacious","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceInsetComponentSpaciousSdvp","roleHeading":"Instance Property","required":true},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentSpacious"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentSpacious":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentSpacious","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponentspacious","title":"spaceInsetComponentSpacious"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttall.json index 9915ab3ae..e9730fe53 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"title":"spaceInsetComponentTall","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceInsetComponentTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceInsetComponentTallSdvp","roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTall":{"title":"spaceInsetComponentTall","type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttall","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"required":true,"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceInsetComponentTallSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"spaceInsetComponentTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTall":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttall","title":"spaceInsetComponentTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttaller.json index 721dae09e..d9ef7aa7d 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttaller.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceInsetComponentTaller","symbolKind":"property","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP25spaceInsetComponentTallerSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTaller":{"role":"symbol","type":"topic","title":"spaceInsetComponentTaller","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTaller"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttaller"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP25spaceInsetComponentTallerSdvp","required":true,"title":"spaceInsetComponentTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttaller","type":"topic","abstract":[],"kind":"symbol","role":"symbol","required":true,"title":"spaceInsetComponentTaller","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttallest.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttallest.json index b6cc18b45..972793619 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttallest.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spaceinsetcomponenttallest.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttallest"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceInsetComponentTallestSdvp","roleHeading":"Instance Property","title":"spaceInsetComponentTallest","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTallest":{"role":"symbol","required":true,"title":"spaceInsetComponentTallest","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttallest","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceInsetComponentTallestSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceInsetComponentTallest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"spaceInsetComponentTallest","required":true,"roleHeading":"Instance Property","role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttallest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceInsetComponentTallest":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceInsetComponentTallest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceInsetComponentTallest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spaceinsetcomponenttallest","type":"topic","abstract":[],"title":"spaceInsetComponentTallest","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixmedium.json index 9ba0f18a7..2d5d187fb 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixmedium.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixmedium"]}],"sections":[],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"spaceLayoutFixMedium","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFixMediumSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixmedium","required":true,"role":"symbol","abstract":[],"title":"spaceLayoutFixMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium"},"sections":[],"metadata":{"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFixMediumSdvp","title":"spaceLayoutFixMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixmedium","title":"spaceLayoutFixMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixnone.json index 6595d072a..04d870d5d 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixnone.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixNone"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixnone"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFixNone","role":"symbol","roleHeading":"Instance Property","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP18spaceLayoutFixNoneSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixNone":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone","role":"symbol","type":"topic","title":"spaceLayoutFixNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixnone"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixNone","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP18spaceLayoutFixNoneSdvp","symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixNone":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixnone","type":"topic","abstract":[],"title":"spaceLayoutFixNone","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshort.json index c50a832dd..db7856a3b 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshort.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP19spaceLayoutFixShortSdvp","role":"symbol","required":true,"title":"spaceLayoutFixShort","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshort"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShort":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshort","type":"topic","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol","required":true,"title":"spaceLayoutFixShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshort"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"spaceLayoutFixShort","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP19spaceLayoutFixShortSdvp","symbolKind":"property","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShort"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShort":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShort","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshort","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFixShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshorter.json index 2b0354059..4e4f183cb 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshorter.json @@ -1 +1 @@ -{"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFixShorter","required":true,"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFixShorterSdvp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShorter":{"type":"topic","title":"spaceLayoutFixShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshorter","required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShorter"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFixShorterSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShorter"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"symbolKind":"property","title":"spaceLayoutFixShorter","role":"symbol"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshorter","title":"spaceLayoutFixShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshortest.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshortest.json index 14d6f879a..1247f81c5 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshortest.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixshortest.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshortest"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFixShortestSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","title":"spaceLayoutFixShortest","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShortest"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShortest":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShortest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol","role":"symbol","type":"topic","title":"spaceLayoutFixShortest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshortest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixShortest"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshortest"]}],"metadata":{"title":"spaceLayoutFixShortest","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFixShortestSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixShortest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixShortest":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixShortest","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixshortest","abstract":[],"title":"spaceLayoutFixShortest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixsmash.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixsmash.json index b7a21ad05..d44fc9da8 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixsmash.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixsmash.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"title":"spaceLayoutFixSmash","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP19spaceLayoutFixSmashSdvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixsmash"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSmash":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","role":"symbol","type":"topic","title":"spaceLayoutFixSmash","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixsmash"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP19spaceLayoutFixSmashSdvp","title":"spaceLayoutFixSmash","required":true,"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixSmash"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixsmash"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSmash":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSmash","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixsmash","abstract":[],"title":"spaceLayoutFixSmash","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSmash","kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixspacious.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixspacious.json index 7ce0f81fd..322540472 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixspacious.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixspacious.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixSpacious"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixspacious"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFixSpaciousSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"spaceLayoutFixSpacious","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"symbolKind":"property"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSpacious":{"abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixspacious","title":"spaceLayoutFixSpacious","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixspacious"]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixSpacious","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFixSpaciousSdvp","symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixSpacious"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixSpacious":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixSpacious","title":"spaceLayoutFixSpacious","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixspacious","abstract":[],"type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtall.json index 811b60b65..e0198c521 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtall.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP18spaceLayoutFixTallSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFixTall","symbolKind":"property","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTall":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFixTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","abstract":[],"role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtall","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFixTall","required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP18spaceLayoutFixTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTall":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtall","type":"topic","abstract":[],"title":"spaceLayoutFixTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtaller.json index b696a50ec..c131bdc0d 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtaller.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"spaceLayoutFixTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFixTallerSdvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtaller"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFixTaller","type":"topic","abstract":[],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtaller"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFixTallerSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixTaller"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"spaceLayoutFixTaller"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtaller","title":"spaceLayoutFixTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtallest.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtallest.json index 67e96b2d7..247c215e3 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtallest.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfixtallest.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtallest"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"required":true,"role":"symbol","title":"spaceLayoutFixTallest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFixTallest"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFixTallestSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTallest":{"type":"topic","required":true,"title":"spaceLayoutFixTallest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtallest","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"spaceLayoutFixTallest","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFixTallestSdvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","role":"symbol"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtallest"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFixTallest":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFixTallest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFixTallest","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfixtallest","abstract":[],"title":"spaceLayoutFixTallest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidmedium.json index 9c203b183..6bc388814 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidmedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidMedium"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFluidMediumSdvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"spaceLayoutFluidMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidmedium"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","required":true,"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidmedium","title":"spaceLayoutFluidMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFluidMediumSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"spaceLayoutFluidMedium","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidMedium":{"kind":"symbol","type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidMedium","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidmedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"abstract":[],"title":"spaceLayoutFluidMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidnone.json index 1922cdbb1..27afdc98e 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidnone.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone","interfaceLanguage":"swift"},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFluidNoneSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFluidNone","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidnone"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidNone":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidnone","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"title":"spaceLayoutFluidNone","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidnone"]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFluidNone","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFluidNoneSdvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidNone":{"type":"topic","kind":"symbol","abstract":[],"required":true,"title":"spaceLayoutFluidNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidnone","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshort.json index 18e378e2b..3c452c11a 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshort.json @@ -1 +1 @@ -{"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","title":"spaceLayoutFluidShort","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFluidShortSdvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshort"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShort":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshort","type":"topic","kind":"symbol","title":"spaceLayoutFluidShort","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshort"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFluidShortSdvp","title":"spaceLayoutFluidShort","required":true,"roleHeading":"Instance Property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShort":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShort","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshort","abstract":[],"title":"spaceLayoutFluidShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshorter.json index cbda49d54..a2bd5439b 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshorter.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceLayoutFluidShorterSdvp","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFluidShorter"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshorter","role":"symbol","abstract":[],"kind":"symbol","type":"topic","title":"spaceLayoutFluidShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"spaceLayoutFluidShorter","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceLayoutFluidShorterSdvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidShorter"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshorter"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShorter":{"kind":"symbol","title":"spaceLayoutFluidShorter","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShorter","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshortest.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshortest.json index 5538ad3c1..d498127e2 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshortest.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidshortest.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"title":"spaceLayoutFluidShortest","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceLayoutFluidShortestSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"roleHeading":"Instance Property","role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshortest"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShortest":{"kind":"symbol","type":"topic","title":"spaceLayoutFluidShortest","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshortest","required":true,"role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceLayoutFluidShortestSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"spaceLayoutFluidShortest","role":"symbol","required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidShortest"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshortest"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidShortest":{"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidShortest","abstract":[],"title":"spaceLayoutFluidShortest","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidshortest","role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidShortest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidsmash.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidsmash.json index 8c0ab0b06..3b9382ba0 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidsmash.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidsmash.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidsmash"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSmash"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"spaceLayoutFluidSmash","role":"symbol","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFluidSmashSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSmash":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidsmash","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSmash"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFluidSmash"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidsmash"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP21spaceLayoutFluidSmashSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"spaceLayoutFluidSmash","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSmash":{"title":"spaceLayoutFluidSmash","type":"topic","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSmash","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidsmash","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSmash","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidspacious.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidspacious.json index f9a68bdd6..71f95f9a7 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidspacious.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidspacious.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSpacious"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidspacious"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"symbolKind":"property","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSpacious"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFluidSpacious","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceLayoutFluidSpaciousSdvp","roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSpacious":{"abstract":[],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidspacious","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidSpacious"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"title":"spaceLayoutFluidSpacious","kind":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious","interfaceLanguage":"swift"},"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceLayoutFluidSpaciousSdvp","title":"spaceLayoutFluidSpacious","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidspacious"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidSpacious"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidSpacious":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidSpacious","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidSpacious","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidspacious","type":"topic","abstract":[],"title":"spaceLayoutFluidSpacious","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtall.json index f0be96f7c..e7fdae30d 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtall.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFluidTallSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"title":"spaceLayoutFluidTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTall":{"title":"spaceLayoutFluidTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall","required":true,"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtall"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP20spaceLayoutFluidTallSdvp","roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFluidTall","symbolKind":"property","role":"symbol"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"kind":"symbol","type":"topic","role":"collection","url":"\/documentation\/oudstokenssemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTall":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtall","title":"spaceLayoutFluidTall","required":true,"abstract":[],"type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtaller.json index f3cd3a35c..26a5805e8 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtaller.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFluidTallerSdvp","required":true,"symbolKind":"property","title":"spaceLayoutFluidTaller","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtaller"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTaller":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtaller","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller","abstract":[],"title":"spaceLayoutFluidTaller","role":"symbol"}}} \ No newline at end of file +{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP22spaceLayoutFluidTallerSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFluidTaller","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtaller"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTaller"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtaller","title":"spaceLayoutFluidTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtallest.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtallest.json index 65eb482c4..7114ce426 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtallest.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacelayoutfluidtallest.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"title":"spaceLayoutFluidTallest","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceLayoutFluidTallestSdvp","required":true},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTallest","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtallest"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used mainly for "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"text":") to apply some style and configuration values.","type":"text"},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"url":"\/documentation\/oudstokenssemantic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTallest":{"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtallest","title":"spaceLayoutFluidTallest","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceLayoutFluidTallest","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"title":"SpacingLayoutSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtallest"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceLayoutFluidTallest","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP23spaceLayoutFluidTallestSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","kind":"typeIdentifier","text":"SpacingLayoutSemanticToken"}],"roleHeading":"Instance Property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceLayoutFluidTallest","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingLayoutSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingLayoutSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinglayoutsemantictoken","title":"SpacingLayoutSemanticToken","abstract":[{"text":"Basically a space semantic token for layout is a dimension raw token, it has the same final type","type":"text"}],"type":"topic","role":"symbol","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"SpacingLayoutSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingLayoutSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingLayoutSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceLayoutFluidTallest":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceLayoutFluidTallest"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic013SpacingLayoutB5Tokena","text":"SpacingLayoutSemanticToken"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacelayoutfluidtallest","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceLayoutFluidTallest","abstract":[],"type":"topic","required":true,"title":"spaceLayoutFluidTallest"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconmedium.json index 4f6cbf814..5ec884d49 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconmedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconmedium"]}],"metadata":{"role":"symbol","title":"spacePaddingBlockComponentIsIconMedium","required":true,"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingBlockComponentIsIconMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium","role":"symbol","kind":"symbol","title":"spacePaddingBlockComponentIsIconMedium","abstract":[],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconmedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium"},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingBlockComponentIsIconMediumSdvp","roleHeading":"Instance Property","required":true,"symbolKind":"property","title":"spacePaddingBlockComponentIsIconMedium","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconMedium":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconmedium","required":true,"title":"spacePaddingBlockComponentIsIconMedium","role":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconMedium","type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconnone.json index 2db8424bc..2d9e0a744 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconnone.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spacePaddingBlockComponentIsIconNoneSdvp","title":"spacePaddingBlockComponentIsIconNone","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconNone":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconnone","kind":"symbol","title":"spacePaddingBlockComponentIsIconNone","type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconNone"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spacePaddingBlockComponentIsIconNoneSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"spacePaddingBlockComponentIsIconNone","required":true,"roleHeading":"Instance Property"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconnone","title":"spacePaddingBlockComponentIsIconNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshort.json index ae2eba20a..df61de2f0 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshort.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","required":true,"symbolKind":"property","roleHeading":"Instance Property","title":"spacePaddingBlockComponentIsIconShort","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShort"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spacePaddingBlockComponentIsIconShortSdvp"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshort"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShort":{"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshort","title":"spacePaddingBlockComponentIsIconShort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spacePaddingBlockComponentIsIconShort","required":true,"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spacePaddingBlockComponentIsIconShortSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort","interfaceLanguage":"swift"},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShort":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShort","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshort","abstract":[],"title":"spacePaddingBlockComponentIsIconShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshorter.json index 63d03b14a..9a84b4e62 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisiconshorter.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshorter"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"title":"spacePaddingBlockComponentIsIconShorter","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingBlockComponentIsIconShorterSdvp","role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShorter":{"title":"spacePaddingBlockComponentIsIconShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshorter","type":"topic","kind":"symbol","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"spacePaddingBlockComponentIsIconShorter","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingBlockComponentIsIconShorterSdvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisiconshorter","title":"spacePaddingBlockComponentIsIconShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontall.json index 19c0af5de..be1442eb1 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTall"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontall"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"spacePaddingBlockComponentIsIconTall","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spacePaddingBlockComponentIsIconTallSdvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTall":{"title":"spacePaddingBlockComponentIsIconTall","type":"topic","abstract":[],"kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","interfaceLanguage":"swift"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP36spacePaddingBlockComponentIsIconTallSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"role":"symbol","title":"spacePaddingBlockComponentIsIconTall","roleHeading":"Instance Property"},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTall":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontall","kind":"symbol","title":"spacePaddingBlockComponentIsIconTall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTall","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontaller.json index 7695abc70..360a7f3cd 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentisicontaller.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"spacePaddingBlockComponentIsIconTaller","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingBlockComponentIsIconTallerSdvp","required":true,"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used mainly for "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"text":") to apply some style and configuration values.","type":"text"},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"url":"\/documentation\/oudstokenssemantic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTaller":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontaller","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingBlockComponentIsIconTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTaller"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentIsIconTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingBlockComponentIsIconTallerSdvp","title":"spacePaddingBlockComponentIsIconTaller","required":true,"roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentIsIconTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentIsIconTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentisicontaller","title":"spacePaddingBlockComponentIsIconTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentmedium.json index 870d57529..4f0be955f 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentmedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spacePaddingBlockComponentMediumSdvp","symbolKind":"property","title":"spacePaddingBlockComponentMedium","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium","title":"spacePaddingBlockComponentMedium","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentmedium","type":"topic","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentMedium"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spacePaddingBlockComponentMediumSdvp","title":"spacePaddingBlockComponentMedium","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentmedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentMedium":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentmedium","role":"symbol","kind":"symbol","title":"spacePaddingBlockComponentMedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentnone.json index 547face9f..4f2c6141e 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentnone.json @@ -1 +1 @@ -{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"spacePaddingBlockComponentNone","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spacePaddingBlockComponentNoneSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"symbolKind":"property"},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentNone":{"title":"spacePaddingBlockComponentNone","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"title":"spacePaddingBlockComponentNone","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spacePaddingBlockComponentNoneSdvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"roleHeading":"Instance Property","required":true},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentNone"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentnone"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentNone":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentNone","title":"spacePaddingBlockComponentNone","required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentnone","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshort.json index a08f58cf3..74d190f93 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshort.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"title":"spacePaddingBlockComponentShort","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spacePaddingBlockComponentShortSdvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshort"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShort":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshort","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort","title":"spacePaddingBlockComponentShort","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort"},"metadata":{"title":"spacePaddingBlockComponentShort","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spacePaddingBlockComponentShortSdvp"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshort"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShort":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshort","title":"spacePaddingBlockComponentShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshorter.json index 3fa08ad27..c432d9f72 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponentshorter.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Property","title":"spacePaddingBlockComponentShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spacePaddingBlockComponentShorterSdvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShorter":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter","abstract":[],"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingBlockComponentShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshorter","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spacePaddingBlockComponentShorterSdvp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"spacePaddingBlockComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentShorter":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingBlockComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentShorter","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponentshorter","abstract":[],"title":"spacePaddingBlockComponentShorter","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttall.json index ca78a0c95..62bdaadb0 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttall.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall"},"sections":[],"metadata":{"title":"spacePaddingBlockComponentTall","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingBlockComponentTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spacePaddingBlockComponentTallSdvp","required":true},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTall":{"title":"spacePaddingBlockComponentTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttall","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall"},"metadata":{"title":"spacePaddingBlockComponentTall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spacePaddingBlockComponentTallSdvp","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTall":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttall","title":"spacePaddingBlockComponentTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttaller.json index b85acb264..fa7187afb 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddingblockcomponenttaller.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingBlockComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"spacePaddingBlockComponentTaller","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spacePaddingBlockComponentTallerSdvp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTaller":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","role":"symbol","required":true,"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttaller","title":"spacePaddingBlockComponentTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttaller"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spacePaddingBlockComponentTallerSdvp","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"spacePaddingBlockComponentTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingBlockComponentTaller":{"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingBlockComponentTaller","role":"symbol","abstract":[],"required":true,"title":"spacePaddingBlockComponentTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingBlockComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddingblockcomponenttaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowmedium.json index dc519aa5f..2f2f048d7 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP40spacePaddingInlineComponentIsArrowMediumSdvp","required":true,"symbolKind":"property","title":"spacePaddingInlineComponentIsArrowMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium"},"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowMedium":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium","abstract":[],"required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowmedium","title":"spacePaddingInlineComponentIsArrowMedium","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowmedium"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP40spacePaddingInlineComponentIsArrowMediumSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowMedium"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"spacePaddingInlineComponentIsArrowMedium"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowmedium","title":"spacePaddingInlineComponentIsArrowMedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrownone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrownone.json index 0d2b92ba7..7a07add64 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrownone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrownone.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingInlineComponentIsArrowNone","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingInlineComponentIsArrowNoneSdvp","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrownone"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowNone":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrownone"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingInlineComponentIsArrowNoneSdvp","required":true,"title":"spacePaddingInlineComponentIsArrowNone","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrownone","title":"spacePaddingInlineComponentIsArrowNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshort.json index c1cc50e4a..ac502e8e5 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshort.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShort"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingInlineComponentIsArrowShortSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"spacePaddingInlineComponentIsArrowShort","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshort"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShort":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsArrowShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingInlineComponentIsArrowShortSdvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"spacePaddingInlineComponentIsArrowShort","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshort"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShort":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshort","type":"topic","abstract":[],"title":"spacePaddingInlineComponentIsArrowShort","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshorter.json index e38811a59..b82434f1f 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowshorter.json @@ -1 +1 @@ -{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP41spacePaddingInlineComponentIsArrowShorterSdvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","title":"spacePaddingInlineComponentIsArrowShorter"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShorter":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsArrowShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshorter"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","title":"spacePaddingInlineComponentIsArrowShorter","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP41spacePaddingInlineComponentIsArrowShorterSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowshorter","title":"spacePaddingInlineComponentIsArrowShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtall.json index f30450ce2..ec406752d 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtall.json @@ -1 +1 @@ -{"metadata":{"symbolKind":"property","title":"spacePaddingInlineComponentIsArrowTall","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingInlineComponentIsArrowTallSdvp","roleHeading":"Instance Property"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtall"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTall":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall","title":"spacePaddingInlineComponentIsArrowTall","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTall"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtall"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"title":"spacePaddingInlineComponentIsArrowTall","symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingInlineComponentIsArrowTallSdvp","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTall":{"type":"topic","kind":"symbol","abstract":[],"title":"spacePaddingInlineComponentIsArrowTall","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtaller.json index bda534292..ac63a7045 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisarrowtaller.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtaller"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"symbolKind":"property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP40spacePaddingInlineComponentIsArrowTallerSdvp","roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsArrowTaller","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller","required":true,"abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","title":"spacePaddingInlineComponentIsArrowTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtaller","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtaller"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller"},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"spacePaddingInlineComponentIsArrowTaller","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP40spacePaddingInlineComponentIsArrowTallerSdvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsArrowTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsArrowTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsArrowTaller":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsArrowTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsArrowTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisarrowtaller","title":"spacePaddingInlineComponentIsArrowTaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconmedium.json index e60efbffe..761375b55 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconmedium.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium"},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingInlineComponentIsIconMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsIconMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconMedium":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsIconMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconmedium","abstract":[],"role":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsIconMedium","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingInlineComponentIsIconMediumSdvp","symbolKind":"property","role":"symbol"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconMedium":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"required":true,"title":"spacePaddingInlineComponentIsIconMedium","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconmedium","abstract":[]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconnone.json index 58c924f36..0dbf5b1bf 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconnone.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"spacePaddingInlineComponentIsIconNone","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spacePaddingInlineComponentIsIconNoneSdvp"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconNone"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconNone":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsIconNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconNone"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone"},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spacePaddingInlineComponentIsIconNoneSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"spacePaddingInlineComponentIsIconNone"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconnone","title":"spacePaddingInlineComponentIsIconNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshort.json index b2f8ed2e3..de515b264 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshort.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"spacePaddingInlineComponentIsIconShort","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingInlineComponentIsIconShortSdvp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShort":{"title":"spacePaddingInlineComponentIsIconShort","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshort"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP38spacePaddingInlineComponentIsIconShortSdvp","required":true,"title":"spacePaddingInlineComponentIsIconShort","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShort":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshort","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShort"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShort","required":true,"title":"spacePaddingInlineComponentIsIconShort","kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshorter.json index 728730ae3..a0069e86b 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisiconshorter.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Property","required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsIconShorter","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP40spacePaddingInlineComponentIsIconShorterSdvp"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconShorter"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShorter":{"kind":"symbol","type":"topic","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"title":"spacePaddingInlineComponentIsIconShorter","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshorter","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP40spacePaddingInlineComponentIsIconShorterSdvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"role":"symbol","title":"spacePaddingInlineComponentIsIconShorter","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshorter"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisiconshorter","title":"spacePaddingInlineComponentIsIconShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontall.json index 8d114c60f..165d53a91 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontall"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spacePaddingInlineComponentIsIconTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"spacePaddingInlineComponentIsIconTall"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTall":{"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTall"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall","role":"symbol","required":true,"type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontall","title":"spacePaddingInlineComponentIsIconTall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"spacePaddingInlineComponentIsIconTall","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP37spacePaddingInlineComponentIsIconTallSdvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTall":{"type":"topic","title":"spacePaddingInlineComponentIsIconTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontall","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontaller.json index c7c99d578..0ded6f7f5 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentisicontaller.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingInlineComponentIsIconTallerSdvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentIsIconTaller"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"roleHeading":"Instance Property","role":"symbol","title":"spacePaddingInlineComponentIsIconTaller","required":true},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTaller":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller","role":"symbol","type":"topic","title":"spacePaddingInlineComponentIsIconTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontaller"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontaller"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentIsIconTaller","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP39spacePaddingInlineComponentIsIconTallerSdvp","role":"symbol","required":true,"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentIsIconTaller":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentIsIconTaller","abstract":[],"title":"spacePaddingInlineComponentIsIconTaller","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentisicontaller","type":"topic","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentmedium.json index 6ac778f4c..3deed271a 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentmedium.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentmedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","interfaceLanguage":"swift"},"metadata":{"required":true,"title":"spacePaddingInlineComponentMedium","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spacePaddingInlineComponentMediumSdvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentMedium"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentmedium","title":"spacePaddingInlineComponentMedium","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentmedium"]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"required":true,"role":"symbol","symbolKind":"property","title":"spacePaddingInlineComponentMedium","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spacePaddingInlineComponentMediumSdvp","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentMedium":{"abstract":[],"kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentMedium","role":"symbol","title":"spacePaddingInlineComponentMedium","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentnone.json index 04b89d9aa..aeb446996 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentnone.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentNone"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spacePaddingInlineComponentNone","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spacePaddingInlineComponentNoneSdvp","required":true,"role":"symbol"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentNone":{"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentnone","role":"symbol","title":"spacePaddingInlineComponentNone","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"kind":"symbol","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentNone"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentNone","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spacePaddingInlineComponentNoneSdvp","role":"symbol","symbolKind":"property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentnone"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentNone","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentnone","title":"spacePaddingInlineComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshort.json index 9903312ad..95ca7098f 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshort.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshort"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spacePaddingInlineComponentShortSdvp","title":"spacePaddingInlineComponentShort","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","roleHeading":"Instance Property"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShort":{"abstract":[],"title":"spacePaddingInlineComponentShort","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshort"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spacePaddingInlineComponentShortSdvp","roleHeading":"Instance Property","symbolKind":"property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"role":"symbol","title":"spacePaddingInlineComponentShort","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShort":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshort","type":"topic","abstract":[],"title":"spacePaddingInlineComponentShort","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshorter.json index 9c1a384a2..37c103c77 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponentshorter.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"spacePaddingInlineComponentShorter","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spacePaddingInlineComponentShorterSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentShorter"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShorter":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshorter","required":true,"role":"symbol","abstract":[],"title":"spacePaddingInlineComponentShorter","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"spacePaddingInlineComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP34spacePaddingInlineComponentShorterSdvp","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentShorter":{"kind":"symbol","title":"spacePaddingInlineComponentShorter","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponentshorter","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttall.json index 93cb79576..91b6c2efb 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttall.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spacePaddingInlineComponentTallSdvp","roleHeading":"Instance Property","title":"spacePaddingInlineComponentTall","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}],"required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTall":{"title":"spacePaddingInlineComponentTall","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall"},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spacePaddingInlineComponentTallSdvp","symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"title":"spacePaddingInlineComponentTall","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spacePaddingInlineComponentTall"},{"text":": ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTall":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttall","type":"topic","abstract":[],"title":"spacePaddingInlineComponentTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttaller.json index 5fec552ea..96c23cee6 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacepaddinginlinecomponenttaller.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"spacePaddingInlineComponentTaller","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spacePaddingInlineComponentTallerSdvp","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","text":"SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTaller":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller","role":"symbol","type":"topic","title":"spacePaddingInlineComponentTaller","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"type":"topic","title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","role":"symbol","title":"spacePaddingInlineComponentTaller","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spacePaddingInlineComponentTallerSdvp","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacePaddingInlineComponentTaller"},{"kind":"text","text":": "},{"text":"SpacingPaddingInlineSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spacePaddingInlineComponentTaller":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spacePaddingInlineComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020SpacingPaddingInlineB5Tokena","text":"SpacingPaddingInlineSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spacePaddingInlineComponentTaller","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacepaddinginlinecomponenttaller","abstract":[],"title":"spacePaddingInlineComponentTaller","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingPaddingInlineSemanticToken":{"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}],"title":"SpacingPaddingInlineSemanticToken","abstract":[{"text":"Basically a space semantic token for padding inline is a dimension raw token, it has the same final type","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingPaddingInlineSemanticToken","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingpaddinginlinesemantictoken","type":"topic","kind":"symbol","navigatorTitle":[{"text":"SpacingPaddingInlineSemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconmedium.json index 80e260072..95d9e7902 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconmedium.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"title":"spaceRowGapComponentIsIconMedium","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spaceRowGapComponentIsIconMediumSdvp","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconMedium":{"title":"spaceRowGapComponentIsIconMedium","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconmedium","type":"topic","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconmedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium","interfaceLanguage":"swift"},"metadata":{"role":"symbol","title":"spaceRowGapComponentIsIconMedium","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spaceRowGapComponentIsIconMediumSdvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"roleHeading":"Instance Property","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconMedium":{"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconMedium","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconmedium","type":"topic","abstract":[],"title":"spaceRowGapComponentIsIconMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconnone.json index 2814f548d..4b0a85220 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconnone.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconnone"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spaceRowGapComponentIsIconNoneSdvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"spaceRowGapComponentIsIconNone","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconNone"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconNone":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone","abstract":[],"title":"spaceRowGapComponentIsIconNone","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconnone","required":true}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconnone"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"title":"spaceRowGapComponentIsIconNone","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spaceRowGapComponentIsIconNoneSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconNone"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconNone":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconNone","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconnone","title":"spaceRowGapComponentIsIconNone"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshort.json index 35ccfeea2..ba6c1e76b 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshort.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshort"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spaceRowGapComponentIsIconShortSdvp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"title":"spaceRowGapComponentIsIconShort"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconShort"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShort":{"required":true,"abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshort","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"type":"topic","title":"spaceRowGapComponentIsIconShort","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconShort"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","title":"spaceRowGapComponentIsIconShort","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP31spaceRowGapComponentIsIconShortSdvp","roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshort"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShort":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShort","type":"topic","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"title":"spaceRowGapComponentIsIconShort","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshorter.json index 5c5f99f65..79ca4b060 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisiconshorter.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spaceRowGapComponentIsIconShorterSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceRowGapComponentIsIconShorter"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","title":"SpacingSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"spacing","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SpacingSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"SpacingSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShorter":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconShorter"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshorter","required":true,"role":"symbol","title":"spaceRowGapComponentIsIconShorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used mainly for "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"text":") to apply some style and configuration values.","type":"text"},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"url":"\/documentation\/oudstokenssemantic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter"},"metadata":{"symbolKind":"property","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconShorter"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceRowGapComponentIsIconShorter","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP33spaceRowGapComponentIsIconShorterSdvp","roleHeading":"Instance Property"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconShorter":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconShorter","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisiconshorter","abstract":[],"title":"spaceRowGapComponentIsIconShorter","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontall.json index 5f5a11cea..fef9e1226 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontall.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceRowGapComponentIsIconTall","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spaceRowGapComponentIsIconTallSdvp","required":true,"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentIsIconTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontall"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTall":{"abstract":[],"type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","kind":"symbol","title":"spaceRowGapComponentIsIconTall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"title":"spaceRowGapComponentIsIconTall","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP30spaceRowGapComponentIsIconTallSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTall":{"kind":"symbol","title":"spaceRowGapComponentIsIconTall","type":"topic","role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTall","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontaller.json index f10337cbe..a2ba32766 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentisicontaller.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontaller"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"title":"spaceRowGapComponentIsIconTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spaceRowGapComponentIsIconTallerSdvp","symbolKind":"property"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTaller":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller","title":"spaceRowGapComponentIsIconTaller","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"abstract":[],"kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontaller","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentIsIconTaller","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","title":"spaceRowGapComponentIsIconTaller","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP32spaceRowGapComponentIsIconTallerSdvp","required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontaller"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentIsIconTaller":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentIsIconTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"}],"abstract":[],"title":"spaceRowGapComponentIsIconTaller","type":"topic","role":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentisicontaller","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentIsIconTaller","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentmedium.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentmedium.json index 9c43d1203..c21b3b9eb 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentmedium.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentmedium.json @@ -1 +1 @@ -{"metadata":{"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceRowGapComponentMediumSdvp","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentMedium"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceRowGapComponentMedium"},"kind":"symbol","sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentmedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentMedium":{"required":true,"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentmedium","abstract":[],"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","kind":"symbol","title":"spaceRowGapComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"title":"spaceRowGapComponentMedium","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceRowGapComponentMediumSdvp","required":true,"role":"symbol"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentMedium":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentmedium","title":"spaceRowGapComponentMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentnone.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentnone.json index 5ddd34c20..7886f79ea 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentnone.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentnone.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentnone"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"title":"spaceRowGapComponentNone","symbolKind":"property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceRowGapComponentNoneSdvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentNone"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","text":"SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentNone":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentnone","required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"abstract":[],"kind":"symbol","title":"spaceRowGapComponentNone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceRowGapComponentNoneSdvp","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentNone"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"title":"spaceRowGapComponentNone"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentnone"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentNone":{"required":true,"kind":"symbol","type":"topic","role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentNone","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"title":"spaceRowGapComponentNone","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentNone","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentnone"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshort.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshort.json index 7a63057da..7b99619e3 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshort.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshort.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceRowGapComponentShort","role":"symbol","roleHeading":"Instance Property","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP25spaceRowGapComponentShortSdvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshort"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShort":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","role":"symbol","type":"topic","title":"spaceRowGapComponentShort","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshort"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP25spaceRowGapComponentShortSdvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentShort"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"spaceRowGapComponentShort"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShort":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShort","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShort","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshort","title":"spaceRowGapComponentShort"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshorter.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshorter.json index b5323354c..833e3d142 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshorter.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponentshorter.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshorter"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"symbolKind":"property","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceRowGapComponentShorterSdvp","title":"spaceRowGapComponentShorter","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShorter":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshorter","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter","kind":"symbol","required":true,"abstract":[],"role":"symbol","title":"spaceRowGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshorter"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"spaceRowGapComponentShorter","role":"symbol","required":true,"externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP27spaceRowGapComponentShorterSdvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentShorter"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentShorter":{"role":"symbol","abstract":[],"kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentShorter","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentShorter","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponentshorter","title":"spaceRowGapComponentShorter"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttall.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttall.json index 8c184468a..f8c70a36a 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttall.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttall.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"metadata":{"title":"spaceRowGapComponentTall","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceRowGapComponentTallSdvp","role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier"}],"required":true,"roleHeading":"Instance Property"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttall"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","text":"SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTall":{"abstract":[],"required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","role":"symbol","type":"topic","title":"spaceRowGapComponentTall","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentTall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"roleHeading":"Instance Property","title":"spaceRowGapComponentTall","required":true,"symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP24spaceRowGapComponentTallSdvp"},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"spaceRowGapComponentTall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","text":"SpacingGapStackSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTall":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTall","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttall","abstract":[],"title":"spaceRowGapComponentTall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttaller.json b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttaller.json index 8c1364d8f..00fa8d8b1 100644 --- a/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttaller.json +++ b/docs/data/documentation/oudstokenssemantic/spacingsemantictokens/spacerowgapcomponenttaller.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentTaller"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"spaceRowGapComponentTaller"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceRowGapComponentTallerSdvp","symbolKind":"property","title":"spaceRowGapComponentTaller","required":true},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttaller"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTaller":{"title":"spaceRowGapComponentTaller","required":true,"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","kind":"typeIdentifier","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller","role":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttaller"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","kind":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"text":"SpacingGapStackSemanticToken","kind":"identifier"}],"title":"SpacingGapStackSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"SpacingGapStackSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttaller"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic07SpacingB6TokensP26spaceRowGapComponentTallerSdvp","symbolKind":"property","title":"spaceRowGapComponentTaller","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"kind":"text","text":": "},{"text":"SpacingGapStackSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena"}],"roleHeading":"Instance Property"},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingGapStackSemanticToken":{"type":"topic","title":"SpacingGapStackSemanticToken","kind":"symbol","role":"symbol","abstract":[{"type":"text","text":"Basically a space semantic token for gap stack is a dimension raw token, it has the same final type"}],"url":"\/documentation\/oudstokenssemantic\/spacinggapstacksemantictoken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingGapStackSemanticToken","navigatorTitle":[{"kind":"identifier","text":"SpacingGapStackSemanticToken"}],"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"SpacingGapStackSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens/spaceRowGapComponentTaller":{"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"spaceRowGapComponentTaller","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic015SpacingGapStackB5Tokena","text":"SpacingGapStackSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens\/spaceRowGapComponentTaller","type":"topic","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens\/spacerowgapcomponenttaller","abstract":[],"title":"spaceRowGapComponentTaller","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographyfontfamilysemantictoken.json b/docs/data/documentation/oudstokenssemantic/typographyfontfamilysemantictoken.json index 6ea70be73..261a0a9eb 100644 --- a/docs/data/documentation/oudstokenssemantic/typographyfontfamilysemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/typographyfontfamilysemantictoken.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken"},"metadata":{"roleHeading":"Type Alias","navigatorTitle":[{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}],"externalID":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","symbolKind":"typealias","title":"TypographyFontFamilySemanticToken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"},{"text":" = ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","title":"TypographyFontFamilySemanticToken","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"roleHeading":"Type Alias","symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"title":"TypographyFontFamilySemanticToken","externalID":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken","kind":"typeIdentifier"}]}],"kind":"declarations"}],"abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","title":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographyfontlineheightsemantictoken.json b/docs/data/documentation/oudstokenssemantic/typographyfontlineheightsemantictoken.json index f151f2ec1..cff0f7ccf 100644 --- a/docs/data/documentation/oudstokenssemantic/typographyfontlineheightsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/typographyfontlineheightsemantictoken.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"TypographyFontLineHeightRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias","role":"symbol","externalID":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"title":"TypographyFontLineHeightSemanticToken","roleHeading":"Type Alias"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" = ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightRawToken"}]}]}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"roleHeading":"Type Alias","title":"TypographyFontLineHeightSemanticToken","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"symbolKind":"typealias"},"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographyfontsizesemantictoken.json b/docs/data/documentation/oudstokenssemantic/typographyfontsizesemantictoken.json index 29410fab4..2e081ffc8 100644 --- a/docs/data/documentation/oudstokenssemantic/typographyfontsizesemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/typographyfontsizesemantictoken.json @@ -1 +1 @@ -{"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"]}],"metadata":{"roleHeading":"Type Alias","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"title":"TypographyFontSizeSemanticToken","role":"symbol","symbolKind":"typealias","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"externalID":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeRawToken","preciseIdentifier":"s:13OUDSTokensRaw018TypographyFontSizeB5Tokena"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"metadata":{"roleHeading":"Type Alias","title":"TypographyFontSizeSemanticToken","externalID":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"symbolKind":"typealias","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographyfontweightsemantictoken.json b/docs/data/documentation/oudstokenssemantic/typographyfontweightsemantictoken.json index f7a08dfc4..5bdc78fca 100644 --- a/docs/data/documentation/oudstokenssemantic/typographyfontweightsemantictoken.json +++ b/docs/data/documentation/oudstokenssemantic/typographyfontweightsemantictoken.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}],"title":"TypographyFontWeightSemanticToken","symbolKind":"typealias","role":"symbol","roleHeading":"Type Alias","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"externalID":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","modules":[{"name":"OUDSTokensSemantic"}]},"abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightSemanticToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}],"roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}],"role":"symbol","title":"TypographyFontWeightSemanticToken","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"typealias"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontWeightSemanticToken"},{"text":" = ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontWeightB5Tokena","text":"TypographyFontWeightRawToken"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens.json index 32b0c3824..a4c35220d 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens.json @@ -1 +1 @@ -{"seeAlsoSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"],"generated":true,"title":"Group"}],"metadata":{"roleHeading":"Protocol","title":"TypographySemanticTokens","navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographySemanticTokens"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP","symbolKind":"protocol","modules":[{"name":"OUDSTokensSemantic"}]},"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"typography"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"("},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"code":"TypographyFontWeightSemanticToken","type":"codeVoice"},{"type":"text","text":", "},{"code":"TypographyFontSizeSemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographySemanticTokens","kind":"identifier"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodysmall","abstract":[],"title":"fontParagraphSpacingMobileBodySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingXLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingxlarge","title":"fontSizeMobileHeadingXLarge","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"type":"text","text":"colors"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"ColorSemanticToken","type":"codeVoice"},{"type":"text","text":" and "},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","role":"symbol","kind":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"type":"topic","navigatorTitle":[{"kind":"identifier","text":"ColorSemanticTokens"}],"title":"ColorSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingLarge":{"title":"fontLineHeightTabletHeadingLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"kind":"symbol","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyMedium","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodymedium","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyLarge":{"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodylarge","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge","title":"fontParagraphSpacingTabletBodyLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabeldefault","title":"fontWeightLabelDefault","type":"topic","kind":"symbol","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodysmall","abstract":[],"title":"fontSizeTabletBodySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelSmall":{"role":"symbol","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall","title":"fontParagraphSpacingLabelSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelsmall","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyDisplay":{"abstract":[],"title":"fontFamilyDisplay","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilydisplay","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay","type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelSmall":{"title":"fontSizeLabelSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelsmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyLabel":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilylabel","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"title":"fontFamilyLabel","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","role":"symbol","title":"fontSizeMobileBodyLarge","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodylarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingMedium":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingmedium","abstract":[],"title":"fontParagraphSpacingTabletHeadingMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"type":"topic","title":"GridSemanticTokens","role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"kind":"identifier","text":"GridSemanticTokens"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplaySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaysmall","title":"fontParagraphSpacingMobileDisplaySmall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelSmall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelsmall","title":"fontLineHeightLabelSmall","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodySmall":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodysmall","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall","kind":"symbol","title":"fontLineHeightMobileBodySmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelXLarge":{"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelxlarge","kind":"symbol","title":"fontSizeLabelXLarge","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeSmall":{"type":"topic","abstract":[],"role":"symbol","required":true,"title":"fontLineHeightCodeSmall","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodesmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayLarge":{"abstract":[],"required":true,"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaylarge","title":"fontLineHeightTabletDisplayLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplayLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightDisplay":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightdisplay","abstract":[],"title":"fontWeightDisplay","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingsmall","type":"topic","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","title":"fontSizeMobileHeadingSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyHeading":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilyheading","title":"fontFamilyHeading","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyMedium":{"required":true,"title":"fontParagraphSpacingMobileBodyMedium","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodymedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodemedium","abstract":[],"title":"fontSizeTabletCodeMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelXLarge":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge","required":true,"title":"fontLineHeightLabelXLarge","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelxlarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingXLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingxlarge","title":"fontSizeTabletHeadingXLarge","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingSmall":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingsmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"fontSizeTabletHeadingSmall","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingLarge":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge","role":"symbol","title":"fontSizeTabletHeadingLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadinglarge","type":"topic","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingmedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"required":true,"kind":"symbol","role":"symbol","title":"fontLineHeightTabletHeadingMedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyLarge":{"required":true,"type":"topic","abstract":[],"title":"fontLineHeightMobileBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodylarge","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","title":"fontLineHeightMobileHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingxlarge","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplaySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaysmall","abstract":[],"title":"fontSizeTabletDisplaySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingLarge":{"role":"symbol","kind":"symbol","required":true,"abstract":[],"type":"topic","title":"fontParagraphSpacingTabletHeadingLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadinglarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayMedium":{"abstract":[],"kind":"symbol","type":"topic","title":"fontLineHeightTabletDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaymedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelXLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelxlarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge","title":"fontParagraphSpacingLabelXLarge","required":true,"abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium","title":"fontLineHeightMobileHeadingMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingmedium","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall","type":"topic","kind":"symbol","title":"fontLineHeightTabletDisplaySmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaysmall","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyLarge":{"title":"fontParagraphSpacingMobileBodyLarge","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodylarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingSmall":{"type":"topic","title":"fontLineHeightMobileHeadingSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingsmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodemedium","title":"fontSizeCodeMedium","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeSmall":{"kind":"symbol","title":"fontSizeTabletCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodesmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelLarge":{"type":"topic","abstract":[],"required":true,"title":"fontLineHeightLabelLarge","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabellarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"kind":"symbol","type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"sizing","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"SizingSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","title":"SizingSemanticTokens","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"SizingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelMedium":{"abstract":[],"title":"fontParagraphSpacingLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayMedium":{"kind":"symbol","title":"fontSizeMobileDisplayMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaymedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodemedium","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium","required":true,"title":"fontLineHeightMobileCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyStrong":{"kind":"symbol","title":"fontWeightBodyStrong","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodystrong","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeSmall":{"kind":"symbol","title":"fontParagraphSpacingMobileCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodesmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayLarge":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge","required":true,"title":"fontSizeTabletDisplayLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaylarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyMedium":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodymedium","title":"fontSizeMobileBodyMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingMedium":{"kind":"symbol","title":"fontParagraphSpacingMobileHeadingMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingmedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeSmall":{"kind":"symbol","title":"fontLineHeightMobileCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodesmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"required":true,"title":"fontSizeMobileHeadingLarge","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"kind":"symbol","type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"ElevationSemanticTokens"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"elevations"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"text":",","type":"text"},{"type":"text","text":" "},{"type":"codeVoice","code":"ElevationBlurSemanticToken"},{"type":"text","text":","},{"code":"ElevationSpreadSemanticToken","type":"codeVoice"},{"text":" and ","type":"text"},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"type":"text","text":")"}],"role":"symbol","title":"ElevationSemanticTokens","url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyMedium":{"title":"fontLineHeightMobileBodyMedium","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodymedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayMedium":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaymedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingMobileDisplayMedium","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamily":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamily","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamily"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilyRawToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","role":"symbol","kind":"symbol","required":true,"title":"fontFamily","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeSmall":{"role":"symbol","abstract":[],"required":true,"title":"fontSizeMobileCodeSmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodesmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayMedium":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaymedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightMobileDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingLarge":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadinglarge","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","abstract":[],"title":"fontParagraphSpacingMobileHeadingLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingsmall","title":"fontParagraphSpacingTabletHeadingSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayMedium":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaymedium","title":"fontParagraphSpacingTabletDisplayMedium","required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingxlarge","title":"fontLineHeightTabletHeadingXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabellarge","title":"fontParagraphSpacingLabelLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplaySmall":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaysmall","abstract":[],"required":true,"role":"symbol","title":"fontLineHeightMobileDisplaySmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeSmall":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall","abstract":[],"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeCodeSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodesmall","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyCode":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilycode","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode","title":"fontFamilyCode","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyCode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyMedium":{"kind":"symbol","title":"fontLineHeightTabletBodyMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodymedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingLarge":{"title":"fontLineHeightMobileHeadingLarge","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyDefault":{"role":"symbol","title":"fontWeightBodyDefault","kind":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodydefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelStrong":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabelstrong","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong","kind":"symbol","title":"fontWeightLabelStrong","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelStrong"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodysmall","abstract":[],"role":"symbol","title":"fontLineHeightTabletBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelMedium":{"title":"fontLineHeightLabelMedium","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingXLarge":{"kind":"symbol","title":"fontParagraphSpacingTabletHeadingXLarge","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingxlarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodySmall":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodysmall","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall","required":true,"title":"fontParagraphSpacingTabletBodySmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplaySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaysmall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","title":"fontParagraphSpacingTabletDisplaySmall","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingSmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingsmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall","title":"fontLineHeightTabletHeadingSmall","kind":"symbol","role":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodySmall":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","role":"symbol","title":"fontSizeMobileBodySmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodysmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium","title":"fontLineHeightTabletCodeMedium","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodemedium","type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"text":"borders","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"BorderStyleSemanticToken"},{"text":" a theme must have.","type":"text"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"BorderSemanticTokens"}],"title":"BorderSemanticTokens","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"BorderSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeSmall":{"abstract":[],"required":true,"kind":"symbol","role":"symbol","title":"fontParagraphSpacingTabletCodeSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodesmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabellarge","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge","type":"topic","title":"fontSizeLabelLarge","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeSmall":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightTabletCodeSmall","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodesmall","type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyLarge":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodylarge","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","title":"fontLineHeightTabletBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayLarge":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaylarge","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","abstract":[],"title":"fontParagraphSpacingMobileDisplayLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeMedium":{"required":true,"type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium","title":"fontParagraphSpacingMobileCodeMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodemedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyBody":{"kind":"symbol","title":"fontFamilyBody","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilybody","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyMedium":{"type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","kind":"symbol","title":"fontParagraphSpacingTabletBodyMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodymedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayLarge":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"fontSizeMobileDisplayLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaylarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayMedium":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaymedium","title":"fontSizeTabletDisplayMedium","required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"spacing","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SpacingSemanticToken"},{"type":"text","text":" a theme must have."}],"role":"symbol","title":"SpacingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SpacingSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeMedium":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium","title":"fontParagraphSpacingCodeMedium","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodemedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayLarge":{"title":"fontParagraphSpacingTabletDisplayLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaylarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"title":"DimensionSemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","navigatorTitle":[{"text":"DimensionSemanticTokens","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"type":"topic","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"dimensions"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightHeading":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightheading","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightHeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"title":"fontWeightHeading","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyLarge":{"title":"fontSizeTabletBodyLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodylarge","required":true,"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeMedium":{"kind":"symbol","title":"fontLineHeightCodeMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodemedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaysmall","title":"fontSizeMobileDisplaySmall","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeMobileHeadingMedium","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingmedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeMedium":{"kind":"symbol","title":"fontParagraphSpacingTabletCodeMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodemedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"opacity."}]},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"code":"OpacitySemanticToken","type":"codeVoice"},{"type":"text","text":" a theme must have."}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"OpacitySemanticTokens"}],"navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayLarge":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaylarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileDisplayLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightCode":{"kind":"symbol","title":"fontWeightCode","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightcode","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelmedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","title":"fontSizeLabelMedium","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeMedium":{"kind":"symbol","title":"fontSizeMobileCodeMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodemedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingsmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"kind":"symbol","title":"fontParagraphSpacingMobileHeadingSmall","required":true,"role":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeSmall":{"kind":"symbol","title":"fontParagraphSpacingCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodesmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium","abstract":[],"title":"fontSizeTabletHeadingMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingmedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingXLarge":{"kind":"symbol","title":"fontParagraphSpacingMobileHeadingXLarge","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingxlarge","required":true}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic"]]},"metadata":{"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"protocol","title":"TypographySemanticTokens","roleHeading":"Protocol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}]},"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"inlineContent":[{"text":"typography","type":"text"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"text":" ","type":"text"},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"code":"TypographyFontSizeSemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"},"topicSections":[{"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong"],"title":"Instance Properties"}],"seeAlsoSections":[{"generated":true,"identifiers":["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens"],"title":"Group"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayLarge":{"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaylarge","title":"fontParagraphSpacingMobileDisplayLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelmedium","title":"fontLineHeightLabelMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelLarge":{"kind":"symbol","title":"fontLineHeightLabelLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","abstract":[],"required":true,"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabellarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayLarge":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaylarge","type":"topic","role":"symbol","title":"fontSizeMobileDisplayLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayLarge":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge","title":"fontLineHeightMobileDisplayLarge","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaylarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightHeading":{"title":"fontWeightHeading","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightheading","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodySmall":{"title":"fontLineHeightMobileBodySmall","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodysmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaymedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium","type":"topic","required":true,"title":"fontSizeTabletDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","required":true,"title":"fontParagraphSpacingTabletDisplaySmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyBody":{"title":"fontFamilyBody","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilybody","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyStrong":{"title":"fontWeightBodyStrong","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodystrong","role":"symbol","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeMedium":{"abstract":[],"kind":"symbol","title":"fontSizeTabletCodeMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodemedium","type":"topic","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeMedium":{"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodemedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"title":"fontLineHeightCodeMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeSmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodesmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall","abstract":[],"required":true,"title":"fontLineHeightTabletCodeSmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightDisplay":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightdisplay","title":"fontWeightDisplay","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightDisplay"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeSmall":{"title":"fontSizeTabletCodeSmall","kind":"symbol","type":"topic","role":"symbol","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodesmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingxlarge","title":"fontLineHeightMobileHeadingXLarge","abstract":[],"required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodysmall","title":"fontSizeMobileBodySmall","role":"symbol","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileDisplayMedium","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaymedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeMedium":{"title":"fontSizeCodeMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodemedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingSmall":{"role":"symbol","title":"fontLineHeightTabletHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingsmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeSmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodesmall","title":"fontSizeCodeSmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyHeading":{"title":"fontFamilyHeading","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilyheading","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyHeading"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"type":"topic","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeMedium":{"type":"topic","required":true,"role":"symbol","title":"fontParagraphSpacingMobileCodeMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplaySmall":{"role":"symbol","title":"fontLineHeightMobileDisplaySmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaysmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplaySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeSmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodesmall","title":"fontParagraphSpacingMobileCodeSmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyCode":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode","abstract":[],"type":"topic","kind":"symbol","title":"fontFamilyCode","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilycode","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyCode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayLarge":{"abstract":[],"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaylarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge","title":"fontParagraphSpacingTabletDisplayLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodylarge","title":"fontSizeTabletBodyLarge","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodyLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingMedium":{"abstract":[],"required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium","kind":"symbol","title":"fontSizeMobileHeadingMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodymedium","title":"fontParagraphSpacingMobileBodyMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodymedium","kind":"symbol","required":true,"title":"fontSizeTabletBodyMedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingXLarge":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"type":"topic","title":"fontParagraphSpacingMobileHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingxlarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge","abstract":[],"role":"symbol","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplaySmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaysmall","title":"fontLineHeightTabletDisplaySmall","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadinglarge","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge","title":"fontSizeMobileHeadingLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodemedium","title":"fontLineHeightTabletCodeMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeSmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodesmall","title":"fontParagraphSpacingTabletCodeSmall","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamily":{"title":"fontFamily","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamily"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamily","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodymedium","title":"fontSizeMobileBodyMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyMedium":{"kind":"symbol","required":true,"role":"symbol","title":"fontLineHeightTabletBodyMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodymedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelXLarge":{"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelxlarge","type":"topic","title":"fontParagraphSpacingLabelXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingmedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","title":"fontLineHeightTabletHeadingMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyLarge":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","title":"fontParagraphSpacingTabletBodyLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodylarge","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyDisplay":{"type":"topic","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilydisplay","required":true,"title":"fontFamilyDisplay","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingXLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingxlarge","title":"fontSizeTabletHeadingXLarge","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/GridSemanticTokens":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/gridsemantictokens","title":"GridSemanticTokens","role":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"GridSemanticTokens"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/GridSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"grids"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"GridSemanticToken"},{"type":"text","text":" a theme must have."}],"navigatorTitle":[{"text":"GridSemanticTokens","kind":"identifier"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelStrong":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabelstrong","title":"fontWeightLabelStrong","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelStrong"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingLarge":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge","required":true,"title":"fontParagraphSpacingTabletHeadingLarge","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadinglarge","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/BorderSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/BorderSemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"borders"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"BorderWidthSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"BorderRadiusSemanticToken"},{"type":"text","text":" and "},{"code":"BorderStyleSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"BorderSemanticTokens","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"text":"BorderSemanticTokens","kind":"identifier"}],"title":"BorderSemanticTokens","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/bordersemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplaySmall":{"role":"symbol","type":"topic","abstract":[],"required":true,"title":"fontSizeMobileDisplaySmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayMedium":{"kind":"symbol","title":"fontLineHeightTabletDisplayMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaymedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall","type":"topic","title":"fontLineHeightMobileHeadingSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingsmall","abstract":[],"role":"symbol","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodymedium","title":"fontLineHeightMobileBodyMedium","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodySmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodysmall","title":"fontParagraphSpacingMobileBodySmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelSmall":{"abstract":[],"kind":"symbol","title":"fontLineHeightLabelSmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelsmall","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingXLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingxlarge","title":"fontLineHeightTabletHeadingXLarge","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeSmall":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodesmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"required":true,"title":"fontLineHeightMobileCodeSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadinglarge","title":"fontSizeTabletHeadingLarge","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/OpacitySemanticTokens":{"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"opacity."}],"type":"strong"},{"text":" ","type":"text"},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"OpacitySemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"OpacitySemanticTokens"}],"url":"\/documentation\/oudstokenssemantic\/opacitysemantictokens","title":"OpacitySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/OpacitySemanticTokens","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"OpacitySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingMedium":{"role":"symbol","abstract":[],"type":"topic","kind":"symbol","title":"fontParagraphSpacingMobileHeadingMedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplaySmall":{"kind":"symbol","title":"fontSizeTabletDisplaySmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall","abstract":[],"required":true,"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplaySmall":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall","title":"fontParagraphSpacingMobileDisplaySmall","abstract":[],"required":true,"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingMedium":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingmedium","title":"fontParagraphSpacingTabletHeadingMedium","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletCodeMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodemedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingCodeMedium","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelSmall":{"role":"symbol","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelsmall","title":"fontParagraphSpacingLabelSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelSmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyLabel":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyLabel"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilylabel","required":true,"title":"fontFamilyLabel","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingLarge":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadinglarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","type":"topic","required":true,"kind":"symbol","title":"fontParagraphSpacingMobileHeadingLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodySmall":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall","title":"fontLineHeightTabletBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayLarge":{"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaylarge","role":"symbol","abstract":[],"title":"fontSizeTabletDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingSmall":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingsmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeSmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodesmall","kind":"symbol","role":"symbol","abstract":[],"title":"fontLineHeightCodeSmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/DimensionSemanticTokens":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/DimensionSemanticTokens","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"DimensionSemanticTokens"}],"abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"dimensions"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"DimensionSemanticToken"},{"type":"text","text":" a theme must have."}],"type":"topic","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"DimensionSemanticTokens"}],"title":"DimensionSemanticTokens","url":"\/documentation\/oudstokenssemantic\/dimensionsemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeSmall":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingCodeSmall","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodesmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayMedium":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingMobileDisplayMedium","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaymedium","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingXLarge":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"required":true,"type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"fontSizeMobileHeadingXLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingxlarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyLarge":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodylarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge","kind":"symbol","role":"symbol","type":"topic","title":"fontParagraphSpacingMobileBodyLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelXLarge":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelxlarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge","title":"fontLineHeightLabelXLarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletBodyMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodymedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingXLarge":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","kind":"symbol","type":"topic","title":"fontParagraphSpacingTabletHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingxlarge","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingLarge":{"abstract":[],"required":true,"title":"fontLineHeightMobileHeadingLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadinglarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelSmall":{"title":"fontSizeLabelSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelsmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall","type":"topic","kind":"symbol","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaymedium","title":"fontSizeMobileDisplayMedium","abstract":[],"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ElevationSemanticTokens":{"type":"topic","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"elevations","type":"text"}]},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"It defines all elevation semantic tokens a theme must have. ("},{"type":"codeVoice","code":"ElevationZIndexSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationXSemanticToken"},{"type":"text","text":","},{"type":"codeVoice","code":"ElevationYSemanticToken"},{"type":"text","text":","},{"text":" ","type":"text"},{"code":"ElevationBlurSemanticToken","type":"codeVoice"},{"text":",","type":"text"},{"type":"codeVoice","code":"ElevationSpreadSemanticToken"},{"type":"text","text":" and "},{"code":"ElevationColorSemanticToken","type":"codeVoice"},{"text":")","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/elevationsemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ElevationSemanticTokens","title":"ElevationSemanticTokens","kind":"symbol","role":"symbol","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"ElevationSemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"ElevationSemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingSmall":{"type":"topic","kind":"symbol","title":"fontSizeMobileHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingsmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyLarge":{"role":"symbol","title":"fontLineHeightMobileBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge","abstract":[],"kind":"symbol","required":true,"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodylarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelMedium":{"type":"topic","kind":"symbol","title":"fontSizeLabelMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelmedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyDefault":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodydefault","title":"fontWeightBodyDefault","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingLabelMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelmedium","kind":"symbol","role":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletDisplayMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaymedium","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyLarge":{"type":"topic","kind":"symbol","title":"fontSizeMobileBodyLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodylarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodySmall":{"title":"fontParagraphSpacingTabletBodySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodysmall","kind":"symbol","abstract":[],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelXLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelxlarge","kind":"symbol","title":"fontSizeLabelXLarge","required":true,"type":"topic","abstract":[],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayLarge":{"required":true,"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaylarge","title":"fontLineHeightTabletDisplayLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SizingSemanticTokens":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SizingSemanticTokens","navigatorTitle":[{"kind":"identifier","text":"SizingSemanticTokens"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SizingSemanticTokens","kind":"identifier"}],"kind":"symbol","role":"symbol","title":"SizingSemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"type":"text","text":"sizing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"type":"codeVoice","code":"SizingSemanticToken"},{"text":" a theme must have.","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/sizingsemantictokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodySmall":{"type":"topic","kind":"symbol","title":"fontSizeTabletBodySmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodysmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/SpacingSemanticTokens":{"navigatorTitle":[{"kind":"identifier","text":"SpacingSemanticTokens"}],"role":"symbol","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"type":"strong","inlineContent":[{"type":"text","text":"spacing"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all "},{"code":"SpacingSemanticToken","type":"codeVoice"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/SpacingSemanticTokens","url":"\/documentation\/oudstokenssemantic\/spacingsemantictokens","title":"SpacingSemanticTokens","kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SpacingSemanticTokens"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingSmall":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"title":"fontSizeTabletHeadingSmall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingsmall","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingMedium":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium","title":"fontLineHeightMobileHeadingMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyLarge":{"type":"topic","kind":"symbol","title":"fontLineHeightTabletBodyLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodylarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingMedium":{"title":"fontSizeTabletHeadingMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingmedium","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium","role":"symbol","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadinglarge","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge","abstract":[],"required":true,"title":"fontLineHeightTabletHeadingLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightCode":{"kind":"symbol","title":"fontWeightCode","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightcode","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightCode","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/ColorSemanticTokens":{"navigatorTitle":[{"text":"ColorSemanticTokens","kind":"identifier"}],"url":"\/documentation\/oudstokenssemantic\/colorsemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ColorSemanticTokens","kind":"identifier"}],"abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"text":"colors","type":"text"}],"type":"strong"},{"text":".","type":"text"},{"text":" ","type":"text"},{"text":"It defines all ","type":"text"},{"type":"codeVoice","code":"ColorSemanticToken"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"ColorAliasSemanticToken"},{"text":" a theme must have.","type":"text"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/ColorSemanticTokens","kind":"symbol","role":"symbol","title":"ColorSemanticTokens","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelDefault":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabeldefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightLabelDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"title":"fontWeightLabelDefault","role":"symbol","required":true,"kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingSmall":{"kind":"symbol","required":true,"title":"fontParagraphSpacingMobileHeadingSmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingsmall","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeSmall":{"type":"topic","kind":"symbol","title":"fontSizeMobileCodeSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodesmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabellarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge","kind":"symbol","required":true,"role":"symbol","title":"fontParagraphSpacingLabelLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeMedium":{"type":"topic","kind":"symbol","title":"fontLineHeightMobileCodeMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodemedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelLarge":{"type":"topic","kind":"symbol","title":"fontSizeLabelLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabellarge","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeMedium":{"kind":"symbol","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodemedium","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium","title":"fontSizeMobileCodeMedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamily.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamily.json index 440908a66..08050c7c4 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamily.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamily.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamily"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamily","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP10fontFamilySSvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","required":true,"title":"fontFamily"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamily","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","interfaceLanguage":"swift"},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamily":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamily","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamily"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilyRawToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","role":"symbol","kind":"symbol","required":true,"title":"fontFamily","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamily"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP10fontFamilySSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamily","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontFamilyRawToken","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","required":true,"title":"fontFamily"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamily","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilyRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamily":{"title":"fontFamily","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamily","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamily"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilyRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw020TypographyFontFamilyB5Tokena"}],"role":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamily","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilybody.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilybody.json index 15901df33..feabf3d71 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilybody.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilybody.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"fontFamilyBody","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP14fontFamilyBodySSvp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilybody"]}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyBody":{"kind":"symbol","title":"fontFamilyBody","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilybody","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","title":"TypographyFontFamilySemanticToken","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}]}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"role":"symbol","title":"fontFamilyBody","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP14fontFamilyBodySSvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyBody"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilybody"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","title":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyBody":{"title":"fontFamilyBody","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyBody","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilybody","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyBody","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilycode.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilycode.json index de7e0df30..3fd9807a8 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilycode.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilycode.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilycode"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","text":"TypographyFontFamilySemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode"},"metadata":{"roleHeading":"Instance Property","title":"fontFamilyCode","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP14fontFamilyCodeSSvp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyCode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","title":"TypographyFontFamilySemanticToken","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyCode":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilycode","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode","title":"fontFamilyCode","role":"symbol","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyCode"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","symbolKind":"property","title":"fontFamilyCode","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP14fontFamilyCodeSSvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyCode","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilycode"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyCode","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyCode":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyCode","abstract":[],"type":"topic","kind":"symbol","title":"fontFamilyCode","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilycode","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyCode"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","title":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilydisplay.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilydisplay.json index e7b1a4774..65c00b6be 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilydisplay.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilydisplay.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyDisplay","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilydisplay"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontFamilyDisplaySSvp","role":"symbol","title":"fontFamilyDisplay","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"required":true},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","title":"TypographyFontFamilySemanticToken","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyDisplay":{"abstract":[],"title":"fontFamilyDisplay","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilydisplay","role":"symbol","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay","type":"topic","required":true}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyDisplay"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontFamilyDisplaySSvp","title":"fontFamilyDisplay","symbolKind":"property","roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilydisplay"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyDisplay":{"type":"topic","abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilydisplay","required":true,"title":"fontFamilyDisplay","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyDisplay","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontFamilyDisplay","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","title":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilyheading.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilyheading.json index 769103176..51714d68a 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilyheading.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilyheading.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"role":"symbol","required":true,"symbolKind":"property","roleHeading":"Instance Property","title":"fontFamilyHeading","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyHeading"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontFamilyHeadingSSvp"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilyheading"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","title":"TypographyFontFamilySemanticToken","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyHeading":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilyheading","title":"fontFamilyHeading","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading"}}} \ No newline at end of file +{"metadata":{"title":"fontFamilyHeading","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontFamilyHeading"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"roleHeading":"Instance Property","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontFamilyHeadingSSvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilyheading"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyHeading","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyHeading":{"title":"fontFamilyHeading","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilyheading","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyHeading"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","text":"TypographyFontFamilySemanticToken"}],"type":"topic","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyHeading"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","title":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilylabel.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilylabel.json index b7e513240..62563d7f6 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilylabel.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontfamilylabel.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"roleHeading":"Instance Property","title":"fontFamilyLabel","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP15fontFamilyLabelSSvp"},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilylabel"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyLabel":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilylabel","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyLabel","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"}],"abstract":[],"title":"fontFamilyLabel","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","title":"TypographyFontFamilySemanticToken","navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontFamilySemanticToken"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontFamilyLabel","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier","text":"TypographyFontFamilySemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP15fontFamilyLabelSSvp","title":"fontFamilyLabel"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyLabel"},{"text":": ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilylabel"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontFamilyLabel":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontFamilyLabel"},{"kind":"text","text":": "},{"text":"TypographyFontFamilySemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontFamilyB5Tokena","kind":"typeIdentifier"}],"type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontfamilylabel","required":true,"title":"fontFamilyLabel","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontFamilyLabel"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontFamilySemanticToken":{"navigatorTitle":[{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}],"type":"topic","abstract":[{"text":"The global design system tools uses verbs of semantic token for font family, which is basically a raw token for font family","type":"text"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographyfontfamilysemantictoken","title":"TypographyFontFamilySemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontFamilySemanticToken","fragments":[{"kind":"keyword","text":"typealias"},{"text":" ","kind":"text"},{"text":"TypographyFontFamilySemanticToken","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodemedium.json index c69690583..e48d48525 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodemedium.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodemedium"]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","required":true,"role":"symbol","title":"fontLineHeightCodeMedium","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontLineHeightCodeMediumSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeMedium":{"kind":"symbol","title":"fontLineHeightCodeMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodemedium","required":true}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontLineHeightCodeMediumSivp","roleHeading":"Instance Property","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightCodeMedium"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodemedium"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeMedium":{"type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodemedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"title":"fontLineHeightCodeMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodesmall.json index 1f90c507f..5550153ab 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightcodesmall.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","required":true,"title":"fontLineHeightCodeSmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontLineHeightCodeSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodesmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeSmall":{"type":"topic","abstract":[],"role":"symbol","required":true,"title":"fontLineHeightCodeSmall","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodesmall"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightCodeSmall"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightCodeSmall","required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontLineHeightCodeSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodesmall"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightCodeSmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightcodesmall","kind":"symbol","role":"symbol","abstract":[],"title":"fontLineHeightCodeSmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightCodeSmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabellarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabellarge.json index 96396604d..c4a0a77ca 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabellarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabellarge.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabellarge"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontLineHeightLabelLargeSivp","role":"symbol","required":true,"title":"fontLineHeightLabelLarge","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelLarge":{"type":"topic","abstract":[],"required":true,"title":"fontLineHeightLabelLarge","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabellarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"fontLineHeightLabelLarge","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontLineHeightLabelLargeSivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabellarge"]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelLarge":{"kind":"symbol","title":"fontLineHeightLabelLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelLarge","abstract":[],"required":true,"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabellarge"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelmedium.json index 9eeafbe77..5b9d2ae53 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelmedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"title":"fontLineHeightLabelMedium","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP25fontLineHeightLabelMediumSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelMedium":{"title":"fontLineHeightLabelMedium","required":true,"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP25fontLineHeightLabelMediumSivp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightLabelMedium","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelmedium"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelmedium","title":"fontLineHeightLabelMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelsmall.json index 96d18574d..faea7ba31 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelsmall.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontLineHeightLabelSmallSivp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"fontLineHeightLabelSmall","roleHeading":"Instance Property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelSmall":{"abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall","type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelsmall","title":"fontLineHeightLabelSmall","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall"},"metadata":{"title":"fontLineHeightLabelSmall","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontLineHeightLabelSmallSivp"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelSmall"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelsmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelSmall":{"abstract":[],"kind":"symbol","title":"fontLineHeightLabelSmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelsmall","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelxlarge.json index afa69c689..9e79a274f 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightlabelxlarge.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP25fontLineHeightLabelXLargeSivp","required":true,"symbolKind":"property","title":"fontLineHeightLabelXLarge","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelXLarge"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelxlarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelXLarge":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge","required":true,"title":"fontLineHeightLabelXLarge","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelxlarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightLabelXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightLabelXLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP25fontLineHeightLabelXLargeSivp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","role":"symbol","title":"fontLineHeightLabelXLarge"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelxlarge"]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightLabelXLarge":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightLabelXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"abstract":[],"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightlabelxlarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightLabelXLarge","title":"fontLineHeightLabelXLarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodylarge.json index 4c2ebf073..ebc9bfe60 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodylarge.json @@ -1 +1 @@ -{"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightMobileBodyLargeSivp","title":"fontLineHeightMobileBodyLarge","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}]},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyLarge":{"required":true,"type":"topic","abstract":[],"title":"fontLineHeightMobileBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodylarge","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodylarge"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","role":"symbol","title":"fontLineHeightMobileBodyLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightMobileBodyLargeSivp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyLarge":{"role":"symbol","title":"fontLineHeightMobileBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyLarge","abstract":[],"kind":"symbol","required":true,"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodylarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodymedium.json index f38e64535..a89274120 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodymedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","title":"fontLineHeightMobileBodyMedium","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightMobileBodyMediumSivp"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodymedium"]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyMedium":{"title":"fontLineHeightMobileBodyMedium","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodymedium"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightMobileBodyMediumSivp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"fontLineHeightMobileBodyMedium","required":true,"roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodyMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodymedium","title":"fontLineHeightMobileBodyMedium","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodysmall.json index eb67ce6b0..ebb00f5ed 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilebodysmall.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodysmall"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightMobileBodySmallSivp","required":true,"role":"symbol","title":"fontLineHeightMobileBodySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodySmall":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodysmall","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall","kind":"symbol","title":"fontLineHeightMobileBodySmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileBodySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightMobileBodySmallSivp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"fontLineHeightMobileBodySmall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodysmall"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileBodySmall":{"title":"fontLineHeightMobileBodySmall","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileBodySmall","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilebodysmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodemedium.json index c812fd872..122d4845e 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodemedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium","interfaceLanguage":"swift"},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightMobileCodeMediumSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightMobileCodeMedium"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodemedium","abstract":[],"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium","required":true,"title":"fontLineHeightMobileCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"fontLineHeightMobileCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"required":true,"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightMobileCodeMediumSivp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodemedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeMedium":{"type":"topic","kind":"symbol","title":"fontLineHeightMobileCodeMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodemedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeMedium","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodesmall.json index 020ecfa03..9cdfecd7e 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobilecodesmall.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodesmall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall"},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","title":"fontLineHeightMobileCodeSmall","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightMobileCodeSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeSmall":{"kind":"symbol","title":"fontLineHeightMobileCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodesmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall","interfaceLanguage":"swift"},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightMobileCodeSmall","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightMobileCodeSmallSivp","required":true,"role":"symbol"},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileCodeSmall":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileCodeSmall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobilecodesmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"required":true,"title":"fontLineHeightMobileCodeSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaylarge.json index 13816acd0..97fe7894a 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaylarge.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge","interfaceLanguage":"swift"},"metadata":{"roleHeading":"Instance Property","required":true,"role":"symbol","title":"fontLineHeightMobileDisplayLarge","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileDisplayLargeSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayLarge":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaylarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileDisplayLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileDisplayLargeSivp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayLarge"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"fontLineHeightMobileDisplayLarge"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaylarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayLarge":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayLarge","title":"fontLineHeightMobileDisplayLarge","required":true,"abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaylarge","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaymedium.json index e00f4e450..92b683938 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaymedium.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaymedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium","interfaceLanguage":"swift"},"metadata":{"required":true,"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightMobileDisplayMediumSivp","symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightMobileDisplayMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayMedium":{"abstract":[],"type":"topic","required":true,"kind":"symbol","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaymedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightMobileDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightMobileDisplayMedium","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightMobileDisplayMediumSivp","role":"symbol","required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaymedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplayMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplayMedium","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileDisplayMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightMobileDisplayMedium","type":"topic","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaymedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaysmall.json index 4cb1159ca..44a4e91c0 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobiledisplaysmall.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileDisplaySmallSivp","role":"symbol","required":true,"title":"fontLineHeightMobileDisplaySmall","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplaySmall"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaysmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplaySmall":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaysmall","abstract":[],"required":true,"role":"symbol","title":"fontLineHeightMobileDisplaySmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"fontLineHeightMobileDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileDisplaySmallSivp"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileDisplaySmall":{"role":"symbol","title":"fontLineHeightMobileDisplaySmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobiledisplaysmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileDisplaySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadinglarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadinglarge.json index 75d9daf58..2165129ae 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadinglarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadinglarge.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadinglarge"]}],"metadata":{"title":"fontLineHeightMobileHeadingLarge","roleHeading":"Instance Property","required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileHeadingLargeSivp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingLarge":{"title":"fontLineHeightMobileHeadingLarge","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadinglarge"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileHeadingLargeSivp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"fontLineHeightMobileHeadingLarge","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingLarge":{"abstract":[],"required":true,"title":"fontLineHeightMobileHeadingLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadinglarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingLarge","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingmedium.json index 0a5fe9e71..5e7406a23 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingmedium.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium"},"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"required":true,"roleHeading":"Instance Property","title":"fontLineHeightMobileHeadingMedium","role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightMobileHeadingMediumSivp","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium","title":"fontLineHeightMobileHeadingMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingmedium","type":"topic","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"title":"fontLineHeightMobileHeadingMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightMobileHeadingMediumSivp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingmedium"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingMedium":{"abstract":[],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingMedium","title":"fontLineHeightMobileHeadingMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingmedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingsmall.json index 8f4e2ea80..43753084c 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingsmall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"required":true,"title":"fontLineHeightMobileHeadingSmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileHeadingSmallSivp","role":"symbol","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingsmall"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingSmall":{"type":"topic","title":"fontLineHeightMobileHeadingSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingsmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"kind":"symbol","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall"},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","symbolKind":"property","title":"fontLineHeightMobileHeadingSmall","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightMobileHeadingSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingSmall","type":"topic","title":"fontLineHeightMobileHeadingSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingsmall","abstract":[],"role":"symbol","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingxlarge.json index b3cc54d39..9ead4ef45 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheightmobileheadingxlarge.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightMobileHeadingXLargeSivp","title":"fontLineHeightMobileHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"required":true},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightMobileHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","title":"fontLineHeightMobileHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingxlarge","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightMobileHeadingXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"fontLineHeightMobileHeadingXLarge","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightMobileHeadingXLargeSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"url":"\/documentation\/oudstokenssemantic","title":"OUDSTokensSemantic","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used mainly for "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","title":"TypographySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"type":"text","text":"("},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"code":"TypographyFontSizeSemanticToken","type":"codeVoice"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightMobileHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheightmobileheadingxlarge","title":"fontLineHeightMobileHeadingXLarge","abstract":[],"required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightMobileHeadingXLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodylarge.json index c9fb59f0f..dbf85dbcc 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodylarge.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyLarge"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightTabletBodyLargeSivp","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightTabletBodyLarge"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyLarge":{"required":true,"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodylarge","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"type":"topic","title":"fontLineHeightTabletBodyLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyLarge"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodylarge"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","title":"fontLineHeightTabletBodyLarge","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightTabletBodyLargeSivp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletBodyLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyLarge":{"type":"topic","kind":"symbol","title":"fontLineHeightTabletBodyLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodylarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodymedium.json index f005d47b1..913a4a816 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodymedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightTabletBodyMediumSivp","title":"fontLineHeightTabletBodyMedium","symbolKind":"property","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyMedium":{"kind":"symbol","title":"fontLineHeightTabletBodyMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodymedium","required":true}}} \ No newline at end of file +{"metadata":{"required":true,"title":"fontLineHeightTabletBodyMedium","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightTabletBodyMediumSivp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodymedium"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodyMedium":{"kind":"symbol","required":true,"role":"symbol","title":"fontLineHeightTabletBodyMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodyMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodymedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodysmall.json index ce03aa9a7..0aa85acc1 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletbodysmall.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodysmall"]}],"metadata":{"role":"symbol","title":"fontLineHeightTabletBodySmall","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightTabletBodySmallSivp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodysmall","abstract":[],"role":"symbol","title":"fontLineHeightTabletBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletBodySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","type":"topic","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodysmall"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightTabletBodySmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightTabletBodySmallSivp","roleHeading":"Instance Property","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"symbolKind":"property"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletBodySmall":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletBodySmall","title":"fontLineHeightTabletBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","abstract":[],"type":"topic","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletbodysmall"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodemedium.json index 1b52424c8..aeaac7986 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodemedium.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodemedium"]}],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightTabletCodeMediumSivp","symbolKind":"property","title":"fontLineHeightTabletCodeMedium","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium","title":"fontLineHeightTabletCodeMedium","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"required":true,"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodemedium","type":"topic","kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletCodeMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium","interfaceLanguage":"swift"},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontLineHeightTabletCodeMediumSivp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"role":"symbol","required":true,"title":"fontLineHeightTabletCodeMedium","roleHeading":"Instance Property"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodemedium","title":"fontLineHeightTabletCodeMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodesmall.json index 3e86c12ce..0198f9725 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletcodesmall.json @@ -1 +1 @@ -{"metadata":{"title":"fontLineHeightTabletCodeSmall","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightTabletCodeSmallSivp","required":true},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeSmall":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"title":"fontLineHeightTabletCodeSmall","kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodesmall","type":"topic","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontLineHeightTabletCodeSmallSivp","title":"fontLineHeightTabletCodeSmall","role":"symbol"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodesmall"]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletCodeSmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletcodesmall","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletCodeSmall","abstract":[],"required":true,"title":"fontLineHeightTabletCodeSmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaylarge.json index aaa42c40b..0ffdca7a5 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaylarge.json @@ -1 +1 @@ -{"metadata":{"title":"fontLineHeightTabletDisplayLarge","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletDisplayLargeSivp"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayLarge":{"abstract":[],"required":true,"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaylarge","title":"fontLineHeightTabletDisplayLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplayLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaylarge"]}],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletDisplayLargeSivp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"title":"fontLineHeightTabletDisplayLarge"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayLarge":{"required":true,"kind":"symbol","abstract":[],"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaylarge","title":"fontLineHeightTabletDisplayLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaymedium.json index 3e8311ef4..9c5b69a10 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaymedium.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightTabletDisplayMediumSivp","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightTabletDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","symbolKind":"property","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayMedium":{"abstract":[],"kind":"symbol","type":"topic","title":"fontLineHeightTabletDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaymedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"title":"fontLineHeightTabletDisplayMedium","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightTabletDisplayMediumSivp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaymedium"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplayMedium":{"kind":"symbol","title":"fontLineHeightTabletDisplayMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplayMedium","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaymedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaysmall.json index 708977c4d..b49416f59 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletdisplaysmall.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightTabletDisplaySmall","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletDisplaySmallSivp","required":true,"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaysmall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall"},"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall","type":"topic","kind":"symbol","title":"fontLineHeightTabletDisplaySmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaysmall","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletDisplaySmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightTabletDisplaySmall","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletDisplaySmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletdisplaysmall","title":"fontLineHeightTabletDisplaySmall","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletDisplaySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletDisplaySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadinglarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadinglarge.json index 82bff58b7..3a4abe001 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadinglarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadinglarge.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge","interfaceLanguage":"swift"},"metadata":{"title":"fontLineHeightTabletHeadingLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletHeadingLargeSivp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadinglarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingLarge":{"title":"fontLineHeightTabletHeadingLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"abstract":[],"kind":"symbol","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletHeadingLargeSivp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"title":"fontLineHeightTabletHeadingLarge"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadinglarge","role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingLarge","abstract":[],"required":true,"title":"fontLineHeightTabletHeadingLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingmedium.json index 6630099dd..5d83b7760 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingmedium.json @@ -1 +1 @@ -{"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightTabletHeadingMediumSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"fontLineHeightTabletHeadingMedium"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingmedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingmedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"required":true,"kind":"symbol","role":"symbol","title":"fontLineHeightTabletHeadingMedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingmedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium","interfaceLanguage":"swift"},"sections":[],"metadata":{"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightTabletHeadingMediumSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"title":"fontLineHeightTabletHeadingMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingmedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","title":"fontLineHeightTabletHeadingMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingMedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingsmall.json index 00e526819..91d7958bd 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingsmall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingsmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"symbolKind":"property","title":"fontLineHeightTabletHeadingSmall","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletHeadingSmallSivp","role":"symbol","required":true,"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingSmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingsmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall","title":"fontLineHeightTabletHeadingSmall","kind":"symbol","role":"symbol","required":true,"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightTabletHeadingSmall","role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP32fontLineHeightTabletHeadingSmallSivp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingsmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingSmall":{"role":"symbol","title":"fontLineHeightTabletHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingsmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingxlarge.json index 0bc92993c..1160ddd15 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontlineheighttabletheadingxlarge.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge"},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","title":"fontLineHeightTabletHeadingXLarge","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontLineHeightTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightTabletHeadingXLargeSivp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"type":"topic","title":"TypographyFontLineHeightSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingXLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingxlarge","title":"fontLineHeightTabletHeadingXLarge"}}} \ No newline at end of file +{"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP33fontLineHeightTabletHeadingXLargeSivp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontLineHeightTabletHeadingXLarge","required":true,"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena","text":"TypographyFontLineHeightSemanticToken"}]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontLineHeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingxlarge"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontLineHeightSemanticToken":{"kind":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontLineHeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontLineHeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontlineheightsemantictoken","title":"TypographyFontLineHeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font line height, which is basically a raw token for font line height"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontLineHeightSemanticToken","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontLineHeightTabletHeadingXLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontlineheighttabletheadingxlarge","title":"fontLineHeightTabletHeadingXLarge","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontLineHeightTabletHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontLineHeightTabletHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontLineHeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic024TypographyFontLineHeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodemedium.json index b417335bf..3e4d9264d 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodemedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodemedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontParagraphSpacingCodeMediumSivp","roleHeading":"Instance Property","required":true,"title":"fontParagraphSpacingCodeMedium","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeMedium":{"abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium","title":"fontParagraphSpacingCodeMedium","kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodemedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontParagraphSpacingCodeMediumSivp","title":"fontParagraphSpacingCodeMedium","roleHeading":"Instance Property","required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingCodeMedium","kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeMedium","required":true,"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodesmall.json index 707daa144..f3c8b2874 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingcodesmall.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodesmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontParagraphSpacingCodeSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontParagraphSpacingCodeSmall","symbolKind":"property","required":true,"roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeSmall":{"kind":"symbol","title":"fontParagraphSpacingCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodesmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP29fontParagraphSpacingCodeSmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingCodeSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacingCodeSmall","symbolKind":"property","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodesmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingCodeSmall":{"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingCodeSmall","type":"topic","abstract":[],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingcodesmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingCodeSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabellarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabellarge.json index 3a2e3dfec..f3e973338 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabellarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabellarge.json @@ -1 +1 @@ -{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontParagraphSpacingLabelLargeSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"title":"fontParagraphSpacingLabelLarge"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabellarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelLarge":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge","role":"symbol","required":true,"abstract":[],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabellarge","title":"fontParagraphSpacingLabelLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"roleHeading":"Instance Property","title":"fontParagraphSpacingLabelLarge","role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontParagraphSpacingLabelLargeSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabellarge"]}],"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabellarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelLarge","kind":"symbol","required":true,"role":"symbol","title":"fontParagraphSpacingLabelLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"abstract":[],"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelmedium.json index 05858718a..bc9255ef2 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelmedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelmedium"]}],"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP31fontParagraphSpacingLabelMediumSivp","title":"fontParagraphSpacingLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","required":true},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelMedium":{"abstract":[],"title":"fontParagraphSpacingLabelMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","type":"topic","kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelmedium"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP31fontParagraphSpacingLabelMediumSivp","title":"fontParagraphSpacingLabelMedium","role":"symbol","required":true,"roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelMedium","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingLabelMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelmedium","kind":"symbol","role":"symbol","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelsmall.json index 0234e5e8f..62987a394 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelsmall.json @@ -1 +1 @@ -{"sections":[],"kind":"symbol","metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontParagraphSpacingLabelSmallSivp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","roleHeading":"Instance Property","title":"fontParagraphSpacingLabelSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelsmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelSmall":{"role":"symbol","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall","title":"fontParagraphSpacingLabelSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelsmall","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelSmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","required":true,"title":"fontParagraphSpacingLabelSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelSmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP30fontParagraphSpacingLabelSmallSivp","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelSmall":{"role":"symbol","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelSmall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelsmall","title":"fontParagraphSpacingLabelSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelSmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelxlarge.json index aee8080c6..5b07234fc 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacinglabelxlarge.json @@ -1 +1 @@ -{"sections":[],"metadata":{"required":true,"title":"fontParagraphSpacingLabelXLarge","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP31fontParagraphSpacingLabelXLargeSivp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelXLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelxlarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge","title":"fontParagraphSpacingLabelXLarge","required":true,"abstract":[],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingLabelXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingLabelXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontParagraphSpacingLabelXLarge","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP31fontParagraphSpacingLabelXLargeSivp"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingLabelXLarge":{"role":"symbol","kind":"symbol","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingLabelXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacinglabelxlarge","type":"topic","title":"fontParagraphSpacingLabelXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodylarge.json index 07e6f27f7..d1e88a65d 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodylarge.json @@ -1 +1 @@ -{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"metadata":{"title":"fontParagraphSpacingMobileBodyLarge","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingMobileBodyLargeSivp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodylarge"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyLarge":{"title":"fontParagraphSpacingMobileBodyLarge","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge","required":true,"abstract":[],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodylarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"fontParagraphSpacingMobileBodyLarge","symbolKind":"property","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingMobileBodyLargeSivp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyLarge":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodylarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyLarge","kind":"symbol","role":"symbol","type":"topic","title":"fontParagraphSpacingMobileBodyLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodymedium.json index f91581311..063e6e67b 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodymedium.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"required":true,"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingMobileBodyMediumSivp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyMedium":{"required":true,"title":"fontParagraphSpacingMobileBodyMedium","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodymedium"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"required":true,"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileBodyMedium","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingMobileBodyMediumSivp","symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodyMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodymedium","title":"fontParagraphSpacingMobileBodyMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodysmall.json index 12e3f990c..4e7e7f299 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilebodysmall.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodysmall"]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","sections":[],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingMobileBodySmallSivp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"fontParagraphSpacingMobileBodySmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodysmall","abstract":[],"title":"fontParagraphSpacingMobileBodySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodysmall"]}],"sections":[],"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingMobileBodySmallSivp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileBodySmall","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileBodySmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilebodysmall","title":"fontParagraphSpacingMobileBodySmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileBodySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileBodySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodemedium.json index c92d9ba59..84e736b9f 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodemedium.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"required":true,"roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingMobileCodeMedium","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingMobileCodeMediumSivp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeMedium":{"required":true,"type":"topic","abstract":[],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium","title":"fontParagraphSpacingMobileCodeMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodemedium","role":"symbol"}}} \ No newline at end of file +{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"fontParagraphSpacingMobileCodeMedium","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingMobileCodeMediumSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"symbolKind":"property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeMedium":{"type":"topic","required":true,"role":"symbol","title":"fontParagraphSpacingMobileCodeMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodemedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeMedium","kind":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodesmall.json index 168797e14..8df548e6c 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobilecodesmall.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingMobileCodeSmallSivp","required":true,"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileCodeSmall","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeSmall":{"kind":"symbol","title":"fontParagraphSpacingMobileCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodesmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingMobileCodeSmallSivp","required":true,"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileCodeSmall"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileCodeSmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobilecodesmall","title":"fontParagraphSpacingMobileCodeSmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaylarge.json index 1cf6ee299..9ba9de2ad 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaylarge.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","interfaceLanguage":"swift"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaylarge"]}],"metadata":{"role":"symbol","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileDisplayLargeSivp","symbolKind":"property","roleHeading":"Instance Property","title":"fontParagraphSpacingMobileDisplayLarge"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayLarge":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaylarge","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","abstract":[],"title":"fontParagraphSpacingMobileDisplayLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","interfaceLanguage":"swift"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"required":true,"role":"symbol","symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileDisplayLargeSivp","title":"fontParagraphSpacingMobileDisplayLarge","modules":[{"name":"OUDSTokensSemantic"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaylarge"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayLarge":{"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaylarge","title":"fontParagraphSpacingMobileDisplayLarge","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayLarge","type":"topic","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaymedium.json index 3bb1d5bbe..2394b0a3b 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaymedium.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingMobileDisplayMediumSivp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileDisplayMedium","symbolKind":"property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaymedium"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayMedium":{"kind":"symbol","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaymedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingMobileDisplayMedium","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingMobileDisplayMediumSivp","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontParagraphSpacingMobileDisplayMedium","roleHeading":"Instance Property","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaymedium"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplayMedium":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"title":"fontParagraphSpacingMobileDisplayMedium","type":"topic","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaymedium","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaysmall.json index 9dc7cbbbf..3e0e67332 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobiledisplaysmall.json @@ -1 +1 @@ -{"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontParagraphSpacingMobileDisplaySmall","role":"symbol","roleHeading":"Instance Property","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileDisplaySmallSivp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplaySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaysmall","title":"fontParagraphSpacingMobileDisplaySmall","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"title":"fontParagraphSpacingMobileDisplaySmall","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileDisplaySmallSivp","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplaySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaysmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileDisplaySmall":{"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileDisplaySmall","title":"fontParagraphSpacingMobileDisplaySmall","abstract":[],"required":true,"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileDisplaySmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobiledisplaysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadinglarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadinglarge.json index 2675964c9..d0992f3ce 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadinglarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadinglarge.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"title":"fontParagraphSpacingMobileHeadingLarge","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileHeadingLargeSivp","symbolKind":"property","required":true},"schemaVersion":{"major":0,"patch":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","interfaceLanguage":"swift"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingLarge":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadinglarge","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","abstract":[],"title":"fontParagraphSpacingMobileHeadingLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadinglarge"]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileHeadingLarge","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileHeadingLargeSivp","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingLarge":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadinglarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingLarge","type":"topic","required":true,"kind":"symbol","title":"fontParagraphSpacingMobileHeadingLarge","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingmedium.json index d3a993c6e..8ab23a609 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingMobileHeadingMediumSivp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property","role":"symbol","title":"fontParagraphSpacingMobileHeadingMedium","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium","interfaceLanguage":"swift"},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingMedium":{"kind":"symbol","title":"fontParagraphSpacingMobileHeadingMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingmedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingmedium"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"metadata":{"title":"fontParagraphSpacingMobileHeadingMedium","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingMobileHeadingMediumSivp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingMedium":{"role":"symbol","abstract":[],"type":"topic","kind":"symbol","title":"fontParagraphSpacingMobileHeadingMedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingmedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingMedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingsmall.json index cfdc99b4b..2ed575b14 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingsmall.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileHeadingSmallSivp","title":"fontParagraphSpacingMobileHeadingSmall","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingsmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"kind":"symbol","title":"fontParagraphSpacingMobileHeadingSmall","required":true,"role":"symbol","abstract":[]}}} \ No newline at end of file +{"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"symbolKind":"property","required":true,"title":"fontParagraphSpacingMobileHeadingSmall","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingMobileHeadingSmallSivp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingSmall":{"kind":"symbol","required":true,"title":"fontParagraphSpacingMobileHeadingSmall","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingsmall","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingxlarge.json index 8d9fcac2d..5888df2d2 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingmobileheadingxlarge.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge"},"kind":"symbol","sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingXLarge"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property","title":"fontParagraphSpacingMobileHeadingXLarge","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingMobileHeadingXLargeSivp","role":"symbol","required":true},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingXLarge":{"kind":"symbol","title":"fontParagraphSpacingMobileHeadingXLarge","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingxlarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingxlarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"title":"fontParagraphSpacingMobileHeadingXLarge","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingMobileHeadingXLargeSivp","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingMobileHeadingXLarge":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingMobileHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"type":"topic","title":"fontParagraphSpacingMobileHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingmobileheadingxlarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingMobileHeadingXLarge","abstract":[],"role":"symbol","kind":"symbol","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodylarge.json index 615f8da56..7e2e79396 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodylarge.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingTabletBodyLargeSivp","symbolKind":"property","title":"fontParagraphSpacingTabletBodyLarge"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyLarge":{"role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodylarge","type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge","title":"fontParagraphSpacingTabletBodyLarge"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"required":true,"title":"fontParagraphSpacingTabletBodyLarge","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingTabletBodyLargeSivp"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodylarge"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletBodyLarge"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyLarge":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyLarge","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","title":"fontParagraphSpacingTabletBodyLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodylarge","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodymedium.json index a4ca6dff5..0320dc996 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodymedium.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"required":true,"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingTabletBodyMediumSivp","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontParagraphSpacingTabletBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodymedium"]}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyMedium":{"type":"topic","abstract":[],"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","kind":"symbol","title":"fontParagraphSpacingTabletBodyMedium","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodymedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"required":true,"title":"fontParagraphSpacingTabletBodyMedium","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletBodyMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingTabletBodyMediumSivp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodyMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletBodyMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodymedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodyMedium","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodysmall.json index 6da760df1..62af8840a 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletbodysmall.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingTabletBodySmallSivp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"fontParagraphSpacingTabletBodySmall","required":true},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodySmall":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodysmall","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall","required":true,"title":"fontParagraphSpacingTabletBodySmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"title":"fontParagraphSpacingTabletBodySmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletBodySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"required":true,"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingTabletBodySmallSivp"},"sections":[],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletBodySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodysmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletBodySmall":{"title":"fontParagraphSpacingTabletBodySmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletBodySmall","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletbodysmall","kind":"symbol","abstract":[],"role":"symbol","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodemedium.json index c07ee29a0..99aacbc56 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodemedium.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeMedium"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"required":true,"symbolKind":"property","title":"fontParagraphSpacingTabletCodeMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingTabletCodeMediumSivp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodemedium"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeMedium":{"kind":"symbol","title":"fontParagraphSpacingTabletCodeMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodemedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","title":"fontParagraphSpacingTabletCodeMedium","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP36fontParagraphSpacingTabletCodeMediumSivp"},"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletCodeMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodemedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodesmall.json index 972ee79b9..c8c868594 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletcodesmall.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"title":"fontParagraphSpacingTabletCodeSmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingTabletCodeSmallSivp","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodesmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeSmall":{"abstract":[],"required":true,"kind":"symbol","role":"symbol","title":"fontParagraphSpacingTabletCodeSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodesmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"title":"fontParagraphSpacingTabletCodeSmall","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP35fontParagraphSpacingTabletCodeSmallSivp","role":"symbol","symbolKind":"property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletCodeSmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletcodesmall","title":"fontParagraphSpacingTabletCodeSmall","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaylarge.json index f85a7693f..7e4f02cc3 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaylarge.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletDisplayLargeSivp","title":"fontParagraphSpacingTabletDisplayLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayLarge":{"title":"fontParagraphSpacingTabletDisplayLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaylarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletDisplayLargeSivp","roleHeading":"Instance Property","title":"fontParagraphSpacingTabletDisplayLarge","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayLarge":{"abstract":[],"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaylarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayLarge","title":"fontParagraphSpacingTabletDisplayLarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaymedium.json index 226b3a4a8..447c4c4d4 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaymedium.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingTabletDisplayMediumSivp","title":"fontParagraphSpacingTabletDisplayMedium","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaymedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayMedium":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaymedium","title":"fontParagraphSpacingTabletDisplayMedium","required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingTabletDisplayMediumSivp","required":true,"title":"fontParagraphSpacingTabletDisplayMedium","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaymedium"]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplayMedium":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletDisplayMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaymedium","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplayMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaysmall.json index cf7c0ebc3..afc3ce750 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletdisplaysmall.json @@ -1 +1 @@ -{"kind":"symbol","metadata":{"title":"fontParagraphSpacingTabletDisplaySmall","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletDisplaySmallSivp","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaysmall"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplaySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaysmall","abstract":[],"kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","title":"fontParagraphSpacingTabletDisplaySmall","role":"symbol","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]}}} \ No newline at end of file +{"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletDisplaySmallSivp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"symbolKind":"property","title":"fontParagraphSpacingTabletDisplaySmall","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletDisplaySmall","required":true,"title":"fontParagraphSpacingTabletDisplaySmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletdisplaysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadinglarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadinglarge.json index cf2a7f75f..48b73b086 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadinglarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadinglarge.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletHeadingLargeSivp","symbolKind":"property","role":"symbol","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontParagraphSpacingTabletHeadingLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingLarge"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadinglarge"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingLarge":{"role":"symbol","kind":"symbol","required":true,"abstract":[],"type":"topic","title":"fontParagraphSpacingTabletHeadingLarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadinglarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadinglarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletHeadingLargeSivp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontParagraphSpacingTabletHeadingLarge","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingLarge":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingLarge","required":true,"title":"fontParagraphSpacingTabletHeadingLarge","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadinglarge","kind":"symbol","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingmedium.json index 9f9c1b901..e437e6f9b 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingmedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingmedium"]}],"metadata":{"title":"fontParagraphSpacingTabletHeadingMedium","symbolKind":"property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingTabletHeadingMediumSivp","roleHeading":"Instance Property","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingMedium":{"role":"symbol","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingmedium","abstract":[],"title":"fontParagraphSpacingTabletHeadingMedium","required":true}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"metadata":{"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingTabletHeadingMediumSivp","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"fontParagraphSpacingTabletHeadingMedium"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingMedium":{"abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingmedium","title":"fontParagraphSpacingTabletHeadingMedium","kind":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingsmall.json index 4c595bbe3..530569531 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingsmall.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingSmall"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier"}],"role":"symbol","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletHeadingSmallSivp","title":"fontParagraphSpacingTabletHeadingSmall","required":true,"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingsmall"]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall","kind":"symbol","role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingsmall","title":"fontParagraphSpacingTabletHeadingSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP38fontParagraphSpacingTabletHeadingSmallSivp","role":"symbol","title":"fontParagraphSpacingTabletHeadingSmall","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"roleHeading":"Instance Property"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall"},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingSmall":{"type":"topic","kind":"symbol","title":"fontParagraphSpacingTabletHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingsmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingxlarge.json index 88cee0a5a..3afe7a45a 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontparagraphspacingtabletheadingxlarge.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge","interfaceLanguage":"swift"},"metadata":{"title":"fontParagraphSpacingTabletHeadingXLarge","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingTabletHeadingXLargeSivp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","kind":"typeIdentifier","text":"TypographyFontParagraphSpacingRawToken"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingXLarge":{"kind":"symbol","title":"fontParagraphSpacingTabletHeadingXLarge","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingxlarge","required":true}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontParagraphSpacingTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"}],"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","title":"fontParagraphSpacingTabletHeadingXLarge","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP39fontParagraphSpacingTabletHeadingXLargeSivp"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingxlarge"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontParagraphSpacingTabletHeadingXLarge":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontParagraphSpacingTabletHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontParagraphSpacingTabletHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:13OUDSTokensRaw030TypographyFontParagraphSpacingB5Tokena","text":"TypographyFontParagraphSpacingRawToken"}],"role":"symbol","kind":"symbol","type":"topic","title":"fontParagraphSpacingTabletHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontparagraphspacingtabletheadingxlarge","abstract":[],"required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodemedium.json index 5fa8d80ad..083633f0f 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodemedium.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"fontSizeCodeMedium","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP18fontSizeCodeMedium14CoreFoundation7CGFloatVvp","role":"symbol","required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodemedium","title":"fontSizeCodeMedium","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"minor":3,"major":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodemedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium","interfaceLanguage":"swift"},"metadata":{"title":"fontSizeCodeMedium","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP18fontSizeCodeMedium14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeCodeMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"required":true,"symbolKind":"property","role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeMedium":{"title":"fontSizeCodeMedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeMedium","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodemedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","required":true,"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodesmall.json index 548240845..35aaa5fa4 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizecodesmall.json @@ -1 +1 @@ -{"metadata":{"required":true,"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeCodeSmall","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontSizeCodeSmall14CoreFoundation7CGFloatVvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodesmall"]}],"kind":"symbol","sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeSmall":{"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall","abstract":[],"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeCodeSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodesmall","kind":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall"},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeSmall"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontSizeCodeSmall14CoreFoundation7CGFloatVvp","title":"fontSizeCodeSmall","symbolKind":"property"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeCodeSmall":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizecodesmall","title":"fontSizeCodeSmall","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeCodeSmall","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabellarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabellarge.json index acc15c070..9b5365c30 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabellarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabellarge.json @@ -1 +1 @@ -{"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP18fontSizeLabelLarge14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","title":"fontSizeLabelLarge","symbolKind":"property","required":true},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabellarge"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabellarge","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge","type":"topic","title":"fontSizeLabelLarge","kind":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge"},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabellarge"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","required":true,"title":"fontSizeLabelLarge","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP18fontSizeLabelLarge14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelLarge":{"type":"topic","kind":"symbol","title":"fontSizeLabelLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabellarge","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelLarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelmedium.json index 8b27b8bc4..c271881ef 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelmedium.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP19fontSizeLabelMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","title":"fontSizeLabelMedium","required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelmedium"]}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelmedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","title":"fontSizeLabelMedium","required":true,"type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium"},"schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeLabelMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeLabelMedium","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP19fontSizeLabelMedium14CoreFoundation7CGFloatVvp","role":"symbol","symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelMedium":{"type":"topic","kind":"symbol","title":"fontSizeLabelMedium","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelmedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeLabelMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelsmall.json index b5eb6a375..07785aac2 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelsmall.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelsmall"]}],"sections":[],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall"},"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"title":"fontSizeLabelSmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP18fontSizeLabelSmall14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelSmall":{"title":"fontSizeLabelSmall","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelsmall","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelsmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"title":"fontSizeLabelSmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP18fontSizeLabelSmall14CoreFoundation7CGFloatVvp","symbolKind":"property","required":true,"roleHeading":"Instance Property","role":"symbol"},"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelSmall":{"title":"fontSizeLabelSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelsmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelSmall"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelSmall","type":"topic","kind":"symbol","required":true,"role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelxlarge.json index 02c99cbe4..feaacfefc 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizelabelxlarge.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"title":"fontSizeLabelXLarge","roleHeading":"Instance Property","required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP19fontSizeLabelXLarge14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelxlarge"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelXLarge":{"required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelxlarge","kind":"symbol","title":"fontSizeLabelXLarge","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","title":"fontSizeLabelXLarge","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP19fontSizeLabelXLarge14CoreFoundation7CGFloatVvp","role":"symbol"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeLabelXLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeLabelXLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeLabelXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeLabelXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizelabelxlarge","kind":"symbol","title":"fontSizeLabelXLarge","required":true,"type":"topic","abstract":[],"role":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodylarge.json index 46a77213f..b065f82d0 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodylarge.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeMobileBodyLarge14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","title":"fontSizeMobileBodyLarge","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyLarge":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","role":"symbol","title":"fontSizeMobileBodyLarge","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodylarge","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"kind":"symbol","metadata":{"symbolKind":"property","role":"symbol","roleHeading":"Instance Property","title":"fontSizeMobileBodyLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeMobileBodyLarge14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyLarge":{"type":"topic","kind":"symbol","title":"fontSizeMobileBodyLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodylarge","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyLarge","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodymedium.json index 0958dc179..b7e9f7ced 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodymedium.json @@ -1 +1 @@ -{"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium"},"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeMobileBodyMedium14CoreFoundation7CGFloatVvp","title":"fontSizeMobileBodyMedium","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodymedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyMedium":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"abstract":[],"role":"symbol","kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodymedium","title":"fontSizeMobileBodyMedium","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeMobileBodyMedium","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeMobileBodyMedium14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyMedium"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodyMedium":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodymedium","title":"fontSizeMobileBodyMedium","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodyMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodysmall.json index cf633a4d0..c1bb1c8f0 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilebodysmall.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodysmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall"},"metadata":{"symbolKind":"property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","title":"fontSizeMobileBodySmall","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeMobileBodySmall14CoreFoundation7CGFloatVvp"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodySmall":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"kind":"symbol","role":"symbol","title":"fontSizeMobileBodySmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodysmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodysmall"]}],"sections":[],"metadata":{"roleHeading":"Instance Property","title":"fontSizeMobileBodySmall","role":"symbol","required":true,"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeMobileBodySmall14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileBodySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilebodysmall","title":"fontSizeMobileBodySmall","role":"symbol","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileBodySmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileBodySmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodemedium.json index 3ece7f0d1..98c2d9029 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodemedium.json @@ -1 +1 @@ -{"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodemedium"]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeMobileCodeMedium14CoreFoundation7CGFloatVvp","title":"fontSizeMobileCodeMedium","symbolKind":"property","required":true,"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileCodeMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeMedium":{"kind":"symbol","title":"fontSizeMobileCodeMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodemedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"metadata":{"required":true,"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeMobileCodeMedium14CoreFoundation7CGFloatVvp","title":"fontSizeMobileCodeMedium"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeMedium":{"kind":"symbol","role":"symbol","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodemedium","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeMedium","title":"fontSizeMobileCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodesmall.json index beecd5139..d96e50282 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobilecodesmall.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","required":true,"symbolKind":"property","title":"fontSizeMobileCodeSmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeMobileCodeSmall14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodesmall"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeSmall":{"role":"symbol","abstract":[],"required":true,"title":"fontSizeMobileCodeSmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileCodeSmall"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodesmall","type":"topic"}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodesmall"]}],"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeMobileCodeSmall14CoreFoundation7CGFloatVvp","role":"symbol","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"title":"fontSizeMobileCodeSmall"},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileCodeSmall"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileCodeSmall":{"type":"topic","kind":"symbol","title":"fontSizeMobileCodeSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobilecodesmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileCodeSmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaylarge.json index e612ffddd..b21eb49b0 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaylarge.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"fontSizeMobileDisplayLarge","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileDisplayLarge14CoreFoundation7CGFloatVvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayLarge":{"kind":"symbol","type":"topic","abstract":[],"role":"symbol","required":true,"title":"fontSizeMobileDisplayLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaylarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaylarge"]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileDisplayLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"title":"fontSizeMobileDisplayLarge","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileDisplayLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayLarge":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"kind":"symbol","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaylarge","type":"topic","role":"symbol","title":"fontSizeMobileDisplayLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayLarge","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaymedium.json index 3bf4386a2..2f342724c 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaymedium.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaymedium"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium"},"metadata":{"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeMobileDisplayMedium14CoreFoundation7CGFloatVvp","title":"fontSizeMobileDisplayMedium","roleHeading":"Instance Property","required":true},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayMedium":{"kind":"symbol","title":"fontSizeMobileDisplayMedium","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaymedium","required":true}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaymedium"]}],"sections":[],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"fontSizeMobileDisplayMedium","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeMobileDisplayMedium14CoreFoundation7CGFloatVvp"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplayMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaymedium","title":"fontSizeMobileDisplayMedium","abstract":[],"kind":"symbol","role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplayMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplayMedium","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaysmall.json index 1563f4582..3bc8dcc3a 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobiledisplaysmall.json @@ -1 +1 @@ -{"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaysmall"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileDisplaySmall14CoreFoundation7CGFloatVvp","title":"fontSizeMobileDisplaySmall","symbolKind":"property","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplaySmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall","type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaysmall","title":"fontSizeMobileDisplaySmall","kind":"symbol","required":true,"role":"symbol","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplaySmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaysmall"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall"},"sections":[],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileDisplaySmall14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileDisplaySmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"fontSizeMobileDisplaySmall"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileDisplaySmall":{"role":"symbol","type":"topic","abstract":[],"required":true,"title":"fontSizeMobileDisplaySmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileDisplaySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobiledisplaysmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadinglarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadinglarge.json index c6c9def8e..485da2d5f 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadinglarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadinglarge.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileHeadingLarge14CoreFoundation7CGFloatVvp","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"required":true,"title":"fontSizeMobileHeadingLarge"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadinglarge"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingLarge":{"type":"topic","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"required":true,"title":"fontSizeMobileHeadingLarge","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadinglarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"]}],"kind":"declarations"}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileHeadingLarge14CoreFoundation7CGFloatVvp","role":"symbol","required":true,"title":"fontSizeMobileHeadingLarge"},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadinglarge","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"kind":"symbol","type":"topic","role":"symbol","required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingLarge","title":"fontSizeMobileHeadingLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingmedium.json index 2b850e98d..4cd0bc61e 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingmedium.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium"},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingmedium"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeMobileHeadingMedium14CoreFoundation7CGFloatVvp","title":"fontSizeMobileHeadingMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingMedium"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingMedium":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium","type":"topic","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeMobileHeadingMedium","kind":"symbol","abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingmedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium","interfaceLanguage":"swift"},"metadata":{"required":true,"title":"fontSizeMobileHeadingMedium","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeMobileHeadingMedium14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","symbolKind":"property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingmedium"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingMedium":{"abstract":[],"required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingMedium","kind":"symbol","title":"fontSizeMobileHeadingMedium","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingmedium"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingsmall.json index df9b040d0..53435eacf 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingsmall.json @@ -1 +1 @@ -{"metadata":{"role":"symbol","title":"fontSizeMobileHeadingSmall","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileHeadingSmall14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingSmall":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall","required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingsmall","type":"topic","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","title":"fontSizeMobileHeadingSmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeMobileHeadingSmall","required":true,"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeMobileHeadingSmall14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"symbolKind":"property"},"kind":"symbol","variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingSmall":{"type":"topic","kind":"symbol","title":"fontSizeMobileHeadingSmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingsmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingSmall","required":true}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingxlarge.json index 883461c36..5ac15aa9f 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizemobileheadingxlarge.json @@ -1 +1 @@ -{"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeMobileHeadingXLarge14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeMobileHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"title":"fontSizeMobileHeadingXLarge","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingxlarge"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingXLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingxlarge","title":"fontSizeMobileHeadingXLarge","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingxlarge"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"metadata":{"title":"fontSizeMobileHeadingXLarge","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeMobileHeadingXLarge14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeMobileHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"symbolKind":"property","role":"symbol"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeMobileHeadingXLarge":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeMobileHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"required":true,"type":"topic","abstract":[],"kind":"symbol","role":"symbol","title":"fontSizeMobileHeadingXLarge","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeMobileHeadingXLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizemobileheadingxlarge"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodylarge.json index c0bcfc47e..581a54927 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodylarge.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodylarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","title":"fontSizeTabletBodyLarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeTabletBodyLarge14CoreFoundation7CGFloatVvp","symbolKind":"property"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletBodyLarge"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyLarge":{"title":"fontSizeTabletBodyLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodylarge","required":true,"kind":"symbol","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"type":"topic","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodylarge"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletBodyLarge","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeTabletBodyLarge14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletBodyLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"required":true,"symbolKind":"property","role":"symbol","title":"fontSizeTabletBodyLarge","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodylarge","title":"fontSizeTabletBodyLarge","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodyLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodymedium.json index 8b48c0b79..07d7d7c9e 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodymedium.json @@ -1 +1 @@ -{"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodymedium"]}],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"title":"fontSizeTabletBodyMedium","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeTabletBodyMedium14CoreFoundation7CGFloatVvp","role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyMedium":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"title":"fontSizeTabletBodyMedium","required":true,"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodymedium","role":"symbol","kind":"symbol"}}} \ No newline at end of file +{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"roleHeading":"Instance Property","title":"fontSizeTabletBodyMedium","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeTabletBodyMedium14CoreFoundation7CGFloatVvp","role":"symbol"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodyMedium":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodyMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodymedium","kind":"symbol","required":true,"title":"fontSizeTabletBodyMedium","abstract":[],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodyMedium","role":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodysmall.json index e189c993c..d10525afa 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletbodysmall.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletBodySmall"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeTabletBodySmall14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeTabletBodySmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodysmall"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodysmall","abstract":[],"title":"fontSizeTabletBodySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeTabletBodySmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeTabletBodySmall14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","role":"symbol","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"symbolKind":"property"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodysmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletBodySmall":{"type":"topic","kind":"symbol","title":"fontSizeTabletBodySmall","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletbodysmall","abstract":[],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletBodySmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletBodySmall","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodemedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodemedium.json index 841d38f04..542241c22 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodemedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodemedium.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletCodeMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeTabletCodeMedium14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeTabletCodeMedium","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"symbolKind":"property"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodemedium"]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium","interfaceLanguage":"swift"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeMedium":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodemedium","abstract":[],"title":"fontSizeTabletCodeMedium","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodemedium"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeMedium","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"symbolKind":"property","title":"fontSizeTabletCodeMedium","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletCodeMedium"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP24fontSizeTabletCodeMedium14CoreFoundation7CGFloatVvp"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeMedium":{"abstract":[],"kind":"symbol","title":"fontSizeTabletCodeMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodemedium","type":"topic","required":true,"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodesmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodesmall.json index 4dfee48d7..c507abed1 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodesmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletcodesmall.json @@ -1 +1 @@ -{"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"roleHeading":"Instance Property","title":"fontSizeTabletCodeSmall","symbolKind":"property","role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeTabletCodeSmall14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensSemantic"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodesmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeSmall":{"kind":"symbol","title":"fontSizeTabletCodeSmall","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodesmall","required":true}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP23fontSizeTabletCodeSmall14CoreFoundation7CGFloatVvp","title":"fontSizeTabletCodeSmall","role":"symbol","required":true,"roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletCodeSmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"schemaVersion":{"minor":3,"major":0,"patch":0},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodesmall"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletCodeSmall":{"title":"fontSizeTabletCodeSmall","kind":"symbol","type":"topic","role":"symbol","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletcodesmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletCodeSmall","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletCodeSmall"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaylarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaylarge.json index 024aa2811..836c65398 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaylarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaylarge.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaylarge"]}],"metadata":{"required":true,"symbolKind":"property","title":"fontSizeTabletDisplayLarge","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletDisplayLarge14CoreFoundation7CGFloatVvp"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayLarge":{"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge","required":true,"title":"fontSizeTabletDisplayLarge","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaylarge","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}],"kind":"symbol","role":"symbol","type":"topic"}}} \ No newline at end of file +{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge"},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"OUDSTokensSemantic"}],"required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletDisplayLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","title":"fontSizeTabletDisplayLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaylarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"minor":3,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayLarge","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayLarge":{"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaylarge","role":"symbol","abstract":[],"title":"fontSizeTabletDisplayLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayLarge","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaymedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaymedium.json index eea716a5e..0fda48881 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaymedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaymedium.json @@ -1 +1 @@ -{"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeTabletDisplayMedium14CoreFoundation7CGFloatVvp","required":true,"title":"fontSizeTabletDisplayMedium","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaymedium"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayMedium":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaymedium","title":"fontSizeTabletDisplayMedium","required":true,"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaymedium"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"]}]}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeTabletDisplayMedium14CoreFoundation7CGFloatVvp","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplayMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","required":true,"title":"fontSizeTabletDisplayMedium"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplayMedium":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplayMedium"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaymedium","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplayMedium","type":"topic","required":true,"title":"fontSizeTabletDisplayMedium"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaysmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaysmall.json index 3eab6bad3..06c6fb18d 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaysmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletdisplaysmall.json @@ -1 +1 @@ -{"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaysmall"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall"},"metadata":{"required":true,"roleHeading":"Instance Property","role":"symbol","title":"fontSizeTabletDisplaySmall","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletDisplaySmall14CoreFoundation7CGFloatVvp","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplaySmall":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaysmall","abstract":[],"title":"fontSizeTabletDisplaySmall","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletDisplaySmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaysmall"]}],"kind":"symbol","metadata":{"roleHeading":"Instance Property","title":"fontSizeTabletDisplaySmall","required":true,"modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletDisplaySmall14CoreFoundation7CGFloatVvp","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletDisplaySmall":{"kind":"symbol","title":"fontSizeTabletDisplaySmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletDisplaySmall","abstract":[],"required":true,"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletDisplaySmall"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletdisplaysmall"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadinglarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadinglarge.json index be73cf46d..86b66d2df 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadinglarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadinglarge.json @@ -1 +1 @@ -{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge"},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletHeadingLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletHeadingLarge14CoreFoundation7CGFloatVvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","role":"symbol","title":"fontSizeTabletHeadingLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"roleHeading":"Instance Property","required":true},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadinglarge"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingLarge":{"required":true,"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge","role":"symbol","title":"fontSizeTabletHeadingLarge","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadinglarge","type":"topic","kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeTabletHeadingLarge","required":true,"role":"symbol","roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletHeadingLarge14CoreFoundation7CGFloatVvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property"},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadinglarge"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadinglarge","title":"fontSizeTabletHeadingLarge","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingmedium.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingmedium.json index af55dec6b..1031cb8bb 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingmedium.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingmedium.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingMedium"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeTabletHeadingMedium14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","title":"fontSizeTabletHeadingMedium","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletHeadingMedium"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingmedium"]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingMedium":{"role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium","abstract":[],"title":"fontSizeTabletHeadingMedium","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"required":true,"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingmedium","type":"topic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"sections":[],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingmedium"]}],"metadata":{"title":"fontSizeTabletHeadingMedium","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeTabletHeadingMedium14CoreFoundation7CGFloatVvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingMedium":{"title":"fontSizeTabletHeadingMedium","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingmedium","kind":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingMedium","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingMedium","role":"symbol","type":"topic","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingsmall.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingsmall.json index 724d8582e..13a6c8fb4 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingsmall.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingsmall.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingsmall"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall"},"sections":[],"metadata":{"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletHeadingSmall14CoreFoundation7CGFloatVvp","roleHeading":"Instance Property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"role":"symbol","title":"fontSizeTabletHeadingSmall","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingSmall":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingsmall","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier"}],"role":"symbol","title":"fontSizeTabletHeadingSmall","abstract":[],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"metadata":{"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","kind":"typeIdentifier","text":"TypographyFontSizeSemanticToken"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontSizeTabletHeadingSmall","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP26fontSizeTabletHeadingSmall14CoreFoundation7CGFloatVvp","required":true},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingsmall"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingSmall":{"role":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontSizeTabletHeadingSmall","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"title":"fontSizeTabletHeadingSmall","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingsmall","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingSmall"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingxlarge.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingxlarge.json index 98e93823e..5074f4888 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingxlarge.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontsizetabletheadingxlarge.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","text":"TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"OUDSTokensSemantic"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeTabletHeadingXLarge14CoreFoundation7CGFloatVvp","role":"symbol","required":true,"title":"fontSizeTabletHeadingXLarge","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"text":": ","kind":"text"},{"text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena"}],"symbolKind":"property","roleHeading":"Instance Property"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingxlarge"]}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","navigatorTitle":[{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"role":"symbol","type":"topic","title":"TypographyFontSizeSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size","type":"text"}],"url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken","fragments":[{"text":"typealias","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingXLarge":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingxlarge","title":"fontSizeTabletHeadingXLarge","kind":"symbol","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontSizeTabletHeadingXLarge","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP27fontSizeTabletHeadingXLarge14CoreFoundation7CGFloatVvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken","kind":"typeIdentifier"}],"role":"symbol","title":"fontSizeTabletHeadingXLarge","required":true,"roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingxlarge"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontSizeSemanticToken":{"kind":"symbol","title":"TypographyFontSizeSemanticToken","type":"topic","navigatorTitle":[{"kind":"identifier","text":"TypographyFontSizeSemanticToken"}],"role":"symbol","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"text":"TypographyFontSizeSemanticToken","kind":"identifier"}],"abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font size, which is basically a raw token for font size"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontSizeSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontsizesemantictoken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontSizeTabletHeadingXLarge":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontsizetabletheadingxlarge","title":"fontSizeTabletHeadingXLarge","required":true,"abstract":[],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontSizeTabletHeadingXLarge","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontSizeTabletHeadingXLarge"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic018TypographyFontSizeB5Tokena","text":"TypographyFontSizeSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodydefault.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodydefault.json index 69f8255ea..5377f85f9 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodydefault.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodydefault.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"fontWeightBodyDefault","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyDefault"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"required":true,"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP21fontWeightBodyDefaultSSvp","modules":[{"name":"OUDSTokensSemantic"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["macOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightBodyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodydefault"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","kind":"symbol","abstract":[{"text":"These ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"type":"text","text":" can be used mainly for "},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"text":") to apply some style and configuration values.","type":"text"},{"text":" ","type":"text"},{"text":"They can be seen as an high level of usage with functional meanings.","type":"text"}],"url":"\/documentation\/oudstokenssemantic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyDefault":{"role":"symbol","title":"fontWeightBodyDefault","kind":"symbol","abstract":[],"type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodydefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault","required":true}}} \ No newline at end of file +{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"roleHeading":"Instance Property","title":"fontWeightBodyDefault","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"role":"symbol","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP21fontWeightBodyDefaultSSvp"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightBodyDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodydefault"]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyDefault":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodydefault","title":"fontWeightBodyDefault","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyDefault","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyDefault"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodystrong.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodystrong.json index 747b7ae3b..aca372fb6 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodystrong.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightbodystrong.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"title":"fontWeightBodyStrong","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP20fontWeightBodyStrongSSvp"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightBodyStrong"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"schemaVersion":{"major":0,"minor":3,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodystrong"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyStrong":{"kind":"symbol","title":"fontWeightBodyStrong","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong","type":"topic","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodystrong","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightBodyStrong","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodystrong"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"symbolKind":"property","role":"symbol","title":"fontWeightBodyStrong","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP20fontWeightBodyStrongSSvp","modules":[{"name":"OUDSTokensSemantic"}],"required":true},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"sections":[],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","title":"OUDSTokensSemantic","type":"topic","role":"collection","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"type":"text","text":"component tokens"}]},{"text":" (","type":"text"},{"text":"doc:\/\/OUDSTokensComponent","type":"text"},{"type":"text","text":") to apply some style and configuration values."},{"type":"text","text":" "},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightBodyStrong":{"title":"fontWeightBodyStrong","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightbodystrong","role":"symbol","required":true,"abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightBodyStrong","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightBodyStrong","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"type":"topic","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","title":"TypographySemanticTokens","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"type":"text","text":"("},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"code":"TypographyFontSizeSemanticToken","type":"codeVoice"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"type":"topic","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightcode.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightcode.json index 6a1350713..c2c4763c7 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightcode.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightcode.json @@ -1 +1 @@ -{"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode"},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightCode"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"required":true,"modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP14fontWeightCodeSSvp","title":"fontWeightCode","role":"symbol"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightcode"]}],"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightCode":{"kind":"symbol","title":"fontWeightCode","role":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode","type":"topic","abstract":[],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightcode","required":true},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"}}} \ No newline at end of file +{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"metadata":{"title":"fontWeightCode","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP14fontWeightCodeSSvp","modules":[{"name":"OUDSTokensSemantic"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightCode","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}],"symbolKind":"property","roleHeading":"Instance Property"},"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightcode"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontWeightCode","kind":"identifier"},{"kind":"text","text":": "},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["macOS"]}]}],"kind":"symbol","references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightCode":{"kind":"symbol","title":"fontWeightCode","abstract":[],"required":true,"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightcode","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightCode","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightCode","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"type":"topic"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightdisplay.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightdisplay.json index 54127521a..4cfc86c4a 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightdisplay.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightdisplay.json @@ -1 +1 @@ -{"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay","interfaceLanguage":"swift"},"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightdisplay"]}],"kind":"symbol","metadata":{"title":"fontWeightDisplay","required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontWeightDisplaySSvp","modules":[{"name":"OUDSTokensSemantic"}],"roleHeading":"Instance Property","symbolKind":"property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontWeightDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}]},"primaryContentSections":[{"declarations":[{"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightDisplay","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","text":"TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightDisplay":{"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightdisplay","abstract":[],"title":"fontWeightDisplay","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay"}}} \ No newline at end of file +{"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontWeightDisplaySSvp","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightDisplay","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightDisplay","role":"symbol","roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"fontWeightDisplay","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["macOS"]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightdisplay"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay"},"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightDisplay":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightdisplay","title":"fontWeightDisplay","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightDisplay","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightDisplay"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightheading.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightheading.json index 25c605955..1d72ef949 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightheading.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightheading.json @@ -1 +1 @@ -{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightheading"]}],"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightHeading"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontWeightHeadingSSvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightHeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"modules":[{"name":"OUDSTokensSemantic"}],"title":"fontWeightHeading","roleHeading":"Instance Property","symbolKind":"property","role":"symbol"},"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading"},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightHeading":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightheading","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading","type":"topic","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightHeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"title":"fontWeightHeading","role":"symbol","kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"}}} \ No newline at end of file +{"schemaVersion":{"minor":3,"patch":0,"major":0},"sections":[],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightheading"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightHeading"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","text":"TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"metadata":{"symbolKind":"property","role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightHeading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP17fontWeightHeadingSSvp","title":"fontWeightHeading","roleHeading":"Instance Property"},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightHeading":{"title":"fontWeightHeading","abstract":[],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightHeading","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightheading","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightHeading","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"role":"symbol","required":true,"kind":"symbol"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabeldefault.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabeldefault.json index 64325d7c0..a40889947 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabeldefault.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabeldefault.json @@ -1 +1 @@ -{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"roleHeading":"Instance Property","title":"fontWeightLabelDefault","required":true,"role":"symbol","modules":[{"name":"OUDSTokensSemantic"}],"symbolKind":"property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP22fontWeightLabelDefaultSSvp","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"fontWeightLabelDefault","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["macOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelDefault"},{"text":": ","kind":"text"},{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabeldefault"],"traits":[{"interfaceLanguage":"swift"}]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelDefault":{"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabeldefault","title":"fontWeightLabelDefault","type":"topic","kind":"symbol","required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelDefault"},{"kind":"text","text":": "},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"}],"abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"}}} \ No newline at end of file +{"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"metadata":{"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP22fontWeightLabelDefaultSSvp","symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelDefault"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"title":"fontWeightLabelDefault","role":"symbol","required":true,"roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightLabelDefault"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabeldefault"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault"},"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelDefault":{"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabeldefault","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelDefault","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightLabelDefault","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"title":"fontWeightLabelDefault","role":"symbol","required":true,"kind":"symbol","abstract":[]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"}}} \ No newline at end of file diff --git a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabelstrong.json b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabelstrong.json index b9ae3c5ff..0f9a60d2f 100644 --- a/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabelstrong.json +++ b/docs/data/documentation/oudstokenssemantic/typographysemantictokens/fontweightlabelstrong.json @@ -1 +1 @@ -{"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontWeightLabelStrong","kind":"identifier"},{"kind":"text","text":": "},{"text":"TypographyFontWeightSemanticToken","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabelstrong"]}],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"metadata":{"roleHeading":"Instance Property","externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP21fontWeightLabelStrongSSvp","required":true,"role":"symbol","title":"fontWeightLabelStrong","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeightLabelStrong"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","text":"TypographyFontWeightSemanticToken"}],"symbolKind":"property","modules":[{"name":"OUDSTokensSemantic"}]},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"kind":"symbol","type":"topic","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"type":"text","text":" can be used mainly for "},{"type":"emphasis","inlineContent":[{"text":"component tokens","type":"text"}]},{"text":" (","type":"text"},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","title":"OUDSTokensSemantic","role":"collection"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"navigatorTitle":[{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"type":"topic","title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","abstract":[{"text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","role":"symbol","abstract":[{"type":"text","text":"This is a group of semantic tokens for "},{"type":"strong","inlineContent":[{"text":"typography","type":"text"}]},{"text":".","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"It defines all typography semantic tokens a theme must have"},{"type":"text","text":" "},{"text":"(","type":"text"},{"code":"TypographyFontFamilySemanticToken","type":"codeVoice"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"text":", ","type":"text"},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"type":"text","text":")."}],"navigatorTitle":[{"kind":"identifier","text":"TypographySemanticTokens"}],"type":"topic","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"TypographySemanticTokens"}],"kind":"symbol"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelStrong":{"abstract":[],"url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabelstrong","required":true,"type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong","kind":"symbol","title":"fontWeightLabelStrong","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelStrong"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}],"role":"symbol"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabelstrong"],"traits":[{"interfaceLanguage":"swift"}]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"fontWeightLabelStrong","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["macOS"],"languages":["swift"]}]}],"metadata":{"role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"fontWeightLabelStrong","kind":"identifier"},{"text":": ","kind":"text"},{"text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena","kind":"typeIdentifier"}],"required":true,"externalID":"s:18OUDSTokensSemantic010TypographyB6TokensP21fontWeightLabelStrongSSvp","roleHeading":"Instance Property","title":"fontWeightLabelStrong","modules":[{"name":"OUDSTokensSemantic"}]},"identifier":{"url":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong","interfaceLanguage":"swift"},"sections":[],"hierarchy":{"paths":[["doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens"]]},"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens":{"type":"topic","title":"TypographySemanticTokens","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens","abstract":[{"text":"This is a group of semantic tokens for ","type":"text"},{"inlineContent":[{"type":"text","text":"typography"}],"type":"strong"},{"type":"text","text":"."},{"type":"text","text":" "},{"text":"It defines all typography semantic tokens a theme must have","type":"text"},{"type":"text","text":" "},{"text":"(","type":"text"},{"type":"codeVoice","code":"TypographyFontFamilySemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontWeightSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontSizeSemanticToken"},{"type":"text","text":", "},{"type":"codeVoice","code":"TypographyFontLineHeightSemanticToken"},{"text":").","type":"text"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"TypographySemanticTokens","kind":"identifier"}],"navigatorTitle":[{"text":"TypographySemanticTokens","kind":"identifier"}],"role":"symbol","kind":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographySemanticTokens/fontWeightLabelStrong":{"role":"symbol","url":"\/documentation\/oudstokenssemantic\/typographysemantictokens\/fontweightlabelstrong","title":"fontWeightLabelStrong","required":true,"abstract":[],"kind":"symbol","type":"topic","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographySemanticTokens\/fontWeightLabelStrong","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"fontWeightLabelStrong"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"TypographyFontWeightSemanticToken","preciseIdentifier":"s:18OUDSTokensSemantic020TypographyFontWeightB5Tokena"}]},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic":{"role":"collection","kind":"symbol","url":"\/documentation\/oudstokenssemantic","abstract":[{"type":"text","text":"These "},{"type":"emphasis","inlineContent":[{"type":"text","text":"tokens"}]},{"text":" can be used mainly for ","type":"text"},{"inlineContent":[{"type":"text","text":"component tokens"}],"type":"emphasis"},{"type":"text","text":" ("},{"type":"text","text":"doc:\/\/OUDSTokensComponent"},{"type":"text","text":") to apply some style and configuration values."},{"text":" ","type":"text"},{"type":"text","text":"They can be seen as an high level of usage with functional meanings."}],"identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic","type":"topic","title":"OUDSTokensSemantic"},"doc://OUDSTokensSemantic/documentation/OUDSTokensSemantic/TypographyFontWeightSemanticToken":{"title":"TypographyFontWeightSemanticToken","url":"\/documentation\/oudstokenssemantic\/typographyfontweightsemantictoken","kind":"symbol","identifier":"doc:\/\/OUDSTokensSemantic\/documentation\/OUDSTokensSemantic\/TypographyFontWeightSemanticToken","abstract":[{"type":"text","text":"The global design system tools uses verbs of semantic token for font weight, which is basically a raw token for font weight"}],"role":"symbol","type":"topic","fragments":[{"text":"typealias","kind":"keyword"},{"kind":"text","text":" "},{"text":"TypographyFontWeightSemanticToken","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"TypographyFontWeightSemanticToken"}]}}} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index f804ea692..8e3166db9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,4 +15,4 @@

All targets of the Swift Package are listed below

  • OUDSFoundations
  • Find the source code on GitHub

    -

    © 2024 Orange SA

    Documentation build n°1726159928

    +

    © 2024 Orange SA

    Documentation build n°1726162878

    diff --git a/docs/metadata.json b/docs/metadata.json index 37766c13e..71d07b21d 100644 --- a/docs/metadata.json +++ b/docs/metadata.json @@ -1 +1 @@ -{"schemaVersion":{"major":0,"minor":1,"patch":0},"bundleDisplayName":"OUDSFoundations","bundleIdentifier":"OUDSFoundations"} \ No newline at end of file +{"bundleDisplayName":"OUDSFoundations","schemaVersion":{"major":0,"patch":0,"minor":1},"bundleIdentifier":"OUDSFoundations"} \ No newline at end of file